@charset "utf-8";



@media (min-width: 1170px) {

.more:hover {
	color: #f6b637;
}

.product .more:hover {
	color: black;
}
	
#author a:hover {
	text-decoration: underline;
}

.drop-shadow:hover {
	-webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, .2);
}

.languages ul li:hover {
	background-color: #f6f6f6;
}

}



@media (min-width: 768px) and (max-width: 1169px) {

.content {
	margin-left: 0;
	margin-right: 0;
	padding-left: 2%;
	padding-right: 2%;
}

.tablet-show {
	display: initial;
}

.rsMinW .rsArrowLeft {
    top: auto;
	bottom: 35px;
	margin-top: 0;
}
.rsMinW .rsArrowRight {
    top: auto;
	bottom: 35px;
	margin-top: 0;
}

.more {
	padding-left: 35px;
	padding-right: 35px;
}

.product .photo {
}

}



@media (min-width: 0px) and (max-width: 767px) {

h1 {
	font-size: 40px;
}

h2 {
	padding: 60px 10px 15px 10px;
	font-size: 50px;
}

h3 {
}

h4 {
}

table img {
	float: none !important;
}


.mobile-show {
	display: initial;
}



#all table:not(.not-responsive) {
	width: 100% !important;
}

#all table td:not(.not-responsive) {
	display: block;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

#all img {
	max-width: 100%;
	height: auto;
}



.container-half {
	width: 100%;
}

.content {
	margin-left: 0;
	margin-right: 0;
	padding-left: 2%;
	padding-right: 2%;
}

.container-half .content {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.left, .column {
	float: none;
}

.right {
	float: none;
}

.align-items-center {
	display: block;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}

.justify-content-center {
	display: block;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.justify-content-space-between {
	display: block;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.align-justify-center {
	display: block;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}

.align-center-justify-content-space-between {
	display: block;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}

.more {
	padding-left: 20px;
	padding-right: 20px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	font-size: 15px;
	line-height: 40px;
}

.rsGCaption {
	position: static;
	top: auto;
	left: auto;
}
.rsGCaption .content {
	padding-left: 2%;
	padding-right: 2%;
}
.rsImg {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}
.rsMinW .rsArrow {
    width: 28px !important;
    height: 50px !important;
}
.rsMinW .rsArrowIcn {
    width: 28px !important;
    height: 50px !important;
	background-size: contain;
}
.rsMinW .rsArrowLeft {
	left: 2%;
	top: auto;
	bottom: 15px;
	margin-top: 0;
}
.rsMinW .rsArrowRight {
	right: 2%;
	top: auto;
	bottom: 15px;
	margin-top: 0;
}

.product .photo {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #a1a1a1;
	width: auto;
}
.product .photo img {
}
.product .description {
	width: auto;
}
.product:first-child .photo {
	margin-top: 0;
	border-top: 0;
}
.product .description {
	padding-top: 25px;
}
.product:first-child .description {
	padding-top: 25px;
}
.product h4 {
	margin-bottom: 20px;
	font-size: 18px;
}
.product .description hr {
	display: none;
}
.product .documents {
	margin-top: 25px;
}
.product .documents li:first-child {
}
.product .more {
	line-height: 35px;
}



#all {
	padding-top: 80px;
}


#toggle-menu {
	display: block;
}


#header .content {
	padding-top: 0;
	padding-bottom: 0;
}


#logo {
	z-index: 90;
	position: fixed;
	top: 0px;
	left: 0px;
	padding-top: 10px;
	width: 100%;
	height: 80px;
	background-color: white;
}


#languages {
	z-index: 92;
	display: none;
	position: fixed;
	top: 22px;
	right: auto;
	left: 2%;
	margin-top: 0;
	margin-right: 0;
}


#menu {
	z-index: 91;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	margin-top: 0;
	margin-right: 0;
	padding-top: 100px;
	padding-left: 4%;
	padding-right: 4%;
	width: 100%;
	height: 100%;
	background-color: white;
}


#footer .content {
	padding-top: 25px;
	padding-bottom: 0;
}


#footer-contact {
	margin-bottom: 40px;
	padding-left: 0;
	width: auto;
}


#footer-categories {
	margin-bottom: 40px;
	padding-left: 10%;
	width: auto;
}


#footer-patrtners {
	margin-bottom: 40px;
	padding-left: 10%;
	width: auto;
}

}