@font-face {
font-family: 'SF-Pro-Display-Regular';
src: url('font/SF-Pro-Display-Regular.otf') format('opentype');
}
@font-face {
font-family: 'SF-Pro-Display-Bold';
src: url('font/SF-Pro-Display-Bold.otf') format('opentype');
}
@font-face {
font-family: 'SF-Pro-Display-Black';
src: url('font/SF-Pro-Display-Black.otf') format('opentype');
}
@font-face {
font-family: 'SF-Pro-Display-Light';
src: url('font/SF-Pro-Display-Light.otf') format('opentype');
}
*:not(.fa):not(.far):not(.fas) {
	font-family: 'SF-Pro-Display-Regular', sans-serif;
}
.transition {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.notransition {
	transition: all 0s ease;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
}
@media (min-width:1200px) {
	.container{
		max-width:1200px;
		padding-left:0;
		padding-right:0;
	}
}
@media (max-width:991px) {
	.container100 {
		width:100% !important;
		max-width:100% !important;
		padding-left:0;
		padding-right:0;
	}
}
@media (min-width:992px) {
	.animated.standby {
		-webkit-animation: none !important;
		-o-animation: none !important;
		animation: none !important;
		visibility: hidden;
	}
}
@keyframes fadeInLeft {
from {
	opacity: 0;
	-webkit-transform: translate3d(-5%, 0, 0);
	transform: translate3d(-5%, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInRight {
from {
	opacity: 0;
	-webkit-transform: translate3d(5%, 0, 0);
	transform: translate3d(5%, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.o-hidden {
	overflow:hidden;
}
.textoverflow {
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
body, html {
	width: 100%;
	height:100%;
}
body {
	color:#554D46;
	background:white;
	font-size:16px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.body {
	padding-top:174px;
}
@media (max-width:991px) {
	.body {
		padding-top:80px;
	}
}
.text-body {
	color:#554D46 !important;
}
.text-dark {
	color:#555555 !important;
}
.text-warning {
	color:#FFC700 !important;
}
.bg-light {
	background-color:#F9F9F9 !important;
}
.bg-dark {
	background-color: #4D4D4D !important;
}
.bg-dark2 {
	background-color:#554D46 !important;
}
.bg-warning {
	background-color:#FFC700 !important;
}
.border-color-warning {
	border-color:#FFC700 !important;
}
.border-color-body {
	border-color:#554D46 !important;
}
.border-radius, .rounded {
	border-radius: 8px !important;
	overflow: hidden;
}
.black {
	font-family: 'SF-Pro-Display-Black', sans-serif !important;
}
.light {
	font-family: 'SF-Pro-Display-Light', sans-serif !important;
}
b, strong, .font-weight-bold {
	font-family: 'SF-Pro-Display-Bold', sans-serif;
}
.small, small {
	font-size:80%;
}
p {
	line-height:24px;
}
.row {
	margin:0;
}
img {
	max-width: 100%;
}
.objectfit {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center top;
}
.objectfitcenterbottom {
	object-position: center bottom;
}
.objectfitrightbottom {
	object-position: right bottom;
}
.objectfitrightleft {
	object-position: right left;
}
hr {
	position:relative;
	background:url(images/line.svg) no-repeat bottom left;
	border:0px;
	height:3px;
	line-height:3px;
	width: 100%;
	margin-top:20px;
	margin-bottom:30px;
}
.text-center hr {
	background:url(images/line.svg) no-repeat bottom center;
}
.text-right hr {
	background:url(images/line.svg) no-repeat bottom right;
}
hr.black {
	background:url(images/lineblack.svg) no-repeat bottom left;
}
hr.line2 {
	background:url(images/line2.svg) no-repeat bottom center;
}
.text-left hr.line2 {
	background:url(images/line2.svg) no-repeat left center;
}
hr.addetail {
	background:#FFC700;
	height:2px;
	line-height:2px;
}
.inlineblock {
	text-align:center;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color:#555555;
	font-family: 'SF-Pro-Display-Bold', sans-serif;
}
.bg-none {
	background:none;
	padding-bottom:0;
}
a {
	color:#FFC700;
	text-decoration:none;
}
a:hover {
	color:#554D46;
	text-decoration:none;
}
a.drug {
	color:#554D46;
	text-decoration:none;
}
a.drug:hover {
	color:#FFC700;
	text-decoration:none;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
	background-color:#554D46; !important;
	border-color:#554D46 !important;
	color:white;
	/*text-transform: uppercase;*/
}
.btn-primary:hover {
	background-color:#FFC700 !important;
	border-color:#FFC700 !important;
	color:black;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
	background-color:#FFC700 !important;
	border-color:#FFC700 !important;
	color:black;
	/*text-transform: uppercase;*/
}
.btn-secondary:hover {
	background-color:#554D46 !important;
	border-color:#554D46 !important;
	color:white;
}
a.buton, a.buton:hover {
	display:inline-block;
	width:auto;
	max-width: 100%;
	padding-left:50px;
	padding-right:30px;
	height:44px;
	line-height:44px;
	text-align:left;
	color:#555555;
	font-size:16px;
	border-radius:8px;
	border: 1px solid #DADADA;
	background:url(images/user.svg) no-repeat left 20px center transparent;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
a.buton:hover {
background:url(images/user.svg) no-repeat left 20px center #554D46;
color:#FFC700;
}
.thumbnail {
	display:block;
	width:100%;
	height:100%;
	background:url(images/thumbnail.png) no-repeat center center;
	background-size: cover;
	border: 1px solid #F9F9F9;
}
@media (max-width:1200px) {
	.thumbnail{
		height:125px;
	}
}
.pointer {
cursor:pointer;
}
a.pagesvideo, a.pagesvideo:hover {
	width:100%;
	max-width:100%;
	display:block;
	position:relative;
}
a.pagesvideo:after {
position: absolute;
top:0;
left:0;
content: '';
display:block;
width:100%;
height:100%;
background: url(images/playvideo.png) no-repeat center center rgba(0,0,0,.3);
}
.contoverallup {
	background:#F9F9F9;
	display: block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
.contoverallupfixed {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	box-shadow: rgba(0,0,0,0.30) 0px 0px 20px 0;
}
a.closebtn, a.closebtn:hover {
	background:url(images/x-lg.svg) no-repeat left center;
	background-size:100% auto;
	position: absolute;
	top:25px;
	right:30px;
	width:28px;
	height:30px;
	text-align:right;
}
#frmSearch, #frmSearch2 {
	width:100%;
	height:60px;
	background:white;
	display: block;
	border:1px solid #DADADA;
	border-radius: 8px !important;
}
#frmSearch2 {
	background:none;
	width:100%;
}
.searchinput {
	width:85%;
	height:60px;
	display:inline;
	float:left;
	background:none;
	padding:0;
	border:0;
}
.searchinput input {
	background:none;
	width:100%;
	height:60px;
	line-height:60px;
	line-height:20px;
	font-size:16px;
	padding:0 20px 0 20px;
	color:black;
	border:0;
}
.searchinput input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:black;
}
.searchinput input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:black;
	opacity:  1;
}
.searchinput input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:black;
	opacity:  1;
}
.searchinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:black;
}
.searchinput input:focus {
	border:0;
	outline: none;
}
#frmSearch2 .searchinput input {
	color:#555555;
}
#frmSearch2 .searchinput input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#555555;
}
#frmSearch2 .searchinput input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#555555;
	opacity:  1;
}
#frmSearch2 .searchinput input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#555555;
	opacity:  1;
}
#frmSearch2 .searchinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#555555;
}
#frmSearch2 .searchinput input:focus {
	border:0;
	outline: none;
}
a.searchbuton, a.searchbuton:hover, a.searchbuton2, a.searchbuton2:hover {
	width:15%;
	height:40px;
	line-height:40px;
	margin-top:10px;
	display: inline;
	float:left;
	text-align:center;
	background: url(images/search.svg) no-repeat center center, url(images/linevertical.svg) no-repeat left center;
}
a.clogo, a.clogo:hover {
	display:inline-block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	width:180px;
	height:auto;
	margin:30px 0;
}
.contoverallupfixed a.clogo, .contoverallupfixed a.clogo:hover {
	width:140px;
	margin:15px 0;
}
@media (max-width:991px) {
	a.clogo, a.clogo:hover {
		width:140px;
		margin:15px 0;
	}
}
.contoverallheader {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#554d46+0,554d46+50,ffc700+50,ffc700+100 */
background: linear-gradient(to right,  rgba(85,77,70,1) 0%,rgba(85,77,70,1) 50%,rgba(255,199,0,1) 50%,rgba(255,199,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	font-size:13px;
}
.headerleft {
	background: #554d46;
	color:#FFC700;
	padding-top:15px;
	padding-bottom:15px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.headerright {
	background: #ffc700;
	color:#554D46;
	padding-top:15px;
	padding-bottom:15px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.contoverallupfixed .headerleft, .contoverallupfixed .headerright {
	padding-top:5px;
	padding-bottom:5px;
}
/* left menu */
a.menurespons, a.menurespons:hover {
	background:url(images/menu3.svg) no-repeat right center;
	background-size:30px auto;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:30px;
	display:block;
	float:right;
	text-align:left;
	margin-top:25px;
}
.sidenav {
	width:100%;  
	height:100%;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 10000;
	top: 0;
	left:0;
	background:#F9F9F9;
	overflow-x: hidden;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
	padding-top:70px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
}
.sidenavshow {
	visibility: visible;
	opacity:1;
}
a.linknav, a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	display:inline-block;
	width:auto;
	line-height:20px;
	color:#554D46;
	font-size:16px;		
	font-weight: 700;
	text-transform:uppercase;
	margin:10px 10px;
	/*text-overflow: ellipsis;*/
	position: relative;
}
a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	color:#FFC700;
}
.sidenav hr {
	width:60%;
	margin-top:5px;
	margin-bottom:5px;
	background:url(images/line.svg) no-repeat bottom center;
}
.contoverallcarousel {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+50,ffffff+50,ffffff+100 */
background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(249,249,249,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#carousel1, #carousel1 .owl-item {
	width: 100%; 
	height:530px;
	display: block;
}
.slider {
		width: 100%; 
	height: 100%;
	display: block;
	position: relative;
}
.sliderimage {
	width:100%;
	height:100%;
	display:block;
	overflow: hidden;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}
.sliderimage img {
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center center;
}
.slidertext {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99;
	display:block;
}
.slidershadow {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height:8px;
	background: url(images/slidershadow.svg) no-repeat center center;
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
	#carousel1, #carousel1 .owl-item {
		height:530px;
	}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
	#carousel1, #carousel1 .owl-item {
		height:550px;
	}
	.sliderimage {
		height:45%;
	}
}
@media only screen and (min-width:321px) and (max-width:767px) {
	#carousel1, #carousel1 .owl-item {
		height:550px;
	}
	.sliderimage {
		height:35%;
	}
}
@media only screen and (max-width:320px) {
	#carousel1, #carousel1 .owl-item {
		height:550px;
	}
	.sliderimage {
		height:30%;
	}
}
@media (min-width:992px) {
	.sectionmarginleft {
		margin-left:-200px;
	}
	.sectionmarginright {
		margin-right:-200px;
	}
}
.sectionright, .sectionleft {
	position:relative;
	width:100%;
	height:auto;
	display: block;
	border-radius:12px;
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(10.5px);
	margin-right:-100px;
}
.sectionright {
	background: rgba(255, 255, 255, 0.78);
	margin-left:-100px;
}
@media (max-width:991px) {
	.sectionright, .sectionleft {
		background:rgba(255, 255, 255, 0.78);
	}
}
.contoverallabout1 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f9f9f9+50,f9f9f9+100 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(249,249,249,1) 50%,rgba(249,249,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.contoverallabout2 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+50,ffffff+50,ffffff+100 */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(249,249,249,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.contoverallabout3 {
	background:#FFC700;
}
.contoverallicons {
	margin-top:-80px;
}
.icon {
	width:18%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	height:210px;
	display:inline-block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	background:#4D4D4D;
	text-align: center;
	color:white;
	font-size:16px;
	line-height: 20px;
	font-family: 'SF-Pro-Display-Light', sans-serif !important;
}
@media (max-width:991px) {
	.icon {
		width:100%;
		margin-left:0;
		margin-right:0;
		margin-bottom:15px;
	}
	.contoverallicons {
		margin-top:-30px;
	}
}
.icon img {
	height: 60px;
	width: auto;
}
.service {
	width:100%;
	height:100%;
	display:block;
	background:#F9F9F9;
	text-align: center;
	border-bottom-width:12px;
	border-bottom-style: solid;
}
#carousel3 .item {
	display:block;
	width:100%;
	height:100%;
}
#carousel3 .item .testimonial {
	display:block;
	width:100%;
	height:100%;
	border-radius: 8px;
	border-bottom: 8px solid rgba(0,0,0,.1);
}
.contoverallabout {
	background: url(images/about.jpg) no-repeat center top;
	background-size: cover;
}
.contoverallabout * {
	color:white !important;
}
.step {
	width:100%;
	display:block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.stepimage {
	width:100%;
	display:block;
	aspect-ratio:16/10;
	overflow: hidden;
	position:relative;
	text-align: center;
	margin-bottom:20px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	border:3px solid #ffffff;
}
.step:hover .stepimage {
	border:3px solid #FFC700;
}
.stepstep {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background-repeat: no-repeat;
	background-position: center center;
}
.step1 {
	background-image: url(images/step1.svg);
}
.step2 {
	background-image: url(images/step2.svg);
}
.step3 {
	background-image: url(images/step3.svg);
}
.steptext {
	display: block;
	width: 100%;
}
.news {
	width:100%;
	display:block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.newsimage {
	width:100%;
	display:block;
	aspect-ratio:16/10;
	overflow: hidden;
	position:relative;
	text-align: center;
	margin-bottom:20px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	border:3px solid #ffffff;
}
.news:hover .newsimage {
	border:3px solid #FFC700;
}
.newstext {
	width: 100%;
	text-align: center;
	padding-top:15px;
}
.newsstatus {
	display:block;
	position: absolute;
	top:15px;
	left:0;
	width:auto;
	height:30px;
	line-height:31px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
	color:white;
	text-transform: uppercase;
	font-size:14px;
	padding:0 25px 0 15px;
}
.newsstatus1 {
	background: rgba(255,199,0,0.9);
}
.newsstatus2 {
	background: rgba(255,0,66,0.9);
}
.contoverallfooter {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc700+0,ffc700+50,554d46+50,554d46+100 */
background: linear-gradient(to right,  rgba(255,199,0,1) 0%,rgba(255,199,0,1) 50%,rgba(85,77,70,1) 50%,rgba(85,77,70,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.contoveralldown {
	background:#F9F9F9;
}
.contoveralldown ul {
	padding-left:18px;
}
a.downicon, a.downicon:hover, .downicon {
	font-size:16px;
	width:auto;
	display:inline-block;
	text-align: left;
	line-height:22px;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 22px;
	color:#464D55;
	padding-left:30px;
}
a.downicon:hover {
	color:#FFC700;
}
.gps {
	background-image: url(images/gps.svg);
}
.tel {
	background-image: url(images/tel.svg);
}
.email {
	background-image: url(images/email.svg);
}
.contoverallbottom {
	background:#F9F9F9;
	box-shadow: 0 -2px 3px rgba(0,0,0,.1);
}
.contoverallbottom img {
	width:160px;
}
a.social, a.social:hover {
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
}
.facebook {
	background-image: url(images/facebook.svg);
}
.twitter {
	background-image: url(images/twitter.svg);
}
.instagram {
	background-image: url(images/instagram.svg);
}
.youtube {
	background-image: url(images/youtube.svg);
}
a.scrollTop, a.scrollTop:hover {
	width:30px;
	height:35px;
	color:#FFC700;
	display:block;
	position: fixed;
	bottom:10px;
	right:20px;
	opacity:0;
	font-size:24px;
}
.page-link {
position: relative;
display: block;
padding: 0.75rem 1.00rem;
margin-left: -1px;
line-height: 1.25;
color: #FFC700;
background-color:#fff;
border: 1px solid #FFC700;
}
.page-item.disabled .page-link {
color: #554D46;
pointer-events: none;
cursor: auto;
background-color: white;
border-color: #554D46;
}
.page-item.active .page-link {
z-index: 1;
color: white;
background-color: #FFC700;
border-color: #FFC700;
}
.page-link:focus, .page-link:hover {
color: #fff;
text-decoration: none;
background-color: #554D46;
border-color: #554D46;
}
.loading {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
left:0;
text-align:center;
color:#554D46;
	background-color:rgba(255,255,255,0.7);
}
.loading div {
width:100px;
height:100px;
display: block;
overflow:hidden;
position: absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);	
-moz-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
}
.form-control:focus, .custom-select:focus {
border-color: #FFC700 !important;
box-shadow: 0 0 5px #FFC700 !important;
}
.custom-control-label:before {
box-shadow: 0 0 5px #FFC700 !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
background-color:#554D46;
box-shadow: 0 0 5px #FFC700 !important;
}
.custom-control-input:active~.custom-control-label::before {
background-color:#FFC700;
box-shadow: 0 0 5px #FFC700 !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
background-color:#554D46;
box-shadow: 0 0 5px #FFC700 !important;
}
.custom-select {
	background:url(images/down.png) no-repeat right .75rem center white;
}
a.pagerlink, a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#554D46;
	color:white;
	display: inline-block;
	font-size: 16px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px; 	
}
a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#554D46;
	color:white !important;
}
.form-group label.error {
	color:red;
font-size: 14px;
display: block;
width:100%;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
background-color:#f9f9f9;
}
.contoverallcontacts {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f2f2f2+50,f2f2f2+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 50%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 50%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 50%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
a.sharebuton, a.sharebuton:hover {
	background-repeat:no-repeat;
	background-position:center center;	
	background-size:100% 100%;
	width:46px;
	height:46px;
	line-height:46px;
	color:white;
	text-align:center;
	display:inline-block;
	margin-right:7px;
	margin-bottom:7px;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
@media (max-width:479px) {
	a.sharebuton, a.sharebuton:hover {
		width:36px;
		height:36px;
		line-height:36px;
		margin-right:3px;
		margin-bottom:3px;
	}
}
a.sharebuton:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.sharefacebook {
	background-image:url(images/sharefacebook.png);
}
.sharemessanger {
	background-image:url(images/sharemessanger.png);
}
.sharetwitter {
	background-image:url(images/sharetwitter.png);
}
.shareinstagram {
	background-image:url(images/shareinstagram.png);
}
.shareviber {
	background-image:url(images/shareviber.png);
}
.sharewhatsapp {
	background-image:url(images/sharewhatsapp.png);
}
.sharelinkedin {
	background-image:url(images/sharelinkedin.png);
}
.sidehamburger {
	width:10px;  
	height:100%;
	position: fixed;
	z-index: 10000;
	top: 0;
	left:-10px;
	/*overflow-x: hidden;*/
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.hamburger {
	width:70px;
	height:70px;
	line-height:70px;
	padding-right:10px;
	background:url(images/list.svg) no-repeat right 8px center #554D46;
	background-size:18px 18px;
	text-align:right;
	position: absolute;
	opacity:0;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}
.break-out{
	width: 100vw;
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2);
	color: rgba(0,0,0,.6);
}
.resursedit {
	width:50px;
	height:50px;
	line-height:50px;
	display:block;
	position:absolute;
	top:-10px;
	right:55px;
	text-align: center;
	background:rgba(255,255,255,.8);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
}
.resursdelete {
	width:50px;
	height:50px;
	line-height:50px;
	display:block;
	position:absolute;
	top:-10px;
	right:0px;
	text-align: center;
	background:rgba(255,255,255,.8);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%; 	
}
.resurssnimki {
	width:50px;
	height:50px;
	line-height:50px;
	display:block;
	position:absolute;
	bottom:15px;
	right:55px;
	text-align: center;
	background:rgba(255,255,255,.8);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
}
.resursvideos {
	width:50px;
	height:50px;
	line-height:50px;
	display:block;
	position:absolute;
	top:50px;
	right:0px;
	text-align: center;
	background:rgba(255,255,255,.8);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%; 	
}
#slider-range {
	height:5px;
	background:#c5c5c5 !important;
	width:100%;
	margin:10px auto;
	padding:0 15px;
}
.ui-slider-range {
	background:#FFC700 !important;
	height:5px;
}
.ui-slider-range-min {
	background:#FFC700 !important;
}
#slider-range span {
	width:20px;
	height:20px;
	top:-8px;
	background:#FFC700 !important;
	outline:0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
}
.sliderrangeleft {
	display:block;
	width:100%;
	text-align: center;
}
input.sliderrangeamount {
	background: transparent;
	border:0;
	width:40px;
	padding:0;
	text-align:center !important;
}
/* ajax suggestion */
.suggestionsBox {
	position:absolute;
	left:0;
	margin:0;
	width:100%;
	background-color:#554d46;
	color: #fff;
	border-radius:8px;
	overflow:hidden;
	z-index:100;
}	
.boxhome {
	top:60px;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}	
.suggestionList li {
	list-style: none;
	margin: 0px 0px 2px 0px;
	padding:5px;
	cursor: pointer;
	text-align:left;
}	
.suggestionList li:hover {
	background-color:black;
}
/* ajax suggestion */
.product {
	display: block;
	width:100%;
	margin-bottom:30px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
	background:#F9F9F9;
	border:1px solid #FFC700;
	color:#363C42;
	overflow: hidden !important;
}
.product:hover {
	background:white;
	border:1px solid black;
}
.productimage {
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
@media (max-width:991px) {
	.productimage {
		height:auto;
		min-height:100px;
	}	
}
.subcategory {
	font-size:16px;
	width:100%;
	display:inline-block;
	text-align: left;
	line-height:22px;
	font-weight:700;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 22px;
	color:#464D55;
	padding-left:30px;	
}
.chatdiv {
	display:block;
	width:100%;
	height:400px;
	overflow-y:scroll;
	padding-left:10px;
	padding-right:10px;
	font-size:14px !important;
}
.chatdate {
	display:inline-block;
	width:auto;
	border-radius:8px;
	padding:10px 15px;
	margin-right:auto;
	background: black;
	color:white;
}
.chatmessage {
	display:block;
	width:auto;
	max-width:60%;
	border-radius:8px;
	overflow:hidden;
	padding:10px 15px;
}
.mymessage {
	background:#FFC700;
	margin-left:auto;
}
.hismessage {
	background:#554D46;
	color:white;
	margin-right:auto;
}
/* width */
::-webkit-scrollbar {
	width:5px;
}
/* Track */
::-webkit-scrollbar-track {
	background:#ffffff; 
}
/* Handle */
::-webkit-scrollbar-thumb {
	background:#707070; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background:#707070; 
}
.autocompletecategories {
	height:50px;
	width:100%;
	display:block;
	overflow:hidden;
}
.stars {
	width:90px;
	display:block;
	float:right;
	text-align:right;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
.stars img {
	width:18px;
	height:18px;
	display:inline;
	float:left;
}
.starsbig {
	width:120px;
	display:inline-block;
	text-align:right;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
.starsbig img {
	width:24px;
	height:24px;
	display:inline;
	float:left;
}
.favourite {
	width:26px;
	position:absolute;
	top:15px;
	right:15px;
	display:block;
	height:26px;
	line-height:26px;
	z-index:100;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 26px;
	cursor:pointer;
}
.favourites {
	background-image: url(images/favour.svg);
}
.favouritesfull {
	background-image: url(images/favourfull.svg);
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}