/*@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');*/
@font-face {
  font-family: 'Raptor';
  src: url('font/RaptorV3Premium-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'RaptorBold';
  src: url('font/RaptorV3Premium-Bold.otf') format('opentype');
}
*:not(.fa):not(.far):not(.fas) {
    /*font-family: 'Comfortaa', sans-serif;
	letter-spacing:-1px;*/
	font-family: 'Raptor', sans-serif;
    /*transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;*/
}
.normal {
    font-weight:400 !important;
}
.bold {
    font-weight:700 !important;
}
.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;
}
.font-weight-normal {
    font-weight:400;
}
/* Change normal width to 1280 start */
@media (min-width:1280px) {
    .container{
        max-width:1280px;
        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, 5%, 0);
    transform: translate3d(0, 5%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInUp {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 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:#373737;
    background:white;
    font-size:17px;
    overflow-x:hidden;
}
.body {
    background:white;
    padding-top:55px;
}
.bodyscroll {
    padding-top:55px;
}
@media (max-width:1199px) {
    .body {
        padding-top:63px;
    }
}
.text-shadow {
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.text-body {
    color:#373737 !important;
}
.text-dark {
    color:black !important;
}
.text-primary {
    color: #203856 !important;
}
.text-warning {
	color:#F2BE4E !important;
}
p.lead.text-white * {
	color:white !important;
}
.bg-light {
    background-color:#E0E0E0 !important;
}
.bg-dark {
    background-color:#373737 !important;
}
.bg-none {
    background:none;
}
b, strong {
    font-weight:700 !important;
}
.small, small {
    font-size:85%;
    line-height:1.1rem;
}
p {
    line-height:24px;
    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) repeat-x bottom center;
    background-size: auto 4px;
    border: 0px;
    height:4px;
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
}
hr.yellow {
    position:relative;
    background:url(images/line2.svg) repeat-x bottom center;
    background-size: auto 4px;
    border: 0px;
    height:4px;
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
}
.inlineblock {
    text-align:center;
    letter-spacing:0;
    word-spacing:0;
    font-size:0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight:700;
    color:#203856;
    display:block;
    width:100%;
}
h1, .h1 {
    font-size: clamp(2.375rem, 1.625rem + 4vw, 4.875rem);
    text-transform: uppercase;
}
h2, .h2 {
    font-size: clamp(1.875rem, 1.5375rem + 1.8vw, 3rem);
    text-transform: uppercase;
}
h3, .h3 {
    font-size: clamp(1.5rem, 1.35rem + 0.8vw, 2rem);
}
a {
    color:#F2BE4E;
    text-decoration:none;
}
a:hover {
    color:#373737;
    text-decoration:none;
}
a.drug {
    color:#373737;
    text-decoration:none;
}
a.drug:hover {
    color:#F2BE4E;
    text-decoration:none;
}
.btn {
    height:50px;
    line-height:53px;
    padding:0 30px;
    border-radius:0;
    font-size:17px;
    text-transform: uppercase;
    font-weight:700;
}
.btn-white, .btn-white:active, .btn-white:visited {
    background-color:white;
    color:#373737;
}
.btn-white:hover {
    background:#E0E0E0;
    color:#373737;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color:#F2BE4E !important;
    border-color:#F2BE4E !important;
    color:#1D2736;
    border:1px solid #F2BE4E !important;
}
.btn-primary:hover {
    background-color:#373737 !important;
    border-color:#373737 !important;
    color:#F2BE4E;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
    background-color:#373737 !important;
    border-color:#373737 !important;
    color:#F2BE4E;
}
.btn-secondary:hover {
    background-color:#F2BE4E !important;
    border-color:#F2BE4E !important;
    color:#1D2736;
}
.btn-warning, .btn-warning:active, .btn-warning:visited {
    background-color:#F2BE4E !important;
    border-color:#F2BE4E !important;
    color:#1D2736;
}
.btn-warning:hover {
    background-color:#F2BE4E !important;
    border-color:#F2BE4E !important;
    color:#1D2736;
}
.btn-arrow, .btn-arrow:active, .btn-arrow:visited, .btn-arrow:hover {
    padding-left:38px;
    background-image:url("images/arrowbutton.svg");
    background-repeat: no-repeat;
    background-position: left 10px center;
}
.btn-arrow:hover {
    background-image:url("images/arrowbuttonyellow.svg");
}
.thumbnail {
    display:block;
    width:100%;
    height:100%;
    min-height:230px;
    background:url(images/thumbnail.png) no-repeat center center;
    border: 1px solid #373737;
}
#page li {
list-style-image: url(images/li.png);
}
.pointer {
cursor:pointer;
}
a.pagesvideo, a.pagesvideo:hover, .pagesvideo {
    width:100%;
	height:400px;
    display:block;
    margin:auto;
    position:relative;
	overflow:hidden;
}
@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-repeat: no-repeat;
    background-position: center center;
	background-size:80px 80px;
    background-color:rgba(80,44,30,.5);
}
.pagesvideosmall:after {
    background-size: 40px 40px;
}
.contoverallup {
    background:#040404;
    display: block;
    width:100%;
    z-index:110;
    position:absolute;
    top:0;
    left:0;
}
.contoverallupfixed {
    position:fixed;
}
.contoverallup p {
    margin-bottom: 0;
}
a.top, a.top:hover, a.topselected, a.topselected:hover {
    color:#303335;
    margin-left:25px;
}
a.top:hover, a.topselected, a.topselected:hover {
    color:#F2BE4E;
}
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;
}
.clogo {
    width:113px;
    height:auto;
    margin:10px 0;
}
@media (max-width:1199px) {
    .clogo {
        width:140px;
        margin:10px 0;
    }
    .contoverallupfixed {
		position:absolute;
	}
}
a.butonwhite, a.butonwhite:hover {
    width:auto;
    display:inline-block;
    height:auto;
    line-height:32px;
    font-size:17px;
    background:url("images/arrowbutton.svg") no-repeat left center;
    position:relative;
    color:#203856;
    font-weight:700;
    text-transform: uppercase;
    padding-left:30px;
    border-bottom:4px solid #203856;
}
a.butonwhite:hover {
    background:url("images/arrowbuttonyellow.svg") no-repeat left center;
    color:#F2BE4E;
    border-bottom:4px solid #F2BE4E;
}
a.upicon, a.upicon:hover, .upicon {
    width:auto;
    display:inline-block;
    height:auto;
    line-height:24px;
    font-size:16px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 24px;
    position:relative;
    color:#F2BE4E;
    font-weight:700;
    padding-left:30px;
}
a.upicon:hover {
    color:white;
}
a.bigicon, a.bigicon:hover, .bigicon {
    width:auto;
    display:inline-block;
    height:auto;
    line-height:28px;
    font-size:24px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 28px;
    position:relative;
    color:#D0D0D0;
    font-weight:500;
    padding-left:50px;
}
a.bigicon:hover {
    color:white;
}
a.smallicon, a.smallicon:hover, .smallicon {
    width:auto;
    display:inline-block;
    height:auto;
    line-height:19px;
    font-size:16px;
    background-repeat: no-repeat;
    background-position: left top 5px;
    background-size: 18px auto;
    position:relative;
    color:white;
    font-weight:300;
    padding-left:40px;
}
a.smallicon:hover, a.smallicon:hover b {
    color:#F2BE4E !important;
}
.tel {
    background-image: url(images/tel.svg);
    background-size: auto 32px !important;
    line-height:32px !important;
}
.tel2 {
    background-image: url(images/tel2.svg);
}
.telwhite {
    background-image: url(images/telwhite.svg);
}
.telyellow {
    background-image: url(images/telyellow.svg);
}
.email {
    background-image: url(images/email.svg);
}
.email2 {
    background-image: url(images/email2.svg);
}
.email3 {
    background-image: url(images/email3.svg);
}
.gps {
    background-image: url(images/gps.svg);
    background-position: top 5px left !important;
    background-size: auto 38px !important;
}
.gps2 {
    background-image: url(images/gps2.svg);
    background-position: top 5px left !important;
}
/* 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:15px;
}
.sidenav {
    width:100%;  
    height:100%;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:0;
    background:#040404;
    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:white;
    font-size:16px;		
    text-transform:uppercase;
    margin:10px 10px;
    font-weight:700;
}
a.linknav:hover, a.linknavselected, a.linknavselected:hover {
    color:#F2BE4E;
}
.sidenav hr {
    width:40%;
    margin-top:15px;
    margin-bottom:15px;
    position:relative;
    background:url(images/line2.svg) repeat-x center center;
    border: 0px;
    height:4px;
}
#carouselhead, #carouselhead .owl-item {
    width: 100%; 
    height:calc(100vh - 55px);
    display:block;
    overflow: hidden;
    outline:none;
    border:0;
}
#carouselhead .item {
    display:block;
    width:100%;
    height:100%;
    position:relative;
    border:0;
    background-color:white;
    background-repeat:no-repeat;
    background-position:center center;
    background-size: cover;
}
#carouselhead * {
    outline: none;
    overflow:hidden;
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
    #carouselhead, #carouselhead .owl-item {
        height:650px;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    #carouselhead, #carouselhead .owl-item {
        height:600px;
    }
}
@media only screen and (min-width:321px) and (max-width:767px) {
    #carouselhead, #carouselhead .owl-item {
        height:550px;
    }
}
@media only screen and (max-width:320px) {
    #carouselhead, #carouselhead .owl-item {
        height:500px;
    }
}
.carouselheadleft {
    background:url("images/head.svg") no-repeat top right rgba(206,206,206,.57);
    background-size:100% 100%;
    backdrop-filter: blur(10px);
}
.carouselheadcontainer {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:block;
}
.custom-owl-dots-cont {
    width:80%;
    height:auto;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    z-index:110;
}
#carousel3, #carousel3 .owl-item {
    width: 100%; 
    height:700px;
    display:block;
    overflow: hidden;
    outline:none;
    border:0;
}
#carousel3 .item {
    display:block;
    width:100%;
    height:100%;
    position:relative;
    border:0;
    background:#E0E0E0;
}
.slidersign {
    background:url(images/slidersign.svg) no-repeat bottom left;
    background-size: 50% auto;
}
#carousel3 * {
    outline: none;
    overflow:hidden;
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
    #carousel3, #carousel3 .owl-item {
        height:450px;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    #carousel3, #carousel3 .owl-item {
        height:1700px;
    }
}
@media only screen and (min-width:321px) and (max-width:767px) {
    #carousel3, #carousel3 .owl-item {
        height:1000px;
    }
}
@media only screen and (max-width:320px) {
    #carousel3, #carousel3 .owl-item {
        height:800px;
    }
}
.am-prev {
    display:inline-block;
    width:63px;
    height:65px;
    line-height:65px;
    border:0;
    cursor:pointer;
    background: url("images/arrowleft.svg") no-repeat center center;
    background-size: 100% 100%;
}
.am-next {
    display:inline-block;
    width:63px;
    height:65px;
    line-height:65px;
    border:0;
    cursor:pointer;
    background: url("images/arrowright.svg") no-repeat center center;
    background-size: 100% 100%;
}
.am-prev:focus, .am-next:focus {
    outline: none; 
    -moz-outline-style: none; 
}
.welcome {
    width:100%;
    max-width:540px;
}
.contoverallyellow {
    background: #F2BE4E;
}
.iconborder {
    display:block;
    width:100%;
    height:100%;
    border-bottom:4px solid #203856;
}
#carousel2 .item a {
	background:white;
	padding:10px;
	display:block;
	height:90px;
	display:flex;
	align-items: center;
  	justify-content: center;
}
#carousel2 .item img {
	width:auto;
	max-width: 100%;
	height:auto;
	max-height:100%;
}
.mapcont {
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
}
.colmap {
    position: relative;
    height:auto;
    display:block;
}
.colblue {
    background:#181E27; 
}
.mapcontblue {
    display:block;
    position: absolute;
    top:0;
    left:0;
    background:#181E27;
    width:100px;
    height:100px;
}
.contoverallplans {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+15,1d2736+15,1d2736+100 */
    background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(29,39,54,1) 15%, rgba(29,39,54,1) 100%);
    background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(29,39,54,1) 15%, rgba(29,39,54,1) 100%);
    background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(29,39,54,1) 15%, rgba(29,39,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width:991px) {
    .contoverallplans {
         background:#1d2736;    
    }
}
.contoverallplans *:not(.text-warning) {
	color:white !important;
}
.contoverallblue {
	background:#1d2736;    
}
.contoverallblue *:not(.text-warning):not(h2) {
	color:white !important;
}
.contoverallblue h2 {
	color:#F2BE4E !important;
}
.contoverallblue hr {
    position:relative;
    background:url(images/line2.svg) repeat-x bottom center;
    background-size: auto 4px;
    border: 0px;
    height:4px;
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
}
.freeoffices {
    background: url(images/freeoffices.svg) no-repeat left bottom;
    background-size: auto 80%;
}
.news {
    display: block;
    width:100%;
    height:100%;
    margin-top:6px;
    margin-bottom:6px;
    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:0;
    margin-bottom:12px;
}
.newsimage {
    width: 100%;
    height:280px;
    display:block;
    margin-bottom:12px;
    position: relative;
}
@media (max-width:991px) {
    .newsimage {
        height:auto;
    }	
}
.whyquestioncont {
    background:rgba(240,240,240,.5);
    padding:20px;
}
a.whyquestion, a.whyquestion:hover, a.whyquestionselected, a.whyquestionselected:hover {
    display:block;
    width:100%;
    line-height:40px;
    font-weight:700;
    font-size:22px;
    position:relative;
    padding-right:50px;
    color:#373737;
}
a.whyquestion::after, a.whyquestion:hover::after {
    position: absolute;
    background: url(images/plus.svg) no-repeat center center;
    background-size: 100% 100%;
    content: '';
    width:38px;
    height:38px;
    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: 100% 100%;
    content: '';
    width:38px;
    height:38px;
    text-align:center;
    top:0;
    right: 0;
}
.authorletter {
    display:block;
    width:100%;
    height:100%;
}
.authorletterimage {
    width:46px;
    height:46px;
    border-radius: 50%;
    overflow:hidden;
    display:block;
    border:1px solid #373737;
}
.contoveralldown {
    background:#1D2736;
}
.contoveralldown * {
    color:white !important;
}
.downcont {
    display: block;
    background: #F0F0F0;
    border-radius: 12px;
}
.contoveralldown ul {
    padding: 0;
    margin:0;
}
.contoveralldown li {
    list-style:none;
    width:100%;
    display:block;
    margin-bottom:20px;
}
.contoveralldown li a {	
    width:100%;
    display:block;
    line-height:17px;
    color:white;
}
.contoveralldown li a:hover {	
    color:#F2BE4E !important;
}
.contoveralldown p {
    margin-bottom: 0;
}
a.scrollTop, a.scrollTop:hover {
    width:30px;
    height:35px;
    color:#F2BE4E;
    display:block;
    position:fixed;
    bottom:10px;
    right:20px;
    opacity:0;
    text-align:center;
}
.page-link {
position: relative;
display:inline-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:#373737;
border: 1px solid #373737;
}
.page-item.disabled .page-link {
color:#373737;
pointer-events: none;
cursor: auto;
background-color:#F2BE4E;
border-color:#373737;
}
.page-item.active .page-link {
z-index: 1;
color: white;
background-color: #F2BE4E;
border-color: #F2BE4E;
}
.page-link:focus, .page-link:hover {
color: white;
text-decoration: none;
background-color: #F2BE4E;
border-color: #F2BE4E;
}
.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: #F2BE4E !important;
box-shadow: 0 0 5px #F2BE4E !important;
}
.custom-control-label:before {
box-shadow: 0 0 5px #F2BE4E !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
background-color:black;
box-shadow: 0 0 5px #F2BE4E !important;
}
.custom-control-input:active~.custom-control-label::before {
background-color:#F2BE4E;
box-shadow: 0 0 5px #F2BE4E !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
background-color:black;
box-shadow: 0 0 5px #F2BE4E !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: #F2BE4E;
    background-color: #F2BE4E;
}
.custom-select-blog {
    background:url(images/arrow.svg) no-repeat right .75rem center white;
    border-radius:0;
    border:1px solid #C2D0C8 !important;
    margin:0;
    height:50px;
}
.custom-select-blog:focus {
    outline: none !important; 
    -moz-outline-style: none !important; 
    box-shadow:none !important;
}
a.pagerlink, a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
    background:black;
    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:black;
    color:white !important;
}
label.error {
    color:#EB0202;
    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 #F2BE4E;
    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 #F2BE4E;
    background: url(images/checkbox.png) no-repeat center center black;
    -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: #E0E0E0;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
background-color:#F0F0F0;
}
.scrollauto {
    max-height:320px;
    overflow-y: auto;
}
/* width */
::-webkit-scrollbar {
width:3px;
}
/* Track */
::-webkit-scrollbar-track {
background:#ffffff; 
}
/* Handle */
::-webkit-scrollbar-thumb {
background:#373737; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background:373737; 
}
a.social, a.social:hover {
    width:30px;
    display:inline-block;
    height:30px;
    line-height:30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
}
.facebook {
    background-image: url(images/facebook.svg);
}
.instagram {
    background-image: url(images/instagram.svg);
}
.youtube {
    background-image: url(images/youtube.svg);
}
.fa-times-circle {
    font-size:36px;
    color: #F2BE4E;
}
.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 #040404;
    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%;	
}
.detailproductprice {
    display: block;
    width:100%;
    padding-top:20px;
    color:black;
    font-size:24px;
    font-weight:700;
    text-transform: none;
}
.detailproductprice span {
    color:black;
    font-size:20px;
    font-weight:400;
    text-decoration: line-through;
    display:inline-block;
    margin-right:20px;
}
a.updown, a.updown:hover {
    display:inline-block;
    width:44px;
    height:44px;
    line-height:44px;
    text-align: center;
    background:white;
    border:1px solid #e2e2e2;
}
input.inputbroi {
    display:inline-block;
    width:54px;
    height:44px;
    line-height:44px;
    text-align: center;
    background:white;
    border:1px solid #e2e2e2;
}
a.updown2, a.updown2:hover {
    display:inline-block;
    width:30px;
    height:44px;
    line-height:43px;
    text-align: center;
    background:white;
    border:1px solid #e2e2e2;
}
.productdetaildevider {
    background:url(images/linevertical.svg) repeat-y center top;
}
/* ajax suggestion */
.suggestionsBox {
    position:absolute;
    z-index:111;
    top:160px;
    left:0;
    margin:0;
    width:100%;
    display:none;
}	
.suggestionList {
    margin: 0 0 0 312px;
    padding: 0px;
    background:white;
    border:1px solid #e2e2e2;
}	
.suggestionList li, .suggestionList li.all {
    list-style: none;
    margin:0px;
    padding:5px;
    display: block;
    width:100%;
    cursor: pointer;
    text-align:left;
    border-bottom: 1px solid #e2e2e2;
}	
.suggestionList li:hover, .suggestionList li.all {
    background:#E0E0E0;
}
.suggestionList li *:not(.fas) {
    font-size: 12px !important;
    text-transform: uppercase;
    cursor: pointer;
}
.suggestionList .fas {
    font-size: 18px !important;
    cursor: pointer;
}
/* end ajax suggestion */
/* ajax suggestion speedy */
.suggestionsBoxSpeedy {
    position:absolute;
    z-index:111;
    top:40px;
    left:0px;
    margin:0;
    width:100%;
    display:none;
}	
.suggestionListSpeedy {
    margin: 0px;
    padding: 0px;
    background:#373737;
    border:1px solid #e2e2e2;
}	
.suggestionListSpeedy li, .suggestionListSpeedy li.all {
    list-style: none;
    margin:0px;
    padding:5px;
    cursor: pointer;
    text-align:left;
    border-bottom: 1px solid #e2e2e2;
}	
.suggestionListSpeedy li:hover, .suggestionListSpeedy li.all {
    background-color:black;
    color:white;
}
.suggestionListSpeedy * {
    font-size:16px;
    text-transform: uppercase;
    color:white;
}
/* end ajax suggestion */
a.blogicon, a.blogicon:hover, .blogicon {
    width:auto;
    display:inline-block;
    height:22px;
    line-height:22px;
    font-size:14px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    position:relative;
    color:#373737;
    padding-left:40px;
}
a.blogicon:hover, .blogicon:hover {
    color:black;
}
.calendar {
    background-image: url(images/calendar.svg);
}
.comments {
    background-image: url(images/comments.svg);
}
.category {
    background-image: url(images/category.svg);
}
.author {
    background-image: url(images/author.svg);
}
.filterrow {
    border-top:1px solid #C2D0C8;
    border-bottom:1px solid #C2D0C8;
    line-height:48px;
}
.contoverallpages {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f0f0f0+50,f0f0f0+100 */
background: linear-gradient(to right,  #ffffff 0%,#ffffff 50%,#f0f0f0 50%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.pagesleft {
    background: white;
}
.pagesright {
    background: #f0f0f0;
}
.sharebuton {
    background-repeat:no-repeat;
    background-position:center center;	
    background-size:100% 100%;
    width:36px;
    height:36px;
    line-height:36px;
    color:white;
    text-align:center;
    display:inline-block;
    margin-left:1px;
    margin-right:1px;
}
.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);
}
.sharesms {
    background-image:url(images/sharesms.png);
}
.sharewhatsapp {
    background-image:url(images/sharewhatsapp.png);
}
.sharelinkedin {
    background-image:url(images/sharelinkedin.png);
}
.sectionBeige {
    background:#E0E0E0;
    display:block;
}
.sectionGreen {
    background:#e4eae6;
    display:block;
}
.sectionGrey {
    background:#E0E0E0;
    display:block;
}
a.list, a.list:hover {
	background:url(images/list.svg) no-repeat center center;
	width:48px;
	height:48px;
	display:inline-block;
}
a.listactive, a.listactive:hover {
	background:url(images/listactive.svg) no-repeat center center;
}
.starbig {
	display:inline-block;
	width:auto;
	height:24px;
	line-height:24px;
	background:url(images/star.svg) no-repeat left top;
	background-size: auto 90%;
	padding-left:30px;
	font-size:16px;
	color:black;
}
.tooltip-inner {
    max-width: 200px;
    padding: 5px 8px 0px 8px !important;
    color: #000;
    text-align: center;
    background-color: #F2BE4E;
    border-radius: .25rem;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #F2BE4E;
}
#mapContainer {width:100%;height:100%;position:absolute;top:0;left:0;display:block;z-index:100;}
.rblock {display:block;position:absolute;background-repeat:no-repeat;background-position:center center;background-size:100% 100%;opacity:1;}
.rblock1 {width:98%;height:9%;bottom:21.5%;left:0;}
.rblock1:hover {background-image:url(plans/1.png);}
.rblock2 {width:98%;height:18%;bottom:28.5%;left:0;}
.rblock2:hover {background-image:url(plans/2.png);}
.rblock3 {width:98%;height:15%;bottom:39%;left:0;}
.rblock3:hover {background-image:url(plans/3.png);}
.rblock4 {width:98%;height:15.5%;bottom:47%;left:0;}
.rblock4:hover {background-image:url(plans/4.png);}
.rblock5 {width:98%;height:20%;bottom:52%;left:0;}
.rblock5:hover {background-image:url(plans/5.png);}
.rblock6 {width:98%;height:23%;bottom:59%;left:0;}
.rblock6:hover {background-image:url(plans/6.png);}
.rblock7 {width:98%;height:30%;bottom:65%;left:0;}
.rblock7:hover {background-image:url(plans/7.png);}
.rblockdot {display:block;position:absolute;background:#F2BE4E;width:20px;height:20px;border-radius:10px;overflow:hidden;opacity:0;}
.rblockdotshow {opacity:1;}
.dot1 {bottom:25%;right:0;}
.dot2 {bottom:36%;right:0;}
.dot3 {bottom:45%;right:0;}
.dot4 {bottom:52%;right:0;}
.dot5 {bottom:60%;right:0;}
.dot6 {bottom:68%;right:0;}
.dot7 {bottom:78%;right:0;}