@font-face {
  font-family: 'Involve';
  src: url('Involve/Involve-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'InvolveMedium';
  src: url('Involve/Involve-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'InvolveSemiBold';
  src: url('Involve/Involve-SemiBold.otf') format('opentype');
}
@font-face {
  font-family: 'InvolveBold';
  src: url('Involve/Involve-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'YoungestItalic';
  src: url('Youngest/TheYoungestScript-Rg.otf') format('opentype');
}
@font-face {
  font-family: 'Youngest';
  src: url('Youngest/TheYoungestSerif-Book.otf') format('opentype');
}
*:not(.fa):not(.far):not(.fas) {
	font-family: 'Involve', sans-serif;
}
.normal {
	font-family: 'Involve', sans-serif !important;
	font-weight:400;
}
.medium {
	font-family: 'InvolveMedium', sans-serif !important;
	font-weight:500;
}
.bold {
	font-family: 'InvolveBold', sans-serif !important;
	font-weight:700;
}
.semibold {
	font-family: 'InvolveSemiBold', sans-serif !important;
	font-weight:600;
}
.extrabold {
	font-family: 'InvolveExtraBold', sans-serif !important;
	font-weight:900;
}
.transition {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.notransition {
	transition: all 0s ease;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
}
.font-weight-normal {
	font-weight:400;
}
@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;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.o-hidden {
 	overflow:hidden;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
body, html {
	width: 100%;
	height:100%;
}
body {
	color:#373B44;
	background:white;
	font-size:16px;
	overflow-x:hidden;
}
.body {
	background:white;
	padding-top:183px;
}
.bodyscroll {
	padding-top:121px;
}
@media (max-width:1199px) {
	.body {
		padding-top:80px;
	}
    .bodyscroll {
        padding-top:80px;
    }
}
.text-body {
	color:#31343A !important;
}
.text-dark {
	color:black !important;
}
.text-shadow {
	text-shadow:1px 1px 1px black;
}
.text-danger {
	color:#E93E2C !important;
}
.letterspacing {
    letter-spacing: 2px;
}
.bg-beige {
	background-color:#B4AE9E;
}
.bg-beige * {
    color:white !important;
}
.bg-beigelight {
	background-color:#ECEADE;
}
.bg-light, a.bg-light:hover {
	background-color:#F8F4EE !important;
}
.bg-none {
	background:none;
	padding-bottom:0;
}
b, strong {
	font-family: 'InvolveBold', sans-serif !important;
	font-weight:700;
}
.small, small {
    font-size:85%;
}
p {
	line-height:150%;
	display:block;
	width:100%;
}
.producttext p {
	line-height: 20px;
}
.row {
 	margin:0;
}
img {
	max-width: 100%;
}
.objectfit {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center center;
}
.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;
	background-size: auto 2px;
	border: 0px;
	height:2px !important;
	width: 100%;
	margin-top:15px;
	margin-bottom:15px;
}
.text-center hr {
 	background:url(images/line.svg) no-repeat bottom center;
}
hr.red {
 	background:url("images/linered.svg") no-repeat bottom left;
}
.text-center hr.red {
 	background:url(images/linered.svg) no-repeat bottom center;
}
.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 {
	font-family: 'InvolveBold', sans-serif !important;
	font-weight:700;
	font-family: 'YoungestItalic' !important;
	font-weight:400;
	color:#31343A;
	display:block;
	width:100%;
	line-height:160%;
}
h1, .h1 {
	font-size: clamp(1.875rem, 1.3636rem + 2.7273vw, 3.75rem);
}
h2, .h2 {
	font-size: clamp(1.75rem, 1.3923rem + 1.1445vw, 2.25rem);
}
h3, .h3 {
	font-size: clamp(1.5rem, 1.2318rem + 0.8584vw, 1.875rem);
}
h4, .h4 {
	font-size: clamp(1.25rem, 1.0712rem + 0.5722vw, 1.5rem);
}
h5, .h5 {
	font-size: clamp(1.125rem, 1.0356rem + 0.2861vw, 1.25rem);
}
h6, .h6 {
	line-height:16px;
}
.letter-spacing {
	letter-spacing:5px;
}
a {
 	color:#E93E2C;
 	text-decoration:none;
}
a:hover {
 	color:#31343A;
	text-decoration:none;
}
a.drug {
 	color:#31343A;
 	text-decoration:none;
}
a.drug:hover {
 	color:#E93E2C;
	text-decoration:none;
}
.btn {
	font-size:16px;
	padding-left:30px;
	padding-right:30px;
	padding-top:8px;
	padding-bottom:8px;
	max-width:100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border: 2px solid #BCBDAF !important;
}
.btn-sm {
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
	max-width:100%;
}
.btn-lg {
	font-size:18px;
	padding-left:30px;
	padding-right:30px;
	padding-top:12px;
	padding-bottom:12px;
	max-width:100%;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  	background-color:#B4AE9E; !important;
	color:white;
}
.btn-primary:hover {
  	background-color:#ECEADE !important;
	color:black;
	border-color:#BCBDAF;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
  	background-color:#ECEADE !important;
	color:black;
}
.btn-secondary:hover {
  	background-color:#B4AE9E !important;
	color:white;
}
.thumbnail {
	display:block;
	width:100%;
	height:100%;
	background:url(images/thumbnail.png) no-repeat center center;
	border: 1px solid #B4AE9E;
}
#page li {
  list-style-image: url(images/li.png);
}
.pointer {
  cursor:pointer;
}
a.pagesvideo, a.pagesvideo:hover, .pagesvideo {
	width:100%;
	max-width:100%;
	display:block;
	position:relative;
	height:auto;
}
@media (max-width:767px) {
	a.pagesvideo, a.pagesvideo:hover, .pagesvideo {
		height:200px;
	}
}
a.pagesvideo:after, .pagesvideo:after {
  position: absolute;
  top:0;
  left:0;
  content: '';
  display:block;
  width:100%;
  height:100%;
  background-image: url(images/playvideo.svg);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center center;
	background-color: rgba(153,114,85,0.20);
}
.pagesvideosmall:after {
	background-size: 40px 40px;
}
.contoverallup {	
	position: absolute;
	z-index:100;
	top:0;
	left:0;
	display: block;
	width:100%;
	background:#F8F4EE;
}
.contoverallupfixed {
	position:fixed;
}
.contoverallhead {
	background: #B4AE9E;
	padding-top:15px;
	padding-bottom:15px;
}
.contoverallupfixed .contoverallhead {
	padding-top:8px;
	padding-bottom:8px;
}
.contoverallhead * {
	color:white !important;
}
.contoverallup p {
	line-height:32px;
    margin-bottom: 0;
}
.contoverallupfixed p {
	line-height:24px;
    margin-bottom: 0;
}
.clogo {
	display:inline-block;
	width:200px;
	height:auto;
	margin:30px 0;
}
.contoverallupfixed .clogo {
	width:160px;
	margin:15px 0;
}
@media only screen and (max-width:1199px) {
	.clogo {
		width:160px;
		margin:15px 0;
	}	
	.contoverallupfixed {
		position:absolute;
	}
	.contoverallupfixed .clogo {
		width:160px;
		margin:15px 0;
	}
}
.clogo img {
	width:auto;
	max-width: 100%;
	height:auto;
	max-height: 100%;
}

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;
}
a.closebtn2, a.closebtn2:hover {
	background:url(images/x-lg-2.svg) no-repeat left center;
	background-size:100% auto;
    position: absolute;
    top:25px;
    right:30px;
    width:28px;
    height:30px;
	text-align:right;
}
a.upicon, a.upicon:hover, .upicon {
	width:auto;
	display:inline-block;
	height:24px;
	line-height:24px;
	font-size:16px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	position:relative;
	color:white;
	padding-left:25px;
	text-align: left;
}
a.upicon:hover {
	color:#E93E2C;
}
.contoveralldown .upicon {
    color:#31343A;
}
.telwhite {
	background-image: url(images/telwhite.svg);
}
.contoveralldown .telwhite, .sidenav .telwhite, .contoverallcontacts .telwhite {
	background-image: url(images/tel.svg);
	color:#31343A;
}
.search {
	background-image: url(images/search.svg);
	background-position: right center !important;
	color:#31343A !important;
	padding-left:0 !important;
	padding-right:35px !important;
}
.contoverallbottom {
    background:#B4AE9E;
}
.contoverallbottom * {
    color:white !important;
}
.contoverallsearch {
	width:100% !important;
	min-height:100% !important;
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:rgba(248, 244, 238, 0.98);
	z-index:10001;
	padding:20px;
}
#frmSearch {
	position: absolute;
	width:50%;
	top:50%;
    left:50%;
    border-bottom: 1px solid black;	
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
@media (max-width:479px) {
	#frmSearch {
		width:80%;
	}
}
.searchinput {
	width:70%;
	height:50px;
	display:inline;
	float:left;
	background:none;
}
.searchinput input {
	background:none;
	width:100%;
	height:30px;
	line-height:20px;
	font-size:16px;
	font-weight:600;
	padding:0;
	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;
}
a.searchbuton, a.searchbuton:hover {
	width:20%;
	height:30px;
	line-height:30px;
	display: inline;
	float:right;
	 text-align:right;
	 color:black;
	 font-size:24px;	
}
/* left menu */
a.menurespons, a.menurespons:hover {
	background:url(images/menu3.svg) no-repeat right center;
	background-size:30px auto;
	width:40px;
	height:30px;
	line-height:30px;
	font-size:30px;
	display:block;
	float:right;
	text-align:left;
	margin-top:20px;
}
.sidenav {
    width:100%;  
	height:100%;
	visibility: hidden;
	opacity: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:0;
    background:#F8F4EE;
    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;
	font-size:16px;		
	text-transform:uppercase;
	margin:10px 10px;
	/*text-overflow: ellipsis;*/
	position: relative;
	color:#31343A;
	font-family: 'InvolveBold', sans-serif !important;
	font-weight:700;
}
a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	color:#E93E2C;
}
.sidenav hr {
	width:60%;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
 	background:url(images/line.svg) no-repeat center center;
	border: 0px;
	opacity:0.5 !important;
}
#carousel1, #carousel1 .owl-item {
    width: 100%; 
	height:600px;
	display:block;
	overflow:hidden;
}
#carousel1 .item {
    display:block;
    width:100%;
    height:100%;
    position:relative;
    border:0;
    background-repeat:no-repeat;
	background-position:top center;
	background-size: cover;
}
#carousel1 * {
	outline: none;
	overflow:hidden;
    color:white !important;
}
.carouseltext {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	background: rgba(153,114,85,.3);
}
@media only screen and (min-width:1200px) and (max-width:1600px) {
	#carousel1, #carousel1 .owl-item {
		height:550px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	#carousel1, #carousel1 .owl-item {
		height:450px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	#carousel1, #carousel1 .owl-item {
		height:400px;
	}
}
@media only screen and (min-width:321px) and (max-width:767px) {
	#carousel1, #carousel1 .owl-item {
		height:450px;
	}
}
@media only screen and (max-width:320px) {
	#carousel1, #carousel1 .owl-item {
		height:450px;
	}
}
.imageborder {
	width:100%;
	height:auto;
	background: white;
	padding:20px 20px 60px 20px;
	border: 2px solid #BCBDAF;
}
@media only screen and (min-width:992px) {
	.imagemargin {
		margin-top:-120px;
		margin-left:50%;
	}
}
@media only screen and (min-width:992px) {
	.serviceborder {
		background:url("images/linevertical.svg") repeat-y top left;
	}
}
.contoverallabout {
    width: 100%; 
	display:block;
    background-repeat:no-repeat;
	background-position:top center;
	background-size: cover;
}
.abouttext {
    width:100%;
    height:100%;
	background: rgba(180, 174, 158, 0.75);
}
.abouttext * {
	color:white !important;
}
@media only screen and (min-width:992px) {
	.weva {
		background: url("images/linevertical.svg") repeat-y top center;
	}
}
.wevaleft {
	margin-left:53px;
}
.wevaright {
	margin-left:-53px;
}
.contoveralldown {
	background:white;
	border-top:2px solid #F8F4EE;
}
a.scrollTop, a.scrollTop:hover {
	width:30px;
	height:35px;
	color:#ECEADE;
	font-size:26px;
	display:block;
	position:fixed;
	bottom:25px;
	right:20px;
	opacity:0;
	text-align:center;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.75rem 1.00rem;
  margin-left:5px;
  margin-bottom:5px;
  font-size: 1.1rem;
  font-weight:700;
  line-height: 1.25;
  color: white;
  background-color:#31343A;
  border: 1px solid #31343A;
}
.page-item.disabled .page-link {
  color:white;
  pointer-events: none;
  cursor: auto;
  background-color:#31343A;
  border-color:#31343A;
}
.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color:#E93E2C;
  border-color:#E93E2C;
}
.page-link:focus, .page-link:hover {
  color: white;
  text-decoration: none;
  background-color:#E93E2C;
  border-color:#E93E2C;
}
.loading {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
  left:0;
  text-align:center;
  color:#888;
	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: #31343A !important;
  box-shadow: 0 0 5px #31343A !important;
}
.custom-control-label:before {
  box-shadow: 0 0 5px #31343A !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color:#31343A;
  box-shadow: 0 0 5px #31343A !important;
}
.custom-control-input:active~.custom-control-label::before {
  background-color:#31343A;
  box-shadow: 0 0 5px #31343A !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color:#31343A;
  box-shadow: 0 0 5px #31343A !important;
}
.custom-select {
	background:url(images/arrow.svg) no-repeat right .75rem center white;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #31343A;
    background-color: #31343A;
}
a.pagerlink, a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#31343A;
	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:#31343A;
	color:white !important;
}
label.error {
	color:#E93E2C;
	font-size: 14px;
	display: block;
	width:100%;
}
a.btnTerms {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #31343A;
	background: url(images/checkbox.png) no-repeat center center white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.btnTermsChecked {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #31343A;
	background: url(images/checkbox.png) no-repeat center center #31343A;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.table-striped .thead-light th {
	background-color: #FFF;
  }
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color:#FFF;
}
.scrollauto {
	max-height:320px;
	overflow-y: auto;
}
/* width */
::-webkit-scrollbar {
  width:5px;
}
/* Track */
::-webkit-scrollbar-track {
  background:#ffffff; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#E93E2C; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:black; 
}
a.social, a.social:hover {
	width:32px;
	display:inline-block;
	height:32px;
	line-height:32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.contoverallupfixed a.social, .contoverallupfixed a.social:hover {
	width:24px;
	height:24px;
	line-height:24px;
}
.facebook {
	background-image: url(images/facebook.svg);
}
.instagram {
	background-image: url(images/instagram.svg);
}
.youtube {
	background-image: url(images/youtube.svg);
}
.twitter {
	background-image: url(images/twitter.svg);
}
.linkedin {
	background-image: url(images/linkedin.svg);
}
.v {
	background-image: url(images/v.svg);
}
.facebookwhite {
	background-image: url(images/facebookwhite.svg);
}
.instagramwhite {
	background-image: url(images/instagramwhite.svg);
}
.youtubewhite {
	background-image: url(images/youtubewhite.svg);
}
.twitterwhite {
	background-image: url(images/twitterwhite.svg);
}
.linkedinwhite {
	background-image: url(images/linkedinwhite.svg);
}
.vwhite {
	background-image: url(images/vwhite.svg);
}
.fa-times-circle {
    font-size:36px;
    color: #005094;
}
.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/menu.svg) no-repeat right 8px center #E93E2C;
	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%;	
}
.news {
	display: block;
	width:100%;
	height:100%;
    margin-top:10px;
    margin-bottom:10px;
	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;
}
.news:hover {
    margin-top:0px;
    margin-bottom:20px;
}
.news h4 {
    transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.news:hover h5 {
    color:#E93E2C !important;
}
.newsimage {
	width: 100%;
	aspect-ratio:16/9;
	overflow:hidden;
	display:block;
	position: relative;
}
@media (max-width:991px) {
	.newsimage {
		height:auto;
	}	
}
.newstext {
	display:block;
	width:100%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#carousel2 .item a {
	padding:10px;
	height:100px;
	display:flex;
	align-items: center;
  	justify-content: center;
    background-color:white;
    border-radius:4px;
    overflow:hidden;
}
#carousel2 .item img {
	width:auto;
	max-width:90%;
	height:auto;
	max-height:90%;
}
.sectionGrey {
	background:#F8F4EE;
}
.sectionBeige {
	background:#B4AE9E;
}
.sectionBeigeLight {
	background:#ECEADE;
}
.sectionWhite {
	background:white;
}
.sectionBeige *, .sectionBeige * {
	color:white !important;
}
.color1 {
	background-color:#f7f6f1 !important;
}
.color2 {
	background-color:#b7b09e !important;
}
.color3 {
	background-color:#f3f0eb !important;
}
.parallax-container {
	width: 100% !important;
	height:100% !important;
}
.parallax-container img {
	width: 100% !important;
}
.contoverallnews {
    width: 100%; 
	display:block;
    background-repeat:no-repeat;
	background-position:top center;
	background-size: cover;
	position:relative;
}
.contoverallnews:before {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	content:'';
	background: rgba(180, 174, 158,.3);
}
.contoverallnews * {
	color:white !important;
	/*text-shadow:2px 2px 2px black;*/
}
.videoslide {
    width: 100%; 
	height:auto;
	display:block;
	text-align:center;
}
.videoslide video {
    width: 100%; 
	height:auto;
	display:block;
	margin:auto;
}
.whyquestioncont {
	background:#fff;
	padding:10px 15px;
}
a.whyquestion, a.whyquestion:hover, a.whyquestionselected, a.whyquestionselected:hover {
	display:block;
	width:100%;
	line-height:24px;
	font-size:16px;
	position:relative;
	padding-right:50px;
	color:#000;
}
a.whyquestion::after, a.whyquestion:hover::after {
	position: absolute;
	background: url(images/plus.svg) no-repeat center center;
	background-size: 96% auto;
	content: '';
	width:24px;
	height:24px;
	text-align:center;
	top:0;
	right: 0;
}
a.whyquestionselected::after, a.whyquestionselected:hover::after {
	position: absolute;
	background: url(images/minus.svg) no-repeat center center;
	background-size: 96% auto;
	content: '';
	width:24px;
	height:24px;
	text-align:center;
	top:0;
	right: 0;
}
.videocontainer {
	display: block;
	width:100%;
	aspect-ratio:16/9;
	position: relative;
	overflow:hidden;
}
.newsgallery {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	aspect-ratio:16/9;
}
.galleryimage, .videoimage {
	width: 100%;
	aspect-ratio:16/9;
	overflow:hidden;
	display:block;
	position: relative;
}
@media (max-width:991px) {
	.galleryimage {
		height:auto;
	}	
}
.galleryimageafter {
	position: absolute;
	top:0;
	left:0;
	content: '';
	display:block;
	width:100%;
	height:100%;
	background-image: url(images/playvideo.svg);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(153,114,85,0.20);
}
.col-lg-12 .galleryimageafter, .col-lg-6 .galleryimageafter {
	background-size: 80px 80px;
}
.gallerytext {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
	padding:15px;
	color:white !important;
}
.gallerydescription {
	width:100%;
	height:auto;
	padding:15px;
	background:white;
}
.videoimage iframe {
	width:100%;
	height:100%;
}
.contoverallcontacts {
	background: #F7F6F1;
	background: linear-gradient(90deg, rgba(247, 246, 241, 1) 0%, rgba(247, 246, 241, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
@media (max-width:991px) {
	.contoverallcontacts {
		background: white;
	}
}