/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, body {
  color: #222;
  font-size: 1em;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
	overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.white_cover{
	position: fixed;
	z-index: 1010000;
	height: 100%;
	width: 100%;
	background: white;
	top: 0;
	pointer-events: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
	
}

a{
	text-decoration: none;
	color: inherit;
}

input, textarea{
	 appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
	border-radius: 0;
    	
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'Opposit';
    src: url('../fonts/Opposit-Bold.eot');
    src: url('../fonts/Opposit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Opposit-Bold.woff2') format('woff2'),
        url('../fonts/Opposit-Bold.woff') format('woff'),
        url('../fonts/Opposit-Bold.ttf') format('truetype'),
        url('../fonts/Opposit-Bold.svg#Opposit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik BLD';
    src: url('../fonts/Graphik-Bold.eot');
    src: url('../fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Bold.woff2') format('woff2'),
        url('../fonts/Graphik-Bold.woff') format('woff'),
        url('../fonts/Graphik-Bold.ttf') format('truetype'),
        url('../fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik MED';
    src: url('../fonts/Graphik-Medium.eot');
    src: url('../fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Medium.woff2') format('woff2'),
        url('../fonts/Graphik-Medium.woff') format('woff'),
        url('../fonts/Graphik-Medium.ttf') format('truetype'),
        url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.eot');
    src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/Graphik-Regular.woff') format('woff'),
        url('../fonts/Graphik-Regular.ttf') format('truetype'),
        url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik LIGHT';
    src: url('../fonts/Graphik-Light.eot');
    src: url('../fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Light.woff2') format('woff2'),
        url('../fonts/Graphik-Light.woff') format('woff'),
        url('../fonts/Graphik-Light.ttf') format('truetype'),
        url('../fonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik SEMI';
    src: url('../fonts/Graphik-Semibold.eot');
    src: url('../fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Semibold.woff2') format('woff2'),
        url('../fonts/Graphik-Semibold.woff') format('woff'),
        url('../fonts/Graphik-Semibold.ttf') format('truetype'),
        url('../fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



.footer{
	display: grid;
    align-self: end; /* The trick */
}


.banner{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #135BAD;
	background: #E3B648;
	font-size: 18px;
	text-align: center;
}

.banner a{
	display: inline-block;
	text-decoration: underline;
	margin-left: 20px;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	
}

.top_header .logo{
	opacity: 0;
}

.fixed_header{
	position: fixed;
	top: 0;
	padding-top: 0px;
	padding-bottom: 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    font-family: 'Graphik MED';
	z-index: 111000;
	-webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.logo img, .logo svg{
		width: 210px;
	margin-left: auto;
	margin-right: auto;

}

.img_side3{
	width: 30%;
}

.img_side4{
	width: 65%;
	position: relative;
}


.toopp{
	margin-top: 120px;
}
.overlaps3{
	width: 100%;
	
}

.caption p{
	margin: 0 !important;
}


.pager{
    font-family: 'Graphik MED';
	color: white;
	font-size: 18px;
	margin-top: 120px;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
	
}

.ars{
	font-size: 18px !important;
}

.pager a, .pager span{
	display: inline-block;
		-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.pager span{
	display: inline-block;
		-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}




.liiinsk::after{
	content: '';
	display: inline-block;
	background: white;
	height: 15px;
	margin-left: 15px;
	margin-right: 10px;
	width: 1.5px;
	margin-top: -4px;
	vertical-align: middle;
	
}



.pager a:hover{
	color: #E3B648;
}

.pager .current{
	color: #E3B648;
    font-family: 'Graphik MED';
}

.prev{
	margin-right: 20px;
	display: inline-block;
}


.next{
	margin-left: 20px;
	display: inline-block;
}

.next img{
	
	margin-top: -2px;
	transform: rotate(180deg); /* Equal to rotateZ(45deg) */

}


.filters{
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.s_dro{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.s_dro:hover{
	background: #E3B648;
	color: #135BAD;
}

.acts_s{
	background: #E3B648 !important;
	color: #135BAD !important;
}

.sort{
	width: 25%;
	display: flex;
	justify-content: flex-end;
	font-size: 15px;
	position: relative;
	z-index: 120;
    font-family: 'Graphik MED';
	color: white;
	align-items: center;
	line-height: 17px;
}

.cclose .ddorop{
	max-height: 0 !important;
	
}

.cclose .sort_arrow{
	  transform: rotate(0deg) !important;

}

.sort_box{
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.sorter{
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
	width: 220px;
	color: white;
	border: 1px solid #E3B648;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 17px;
	font-size: 15px;
	cursor: pointer;
    font-family: 'Graphik MED';
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.ddorop{
	max-height: 1000px;
	position: absolute;
	width: 100%;
	top: 40px;
	overflow: hidden;
	 -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.drop_dpwn_sort{
	width: 100%;
	background: #135BAD;
	border: 1px solid #E3B648;
	border-top: none;
	line-height: 17px;
	font-size: 15px;
    font-family: 'Graphik MED';
	padding-top: 0px;
	color: white;
	padding-bottom: 0px;
	padding-left: 0px;
	box-sizing: border-box;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	padding-right: 0px;
	
}
.frees{
	width: 100%;
	color: white;
	font-size: 20px;
    font-family: 'Graphik MED';
	margin-bottom: 30px;
}

.asteriks{
	display: inline-block;
	width: 22px;
	margin-right: 10px;
	vertical-align: middle;
}

.clisk-s{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.asteriks img{
	margin-top: -5px;
}
.sort_arrow{
	position: absolute;
	right: 20px;
	top: 10px;
	
	width: 17px;
  transform: rotate(180deg);
	vertical-align: middle;
	  -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.featured{
	width: 115px;
	font-size: 15px;
	line-height: 17px;
	padding-top: 10px;
	position: absolute;
	z-index: 100;
	right: 0;
	top: 0;
	padding-bottom: 10px;
	font-family: 'Graphik MED';
	background: #E3B648;
	color: #135BAD;
	text-align: center;

}
.av_block{
	width: 48%;

	position: relative;
	margin-bottom: 4%;
	padding: 0 !important;
	border: none !important;
	margin-top: 0 !important;
}

.video_overlayer{
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;
	z-index: 12220000;
	 -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.vd_close{
	position: absolute;
	width: 28px;
	right: 2.5%;
	top: 25px;
	z-index: 10;
	cursor: pointer;
	 -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

}

.vd_close:hover{
	  transform: rotate(90deg);
}

.vd_mov{
	height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	width: auto;
}

.vd_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .95;
}
.cl{fill:#DCB85C;}


.pl0{fill:#E4B747;
  -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;}
.pl1{fill:#165AAD;
  -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;}

.play_icon{
	width: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	
}

.view_fp:hover > .play_icon .pl0{
	fill:#165AAD;
}
.view_fp:hover > .play_icon .pl1{
	fill:#E4B747;
}

.av_img{
    height: 570px;
	width: 100%;

}

.av_page, .av_page3, .news_page, .woofpage{
	padding-top: 150px !important;
}
.av_info_main{
	font-family: 'Graphik MED';
	font-size: 20px;
	line-height: 30px;
	color: white;
	margin-top: 100px;
	    align-items: flex-start;

}
.av_info{
	background: white;
	color: #135BAD;
	    height: 340px;
position: relative;
    font-family: 'Graphik MED';
	font-size: 20px;
	line-height: 30px;
	box-sizing: border-box;
    padding: 30px 50px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.news_info{
	background: white;
	color: #1F1F1F;
	text-align: left;
    font-family: 'Graphik';
	font-size: 23px;
	padding: 30px;
	line-height: 30px;
	box-sizing: border-box;
}

.dates{
    font-family: 'Graphik MED';
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 20px;
}

.back_btn{
	margin-top: 0 !important;
	border: 0 !important;
	font-size: 18px !important;
	padding: 0 !important;
	color: white !important;
    font-family: 'Graphik MED';
}

.back_btn:hover{
	background: transparent !important;
}

.back{
	display: inline-block;
	width: 25px;
	vertical-align: middle;
	margin-right: 5px;
}

.view_fp, .cont_bt{
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	border: 1px solid #E3B648 !important;
	color: white !important;
	margin-top: 0 !important;
	width: 250px !important;
	box-sizing: border-box;
}

.view_fp{
	margin-bottom: 20px;
}

.view_fp:hover, .cont_bt:hover{
	background: #E3B648 !important;
	color: #135BAD !important;
}

.back img, .back svg{
	margin-top: -4px;
}

.left_side_av{
	width: 20%;
	position: -webkit-sticky; /* Safari */  
    position:sticky;
	top: 120px;
	display: inline-block;
	
}

.news_block{
	width: 31%;
	position: relative;
	margin-bottom: 4%;
	padding: 0 !important;
	border: none !important;
	margin-top: 0 !important;
}



.fp_img{
	width: 75%;
    padding: 0px;
	box-sizing: border-box;
	background: white;
	margin-left: 2%;
	position: relative;
}

.sslides{
	padding-bottom: 10px;
}

.blues .owl-dot{
	background: white !important;
	
}

.blues .owl-dot.active{
	background: #E3B648 !important;
	
}



.av_info strong, .av_info_main strong{
	width: 100%;
	font-weight: normal;
    font-family: 'Opposit';
	color: #E3B648;
	font-size: 90px;
	line-height: 70px;
	display: block;
	margin-bottom: 20px;
}

.left_av{
	width: 55%;
}

.right_av{
	width: 25%;
	    margin-right: -5%;

}

.bottom_btns{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	position: absolute;
	bottom: 40px;
	right: 50px;
	margin-top: 20px;
}

.btnz{
	width: 160px;
	text-align: center;
	color: #135BAD;
	border: 1.5px solid #135BAD;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 17px;
	font-size: 15px;
	cursor: pointer;
    font-family: 'Graphik MED';
	margin-left: 10px;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.btnz:hover{
	background: #135BAD;
	color: #1f1f1f;
}

.btnz2{
	width: 160px;
	text-align: center;
	color: #135BAD !important;
	border: 1.5px solid #135BAD !important;
	padding-top: 10px;
	box-sizing: border-box;
	height: 40px;
	padding-bottom: 10px;
	line-height: 17px;
	font-size: 15px;
	cursor: pointer;
    font-family: 'Graphik MED';
	margin-left: 10px;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.btnz2:hover{
	background: #E3B648 !important;
	color: #135BAD !important;
	border: 1.5px solid #E3B648 !important;
}

.news_main{
	width: 100%;
	max-width: 1034px;
	margin-left: auto;
	margin-right: auto;
}

.subtexts{
	font-size: 36px;
	line-height: 49px;
	font-family: 'Graphik LIGHT';
	margin-top: 30px;
	margin-bottom: 40px;
	font-weight: normal;
}

.tea_m{
	font-size: 18px !important;
	line-height: 27px !important;
	margin-bottom: 120px;
	max-width: 600px;
}

.tea_m strong{
	    font-family: 'Graphik MED' !important;
	display: block;
	font-weight: normal;
	margin-bottom: 30px;
font-size: 23px !important;
	line-height: 35px !important;
}
.news_main_block{
	box-sizing: border-box;
	background: white;
    padding: 60px 60px 100px;
	margin-top: 30px;
	    margin-bottom: 60px;

	width: 100%;
	font-family: 'Graphik';
	font-size: 18px;
	line-height: 27px;
	color: #1F1F1F;
}

.post_img{
	margin-bottom: 30px;
}

.news_main_block .news_main_title{
        color: #1F1F1F;
            margin-top: 70px;

        display: block;
        margin-bottom: 30px;
    font-family: 'Graphik LIGHT';
	font-size: 45px;
	line-height: 54px;
	font-weight: normal;
}

.rm_btn{
	color: #084035 !important;
	margin-left: 0 !important;
	margin-top: 30px;
	display: table;
	border: 1px solid #ECADCC !important;
}

.rm_btn:hover{
	background: #ECADCC !important;
}

.filt_btn{
	width: 160px;
	text-align: center;
	color: white;
	border: 1px solid #E3B648;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 17px;
	font-size: 15px;
	cursor: pointer;
    font-family: 'Graphik MED';
	margin-right: 10px;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.filt_btn:hover{
	background: #E3B648;
	color: #135BAD;
	
	
}

.actives{
	background: #E3B648 !important;
	color: #135BAD !important;
}

.overlaps3 img{
	margin-left: -20%;
}


.overlaps3_2{
	width: 100%;
	
}

.overlaps3_2 img{
	margin-left: 0%;
}


.hero_panel{
	position: absolute;
	width: 42.7%;
	box-sizing: border-box;
	padding: 70px 100px 70px 70px;
	right: 0;
    font-family: 'Graphik';
	color: white;
	top: 50%;
	font-size: 21px;
	line-height: 29px;
	transform: translate(0, -50%);
}
h1, h2, h3, h4{
	font-weight: normal;
	margin-top: 0;
	color: inherit;
	line-height: normal;
}

.hero_panel h1{
	font-size: 42px;
	line-height: 48px;
	margin-bottom: 30px;
	margin-top: 0;
    font-family: 'Opposit';
	
}

.hero_panel span{
	display: block;
	max-width: 500px;
}

.reqs{
	font-size: 12px;
}


.menu_btn{
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.btn{
    font-family: 'Graphik MED';
	text-align: center;
	display: table;
	margin-top: 40px;
	color: white;
	border: 1px solid white;
	padding: 5px 60px;
	font-size: 15px;
	cursor: pointer;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.btn:hover{
	border: 1px solid #E3B648;
	color: #111;
	background: #E3B648;
	
}

.padding2, .padding22{
	padding-top: 4%;
	padding-bottom: 4%;
}

.padding{
	padding-top: 8%;
	padding-bottom: 20%;
}

.inq_btn{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 2.5%;
    font-family: 'Graphik MED';
	color: white;
	font-size: 15px;
	cursor: pointer;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.inq_btn:hover{
	opacity: .3;
}

#sp_1 .sp_icon{
	background: #E3B648;
}

#sp_2 .sp_icon{
	background: #135BAD;
}

#sp_3 .sp_icon{
	background: #084035;
}

#sp_4 .sp_icon{
	background: #ECADCC;
}

#sp_5 .sp_icon{
	background: #672420;
}

.blues, .blue_box{
	background: #135BAD;
	color: #E3B648;
}
.greens{
	background: #084035;
	color: #ECADCC;
}
.reds{
	background: #672420;
}
.pinks{
	background: #ECADCC;
	color: #135BAD;
}

.blues_pinks{
	background: #135BAD;
	color: #ECADCC;
}

.pinks_greens{
	background: #ECADCC;
	color: #084035;
}
.yellows{
	background: #E3B648;
	color: #111;
}

.availabilities.pinks h2{
	color: #135BAD !important;
}

.availabilities.yellows h2{
	color: #135BAD !important;
}

.availabilities.blues h2{
	color: #E3B648 !important;
}

.menu_btn::after{
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: white;
    transition: width .3s;
}

.menu_btn:hover::after {
    width: 100%;
}

.opac_menu .menu_btn::after{
    background: white;
}

.blues .menu_btn{
	color: #E3B648;
}

.blues .menu_btn::after{
    background: #E3B648;
}

.yellows .menu_btn{
		color: #135BAD;

}

.yellows .menu_btn::after{
    background: #135BAD;
}
.greens .menu_btn{
	color: #ECADCC;
}

.greens .menu_btn::after{
    background: #ECADCC;
}

.pinks .menu_btn{
	color: #135BAD;

}

.pinks .menu_btn::after{
    background: #135BAD;
}
.pinks_greens .menu_btn{
	color: #084035;

}
.pinks_greens .menu_btn::after{
    background: #084035;
}
.blues_pinks .menu_btn{
	color: #ECADCC;

}
.blues_pinks .menu_btn::after{
    background: #ECADCC;
}
.text_side_img 
{
	position: relative;
	margin-top: 60px;
}

.text_side_img .showsimg{
	position: absolute;
	right: -15%;
	width: 80%;
}

.text_side_img .hidesimg{
	opacity: 0;
}

.overlaps2{
	position: absolute;
	left: -10%;
	top: -150px;
	
}

.caption2{
	max-width: 385px;
	margin-top: 15px;
	font-size: 15px;
	line-height: 21px;
	font-family: 'Graphik';
	color: #111;

}



.caption2 strong{
	    font-family: 'Graphik BLD';
	font-weight: normal;

}

.overlaps2 img{
	width: 60%;
}

.uppps{
	background: #E3B648 !important;
}



.menu_shadow{
	opacity: 0;
	z-index: 10;
	pointer-events: none !important;
}

.opac_menu .menu_shadow{
	opacity: 1 !important;
}

.hero, .hero2{
	width: 100%;
	position: relative;
	height: 100vh;
	margin-top: 0px;
	overflow: hidden;

}
 

.nosides{
	margin-left: 12%;
}

.anothesr{
	width: 90%;
	margin-top: 15%;
}

.anothesr333{
	margin-top: 15%;
}


.neigh_hero h1{
	position: absolute;
	left: 50%;
	top: 35%;
	z-index: 100;
	text-align: center;
	transform: translate(-50%, -50%);
	max-width: 800px;
	width: 90%;
	color: #135BAD;
	font-weight: normal;
	    font-family: 'Opposit';
	margin: auto;
	font-size: 70px;
	line-height: 80px;

}

.n_img_1{
	position: absolute;
	width: 26%;
	left: 0%;
	top: 15%;
}

.n_img_2{
	position: absolute;
	width: 23%;
	right: 0%;
	top: 18%;
}
.n_img_3{
	position: absolute;
	width: 30%;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 0);
}

.menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.left_menu, .right_menu{
	width: 35%;
	display: flex;
}

.left_menu{
	justify-content: flex-start;
	
}

.right_menu{
	justify-content: flex-end;
	
}

.hamburger{
	margin-left: 9%;
}

.left_menu .menu_btn{
	margin-right: 9%;
}
.right_menu .menu_btn{
	margin-left: 9%;
}
.logo{
	position: relative;
	width: 25%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.top_header .menu_btn{
	color: white;
}

.img_side_rights{
	display: flex;
	width: 50%;
	position: relative;
	justify-content: space-between;
}

.overlaps{
	position: absolute;
	width: 90% !important;
	top: 50%;
	margin-left: 5%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.overlaps img{
	width: 100% !important;
}

.img_side_rights img{
	width: 70%;
}

.text_lefts{
	margin-left: 20%;
	width: 87%;

}

.text_lefts2{
	margin-left: 20%;
	width: 87%;
}

.tops_up{
	margin-top: -80%;

}

.caption{
	position: absolute;
	bottom: -35px;
	font-size: 15px;
	color: #111;
	right: 5%;
    font-family: 'Graphik';
}

.menu_shadow{
	position: fixed;
	z-index: -1;
	width: 100%;
	top: 0;
	    -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.menu_shadow img{
	height: 160px;
		opacity: .5;

}

.opac_menu .menu_btn{
	color: white;
}
		
.hamburger{
	width: 30px;
	position: relative;
	z-index: 1350;
	top: 0px;
	
}


/* Icon 1 */

.nav-icon {
  width: 30px;
height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
  top: 10px;
}

.nav-icon span:nth-child(4) {
  top: 20px;
	

}
.nav-icon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
		opacity: 0;

}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
background: #135BAD;
	top: 10px;
	

}



.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
	background: #135BAD;
	top: 10px;
	
}

.nav-icon.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
		opacity: 0;

}	

.logo_main{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 111;
	transform: translate(-50%, -50%);
	text-align: center;

}



.disclaimer{
	position: fixed;
	bottom: 0;
	z-index: 111100;
}

.disc_text{
	position: absolute;
	left: 50%;
	width: 90%;
	max-width: 730px;
	font-size: 12px;
	line-height: 15px;
	top: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transform: translate(-50%, -50%);
	color: white;
	align-items: center;
	    font-family: 'Graphik MED';

}

.off_dis{
	bottom:-150px !important;
}

.d_text{
	width: 75%;
}
.d_text a{
	text-decoration: underline;
	 -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.d_text a:hover{
	color: #E3B648;
}
.dis_btn{
	max-width: 150px;
	width: 25%;
	text-align: center;
	color: #000000;
	box-sizing: border-box;
	font-size: 15px;
	padding: 10px 30px;
	background: #E3B648;
	cursor: pointer;
	  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.dis_btn:hover{
	background: #135BAD;
	color: white;
}

.down_arrow{
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 18px;
	bottom: 35px;
	  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.down_arrow.uperers{
	bottom: 100px !important;
}

.logo_m{
	width: 500px;
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.5));
    filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.5));
}

.headline{
	color: white;
	font-size: 42px;
    font-family: 'Opposit';
	line-height: 46px;
	margin-top: 40px;
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.5));
    filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.5));
	
}

.headline span{
	display: block;
}

.heros{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hero_1{
	width: 57.25%;
}

.hero_2{
	width: 42.75%;
}



.thumbs{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
}

.thumb{
	position: relative;
	width: 33.33%;
	overflow: hidden;
	cursor: pointer;
}

.thumb .inside_img{
		-webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.thumb:hover > .inside_img{
    transform: scale(1.1);
}

.overlayys{
	background: #111;
	height: 100%;
	z-index: 10;
	width: 100%;
	opacity: .2;
	position: absolute;
}

.car_title{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #111;
	padding-bottom: 60px;
	margin-top: 0px;
    font-family: 'Graphik';
}

.hero-video2 {
width: 100vw;
	height: 100vh;
	position: relative;
	max-height: 1100px;
}
.hero-video2 video {
object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
	max-height: 1000px;
  left: 0;
}

.hero-video {
width: 100vw;
	height: 100vh;
}
.hero-video video {
object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.thumb_title{
	position: absolute;
	color: white;
    font-family: 'Opposit';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	font-size: 48px;
}

.thumb::after{
	content: '';
	display: block;
	padding-bottom: 100%;
}


.contact{
	padding-top: 40px;
}

.content h2{
	font-size: 52px;
	line-height: 54px;
    font-family: 'Opposit';
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
}

.blues.content h2{
		color: #E3B648;

}

.mob_menu a{
	color: #135BAD;
}

.blue_box h2{
		color: #E3B648 !important;

}

.greens .content h2{
		color: #ECADCC;

}

.pinks .content h2{
		color: #135BAD;

}

.yellows .content h2{
		color: #111;

}

.content a{
   font-family: 'Graphik MED';
	font-size: 15px;
	line-height: 16px;
	padding: 10px 40px;
    -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	display: table;
	margin-top: 40px;
}

.contentLifestyle a{
   color: #0060b0;
   text-decoration: underline;
}

.contentLifestyle a:hover{
   color: #084035;
}

.blues .content a{
	color: #E3B648;
	border:1.5px solid #E3B648;
}

.blue_box .content a{
	color: #E3B648 !important;
	border:1.5px solid #E3B648 !important;
}

.whites .content a{
	color: #111;
	border:1.5px solid #111;
}


.blues .content a:hover{
	background: #E3B648;
	color: #135BAD;
}

.blue_box .content a:hover{
	background: #E3B648 !important;
	color: #135BAD !important;
}

.greens .content a{
	color: #ECADCC;
	border:1.5px solid #ECADCC;
}

.greens .content a:hover{
	background: #ECADCC;
	color: #084035;
}

.pinks .content a{
	color: #135BAD;
	border:1.5px solid #135BAD;
}

.pinks .content a:hover{
	background: #135BAD;
	color: #ECADCC;
}

.availabilities.yellows .content a{
	color: #135BAD;
	border:1.5px solid #135BAD;
}

.availabilities.yellows .content a:hover{
	background: #135BAD;
	color: #E3B648;
}

.yellows .content a{
	color: #111;
	border:1.5px solid #111;
}

.yellows .content a:hover{
	background: #111;
	color: #E3B648;
}

.whites .content a:hover{
	background: #111;
	color: white;
}

.texts{
	font-family: 'Graphik';
	font-size: 18px;
	width: 100%;
	line-height: 26px;

}

.centers{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px !important;
	display: block;
}

.av_btns{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 60px;
}

.av_btn{
	display: block;
	font-family: 'Opposit' !important;
	font-size: 45px !important;
	padding: 10px 40px 15px !important;
	text-align: center;
	width: 250px;
	box-sizing: border-box;
	line-height: 45px !important;
	margin-left: 30px;
	margin-right: 30px;

}

.cover{
	position: fixed;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 1000000;
}

.movesup{
	 opacity: 0;
  -moz-transform: translate3d(0px, -60px, 0px);
  -webkit-transform: translate3d(0px, -60px, 0px);
  -o-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate3d(0px, -60px, 0px);
}

.movesdown{
	 opacity: 0;
  -moz-transform: translate3d(0px, 60px, 0px);
  -webkit-transform: translate3d(0px, 60px, 0px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate3d(0px, 60px, 0px);
}

.left_menu{
	margin-top: -2px;
}

.right_menu{
	margin-top: 5px;
}

.st1, .uppps .st0{
	fill:#135BAD !important;
}

.uppps .menu_shadow{
	opacity: 0 !important;
}



.st0{
	fill:#FFFFFF;
}

.mob_php{
	width: 26px;
	display: none
	
}

.stph{
	    -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	fill: white;
}


.uppps .stph{
	fill:#135BAD !important;
}
.blues .st0, .blues .stph{
	fill:#E3B648;
}

.greens .st0, .greens .stph, .blues_pinks .st0{
	fill:#ECADCC;
}

.pinks .st0, .pinks .stph{
	fill:#135BAD;
}

.yellows .st0, .yellows .stph{
	fill:#135BAD;
}

.pinks_greens .st0, .pinks_greens .stph{
	fill:#084035;
}


.blues .nav-icon span{
	background: #E3B648;
}

.greens .nav-icon span, .blues_pinks .nav-icon span{
	background: #ECADCC;
}

.pinks .nav-icon span{
	background: #135BAD;
}

.pinks_greens .nav-icon span{
	background: #084035;
}


.yellows .nav-icon span{
	background: #135BAD;
}

.main_img{
	position: relative;
	width: 55%;
}

.mains{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content:flex-end;
	align-items: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	max-width: 1500px;
	margin-top: -2%;

	
	
	
	
}

.bgs{
	padding-top: 5%;
	padding-bottom: 5%;
}

.smaller_block{
	padding-top: 5%;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5%;
}


.background_art{
	position: absolute;
	bottom: 7%;
	width: 85%;
	left: 0;
}

.main_text{
	width: 40%;
	position: relative;
	z-index: 5;
}

.fullheights{
	height: 100vh !important;
		max-height: 1300px;

}

.mainheights{
	height: 100vh !important;
		max-height: 800px;

}

.fullheights2{
	width: 90% !important;
	margin-left: auto;
	margin-right: auto;
	height: 100vh !important;
		max-height: 1000px;
	margin-bottom: 10%;

}

.slideshows{
	height: 100%;
}


.owl-dots{
	position: absolute;
    z-index: 1000;
    left: 50%;
	transform: translate(-50%, 0);
    bottom: -50px;
	display: flex;
}

.owl-dot{
	margin-left: 5px;
	margin-right: 5px;
	height: 8px;
	width: 8px;
	background: #eee;
	  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.owl-dot:hover{
	background: #135BAD;

}

.owl-dot.active{
	background: #135BAD !important;
}


.fullheights3{
	width: 80% !important;
	margin-left: auto;
	margin-right: auto;
	height: 100vh !important;
		max-height: 1000px;
	margin-bottom: 4%;
	position: relative;

}

.slide2{
	width: 100%;
	height: 100% !important;
}

.owl-stage, .slideshows, .owl-stage-outer, .owl-carousel .owl-item{
	width: 100%;
	height: 100% !important;
}

.side_by_side{
	padding-top: 6%;
	padding-bottom: 6%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
   
}

.morepadds{
	padding-top: 7% !important;
	padding-bottom: 7% !important;
}

.side_by_side2{
	padding-top: 6%;
	padding-bottom: 6%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
   
}

.img_side{
	width: 60%;
	position: relative;
}



.img_sidex2{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c_line{
	width: 20px;
	height: 1.5px;
	background: #111;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.img_sidex2 img{
	width: 50%;
}

.custom-caption{
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	color: #111;
	font-family: 'Graphik';
	font-size: 15px;
}

.caps1, .caps2{
	display: inline-block;
}

.thumbz{ line-height:70px; padding: 0px; margin:2px;
	  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	cursor: pointer;
}

.thumbz:hover{
	opacity: .4
}

.thumbz .inside_img::after{
	content: '';
	display: block;
	padding-bottom: 70%;
}

li a{
	border: none !important;
	margin: 0 !important;
	font-size: inherit !important;
	line-height: inherit !important;
	padding: 0 !important;
	text-decoration: underline;
	color: inherit !important;
}

li a:hover{
	background: transparent !important;
	color:white !important;
}

.thumbnails{
	width: 100%;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	margin-bottom: 100px;
}

#thumbs{
	width: 84%;
	margin-left: auto;
	position: relative;
	margin-right: auto;
}
.text_side{
	font-family: 'Graphik';
	font-size: 18px;
	width: 35%;
	line-height: 28px;

}

.text_side2{
	font-family: 'Graphik';
	font-size: 18px;
	width: 47%;
	line-height: 28px;

}

.content h3{
	font-family: 'Graphik MED';
	margin-top: 0;
	font-weight: normal;
	margin-bottom: 20px;

}


.text_box{
	padding: 92px;
    width: 100%;
    text-align: left;
    position: relative;
    margin-left: -40px;
    box-sizing: border-box;

}
.triple_images{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}


.sections{
	position: relative;
}



.fades_out_animation .subject {
  opacity: 1 !important;

}


.fades_out_animation.in-view .subject {
  opacity: 0 !important;

		
}

.availabilities{
	overflow: hidden;
}


.controls{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
}

.arrows{
	width: 20px;
	cursor: pointer;
	position: absolute;
}

.left_arrow{
	left: -5%;
}

.left_arrow img, .left_arrow svg{
	 -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.right_arrow img, .right_arrow svg{
	 -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}


.right_arrow{
	right: -5%;
}



.half_block{
	height: 55%;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.form{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
	padding-top: 120px;
	padding-bottom: 80px;
	color: white;
	font-family: 'Graphik MED';
	font-size: 18px;
	line-height: 22px;
}


.ti_block{
	width: 33.33%;
	height: 100vh;
	max-height: 650px;
    font-family: 'Graphik';
	font-size: 18px;
	line-height: 22px;

}

.grids{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 60px;
}

.grid_img{
	width: 32%;
	margin-bottom: 2.5%;
}

.column{
	width: 47%;
}

.blues .caption, .blues .caption2{
	color: #E3B648
}

.pinks .caption, .pinks .caption2{
	color: #135BAD
}

.grid_img:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.ti_block strong{
	font-family: 'Graphik BLD';
	font-weight: normal;

}

.news_info strong{
	font-weight: normal;
}



.ti_info{
	box-sizing: border-box;
	padding: 30px;
	height: 25%;
}

.ti_img{
	height: 80%;
	width: 100%;
}

.sides{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	color: #111;
	padding-bottom: 60px;
}

.sides h2{
	margin-top: 0;
	margin-bottom: 0;
	width: 40%;
	font-family: 'Opposit';
	font-size: 52px;
	line-height: 58px;

}

.sides h4{
	margin-top: 0;
	margin-bottom: 0;
	width: 40%;
	font-family: 'Opposit';
	font-size: 42px;
	line-height: 48px;

}



.form h3{
	margin: 0;
	font-size: 52px;
	font-family: 'Opposit';
	margin-bottom: 60px;
	width: 100%;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none !important;
    border-color: #ffb900;
}

.wpcf7-not-valid-tip{
	display: none !important;
}

.form h3{
	margin: 0;
	font-size: 52px;
	font-family: 'Opposit';
	margin-bottom: 60px;
	width: 100%;
}

.thank_you{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    max-width: 420px;
	padding-top: 30vh;
	    padding-left: 3%;

    padding-bottom: 30vh;
	color: white;
	 font-family: 'Graphik MED';
    font-size: 17.6px;
	line-height: 22px;
}

.yyws{
	color: #E3B648 !important;
}


.thank_you span{
	display: block;
}


.thank_you h3{
	margin: 0;
	font-size: 44px;
	line-height: 52px;
	font-family: 'Opposit';
	margin-bottom: 20px;
	width: 100%;
}

.thank_you{
	font-family: 'Graphik';
    font-size: 17.6px;
	line-height: 27px;
}

input:focus, textarea:focus{
	outline: none;
}


.inputer{
	position: relative;
	margin-bottom: 30px;
	margin-top: 20px;
	
}

.inputer input{
	width: 100%;
	background: transparent;
	border: none;
	 font-family: 'Graphik MED';
	font-size: 18px;
	padding-bottom: 10px;
	color: white;
	border-bottom: 1.5px solid white;
}

.addys{
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.adddy{
	width: 48%;
	font-size: 22px;
	line-height: 34px
}

.book{
	margin-top: 25px;
	font-family: 'Graphik MED';
	width: 100%;
	font-size: 22px;
	line-height: 34px
}

.book a{
	 font-family: 'Graphik MED';
	color: white;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.adddy a{
	 font-family: 'Graphik MED';
	color: white;
	cursor: pointer;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.adddy a:hover, .book a:hover{
	color: #E3B648;
}

.reeds input{
	border-bottom: 1.5px solid #E3B648 !important;
}

.reeds label, .reeds .radio_spans{
	color: #E3B648 !important;
}


.subs .arrow{
	position: absolute;
	right: 0;
	bottom: -20px
}

.subs input{
	text-align: center;
	display: table;
	background: transparent;
	margin-top: 40px;
	color: white;
	border: 1px solid white;
	padding: 10px 60px;
	font-size: 15px;
	cursor: pointer;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	
}

.form h2{
	font-size: 52px;
	line-height: 54px;
	color: #E3B648;
	font-weight: normal;
	font-family: 'Opposit';
}

.subs input:hover{
	background: #E3B648;
	color: #135BAD;
	border: 1px solid #E3B648;
	
		
}


/* The container must be positioned relative: */
.custom-select {
	margin-top: 20px;
  position: relative;
	 font-family: 'Graphik MED';
	color: white;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 0px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: #E3B648 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #E3B648 transparent;
  top: 0px;
}

/* style the items (options), including the selected item: */
.select-items div{
  color: #135BAD;
  padding: 5px 10px;
  border: 1px solid white;
  cursor: pointer;
  margin-bottom: 5px;	
  position: relative;
  margin-left: 45px;
}

.select-items div::before{
  content: '';	
  position: absolute;
  left: -25px;	
  top: 6.2px;
  height: 15px;
  width: 15px;
  border: 1.5px solid #135BAD;
}

/* style the items (options), including the selected item: */
.select-selected {
  color: #ffffff;
  height: 25px;
  padding: 5px 0px 5px;
  border-bottom: 1.5px solid white;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
color: #135BAD;
  top: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover::before {
	background: #135BAD;
}

.same-as-selected::before {
  background-color: #135BAD;
  	
}

.wpcf7-list-item {
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 20px !important;
	position: relative;
}

.wpcf7 .ajax-loader, .wpcf7-spinner{
	display: none !important;
}

.input_radios{
	margin-top: 10px !important;
}

.input_radios .radio_spans{
	display: block;
	width: 100%;
	margin-bottom: 20px;
		 font-family: 'Graphik MED';

}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0 !important;
    top: 6px;
	cursor: pointer;
    left: 0px;
    width: 180px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
	 font-family: 'Graphik MED';
    position: relative;
    padding-left: 28px;
	pointer-events: none;
    cursor: pointer;
	font-size: 18px;
    line-height: 20px;
    display: inline-block;
    color: white;
}

[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span
{
	 font-family: 'Graphik MED';
    position: relative;
	pointer-events: none;
    padding-left: 28px;
    cursor: pointer;
	font-size: 18px;
    line-height: 20px;
    display: inline-block;
    color: white;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
   width: 14px;
    height: 14px;
    border: 1px solid white;
}

[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 14px;
    border: 1px solid white;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #E3B648;
    position: absolute;
    top: 1px;
	left: 0;
    border: 1px solid #E3B648;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #E3B648;
    position: absolute;
    top: 1px;
	left: 0;
    border: 1px solid #E3B648;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.top_logo{
	top: -5px;
	transform: translate(-50%, 0%);
}

.top_logo .logo_m{
  transform: scale(0.44); /* Equal to scaleX(2) scaleY(0.5) */
}

.zoomsin{
	  transform: scale(1.1); /* Equal to scaleX(2) scaleY(0.5) */

}

.zoomers .inside_img{
	  transform: scale(1.1) !important; /* Equal to scaleX(2) scaleY(0.5) */
}

.newz{
	overflow: hidden;
}

.newz .inside_img{
		-webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.news_block:hover > .newz .inside_img{
	  transform: scale(1.1) !important; /* Equal to scaleX(2) scaleY(0.5) */

}
.top_logo .headline{
	opacity: 0;
}

.upper{
	margin-top: -50px;
}

.widths{
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
	padding-bottom: 50px;
	justify-content: space-between;
}

.hiddens{
	opacity: 0;
	pointer-events: none;
}

.foot_logo img{
	width: 240px;
}

.foot_ingo{
	color: white;
	font-family: 'Graphik';
	font-size: 18px;
	line-height: 26px;

}

.animated_opac{
-webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}


.animated_opac2{
-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.animated_opacww{
-webkit-transition: 1.4s ease-in-out;
    -moz-transition: 1.4s ease-in-out;
    -o-transition: 1.4s ease-in-out;
    transition: 1.4s ease-in-out;
}


.animated_opacww2{
-webkit-transition: 1.8s ease-in-out;
    -moz-transition: 1.8s ease-in-out;
    -o-transition: 1.8s ease-in-out;
    transition: 1.8s ease-in-out;
}

.animated_opacww3{
-webkit-transition: 4s ease-in-out;
    -moz-transition: 4s ease-in-out;
    -o-transition: 4s ease-in-out;
    transition: 4s ease-in-out;
}

.zoomins{
	overflow: hidden;
}

.zoomins .subject {
   -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.zoomins.in-view .subject {
  -webkit-transform: scale(1);
    transform: scale(1);
}


.opacity_animation .subject {
  opacity: 0;
  -moz-transform: translate3d(0px, 60px, 0px);
  -webkit-transform: translate3d(0px, 60px, 0px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate3d(0px, 60px, 0px);
}


.opacity_animation.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}



.opacity_animation2 .subject {
  opacity: 0;
  -moz-transform: translate3d(0px, 160px, 0px);
  -webkit-transform: translate3d(0px, 160px, 0px);
  -o-transform: translate(0px, 160px);
  -ms-transform: translate(0px, 160px);
  transform: translate3d(0px, 160px, 0px);
}


.opacity_animation2.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.off_left .subject {
  opacity: 0;
  -moz-transform: translate3d(-160px, 0px, 0px);
  -webkit-transform: translate3d(-160px, 0px, 0px);
  -o-transform: translate(-160px, 0px);
  -ms-transform: translate(-160px, 0px);
  transform: translate3d(-160px, 0px, 0px);
}


.off_left.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.off_right .subject {
  opacity: 0;
  -moz-transform: translate3d(160px, 0px, 0px);
  -webkit-transform: translate3d(160px, 0px, 0px);
  -o-transform: translate(160px, 0px);
  -ms-transform: translate(160px, 0px);
  transform: translate3d(160px, 0px, 0px);
}


.off_right.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}



.opacity_only .subject {
  opacity: 0;
  
}


.opacity_only.in-view .subject {
  opacity: 1;
  
}

.offsets {
  opacity: 0;
  -moz-transform: translate3d(0px, 160px, 0px);
  -webkit-transform: translate3d(0px, 160px, 0px);
  -o-transform: translate(0px, 160px);
  -ms-transform: translate(0px, 160px);
  transform: translate3d(0px, 160px, 0px);
}
.heads, .textst{
	color: white;
}
.offseides{
	right: -100% !important;
	opacity: 0;
}

.offssets{
	 opacity: 0;
  -moz-transform: translate3d(120px, 0px, 0px);
  -webkit-transform: translate3d(120px, 0px, 0px);
  -o-transform: translate(120px, 0px);
  -ms-transform: translate(120px, 0px);
  transform: translate3d(120px, 0px, 0px);
}

.offheader{
    top: -80px !important;
	opacity: 0;
}

.delays1{
	transition-delay: .3s;

}

.delays2{
	transition-delay: .6s;

}

.delays3{
	transition-delay: .9s;

}

.delays4{
	transition-delay: 1.2s;

}

.delays5{
	transition-delay: 1.5s;

}

.delays6{
	transition-delay: 1.8s;

}

.delays7{
	transition-delay: 2.1s;

}

.delays8{
	transition-delay: 2.4s;

}


.offs{
	margin-top: -150px;
}

.top_header.uppps{
	margin-top: 0px !important;
}

.fixed_header.uppps .logo{
	opacity: 1 !important;
}

.fixed_header.uppps .menu_btn{
	opacity: 0;
}

.foot2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inns{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.f_btn{
	margin-right: 25px;
}
.icon_fotoer{
	margin-left: 10px;
}

.inns2{
	max-width: 250px;
	float: right;
	margin-bottom: 15px;
    font-family: 'Graphik MED';

}

.img_side_lefts{
	display: flex;
	width: 45%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.img_side2, .img_side222{
	width: 70% !important;
	margin-left: auto;
	margin-right: 10%;
	margin-top: 60px;
}

.img_side_alt3{
	width: 50% !important;
	margin-left: 10%;
	margin-right: auto;
	margin-top: 60px;
}

.text_side2 strong{
	display: block;
	    font-family: 'Opposit';
	font-weight: normal;
	font-size: 32px;
	line-height: 50px;
	margin-bottom: 20px;

}

.text_side2 ul{
	padding-left: 0px;
	margin-top: 0;
}

.text_side2 li{
	margin-bottom: 5px;
}

.img_side_lefts2{
	width: 50%;
	margin-top: 10%;
}

.img_side_rights3{
	width: 40%;
	display: flex;
	
}

.img_side_rights3 img{
	width: 75%
}

.img_side_lefts img{
	width: 50%;
	margin-top: 40px;
}

.foots2, .foots3{
	margin-top: 40px;
}


.img_side_rights2{
	width: 45%;
}
.mob_menu{
	height: 100vh;
	position: fixed;
	z-index: 200;
	width: 100%;
	top: 0;
    font-family: 'Opposit';
	font-size: 30px;
	text-align: center;
	max-height: 1800px;
	overflow: hidden;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	
}

.hide_menu{
	max-height: 0 !important;
	opacity: 0 !important;
}


.inner_menu{
	position: absolute;
	width: 100%;
	height: 100vh;
}

.m_menu a{
	display: table;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.m_menu a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #135BAD;
    transition: width .3s;
}

.m_menu a:hover::after {
    width: 100%;
}

.underlines::after{
    width: 100% !important;

}


.m_menu{
	position: absolute;
	left: 50%;
	width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.m_menu a img{
	display: inline-block;
	width: 25px;
	margin-left: 5px;
	margin-top: -3px;
}

.nav_social{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.s_btn2{
	margin-left: 6px !important;
    margin-right: 6px !important;
	width: 32px !important;
	margin-bottom: 0 !important;
}

.s_btn2::after{
display: none !important;
}

.s_btn2 img{
	width: 100% !important;
	margin-left: 0 !important;
}

.socials{
	display: flex;
	margin-top: 20px;
	justify-content: flex-start;
}

.s_btn{
	width: 26px;
	margin-right: 15px;
}

.f_btn{
	font-family: 'Graphik MED';
	color: white;
	font-size: 15px;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.f_btn:hover{
	color: #135BAD;
}

.icon_fotoer{
	width: 16px;
	
}

.bb_logo{
	width: 285px;
	margin-top: 5px;
}

.email{
			-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.email:hover{
	color: #135BAD;
}

.eqs{
	width: 18px !important;
}

.hnd img{
	margin-top: -2px;
}

.band2{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer_logos2{
	width: 120px;
	display: inline-block;
	margin-right: 30px;
}

.inns{
	float: right;
	text-align: right;
	width: 100%;
	max-width: 550px;
}



.foot_ingo, .foot_logo{
	width: 50%;
}

.foots2{
	width: 40%;
}

.foots3{
	width: 60%;
}

.foot_logo img{
	width: 240px;
	
}

.fulls{
	width: 100%;
}

 textarea{
	border: none !important;
	height: 135px;
	width: 100%;
	 box-sizing: border-box;
	 padding: 20px;
	margin-top: 10px;
	background: white;
	 font-family: 'Graphik MED';
	 font-size: 16px;
	 line-height: 22px;
	color: #135BAD;
	 resize: none;
}

/* width */
textarea::-webkit-scrollbar {
  width: 5px;
}

/* Track */
textarea::-webkit-scrollbar-track {
  background: #C4C4C4; 
}
 
/* Handle */
textarea::-webkit-scrollbar-thumb {
  background: #E3B648; 
}

/* Handle on hover */
textarea::-webkit-scrollbar-thumb:hover {
  background: #672420; 
}
input:-internal-autofill-selected {
background: transparent !important;
}
.inputer label{
	top: 0;
	 font-family: 'Graphik MED';
	margin-top: 0px;
	position: absolute;
		-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	
}

.small_label{
	top: -25px !important;
	font-size: 13px;
}

.selectz{
	margin-top: 0
}

.selectz label{
	margin-top: 20px;
}

.selectz .small_label{
	top: -40px !important;
}


.top_img{
	height: 100vh;
	max-height: 550px;
	width: 100%;
}

form{
	padding-bottom: 60px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.halfs{
	width: 48%;
}

.tablet, .mobile, .mobile2{
	display: none;
}

.footer_logos2 img{
	margin-top: -15px;
}

.tex{
	max-width: 500px;
}



.hide_its{
	opacity: 0 !important;
	
}


.sp_inside{
	box-sizing: border-box;
    margin-left: 0px;
    padding: 80px 50px;
    margin-right: auto;
    width: 100%;
}

.biffer{
	height: 200px;
}

.siteplan_menu{
	 max-height: 100vh;
	width: 30%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	 -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; 

	
}

.sp_activess{
	 font-family: 'Graphik MED';
}

.drag_this{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 150;
	pointer-events: none;
	-webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.drag_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	background: #111;
	opacity: .4;
}

.drag_icons{
	z-index: 100;
	position: absolute;
	width: 100px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.maps{
	height: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}


.sitemap img{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.titltles{
	display: inline-block;
	width: 80%;
	font-size: 23px;
	line-height: 24px;
	vertical-align: top;
    font-family: 'Opposit';
}

.siteplan_menu2{
	 -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; 
	width: 30%;
	height: 100%;
	background: #F5F5F5;
	box-sizing: border-box;
	overflow: hidden;

	
}

.sp_scrolls{
	height: 100%;
	overflow-y: auto;
	    overflow-x: hidden;

}

.closed_sp_menu{
	max-height: 0 !important;
	
}

.band, footer{
	position: relative;
}

#image-container {
	height: 100%;
	width: 100%;
	z-index: 100;
	position: relative;
	overflow: hidden;
}

#drag-image {
cursor: all-scroll;
    position: absolute;
    left: -110px;
    top: -200px;
    width: 1650px;
    display: block;
}


.sp_list{
	margin-bottom: 5px;
	cursor: pointer;
}

.sp_list span{
	display: inline-block;
    width: 15px;
	margin-left: 5px;
	text-align: center;
}

.siteplan_menu .sp_list span{
	width: 15px;
	margin-right: 5%;
}

.siteplan_menu .sp_list div{
	width: 80%;
	margin-left: auto;
    
}



.sp_list div{
	width: 80%;
    margin-left: 20px;
    vertical-align: top;
	display: inline-block;
}


/* width */
.sp_scrolls::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.sp_scrolls::-webkit-scrollbar-track {
  background: #ddd9d5;
}

/* Handle */
.sp_scrolls::-webkit-scrollbar-thumb {
  background: #111;
}

/* Handle on hover */
.sp_scrolls::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.sp_expanding_menu{
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;  
    -o-transition:all .4s ease-in-out;
	max-height: 2000px;
	height: auto;
	overflow: hidden;
}

.sp_header{
	font-family: 'Eksell Display';
	color: #4A4132;
	font-size: 27px;
	    margin-top: 10px;

	line-height: 33px;
	margin-bottom: 10px;
}

.sp_textts{
	font-size: 16px;
	line-height: 22px;
	font-family: 'So Ray';
	color: #111;
	margin-top: 15px;
	margin-bottom: 20px;
}

.scroll_block{
	height: 20px;
}

.sp_inner{
	font-family: 'So Ray';
	color: #111;
	font-size: 16px;
	margin-bottom: 20px;

}

.site_btn{
	display: block;
	margin-bottom: 20px;
}

.rotator{
    transform: rotate(180deg); /* Equal to rotateZ(45deg) */

}

.site_btn span{
	display: inline-block;
	width: 5%;
}

.site_btn{
	cursor: pointer;
	color: #111;
	position: relative;
}

.sp_icon{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 15px;
	
}


.sp_arrow{
	position: absolute;
	right: 0;
	top: -1px;
	width: 14px;
		-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
}



.arrow2{
	left: 63%;
    top: 91%;
	position: absolute;
	z-index: 1000;
}

.arrow1{
	left: 80%;
    top: 91%;
	position: absolute;
	z-index: 1000;
}

.title_arrow{
	position: absolute;
	font-family: 'So Ray';
    color: #4A4132;
	font-size: 11px;
	width: 150px;
}

.arrow1 .title_arrow{
	top: 35px;
    left: -38px;
}

.arrow2 .title_arrow{
	top: 38px;
    left: -40px;
}

.arrow3 .title_arrow{
	top: 75px;
    left: -48px;
	text-align: center;
	font-family: 'Graphik MED';
}

.arrow1 .arro_maps{
	width: 23px;
	margin-left: 0px;
	margin-top: 0px;
}

.arrow2 .arro_maps{
	width: 23px;
    margin-left: -5px;
    margin-top: 10px;
}
.arrow1 .arro_maps img{
		  transform: rotate(-40deg); /* Equal to rotateZ(45deg) */

}

.arrow2 .arro_maps img{
    transform: rotate(10deg);

}

.arrow3 .arro_maps{
	width: 16px;
    margin-left: 5px;
    margin-top: 20px;
}

.location_pop_up{
	position: absolute;
	z-index: 1100;
	text-align: center;
	width: 280px;
	pointer-events: none;
}

.location_pop_label{
	padding: 7px 10px 5px;
	z-index: 11150;
	top: -35px;
	left: -38px;
	max-width: 490px;
	background: #f4f2ef;
	font-size: 12px;
	color: #111;
	text-align: center;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
    position: absolute;
	pointer-events: none;
    font-family: 'Graphik MED';
	opacity: 0;
	box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.2);

}
.location_pop_label:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 20px;
    z-index: 1;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  
     border-top: 10px solid #f4f2ef;
}


.vieweing{
	opacity: 1 !important;
}

.highest{
	z-index: 1200 !important;
}


.hit_area{
	z-index: -1;
    font-family: 'So Ray';
    position: absolute;
    left: -25px;
    pointer-events: all;
    width: 30px;
    font-weight: bold;
    color: white;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 32px;
    font-size: 16px;
    cursor: pointer;
}





.sitemap2{
	width: 70%;
	height: 100%;
	position: relative;
	
}


.lm_btn{
		font-family: 'Eksell Display';
	color: #4A4132;
	font-size: 14px;
	margin-top: 10px;
	cursor: pointer;
	display: block;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;

}

.lm_btn:hover{
	opacity: .5;
}

.lm_arrow{
	display: inline-block;
	width: 12px;
	margin-left: 5px;
			  transform: rotate(-90deg); /* Equal to rotateZ(45deg) */

}


.icopop_up1 .hit_area{
	background: #E3B648;
	color: #111;
}

.icopop_up2 .hit_area{
	background: #135BAD;
	color: white;
}

.icopop_up3 .hit_area{
	background: #084035;
	color: white;
}

.icopop_up4 .hit_area{
	background: #ECADCC;
	color: #111;
}
.icopop_up5 .hit_area{
	background: #672420;
	color: white;
}

.build-icon{
	position: absolute;
	left: 42%;
    top: 28%;
	width: 70px;
}


.pop_up1{
	left: 49%;
    top: 33%;
}

.pop_up2{
	left: 51%;
    top: 31.5%;
}

.pop_up3{
left: 53.5%;
    top: 31.5%;
}

.pop_up4{
    left: 52%;
    top: 29%;
}

.pop_up5{
	 left: 53%;
    top: 26%;
}

.pop_up6{
	 left: 48%;
    top: 22%;
}

.pop_up7{
 left: 60.5%;
    top: 26%;
}

.pop_up8{
 left: 58%;
    top: 28%;
}

.pop_up9{
 left: 60.5%;
    top: 28.5%;
}

.pop_up10{
left: 56%;
    top: 32.5%;
}

.pop_up11{
left: 52%;
    top: 34.5%;
}
.pop_up12{
left: 46.5%;
    top: 37.5%;
}
.pop_up13{
left: 46.5%;
    top: 40%;
}

.pop_up14{
	left: 51%;
    top: 40.5%;
}

.pop_up15{
	left: 56%;
    top: 39.5%;
}

.pop_up16{
    left: 41.5%;
    top: 43%;
}

.pop_up17{
	left: 33.5%;
    top: 43%;
}
.pop_up18{
	left: 65%;
    top: 45%;
}
.pop_up19{
	left: 66.5%;
    top: 46.5%;
}
.pop_up20{
	left: 66.5%;
    top: 48.5%;
}
.pop_up21{
	left: 75.5%;
    top: 47.5%;
}
.pop_up22{
	left: 55.5%;
    top: 50.5%;
}
.pop_up23{
	left: 55%;
    top: 52%;
}
.pop_up24{
	left: 57.5%;
    top: 53.5%;
}
.pop_up25{
	left: 55.5%;
    top: 56%;
}
.pop_up26{
	left: 66.5%;
    top: 54%;
}
.pop_up27{
	left: 74.5%;
    top: 56%;
}
.pop_up28{
	left: 75.5%;
    top: 57.5%;
}
.pop_up29{
	left: 66.5%;
    top: 57.5%;
}
.pop_up30{
	left: 66.5%;
    top: 59%;
}
.pop_up31{
	left: 57.5%;
    top: 60%;
}
.pop_up32{
	left: 67%;
    top: 64%;
}
.pop_up33{
	left: 66%;
    top: 66%;
}
.pop_up34{
	left: 75.5%;
    top: 63%;
}
.pop_up35{
	left: 77.5%;
    top: 63.5%;
}
.pop_up36{
left: 75.5%;
    top: 65%;
}
.pop_up37{
	left: 73.5%;
    top: 65.5%;
}
.pop_up38{
	left: 74%;
    top: 68%;
}
.pop_up39{
left: 75.5%;
    top: 70%;
}
.pop_up40{
left: 77.5%;
    top: 71%;
}
.pop_up41{
left: 76%;
    top: 73%;
}
.pop_up42{
	left: 68%;
    top: 70%;
}
.pop_up43{
	left: 66%;
    top: 71%;
}
.pop_up44{
left: 62%;
    top: 73%;
}
.pop_up45{
    left: 58%;
    top: 80%;
}
.pop_up46{
	left: 57.5%;
    top: 82%;
}
.pop_up47{
	    left: 59.5%;
    top: 82%;
}

.pop_up48{
  left: 49.5%;
    top: 29.5%;
}
.pop_up49{
	 left: 50%;
    top: 27%;
}

.pop_up50{
	left: 42%;
    top: 17%;
}

.pop_up51{
	left: 78%;
    top: 26.5%;
}

.pop_up52{
	    left: 53.5%;
    top: 40%;
}
.pop_up53{
	    left: 51%;
    top: 43%;
}
.pop_up54{
	left: 49%;
    top: 45.5%;
}
.pop_up55{
	left: 51.5%;
    top: 46%;
}

.pop_up56{
left: 51.5%;
    top: 48.5%;
}
.pop_up57{
left: 53.5%;
    top: 48.5%;
}

.pop_up58{
    left: 57%;
    top: 48.5%;
}
.pop_up59{
    left: 58%;
    top: 49.5%;
}
.pop_up60{
  left: 57%;
    top: 51.5%;
}
.pop_up61{
    left: 51%;
    top: 53.5%;
}
.pop_up62{
    left: 50%;
    top: 55.5%;
}
.pop_up63{
left: 52%;
    top: 62.5%;
}
.pop_up64{
    left: 87%;
    top: 68%;
}
.pop_up65{
   left: 59%;
    top: 73%;
}
.pop_up66{
left: 60%;
    top: 86%;
}
.pop_up67{
	 left: 49.5%;
    top: 24.5%;
}
.pop_up68{
    left: 54.2%;
    top: 34%;
}
.pop_up69{
left: 60%;
    top: 39.5%;
}
.pop_up70{
    left: 39%;
    top: 48%;
}
.pop_up71{
    left: 46%;
    top: 49.5%;
}
.pop_up72{
left: 44%;
    top: 50.5%;
}
.pop_up73{
left: 40.5%;
    top: 54%;
}
.pop_up74{
left: 44.5%;
    top: 57%;
}
.pop_up75{
left: 59.5%;
    top: 55%;
}
.pop_up76{
    left: 52%;
    top: 73%;
}
.pop_up77{
    left: 50.4%;
    top: 80.5%;
}
.pop_up78{
left: 54.4%;
    top: 28%;
}
.pop_up79{
    left: 86.4%;
    top: 38%;
}
.pop_up80{
    left: 46%;
    top: 43.5%;
}
.pop_up81{
left: 53.5%;
    top: 54.5%;
}
.pop_up82{
    left: 57.5%;
    top: 56.5%;
}
.pop_up83{
    left: 68.5%;
    top: 58%;
}
.pop_up84{
    left: 56.5%;
    top: 73.5%;
}
.pop_up85{
    left: 66.5%;
    top: 73.5%;
}
.pop_up86{
left: 65%;
    top: 75.5%;
}
.pop_up87{
left: 62%;
    top: 77%;
}
.pop_up88{
left: 65%;
    top: 82%;
}
.pop_up89{
    left: 66%;
    top: 84%;
}
.pop_up90{
left: 52.5%;
    top: 21.5%;
}
.pop_up91{
left: 70%;
    top: 26.5%;
}
.pop_up92{
	left: 81%;
    top: 26.5%;
}


.pop_up93{
left: 56%;
    top: 17.4%;
}

.pop_up94{
    left: 36%;
    top: 29.5%;
}

.pop_up95{
left: 36.5%;
    top: 31%;
}

.pop_up96{
 left: 37%;
    top: 34%;
}

.arrow3{
	left: 54%;
    top: 15%;
	width: 6px;
	position: absolute;
	z-index: 1000;
}

.hit_area{
	z-index: -1;
    font-family: 'Graphik MED';
    position: absolute;
    left: -25px;
    pointer-events: all;
    width: 30px;
    font-weight: bold;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 32px;
    font-size: 16px;
    cursor: pointer;
}


.line_n{
	display: block;
}


.sp_list{
	font-family: 'Graphik';
	font-size: 13.5px;

}

.sp_list:hover{
    font-family: 'Graphik SEMI';
}


.text-section{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	 font-family: 'Graphik';
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 120px;
	color: #111;
	margin-top: 180px;
}

.text-section h1{
	font-family: 'Opposit';
	font-size: 50px ;
	line-height: 50px ;
	margin-bottom: 70px;
	font-weight: normal;
	
}

.text-section ol{
	padding-left: 35px;
}

.inner_info{
	padding-left: 30px;
}
.inner_info a{
	text-decoration: none !important;
}
.inner_info strong{
	font-weight: normal !important;
	display: block;
    font-family: 'Graphik' !important;
	text-decoration: underline;
	margin-bottom: 20px;
}
.inner_info strong:nth-child(2){
	margin-top: 30px;
}
.text-section h4{
	font-weight: normal;
	margin-left: 15px;
}

.text-section ul{
	padding-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-section h5{
    font-family: 'Graphik MED';
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 21px;
}

.text-section h5 strong{
	font-weight: normal;
	text-decoration: underline;
}

.text-section h4 strong{
	font-weight: normal;
	 font-family: 'Graphik' !important;
	text-decoration: underline;
}

.text-section strong{
	font-weight: normal;
    font-family: 'Graphik MED';
}

.text-section a{
	text-decoration: underline;
	color: #111;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.text-section a:hover{
	color: #135BAD;
}

.text-section h2, .text-section h3{
	text-decoration: underline;
    font-family: 'Graphik MED';
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 24px;
	margin-top: 40px;
}

.art_texts{
	width: 90% !important; padding-top: 10% !important; padding-left: 10% !important; padding-bottom: 10% !important
}

.abchors{
	position: absolute;
	top: -330px;
}

.anotherse2{
	width: 70% !important;
}
.anotheronene{
	width: 60% !important;
}

.reflective{
	font-style: italic;
	font-size: 13px;
	line-height: 17px;
	color: #135BAD;
    font-family: 'Graphik';
	margin-top: 10px;
	margin-bottom: 10px;
}

.av_inf{
	position: absolute;
	color: #ECADCC;
	font-style: italic;
	font-size: 15px;
	line-height: 17px;
    font-family: 'Graphik';
	bottom: 120px;
}

.seps{
	margin-bottom: 40px
}

.twotimesss .text_lefts{
	margin-left:  0!important ;
}

@media screen and (max-width:1800px) {
	
	
	
	.neigh_hero h1{

	font-size: 60px;
	line-height: 70px;

}

	
	.anotheronene{
	width: 55% !important;
}
	
		.anotherse2{
	width: 80% !important;
}
	
	.anothesr img{
		width: 90% !important;
	}
.av_img{
    height: 370px;
	width: 100%;

}
	
	.tttoops .text_lefts{
		width: 95% !important;
	}
	
	.tttoops .tex, .res_texts .tex{
		max-width: 480px !important;
	}
	
		.fullheights2{
		max-height: 850px;
	}
	
		.fullheights3{
	
		max-height: 850px;

}
}

@media screen and (max-width:1520px) {
	
	.neigh_hero h1{

	font-size: 54px;
	line-height: 60px;

}
	
	.anotheronene{
	width: 50% !important;
}
	
	.res_texts{
		width: 40% !important;
	}
	
	.res_texts .text_lefts{
		margin-left: 5%;
	}
	
	.art_texts{
	width: 80% !important; padding-top: 10% !important; padding-left: 0% !important; padding-bottom: 10% !important
}
	
	
	.text_lefts{
	margin-left: 20%;
	width: 100%;

}
	
	
	.img_side_rights img {
    width: 80%;
}
	
	.av_img{
    height: 350px;
	width: 100%;

}
	
	


	
	#drag-image {

    width: 1400px;
}
	
	.text_box{
	padding: 82px;
   

}
	
	.right_av{
		width: 35%;
	}
	
	.hero-video2 video, .hero-video2{
		max-height: 700px !important;
	}
	.fullheights3{
	
		max-height: 800px;

}
	

}
@media screen and (max-width:1490px) {
	
	.moresh{
		width: 93% !important;
	}
.main_text{
	width: 45%;
	
}
	
	.tops_up{
		margin-top: 0;
	}
	
	.text_lefts2{
		width: 85%;
	}
	.text_lefts{
		margin-left: 10%;
		width: 85%;
	}
	
	.m_menu a{
		margin-bottom: 5px;
		    font-size: 26px;

	}
	
		.fullheights{
		max-height: 900px;
	}
	
		.fullheights2{
		max-height: 800px;
	}
		.content h2{
		font-size: 46px;
		line-height: 50px;
	}
	
		.fullheights3{
	
		max-height: 600px;

}
	
	.img_side {
    width: 55%;
}
	
	.text_side{
		width: 40%;
	}
	
}
@media screen and (max-width:1320px) {
	

		.res_texts{
    margin-top: 5%;
		width: 49% !important;
	}
	
	
	
	
		.tex {
		max-width: 420px;
}
	
	.img_side{
		width: 55%;
	}
	
	.tex {
		max-width: 440px;
}
	
		.anananan .tex {
    max-width: 360px;
}
	
	
	.fullheights{
		max-height: 700px;
	}
	
	.fullheights2{
		max-height: 700px;
	}

	.hero_panel h1{
		font-size: 38px;
		line-height: 42px;
	}
	
	.hero_panel{
		font-size: 16px;
		line-height: 22px;
	}
	
	.img_side{
		width: 55%;
	}
	
.fp_img{
		width: 70%;
	}
	


	
}
@media screen and (max-width:1280px) {
	
	
.av_info strong, .av_info_main strong{

	font-size: 80px;
	line-height: 60px;

}
	
	.text_lefts{
		    margin-left: 5%;

	}
	
	.text_side {
    width: 40%;
}
	
	.subtexts{
	font-size: 30px;
	line-height: 40px;
	
}
	
	
.left_av{
		width: 65%;
	}
	
			.right_av {
    width: 40%;
}
	
		.fullheights3{
	
		max-height: 500px;

}
	.neigh_hero h1{
    top: 40%;
    font-size: 44px;
    line-height: 50px;
	}
	.av_info_main{
		margin-top: 50px;
	}
	
	.btnz2{
		margin-left: 0;
		    width: 47%;

	}
	
	.bottom_btns{
		left: 50%;
		width: 90%;
		transform: translate(-50%, 0);
		justify-content: space-between;
		margin-top: 35px;
	}
	.av_info{
		padding: 30px 5% 40px;
	}
	.moresh{
		width: 90% !important;
	}
	
	.res_texts{
    margin-top: 5%;
		width: 49% !important;
	}
	
	.content a{
		text-align: center;
		min-width: 140px;
		padding: 10px 20px;

	}
	
	
	
	.sp_inside{
		    padding: 80px 60px 80px 40px;

	}
.menu_btn{
		opacity: 0!important;
	height: 0;
	overflow: hidden;
		pointer-events: none !important;
	}
	
		.news_block{
		width: 48%;
	}
	
	.filt_btn{
		width: 120px;
	}
	
	
.filters{
	width: 65%;
	
}

.sort{
	width: 35%;
	
}
	
	
	
	
	.fullheights{
		max-height: 600px !important;
	}
	
	.hero-video2 video, .hero-video2{
		max-height: 600px !important;
	}
	
	.text_box {
    padding: 52px;
}
	
	.altcopy{
		margin-left: 0% !important;
	}
	
	.thumb_title{
		font-size: 35px;
	}
	
	.content h2{
		font-size: 44px;
		line-height: 48px;
	}
	
	.text_lefts .text{
		max-width: 440px;
	}
	.anotherse2 {
    width: 85% !important;
}
		
	

	.mob_php{
		position: absolute;
		top: 25px;
		display: inline-block;
	}	
	
	.fullheights2 {
    max-height: 500px;
}
	
	.psassdmore{
		padding-top: 80px !important;
	}
	
	.titltles{
		font-size: 20px;
	}
	
		.twotimesss .text_lefts{
	margin-left:  0%!important ;
}
	
	.caption, .caption2{
		font-size: 13px;
	}
	

}

@media screen and (max-width:1120px) {
	
	.view_fp, .cont_bt{
		width: 210px;
	}
	

	
	.formob3{
		padding-bottom: 0 !important;
	}
	
	.formob2{
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	
	.tea_m{
		    margin-bottom: 60px;

	}
	
	
	
	.neigh_hero h1{
    top: 35%;
	}
	
	.alstennre{
		padding-top: 5% !important;
	}
	
	.txtst{
		width: 35% !important;
	}
	.img_sidex2 {
    width: 58%;
	}
	.tex {
    max-width: 380px;
		font-size: 15px;
		line-height: 22px;
}
	
	.anananan .tex{
    max-width: 320px;
	}
	
	.img_side_rights{
		justify-content: flex-end;
	}
	
	.n_img_1{
	width: 24%;
	 
}

.n_img_2{
	width: 23%;
	
}
.n_img_3{
	width: 38%;
	
}
	

	.text_lefts{
		margin-left: 7.5%;
		width: 100%;
	}
	
.maps {
    height: 800px;
	}
	
	#drag-image{
		top: -200px;
    left: -160px;
	}
	
	.sp_inside{
    padding: 80px 30px 80px 20px;

	}

	.sides h2{
		width: 35%;
		max-width: 260px;
		font-size: 40px;
		line-height: 46px;
	}
	
	.half_block{
		height: 65%;
	}

	.hero_panel h1{
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.ti_img{
		height: 70%;
	}
	
	.sides h4{
		font-size: 26px;
		line-height: 32px;
	}
	.ti_info{
		padding: 20px;
		height: 30%;
	}
	

	
	.btn{
		margin-top: 30px;
	}
	
	.hero_panel{
		padding: 60px 30px;
		font-size: 17px;
		line-height: 24px;
	}
	.texts{
		width: 60%;
		font-size: 15px;
		line-height: 22px;
	}
	
	.main_text .texts{
		width: 100%;
	}
	.av_btn {
    font-size: 35px !important;
    width: 200px;
    line-height: 35px !important;
    margin-left: 20px;
    margin-right: 20px;
}
	
	.smaller_block{
    padding: 60px 60px 50px !important;
	}
	
	.text_side2{
		width: 46%;
	}
	
	.smaller_block h2{
		margin-bottom: 25px !important;
	}
	
	.side_by_side, .side_by_side2{
		padding-top: 50px !important;
		padding-bottom: 50px;
	}
	
	
	.formob{
		padding-top: 0px !important;
		padding-bottom: 40px !important;
	}
	
		.text_side {
    font-size: 14px;
    line-height: 20px;
}
	
	.content a{
		margin-top: 30px;
	}
	
	.content h3{
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.content h2 {
    font-size: 38px;
    line-height: 42px;
}
	
	.allaaes{
		padding-top: 0 !important;
	}
	
	.padding2, .padding22{
		padding-bottom: 40px !important;
	}
	
	.av_page, .av_page3, .news_page, .woofpage {
    padding-top: 150px !important;
}
	
	.back_btn{
		text-align: left!important;
	}
	
	.left_side_av {
    width: 25%;
	}
	
	.av_inf{
		bottom: 70px;
	}
	
	.desktop3{
		display: none !important;
	}
	
	.tablet{
		display: block;
	}
	
	.disc_text{
		    margin-left: 60px;

	}
	
	.psassdmore{
		padding-top: 80px !important;
	}
	
}

@media screen and (max-width:920px) {
	
	.neigh_hero{
		margin-top: 0 !important;
	}
	
	.text-section h1{
		margin-bottom: 50px;
	}
	
	.text-section{
		margin-top: 70px;
	}
	
	.doubleline{
		bottom: -55px !important;
	}
	
	.caption, .caption2{
		font-size: 12px;
		line-height: 18px;
	}
	
	
		.titltles{
		font-size: 23px;
	}
	
	.psassdmore{
		padding-top: 40px !important;
	}
	
	.fullheights2 {
    max-height: 420px;
		margin-bottom: 0;
}
	
		.buigimage .caption{
		bottom: 15px !important;
	}
	
	
	
	.mob_php{
		top: 20px;
	}
	
	.form{
		padding-top: 80px;
	}
	.teammz{
		margin-top: 45px;
	}
	
	.tea_m strong{
		margin-bottom: 10px;
	}
	.subtexts{
		    margin-top: 15px;
    margin-bottom: 10px;
	}
	.av_btn{
		width: 200px;
		margin-left: 20px;
		margin-right: 20px;
		    font-size: 35px !important;

	}
	
			.fullheights3{
	    width: 75% !important;
    margin-bottom: 40px;

		max-height: 280px !important;

}
	
	
	
	.right_arrow {
    right: -7.5%;
}
	
	.left_arrow {
    left: -7.5%;
}
	
	.owl-dot {
    margin-left: 2px;
    margin-right: 2px;
    height: 5px;
    width: 5px;
	}
	
	
	.disclaimer{
		background: #084035;
		padding: 20px;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	
	.band3{
		position: absolute;
		top: -15px;
		left: 0;
		width: 100%;
		
	}
	
	
.disc_text{
	position: relative;
	left: auto;
	width: 85%;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 15px;
	margin-left: auto;
	margin-right: auto;
	top: auto;
	display: block;
	transform: translate(0%);
	color: #ECADCC;
	align-items: center;
	    font-family: 'Graphik MED';

}

.off_dis{
	bottom:-400px !important;
}

.d_text{
	width: 100%;
}
.d_text a{
	text-decoration: underline;
	 -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.d_text a:hover{
	color: white;
}
.dis_btn{
	max-width: 380px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #ECADCC;
	display: table;
	box-sizing: border-box;
	font-size: 13px;
	border: 1.5px solid #ECADCC;
	padding: 10px 50px;
	background: transparent;

}

.dis_btn:hover{
	background: #ECADCC;
	color: #084035;
}
	
	
	.hero_panel{
		width: 41.5%;
	}
	
	.desktop{
		display: none !important;
	}
	
	.tablet{
		display: none;
	}

	.mobile{
		display: block;
	}
	
	.sitemap2{
		height: 600px;
		    width: 100%;

	}
	
.hit_area {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 9px;

	}
	
	
	
	
	
	.fp_img {
    margin-left: 0%;
		margin-top: 20px;
		
    position: relative;
		width: 100%; margin-bottom: 40px;
}
	
	.av_info_main {
    margin-top: 30px;
		font-size: 17px;
		line-height: 22px;
			display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
	
	.avs{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		    text-align: left !important;

	}
	.sep1, .sep2{
		margin-bottom: 0 !important;
	}
	.avs2{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		    text-align: left !important;

	}
	
	.wooffers ul{
		margin-bottom: 0;
	}
	
	.wooffers strong{
		margin-top: 30px;
		
	}
	
	.wooffers p{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.sslides .controls, .woofslider .controls{
		top: 45% !important;
	}
	
	
	.sslides .fullheights3, .woofslider .fullheights3{
		width: 80% !important;
	}
	
	.woofslider .car_title{
		padding-bottom: 0 !important;
	}
	
	.left_side_av{
		width: 100%;
	}
	

	

	.av_ppages{
		width: 100% !important;
	}
	
	.sorter{
		padding-left: 5px;
		padding-right: 5px;
		width: 255px;
  text-overflow: ellipsis;

	}
	
	.sort_arrow{
		right: 10px;
	}
	
	.back_btn{
		font-size: 14px !important;
		margin-top: 20px !important;
	}
	
	.featured {
    width: 100px;

    padding-top: 8px;
    
    padding-bottom: 10px;
	}
	

	
	.siteplan_menu2{
		width: 100%;
	}
	
	.sp_inside {
    padding: 30px 30px 10px;
}
	
		.top_img{
	max-height: 500px;
}
	.hamburger{
		margin-left: 0;
	}
	
	.fixed_header.mobile{
		display: flex;
		box-sizing: border-box;
        padding-top: 20px;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: space-between;
		padding-left: 3.5%;
		padding-right: 3.5%;
			-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	}
	
	.nav-icon{
		height: 25px;
	}
	

	
	.hero-video {
    height: 360px;
	position: relative;
}
	
	.home-hero{
		height: 100%;
		max-height: auto !important;
	}
	
	.hero-video video{
    height: 100%;
		position: absolute;
	}
	
	.hero, .hero2 {
    margin-top: 0px;
	max-height: 360px;

}
	
	
	
	
	
	.neigh_hero{
		max-height: none !important;
		height: 100vh;
	}
	
	.down_arrow.uperers, .down_arrow{
		bottom: 50px !important;
	}
	.mobile_header{
		text-align: center;
		color: #E3B648;
		padding-top: 30px;
		padding-bottom: 170px;
		font-size: 34px;
		line-height: 42px;
		font-family: 'Opposit';

	}
	
	.socials.mobile{
		display: flex !important;
		justify-content: flex-end;
		position: absolute;
		right: 0;
		right: 3%;
    top: 40px;
	}
	
	.foot_logo{
		margin-bottom: 40px;
	}
	
	.foot_logo img{
		width: 160px;
	}
	
	.widths{
		position: relative;
	}
	.s_btn{
		    display: block;
		margin-left: 10px;
		margin-right: 0;

	}
	
	.s_dro, .sorter{
		padding-left: 10px;
		font-size: 13px;
	}
	
	
	.d_text{
		margin-bottom: 25px;
		margin-top: 25px;
		max-width: 600px;
	}

	
	.smaller_block h2{
		font-size: 28px !important;
		margin-bottom: 10px !important;
		line-height: 31px !important;
	}
	
	.smaller_block a{
		margin-top: 40px !important;
	}
	
	
	.text_side2 strong{
		font-size: 20px;
		line-height: 24px;
	}

	.thumb_title{
		font-size: 28px;
	}
	
	
	
	
	
		.padding, .sections {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
	.sort {
    width: 65%;
		font-size: 13px;
}
	
	.sort_arrow{
		width: 13px;
	}
	
	.btnz {
    width: 48% !important;
    box-sizing: border-box;
    padding: 10px 0px !important;
    font-size: 15px !important;
}
	
	.vd_mov{
		height: 50%;
		min-height: 280px;
	}
	
	.view_fp, .cont_bt{
    width: 100% !important;
	max-width: none !important;
	margin-bottom: 10px !important;	
	}
	
	.views_he{
		margin-bottom: 0 !important;
	}
	
	.thumbnails .controls{
		display: none;
	}
	
	.news_main_block{
		padding: 30px;
	}
	
        .news_main_block .news_main_title {
    margin-top: 30px;
    font-size: 25px;
    line-height: 32px;
}
	

	
	#thumbs {
    width: 100%;
	}
	
	.sep1{
		width: 55%;
	}
	.sep2{
		width: 32%;
	}
	.btnz2{
		width: 48%;
		   

	}
	
	
		.owl-dots{
		bottom: -20px;
	}
	
	.sslides{
		padding-bottom: 100px !important
	}
	
	.av_img {
    height: 220px;
	}
	
	.subtexts{
		font-size: 22px;
		line-height: 30px;
	}
	
	.tea_m strong{
		font-size: 14px !important;
	}
	.tea_m{
		font-size: 12px !important;
    line-height: 18px !important;
		    margin-bottom: 20px;

	}
	
	.resres .content{
		padding-top: 0px !important;
	}
	
	.formob2{
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.animated_opacww3{
-webkit-transition: 7.5s ease-in-out;
    -moz-transition: 7.5s ease-in-out;
    -o-transition: 7.5s ease-in-out;
    transition: 7.5s ease-in-out;
}
	
	.c_line{
		margin-top: -2px;
	height: 1px;
	
}
	
	.vvvview{
		margin-top: 10px !important;
	}
.views_he{
		max-height: 320px !important;
	}
	
	.dates{
		font-size: 13px;
	}
	
	.news_main_block{
		font-size: 12px;
		line-height: 18px;
	}
	
	.herosection{
		padding-bottom: 0 !important;
	}
	
	.mains{
		top: 50%;
		transform: translate(0, -50%);
		    margin-top: 0;

	}
	
	.thirdhome{
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	
	.side_by_side{
		padding-top: 0;
		padding-bottom: 0;
	}
	
		.content h2{
		font-size: 33px;
		line-height: 36px;
	}
	
		.content h3{
		margin-bottom: 5px;
		font-size: 14px !important;
		line-height: 20px !important;
	}
	
	.av_btns{
		margin-bottom: 0;
		    justify-content: space-between;

	}
	
	.av_btns div{
		width: 31%;
	}
	
	
	.av_btn{
		margin-top: auto !important;
    font-size: 25px !important;
    line-height: 25px !important;
    padding: 10px 10px 12px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	
.av_btn{
		min-width: inherit !important;
	}
	
	.inns2{
		float: left;
	}
	
	.foots2, .foots3{
		margin-top: 10px;
	}
	
	.inner .icon_fotoer {
    margin-right: 10px;
    margin-left: auto;
}
	
	
	.avheader{
		font-size: 33px !important;
		line-height: 33px !important;
	}
	
	.halfs{
		width: 100%;
	}
	
	.foot_logo{
		width: 100%;
		margin-bottom: 40px;
	}
	.f_btn{
		display: block;
		margin-bottom: 5px;
		font-size: 16px;
	}
	.foot_ingo{
				width: 100%;
		

	}
	.foots2{
		width: 100%;
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.inns{
		float: none;
	}
	
	
	.footer_logos2 img {
margin-top: -10px;
}
	
	.eqs {
    width: 20px !important;
}
.inner .icon_fotoer{
		width: 18px;
		display: inline-block;
		margin-right: 15px;
	}
	
	.inner{
		width: 45%;
		display: inline-block;
		margin-top: -5px;
	}
	
	.footer_logos2{
	width: 20.5%;
	display: inline-block;
	margin-right: 0;
}
	
	.socials.mobile{
		top: 20px;
	}
	
	.widths{
		padding-top: 40px;
		width: 85%;
		padding-bottom: 40px;
	}
	
		
	.text_box {
    padding: 35px;
}

	
	
	
	main{
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	}
	
	.ttopmasmovie{
		margin-top: 70px;
	}
	
	.txtst{
		width: 100% !important;
	}
	.ttopsmovie{
		margin-top: 70px;
		width: 250px !important;
		padding-bottom: 25px;
	}
	
	
	.text_lefts{
		margin-left:  0 !important;
	}
	
	.mains{
	width: 85%;
    justify-content: flex-start;
    position: relative;
    right: auto;
	left: auto;
	transform: translate(0);
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
	}
	
	
	
	.content h2{
		font-size: 33px;
		line-height: 36px;
	}
	
	.content a{
		margin-top: 30px;
	}
	
	.background_art{
		width: 100%;
		bottom: auto;
		top: 50%;
		left: 50%;
		height: 100vh;
		max-height: 950px;
    transform: translate(-50%, -50%) !important;

	}
	

	.herosection{
		padding-bottom: 0 !important;
	}
	
	
	
	.smaller_block h2{
		width: 70%;
	}
	
	
	.tttoops{
		padding-top: 0% !important;
	}
	.side_by_side, .morepadds{
		width: 85%;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	
	
	.top_img{
	max-height: 500px;
}
	
	
.zoomsin{
	  transform: scale(1); /* Equal to scaleX(2) scaleY(0.5) */

}
	


	
	.hero2 .inside_img{
	  background-position: right center !important;
	}

.zoomers .inside_img{
	  background-position: left center !important;

	  transform: scale(1) !important; /* Equal to scaleX(2) scaleY(0.5) */
}
	
	
.mainheights{
		max-height: none;
		height: auto !important;
	}
	
	.padding2, .padding22{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	
	
	
	
	
	
	
	.alternant{
		margin-top: 60px;
	}
	
		.formob{
		padding-bottom: 40px !important;
	}
	
	.caption2 {
    max-width: 265px;
	}
	
	.showsimg{
		margin-right: -20px !important;
	}
	
	.overlaps2{
		    top: -120px;
		margin-left: -15%

	}	
	
	.text_box{
		margin-left: auto;
	}
	
	h2 br{
		display: none;
	}
	
	.centers{
		margin-top: 0px !important;
	}
	
	.justpadditout{
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.notoppadding{
		padding-top: 0px !important;
	}
	
	
	
	

	

	
	
	.maps {
    height: auto;
}
	
	
.side_by_side2{
		width: 85%;
		padding-bottom: 0;
		padding-top: 0 !important
	}	
	

	.logo img, .logo svg{
		    width: 100%;

	}	
	
		.logo{
		width: 180px;
	}
	
	.hamburger{
		position: absolute;
		top: 20px;
		right: 5%;
	}
	
	
	
	
	.side_by_side, .side_by_side2 {
    padding-top: 0px !important;

	}
	
	
	.hero-video {
    height: 620px;
}
	
	.home-hero{
		max-height: 100vh !important;
	}
	
	
	.hero {
    margin-top: 15px;
	max-height: 380px;

}
	
	.hero2 {
    margin-top: 15px;
	max-height: 480px;

}
	
	.hero-video2 video, .hero-video2 {
    max-height: 420px !important;
}
	

	#drag-image{
    top: -140px;
	width: 1180px;
    left: -200px;
	}
	
	
	.arrow3 .arro_maps {
    width: 16px;
    margin-left: -5px;
    margin-top: 5px;
}
	.arrow3 .title_arrow {
    top: 50px;
    left: -68px;
	}
	
	.build-icon {
   
    width: 55px;
}
	.pop_up17 {
    left: 34.5%;
    top: 44%;
}
	.av_page3{
		margin-top: 50px !important;
		width: 90% !important;
	}
	
	.av_info strong, .av_info_main strong{
		font-size: 68px;
    line-height: 58px;
	}
	
	.av_info{
		font-size: 17px;
		line-height: 25px;
		height: 320px;
	}
	
	
	
	.fullheights, .fullheights3 {
    max-height: 420px !important;
}
	
	
	
	.other{
		margin-top: 30px
	}
	
	
	.morepadds{
		padding-top: 0px !important;
	}
	
	.av_inf{
		bottom: 70px;
	}
	
	
	.n_img_1 {
    width: 35%;
    top: 0%;
}
	.n_img_2 {
    width: 35%;
    top: 5%;
}
	
	
	.altarrow{
		bottom: 120px !important
	}
	
	
.n_img_3 {
       width: 50%;
    left: 50%;
	bottom: 21%;
}
	
	.neigh_hero h1 {
    top: 42%;
}
	
	.gyaarrrrdrrh{
		margin-left: 20% !important;
	}
	.mapmob{
		padding-top: 60px !important;

		padding-bottom: 0 !important;
	}
	
	.thumbnails{
		width: 115% !important; 
	}
	
	
	.news_info{
		font-size: 20px;
		line-height: 27px;
	}
	
	.woofpage{
		padding-top: 80px !important;
		width: 80% !important;
	}
	
		
	.smaller_block{
		padding: 50px 40px !important;
	}
	
	.woofslider{
		padding-top: 30px !important;
	}
	
	.views_he{
		max-height: 480px !important;
	}
	
	.alternatepaddings{
		padding-top: 120px !important;
	}
	
		.av_page{
		padding-top: 50px !important;
	}
	
	.img_side222 {
    width: 110% !important;
    margin-left: 10%;
    margin-right: auto;
    margin-top: 60px;
}
	
	.thjoosss{
		width: 130% !important;
    margin-left: -20% !important;
    margin-bottom: 40% !important;
	}
	
	.img_side_alt3 {
    width: 80% !important;
    margin-left: 20%;
    margin-right: auto;
    margin-top: 60px;
}
	
	.art_texts {
    width: 80% !important;
    padding-top: 10% !important;
    margin-left: 10%;
    padding-left: 10% !important;
    padding-bottom: 10% !important;
}
	
	.right_av {
    width: 40%;
    right: 5%;
    position: absolute;
}
	
		.left_av{
		width: 100%;
	}
	
	.alstennre{
		padding-top: 80px !important;
	}
	
	.nnnnn{
		width: 100% !important;
    padding-top: 10% !important;
    padding-left: 20% !important;
    padding-bottom: 20% !important;
	}
	
	.innnnnnnnnnnnnnn{
		margin-left: 0 !important;
	}
	
	.ofgmanns{
		width: 100% !important;
	}
	
	.nanasn{
		margin-left: 15% !important;
	}
	.nanasn2{
		margin-left: 5% !important;
	}
	
	.alstennre .side_by_side{
		align-items: flex-start !important;
	}
	
		.smalltops{
		padding-top: 20px !important;
	}
	
	.overrites{
		position: relative!important;
	}
	
	.overrites2{
		display: none !important;
	}
	
	.nomoresides{
		width: 100% !important;
	}
	
	.nomoresides .text_lefts{
		width: 85% !important;
		margin-left: 5%!important;

	}
	
	.overlaps3 img {
    margin-left: -5%;
}
	
	.ccps{
		bottom: -70px !important;
	}
}


@media screen and (max-width:720px) {
	
	.book a{
		display: block;
	}
	
	body {
    display: block;
	min-height: none;
}
	
	.form h2{
		font-size: 42px;
	}

	
	.text-section h1{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	
	.text-section h2, .text-section h3, .text-section h5{
		font-size: 15px;
    margin-bottom: 20px;
    line-height: 20px;
	}
	.text-section{
		margin-top: 60px;
		    font-size: 13px;
    line-height: 18px;
			padding-bottom: 40px;

	}
	
	.overlaps2 {
    top: -40px;
    width: 100%;
    left: 0;
}	
	.view_fp {
    margin-bottom: 0px;
}
	.av_info_main{
		font-size: 15px;
		line-height: 20px;
	}
	
	.ofgmanns .text_side{
		margin-top: 0 !important;
	}
	
		
		.padding, .sections {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
	
	.mapmob {
    padding-top: 20px !important;
		padding-bottom: 0 !important;
}
	.formob3 {
    padding-bottom: 0 !important;
}
		.alstennre{
		padding-top: 0px !important;
	}
	
	.altarrow{
		bottom: 90px !important
	}
	
	
	.caption2{
		margin-top: 10px;
	}
	
	.location_pop_label {
  
    left: -46px;
	}
	
	.thumb_title{
		font-size: 18px;
	}
	
	.overlaps3_2 {
    width: 50%;
    margin-left: auto;
			margin-right: 20%;
		margin-bottom: 20px;
}
	
		.right_arrow {
    right: -10%;
}
	
	.left_arrow {
    left: -10%;
}
	
		.btnz {
    padding: 5px 0px !important;
    font-size: 13px !important;
}
	
	.alternatepaddings{
		padding-top: 50px !important;
	}
	
	
	.subtexts{
		font-size: 14px;
		line-height: 22px;
	}
	
		
	.padding2{
		padding-bottom: 0 !important;
	}
	
	
	.d_text{
		margin-top: 10px;
	}
	
	.woofpage{
		padding-top: 50px !important;
		width: 80% !important;
	}
	
	
		
.anothesr{
		margin-top: 40px;
		    width: 85%;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
	}
	
	.anothesr img{
		    margin-left: auto;
    width: 75% !important;
    margin-right: 0;
	}
	
	.anotheronene {
    width: 100% !important;
		margin-bottom: 0 !important;
}
	
	.annana{
		width: 75% !important;
	}
	
	.anothesr333{
		    margin-top: 60px;
    text-align: right;
    margin-bottom: 40px;
	}
	.anothesr333 img{
		width: 75%;
	}
		
	
	.text_lefts2 {
	width: 85% !important;	
    margin-left: auto !important;
    margin-right: auto !important;
}
	
	
	
			
.n_img_1 {
    width: 46%;
    top: 0%;
	max-width: 260px;
}
	.n_img_2 {
    width: 46%;
    top: 5%;
		    max-width: 220px;

}
	
	
.n_img_3 {
       width: 70%;
    left: 50%;
	bottom: 21%;
	    max-width: 290px;

}
	
	.morepadds{
		padding-top: 0 !important;
	}
	
	
	.img_side_rights{
		margin-bottom: 0;
	}
	
	.formob{
		padding-bottom: 0 !important;
	}
	
	.img_side_lefts{
		margin-left: -10%;
		margin-bottom: 40px;
		margin-top: 0;
	}
	
	.img_side_rights2{
		margin-left: 10%;
	}
	.img_side_lefts img{
		width: 80%;
		margin-top: 0;
	}
	
	.img_side_rights2 img{
		width: 120%;
	}
	
		.img_side_rights img {
    width: 113%;
}
	
	.right_av{
		position: absolute;
		right: 5%;
	}
	
	.gyaarrrrdrrh {
    margin-left: 0% !important;
}
	
	
	.text_side2{
		width: 100%;
	}
	
	
	.res_texts{
		width: 100% !important;
	}
	
	.img_side_lefts, .img_side_rights2{
		width: 100%;
		
	}
	
	
	.main_img{
		width: 100%;
		    position: relative;

	}
	
	.img_side {
    width: 100%;
    position: relative;
		margin-bottom: 40px;
}
	.img_sidex2 {
    width: 100%;
    position: relative;
		margin-bottom: 30px;
}
	.text_side {
    font-family: 'Graphik';
    font-size: 14px;
    width: 100%;
    line-height: 20px;
}
	
.main_text {
    width: 100%;
    position: relative;
	}
	
	.half_block{
		height: 60%;
	}
	
	.img_side3 {
    width: 100%;
		margin-bottom: 40px;
}
	
	.mobienosides{
		width: 100% !important;
	}
	
	.img_side4 {
       width: 85%;
    margin-left: 15%;
	}
	
	
	
	.texts{
		width: 100%;
		font-size: 14px;
		line-height: 20px;
	}
	
	
	
	.column {
    width: 100%;
}
	
	
	
	.left_av{
		width: 42%;
	}
	
	.inner{
		width: 35%;
		
	}
	
	.footer_logos2{
	width: 25.5%;
	
}
	
	.av_btn{
		
    font-size: 20px !important;
    line-height: 20px !important;
   
}
	
		.avheader{
		font-size: 26px !important;
		line-height: 26px !important;
	}
	
	.mobile_header{
		
		font-size: 28px;
		line-height: 34px;

	}
	
	.sorter{
	width: 155px;

	}
	
	.right_av{
		position: relative;
		right: auto;
	}
	
	.bottom_btns{
		position: relative;
		right: auto;
		left: 0;
		bottom: auto;
		transform: translate(0);
		width: 100%;
	}
	
	.av_block, .news_block{
		margin-bottom: 30px;
	}
	
	
	.av_info strong, .av_info_main strong{
		font-size: 60px;
		line-height: 50px;
	}
	
	.av_info{
    padding: 20px 5% 30px;
		    font-size: 16px;
    line-height: 22px;
		    height: auto;
	

	}
	
	.av_block{
		width: 100%;
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;

	}
	
	.news_block{
		width: 100%;
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.arrow3 .title_arrow {
    top: 35px;
    left: -75px;
}
	
	.hit_area {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 8px;
}
	
	.arrow3 .arro_maps {
    width: 14px;
    margin-left: -10px;
}
	
	.build-icon {
    width: 30px;
}
	
		#drag-image {
        top: -90px;
        left: -130px;
		width: 780px;
}
	
		.logo{
		width: 150px;
	}
	
	.ttopsmovie{
		width: 200px !important;
		padding-bottom: 15px;
	}
	
	

	.desktop2{
		display: none !important;
	}

	.mobile2{
		display: block;
	}
	
	.right_av {
    width: 44%;
}
	
	.sep2 {
    width: 34%;
}
	
	.vvvview{
		margin-top: 10px !important;
	}
	
	.thumbnails{
		width: 110% !important; 
	}
	
	.car_title, .custom-caption{
		font-size: 11px;
	}
	
	.av_img {
    height: 260px;
}
	
	.fullheights3{
	

		max-height: 220px !important;

}
	
	.views_he{
		max-height: 280px !important;
	}
	
	
	
	
	
		.fullheights {
    height: 100vh !important;
    max-height: 280px !important;
}
	
	
	
	
	
	
	
	
	.mobilefulls{
		height: 290px !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.content h3{
		margin-bottom: 15px;
		font-size: 14px !important;
		line-height: 20px !important;
	}
	
	
	
	
	
	.smaller_block {
    padding: 30px 30px 50px !important;
}
	
	
	.text_box{
    padding: 30px 30px 50px;
	}
	
	.content a{
		    padding: 10px 40px;

	}
	
	.smaller_block{
		padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 7%;
    padding-right: 7%;
	}
	
	
	.form{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.wpcf7-list-item{
		    margin-right: 50px !important;

	}
	
	.inputer input{
		box-sizing: border-box;
	}
	
	.thank_you span{
		width: 85%;
		    max-width: 290px;

	}
	.addys {
    display: block;
	}
	.adddy{
		margin-bottom: 30px;
		width: 100%;
	}
	
	
	.inputer{
		margin-bottom: 30px;
	}
	
	
	
	.hero2{
		margin-top: 0px;
	max-height: 280px;
	}
	
	.hero{
	margin-top: 45px;
	max-height: 230px;
	}
	
	.inq_btn{
		font-size: 13px;
	}

	
	.top_img{
		max-height: 240px;
	}
	

	.form h3{
		font-size: 36px;
		margin-bottom: 30px;
	}
	.sides h2{
		font-size: 28px;
		width: 100%;
		max-width: none;
	}
	
	.grids{
		margin-bottom: 30px;
	}
	
	.sides h4{
		max-width: none;
		width: 100%;
		margin-bottom: 10px;
		
	}
	
	
	
	
	.ti_block{
		max-height: 340px;
	}
	
	
	.ti_img{
		height: 60%;
	}
	
	.ti_info{
		height: 40%;
		font-size: 12px;
		line-height: 16px;
	}
	
	
	
	.other{
		margin-top: 30px;
	}
	.hero_panel{
		top: auto;
		transform: translate(0, 0);
		bottom: 0;
		width: 70%;
		font-size: 14px;
		line-height: 18px;
		height: 50%;
	}
	
	

	
	.hero_panel h1{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	.desktop2{
		display: none !important;
	}
	
	.tablet{
		display: none;
	}

	
	
	
	
	
	.hero-video {
    height: 230px;
}
	
	
	
	
	.hero {
	max-height: 230px;

}
	
	.hero2 {
	max-height: 380px;

}
	
	
	
	.hero-video2 video, .hero-video2 {
    max-height: 290px !important;
}
	
	
	.neigh_hero{
		max-height: none !important;
		height: 95vh;
	}
.neigh_hero h1 {
    top: 42%;
    font-size: 28px;
    line-height: 32px;

}
	.sides{
		padding-bottom: 40px;
	}
	
	
	
	.img_side_rights{
		width: 100%;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	
	.img_side_rights3{
		width: 100%;
	}
	
	.img_side_rights3 img{
		width: 80%;
		margin-right: 0;
		margin-left: auto;
	}
	
	.av_inf{
		position: relative;
		bottom: auto;
		margin-top: 30px;
		font-size: 12px;
		
	}
	
	.news_info{
		font-size: 20px;
		line-height: 27px;
	}
	
	.tex ul{
		font-size: 13px;
		line-height: 19px;
	}
	
	
	.caption{
		bottom: -25px !important;
		font-size: 11px;
		line-height: 15px;

	}
	
	.buigimage .caption{
		bottom: 15px !important;
	}
	
	
	.doubleline{
		bottom: -45px !important;
	}
	
	.overlaps3 {
    width: 50%;
    margin-left: 20%;
}
	
	.column {
    width: 100%;
}
	
	.caption2{
		max-width: 285px;
	}
	
	.lasttts{
		margin-bottom: 20px !important;
	}
	
	
	
	.anothercaptionformobile{
		bottom: 25px !important;
	}
	.nobottmmobile{
		padding-bottom: 40px !important;
		padding-top: 20px !important;
	}
	
	.nobottmmobile2{
		padding-bottom: 0px !important;
		padding-top: 20px !important;
	}
	
	.fullheights2 {
    max-height: 220px;
		    width: 85% !important;
		margin-bottom: 0 !important;

}
	
	
	
	.caption2{
		font-size: 11px;
		line-height: 15px;
	}
	
	.views_he{
		max-height: 260px !important;
	}
	
	.notops{
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	
	.nobottoms{
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.smalltops, .smalltops2{
		padding-top: 20px !important;
	}
		.avs.sslides{
		padding-bottom: 80px !important
	}
	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

