/*   
Theme Name: Harmony Theme
Theme URI: http://ddminds.com
Description: Web company
Author: DD Minds
Author URI: http://ddminds.com
Version: 1.0.0
*/

@font-face {
    font-family: 'lato-bold';
    src: url("fonts/Lato-Bold.ttf");
    font-style: normal;
}
@font-face {
    font-family: 'lato-black';
    src: url("fonts/Lato-Black.ttf");
    font-style: normal;
}
@font-face {
    font-family: 'lato-regular';
    src: url("fonts/Lato-Regular.ttf");
    font-style: normal;
}
@font-face {
    font-family: 'graphique_Pro';
    src: url("fonts/Graphique_Pro.otf");
    font-style: normal;
}
@font-face {
    font-family: 'wanderlust-letters';
    src: url('fonts/WanderlustLetters.eot');
    src: url('fonts/WanderlustLetters.eot?#iefix') format('embedded-opentype'),
         url('fonts/WanderlustLetters.woff') format('woff'),
         url('fonts/WanderlustLetters.ttf') format('truetype'),
         url('fonts/WanderlustLetters.svg#Sri-TSCRegular') format('svg');
    font-style: normal;
}
@font-face {
    font-family: 'ALoveOfThunder';
    src: url("fonts/ALoveofThunder.ttf");
    font-style: normal;
}
@font-face {
    font-family: 'futura-bold';
    src: url('fonts/FuturaLTProBold.eot');
    src: url('fonts/FuturaLTProBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaLTProBold.woff') format('woff'),
         url('fonts/FuturaLTProBold.ttf') format('truetype'),
         url('fonts/FuturaLTProBold.svg#Sri-TSCRegular') format('svg');
    font-style: normal;
}
@font-face {
    font-family: 'futura-book';
    src: url('fonts/FuturaLTProBook.eot');
    src: url('fonts/FuturaLTProBook.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaLTProBook.woff') format('woff'),
         url('fonts/FuturaLTProBook.ttf') format('truetype'),
         url('fonts/FuturaLTProBook.svg#Sri-TSCRegular') format('svg');
    font-style: normal;
}
html body {
	font-family: 'futura-book';
	font-size: 16.5px;
}
ul.central{
    width: 100%;
    padding: 0;
    text-align: center;
}
ul.central li{
    list-style: none;
    display: inline-block;
    float: none;
}
.griphique_pro {
	font-family: 'graphique_Pro';
}
.wanderlust-letters{
    font-family: 'wanderlust-letters';
}
.futura_light {
	font-family: 'futura-book';
}
.futura_bold {
	font-family: 'futura-bold';
}
strong,
b {
	font-family: 'futura-bold';
}
nav.navbar {
	position: relative;
	padding: 0;
	background-color: #009B77;
	border: none;
	margin-bottom: 0;
	z-index: 1;
	border-radius: 0;
}
nav.navbar:after {
	content: " ";
	display: block;
	top: 100%;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
}
.space70 {
	height: 70px;
	width: 100%;
	display: block;
}
.space30 {
	height: 30px;
	width: 100%;
	display: block;
}
.space40 {
	height: 40px;
	width: 100%;
	display: block;
}
.space55 {
	height: 55px;
	width: 100%;
	display: block;
}
.space50 {
	height: 50px;
	width: 100%;
	display: block;
}
.space10 {
	height: 10px;
	width: 100%;
	display: block;
}
.space20 {
	height: 20px;
	width: 100%;
	display: block;
}
.space125 {
	height: 70px;	
	width: 100%;
	display: block;
}
.space115 {
	height: 125px;	
	width: 100%;
	display: block;
}
.space175 {
	height: 175px;
	width: 100%;
	display: block;
}

.search_form_mobile {
	display: none;
}
#menu-main-menu li a {
	padding: 0px 20px;
	font-size: 16px;
	/*letter-spacing: 1px;*/
	text-transform: uppercase;
	color: #fff;
	position: relative;
	vertical-align: middle;
	top: 50%;
    letter-spacing: 2px;
	transform: translateY(-50%);
	font-family: 'futura-book';
}
#menu-main-menu > li {
	max-width: 165px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
#menu-main-menu,	
.navbar-header {
	padding: 15px 0;
}
.navbar-header {
	position: relative;
	z-index: 2;
}
#menu-main-menu {
	margin-right: 0;
    padding: 27px 0;
}
#navbar {
	position: relative;
}
#menu-main-menu li:last-child a:after {
	display: none;
}
#menu-main-menu li a:after {
	content: " ";
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 22px;
	background-color: #006077;
}
#menu-main-menu .current-menu-item a {
	color: #A5D97D;
	font-family: 'lato-black';
}
.img-responsive.logo {
	max-height: 65px;
	width: auto;
	max-width: none;
}
#home_slider {
	width: 100%;
	height: 528px;
}
#menu-main-menu li a:hover {
	color: #A5D97D;
}
.header_phone {
	position: absolute;
	right: 25px;
	transform: translateY(-50%);
	top: 50%;
}
.header_phone a {
	color: #009E77;
	font-family: 'ALoveOfThunder';
	font-size: 18px;
}
.header_phone a:hover {
	color: #009E77;
	text-decoration: none;
}
.header_form {
	width: 320px;
	/*height: 530px;*/
	top: 100%;
	text-align: center;	
	position: absolute;
	right: 0;
	background-color: rgba(35, 31, 32, 0.8);
	padding: 0 35px;
	padding-bottom: 15px;
}
.header_form_open_btn {
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	color: #fff;
	display: inline-block;
	margin-top: -10px;
}
.header_form_open_btn.opened_btn_form {
	margin-top: 0;
}
.header_form_open_btn.opened_btn_form i:before {
	content: "\f106";
}
.header_form_open_btn:hover {
	cursor: pointer;
}
.pakvox {
	padding-top: 0px; 
	height: 1px;
	visibility: hidden;
	transition: .7s;
	overflow-y: hidden;	
}
div.wpcf7 {

}
.pakvox_glob {
	position: relative;
	margin-left: -35px;
	margin-right: -35px;
	padding: 0 35px;
}
.pechat_div {
	width: 130px;
	height: 130px;
	position: absolute;
	top: 30px;
	right: -100px;
    z-index: 1;
	/*transform: translateX(-50%) rotate(10deg);*/
	/*-ms-transform: translateX(-50%) rotate(10deg);*/
    /*-webkit-transform: translateX(-50%) rotate(10deg);*/
	/*opacity: 0; */
	transition: .5s;
	/*transition-delay: 1s;*/
}
.pechat_div div {
	background-size: 100%;
	width: 100%;
	height: 100%;
	/*transform: rotate(10deg);*/
	/*-ms-transform: rotate(10deg);*/
    /*-webkit-transform: rotate(10deg);*/
}
.pakvox.oppened_form {
	height: 375px;
	/*padding-top: 10px; */
	visibility: visible;
}
.pakvox.oppened_form .pechat_div.open_pechat {
	display: block;
}
.header_form_title {
	display: block;
	text-align: center;
	padding: 30px 0 15px;
	font-size: 60px;
	line-height: 60px;
	color: #009B77;
    cursor:pointer;
	font-family: 'wanderlust-letters';
	/*border-bottom: 1px solid #fff;*/
}
.header_form_phone {
	font-family: 'futura-bold';
	color: #fff;
	font-size: 21px;
	line-height: 20px;
}
.header_form_phone a {
	color: #fff!important;
	text-decoration: none!important;
}
.form_div {
	padding: 15px 0px 0 0px;
}
.for_contact {
	padding: 30px; 
}
.wpcf7-response-output {
    transform: translateY(-50%);
    /*display: block!important;*/
    /*visibility: hidden;*/
    /*opacity: 0;*/
    position: absolute;
    /*bottom: 20px;*/
    top: 50%;
    /*background-color: #398f14;*/
    width: 100%;
    height: auto;
    text-decoration: center;
    margin: 0!important;
    color: #fff;
    font-size: 18px;	
    padding: 10px 45px!important;
    right: 0px;
    border-radius: 20px;
    transition: .7s;
    z-index: 5;
    opacity: 1;
    visibility: visible;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
	display: block!important;
}
.map_living {
	width: 100%;
	height: auto;
}
/*.wpcf7-mail-sent-ok {
    visibility: visible!important;
    opacity: 1!important;
    transform: translateX(0%)!important;
}*/
.form_div p {
	width: 250px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}
.form_div input {
	width: 250px;
	height: 35px;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	border: none;
	outline: none;
	color: #404041;
	padding: 5px;
	padding-left: 10px;

}
.form_agriment {
	text-align: center;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 15px;
	letter-spacing: 1px;
}
.form_agriment a {
	color: #fff;
	font-family: 'futura-bold';
	/*font-size: 16px;*/
}
.form_div input::-webkit-input-placeholder {
	color: #404041;
}
.form_div input::-moz-placeholder {
	color: #404041;
}
.form_div input:-moz-placeholder {
	color: #404041;
}
.form_div input:-ms-input-placeholder {
	color: #404041;
}
.gform_button,.wpcf7-submit {
	width: 120px!important;
	height: 40px!important;
	color: #fff!important;
	border-radius: 5px!important;
	background-color: #009B77!important;
	margin-bottom: 15px!important;
	font-family: 'futura-bold'!important;
    letter-spacing: 2px;
	margin-left: auto!important;
	margin-right: auto!important;
}
.gform_footer.top_label{
	text-align: center;
}
.form_div .gform_button,.form_div .wpcf7-submit {
	margin-bottom: 0!important;
}
.ajax-loader {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
	display: none!important;
}
.wpcf7-not-valid {
	border:1px solid red!important;
}
div.wpcf7-mail-sent-ok {
	/*margin-top: 15px!important;*/
	/*margin-bottom: 30px!important;*/
	text-align: center;
	color: #fff;
	border: 0!important;
}
#home_slider {
	height: 528px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
/*#home_slider:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2 )
}*/
#home_slider img:not(.gform_ajax_spinner) {
	position: absolute;
    width: 450px;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    z-index: 1;
    top: 50%;
}
.home_slider_bottom_text .large_text {
	font-size: 38px;
	color: #90B97E;
    font-family: 'wanderlust-letters';
}
.home_slider_bottom_text {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 28px;
	z-index: 1;
}
.home_slider_bottom_text .mid_text {
	font-size: 34px;
	color: #56AFD1;
}
#home_first_section {
	/*height: 300px;*/
}
.first_section_text {
	background-color: #53CAEC;
	/*height: 100%;*/
	height: 316px;
}
.first_section_text_block {
	padding-top: 50px; 
	border-top: 1px solid #fff;
	/*font-size: 18px;*/
	letter-spacing: 1px;
	text-align: justify;
	color: #fff;
}
.first_section_title {
	text-align: right;
	height: 316px;
	vertical-align: bottom;
	position: relative;
}
.first_section_title h2 {
	position: absolute;
	bottom: -12px;
	right: 0;
}
.section_title h2 {
	margin: 0;
}
.section_title strong {
	font-family: 'graphique_Pro';
	font-weight: normal;
	font-size: 80px;
    line-height: 80px;
}
.first_section_title img {
	padding-top: 70px;
	padding-right: 30px;
}
#home_list_section {
	padding: 60px 0;
	background-color: #EEEEEF;
}
#home_list_ul {
	text-align: center;
	margin: 0;
	padding: 0; 
}
#home_list_ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 65px;
}
#home_list_ul li span {
	display: block;
	font-family: 'futura-bold';
	color: #808080;
	margin-top: 30px;
	font-size: 28px;
	text-transform: uppercase;
    letter-spacing: 1px;
}
#home_list_ul li:last-child {
	margin-right: 0;
}
#home_list_ul li img {
	width: 150px;
	height: 150px;
}
.blending{
    background-color: #8AB7EB;
}
.home_second_section_left {
	/*height: 750px;*/
	position: relative;
	text-decoration: left;
}
.home_second_section_left hr {
	background-color: #fff;
    margin: 0;
}
.home_second_section_left hr.first-hr{
    position: relative;
    left: -50px;
    top: 1px;
    width: 50px;
}
#home_second_section .col-md-6 {
	padding: 0;
}
.home_second_section_left_text {
	margin: 0 auto;
}
.blending .home_second_section_left_text{
    padding-top: 50px;
}

.home_second_section_left_text img {
	width: 100%;
	height: auto;
}
.home_second_section_left_text p {
	margin-top: 20px;
	display: block;
	padding-left: 0px;
	color: #fff;
	text-align:justify;
	/*font-size: 18px;*/
    letter-spacing: 1px;
}
.home_second_section_right {
	width: 100%;
	position: relative;
	height: 100%;
 }
.home_second_section_right div {
	/*background-size: cover;
	background-position: center;
	height: 640px;
	width: 100%;
	position: absolute;
	left: -15%;
	top: 50%;
	transform: translateY(-50%);*/
}


.video_section .row{
    margin: 0;
}
.video_section .odd .video_bg{
    left: 50px
}
.video_section .even .video_bg{
    right: 50px
}
.video_bg{
    z-index: 1;
    padding: 0;
}
.video_bg iframe{
    border:0;
    width:100%;
    height: 100%;
}
.video_background{
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
}
.video_sec{
    position: relative;
}
.video_sec div{
    margin: auto;
}
.video_sec div h2{
    margin: 0;
}
.video_sec1{
    background-color: #f6be6e;
}
.video_sec2{
    background-color: #53CAEC;
}
.video_sec3{
    background-color: #A5D97D;
}
.video_sec4{
    background-color: #8AB7EB;
}
.video_section .row .col .wanderlust-letters {
    font-size: 70px;
}
.video_section .row .col .griphique_pro {
    font-size: 90px;
}
.video_btn1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	background-image: url(img/play_button.svg);
    background-size: 100%;
    z-index: 1;
    cursor: pointer;
}





.home_video_section_text {
	font-family: 'futura-book';
	letter-spacing: 0px;
}
.home_video_section_text strong {
	font-family: 'futura-bold';
}
.home_video_section_text h4 {
	font-size: 28px;
}
.video_block_mid {
	height: 235px;
	position: relative;
	background-size: cover;
}
#home_video_section .col-md-4 .col-md-12:first-child {
	margin-bottom: 30px;
}
.video_block_big {
	height: 500px;
	background-size: cover;
	position: relative;
}
.no-padding {
	padding: 0!important;
}
.home_video_section_text {
	height: 500px;
	position: relative;
}
.home_video_section_text div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.video_block_mid:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.video_block_mid div,
.video_block_big div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	width: 80px;
	height: 80px;
	background-image: url(img/play_button.svg);
    background-size: 100%;
    z-index: 1;
}	
.video_block_mid div {
	width: 60px;
	height: 60px;
}

.home_second_section_left.third_right:before {
	right: 0;
}
.third_right .home_second_section_left_text {
	left: 0;
	right: 0;
	margin: auto;
	top: 55%;
}	
.third_right .home_second_section_left_text p {
	margin-top: 20px;
	/*font-size: 18px;*/
	line-height: 26px;
	padding: 0;
}
.third_right h2 {
    padding: 0px 80px;
    font-size: 65px; 
}
.third_right strong {
	font-size: 95;
}
.third_section_image {
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
	left: 50px;
}
#home_third_section .col-md-1,
#home_third_section .col-md-7,
#home_third_section .col-md-4 {
	padding: 0;
}
#home_third_section .col-md-5{
    background-color: #A5D97D;
    padding: 0;
}
#home_four_section .col-md-5,
#home_four_section .col-md-8 {
	padding: 0;
}
.four_left h2 * {
	display: block;
}

.four_left strong {
	font-size: 90px;
}
#home_four_section .home_second_section_left {
	background-color: #009B77;
	height: auto;
	z-index: 1;
}
#home_four_section .home_second_section_left_text {
	left: 0;
    right: 0;
    margin: auto;
	width: auto;
	top: 55%;
}

#home_four_section .home_second_section_left:before {
	width: 500px;
}
.four_section_image {
	height: 670px;
	background-size: cover;
}
#map {
	height: 100%;
}
#home_contact_section .col-md-8,
#home_contact_section .col-md-6 {
	padding: 0;
}
#home_contact_section form .col-md-6:nth-child(2) {
	padding-left: 0;
	padding-right: 7.5px;
}
#home_contact_section form .col-md-6:nth-child(3) {
	padding-left: 7.5px;
	padding-right: 0px;
}
.contact_form_bottom {
	top: 50%;
	width: 100%;
	background-color: rgba(35, 31, 32, 0.8);
	font-family: 'futura-book';
	color: #fff;
}
.contact_form_bottom_glob {
	position: relative;
	padding: 70px 0;
}
.contact_form_bottom span.cont_title {
	display: block;
	text-align: center;
	margin-bottom: 25px;
	font-size: 38px;
	line-height: 38px;
}

.contact_form_bottom_top_sec {
	/*padding-right: 55px;*/
	border-bottom: 1px solid #fff;
}
.contact_form_bottom .contact_form_bottom_top_sec span:not(.cont_title) {
	display: inline-block;
	/*font-size: 20px;*/
	padding-left: 25px;
	position: relative;
	line-height: 20px;
}
.contact_form_bottom span.adress {
	margin-left: 50px;
}
span.phone_number:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 30px;
	background-image: url(img/cont_icons.svg);
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
}
span.adress:before {
	content: " ";
	display: block;
	position: absolute;
	left: -15px;
	bottom: 0;
	width: 30px;
	height: 30px;
	background-image: url(img/cont_icons.svg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}
.contact_form_bottom_top_sec a {
	color: #fff;
	text-decoration: none;
}
.contact_form_bottom_top_sec a:hover {
	color: #fff;
	text-decoration: none;
}
.contact_form_bottom_bot_sec input.submit_btn {
	margin-top: 15px;
}
.contact_form_bottom_bot_sec input {
	width: 100%;
    height: 40px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: none;
    outline: none;
    color: #404041;
    padding: 5px;
    padding-left: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.contact_form_bottom_bot_sec select {
	width: 100%;
    height: 40px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: none;
    outline: none;
    color: #404041;
    padding: 5px;
    padding-left: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.contact_form_bottom_bot_sec textarea {
	width: 100%;
	height: 135px;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: none;
    outline: none;
    color: #404041;
    padding: 5px;
    padding-left: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    resize: none;
}
#menu-footer-bottom { 
	padding-top: 8px;
    padding-left: 15px!important;
}
.contact_form_bottom_bot_sec input::-webkit-input-placeholder {
	color: #404041;
}
.contact_form_bottom_bot_sec input::-moz-placeholder {
	color: #404041;
}
.contact_form_bottom_bot_sec input:-moz-placeholder {
	color: #404041;
}
.contact_form_bottom_bot_sec input:-ms-input-placeholder {
	color: #404041;
}
.contact_form_bottom_bot_sec textarea::-webkit-input-placeholder {
	color: #404041;
}
.contact_form_bottom_bot_sec textarea::-moz-placeholder {
	color: #404041;
}
.contact_form_bottom_bot_sec textarea:-moz-placeholder {
	color: #404041;
}
.contact_form_bottom_bot_sec textarea:-ms-input-placeholder {
	color: #404041;
}
.contact_form_bottom_bot_sec input.postcode {
	width: 50%;
    float: left;
}
.bot_con_text {
	width: 100%;
	display: block;
	/*margin-top: 10px;*/
	font-size: 16px;
	color: #fff;
	text-align: center;
    letter-spacing: 1px;
}
.bot_con_text a {
	font-family: 'futura-bold';
	color: #fff;
}
.bot_con_text_sbm {
	width: 100%;
	display: block;
	/*margin-top: 10px;*/
	font-size: 16px;
	color: #fff;
	text-align: center;
    letter-spacing: 1px;
}
.textarea-13 + br {
	display: none;
}
/*.contact_form_bottom_bot_sec .submit_btn {
	width: 150px;
	height: 40px;
	border-radius: 50px;
	background-color: #A8DC7D;
	color: #fff;
	font-family: 'futura-bold';
	margin-top: 20px;
	letter-spacing: 1px;
	font-size: 22px;
}*/
.contact_form_bottom_bot_sec p {
	text-align: center;
	position: relative;
}
.contact_form_bottom_bot_sec .ajax-loader {
	right: 65px;
}
.contact_form_bottom_bot_sec form {
	text-align: center;
}
.contact_form_bottom_bot_sec .wpcf7-mail-sent-ok {
	display: inline-block;
	font-size: 18px;
}
footer {
	background-color: #009B77;
}
#footer_logo {
    padding-top: 8px;
}
#footer_logo img {
	width: 180px;
	height: auto;
}
.footer_content {
	padding: 15px 0 30px 0;
}
#menu-footer-top {
	padding-left: 15px;
	padding-top: 15px;
	font-family: 'futura-book';
	letter-spacing: 1px;
	font-size: 14px;
}
#menu-footer-top > li {
	display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}
#menu-footer-top li {
	list-style-type: none;
}
#menu-footer-top li a {
	color: #fff;
}
.footer_bottom,
#menu-footer-top > li > a {
	font-family: 'futura-bold';
}
#menu-footer-top li ul {
	padding: 0;
	margin: 0; 
}
#menu-footer-top li a:hover {
	text-decoration: none;
}
#social_menu {
	padding: 0;
	margin: 0; 
}
#social_menu li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
    padding-top: 15px;
    margin-bottom: 5px;
}
footer{
    position: relative;
}
.footer-right-logo{
    position: absolute;
    right: 0;
    bottom: 0;
}

#social_menu li img {
	width: 40px;
}
.footer_bottom {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 10px;
	/*margin-bottom: 20px;*/
    position: absolute;
    width: 100%;
    bottom: 0;
}
.footer_bottom .col-md-2.col-sm-3 {
	padding: 0;
}
.footer_second_logo img {
	width: 120px;
}
#mobile_footer .footer-right-logo{
    float: right;
    height: 70px;
    top: 0;
    right: 5px;
}
#mobile_footer .footer-right-logo img{
    width: auto;
    height: 44px;
}
.communities {
    float: left;
    padding-top: 15px;
    margin-right: 25px;
    font-size: 14px;
    color: #fff;
    font-family: 'futura-bold';
    letter-spacing: 1px;
}
#menu-footer-bottom {
    padding-left: 0px;
    margin-bottom: 0;
}
#home_canvas,
#home_video {
	width: 100%;
	height: 100%;	
    object-fit: cover;
    -ms-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
#menu-footer-bottom li a {
	color: #fff;
	text-decoration: none;
	font-size:16px;
	font-family: 'futura-book';
}
.gform_body li {
	font-family: 'futura-book';
}
#menu-footer-bottom li {
	display: inline-block;
	list-style-type: none;
	margin-right: 25px;
}
#menu-footer-bottom li a:hover {
	color: #fff;
	text-decoration: none;
}
#mob_pop,
.mobile_re_btn,
.mobile_reg_button {
	display: none;
}
#mobile_footer {
	display: none;
}
.home_second_section_right ul {
	height: 100%;
	padding: 0;
	margin: 0;
}
.home_second_section_right ul li {
	width: 50%;
	float: left;
	height: 50%;
	list-style-type: none;
}
.home_second_section_right ul li:first-child {
	padding-right: 7.5px;
}
.home_second_section_right ul li:nth-child(2) {
	padding-left: 7.5px;
}
.home_second_section_right ul li:nth-child(1),
.home_second_section_right ul li:nth-child(2) {
	padding-bottom: 7.5px;
}
.home_second_section_right ul li:nth-child(3),
.home_second_section_right ul li:nth-child(4) {
	padding-top: 7.5px;
}
.home_second_section_right ul li:nth-child(3) {
	padding-right: 7.5px;
}
.home_second_section_right ul li:last-child {
	padding-left: 7.5px;
}
.home_second_section_right ul li div {
	width: 100%;
	height: 100%;
	background-size: cover;
}
.home_second_section_left_text .griphique_pro {
	font-size: 98px;
}
.home_second_section_left_text .wanderlust-letters {
	font-size: 62px;
}
.home_second_section_left.third_right .home_second_section_left_text .griphique_pro{
	display: block;
	line-height: 98px;
}
.home_second_section_left.third_right .home_second_section_left_text .wanderlust-letters{
	display: block;
}

#home_four_section .home_second_section_left {
	top: 0	;
}
#home_four_section .home_second_section_left:before {
	display: none;
}
#home_four_section .home_second_section_left_text .wanderlust-letters {
    font-size: 70px;
    line-height: 70px;	
}

#home_four_section .home_second_section_left_text p {
	margin-top: 50px;
}
#home_four_section ul {
	padding: 0;
	margin: 0;
}
#home_four_section ul,
#home_four_section ul li div,
#home_four_section ul li {
	height: 100%;
	background-size: cover;
}
#home_four_section ul li {
	width: 50%;
	float: left;
	height: 50%;
	list-style-type: none;
}
#home_four_section ul li:first-child {
	height: 100%;
	padding-right: 7.5px;
}
#home_four_section ul li:nth-child(2) {
	padding-bottom: 7.5px;
	padding-left: 7.5px;
}
#home_four_section ul li:last-child {
	padding-top: 7.5px;
	padding-left: 7.5px
}
.bot_con_text + br {
	display: none;
}
.first_section_title span {
	display: block;
}
.first_section_title .wanderlust-letters {
	font-size: 44px;
}
.living_last_container {
	color: #6D6E70;
}
.living_last_container img {
	margin-left: 5px;
}
.living_last_container h5 {
	margin-top: 0;
	font-size: 18px;
}
.living_last_container ul {
	padding-left: 18px;
}
.living_last_container ul li {
	padding-left: 10px;
}

/******************************** START LIVING PAGE CSS ***********************************/

#slider{
	height: 528px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.without_padding {
	padding: 0;
}
/*#slider:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}*/
.slider_text {
	font-family: 'wanderlust-letters';
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	text-align: center;

}
#slider .slider_text h2 {
	font-size: 120px;
	line-height: 64px;
}
#slider .slider_text strong {
	font-family: 'graphique_Pro';
	font-size: 73px;
	line-height: 59px;
	font-weight: normal;
}
.live_first_section_left {
	padding: 50px 80px 40px 0;
	background-color: #F9C16E;
}
.live_first_section_left_content {
	padding-left: 80px;
	border-top: 1px solid #fff;
	padding-top: 30px;
}
#live_first_section .col-md-6 {
	padding: 0;
}
.live_first_section_left_title {
	color: #fff;
	margin-bottom: 15px;
}
.live_first_section_left_title h3 {
	line-height: 76px;
    font-size: 76px;
    font-family: 'wanderlust-letters';
    margin: 0;
}
.live_first_section_left_title strong {
    font-family: 'graphique_Pro';
    font-weight: normal;
    font-size: 80px;
    line-height: 80px;
}
.live_first_section_left_text {
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 1px;
	font-family: 'futura-book';
}
.live_first_section_left_text p {
	margin-bottom: 20px;
}
.live_first_section_left_text span {
	font-family: 'futura-bold';
}
.live_first_section_left_text span.boldot {
	margin-bottom: 20px;
	display: block;
}
#live_first_section .live_first_section_left_content .row .col-md-6:first-child {
	padding-right: 60px;
}
.living_first_right_side {
	right: 70px;
	top: 70px;	
}
.living_for_col {
	position: absolute;
	height: 100%;
	background-size: cover;
	background-position: center;
}
#live_first_section > .container-fluid > .row {
	position: relative;
}
.living_second_section_content .live_first_section_left_title {
	color: #53CAEC;
	padding-bottom: 25px;
}
.living_second_section_content .live_first_section_left_title strong {
	font-size: 112px;
    line-height: 112px;
}
.living_second_section_content {
	padding-right: 0px;
	text-align: right;
}
.living_second_section_content .live_first_section_left_text{
	text-align: right;
	color: #6D6E70;
}
.living_second_section_content span.boldot {
	padding-left: 200px;
}
#live_second_section .col-md-6 {
	height: 491px;
	background-size: cover;
	background-position: center;
}
#live_second_section .col-md-4 {
	margin-left: 5%;
}
.live_third_section_content {
	background-color: #A8DC7D;
	padding: 60px 150px 60px 0; 
	text-align: justify;
}
#live_third_section .col-md-6 {
	padding: 0;
}
.live_first_section_left_title,
.live_first_section_left_text {
	padding-left: 60px;
}
.live_first_section_left_title {
	border-top: 1px solid #fff;
	padding-top: 15px;
	text-align: center;
	color: #009E77;
	font-family: 'wanderlust-letters';
} 
.live_first_section_left_title h2 {
	font-size: 56px;
	line-height: 56px;
}
.live_first_section_left_title strong {
	color: #fff;
}
.livin_last_section .container-fluid {
	padding: 0 150px;
}
.livin_last_section h1,
.livin_last_section h2,
.livin_last_section h3,
.livin_last_section h4,
.livin_last_section h5,
.livin_last_section h6 {
	margin-top: 0;
}
.living_last_container {
	border-top: 1px solid #6D6E70;
}
.selling_center h2,
.tre_sec_living_info h2 {
	margin: 0;
}
.footer_con_form {
	z-index: 1;
	margin-left: -16.66666667%;
}

/******************************** END LIVING PAGE CSS ***********************************/


/******************************** START MODAL MAP CSS ***********************************/

/*#map_modal_g {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: .7s;
	opacity: 0;
	visibility: hidden;
}
#map_modal_g.oppened {
	opacity: 1;
	visibility: visible;
}
#map_modal {
	height: 750px;
	width: 1200px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: white;
}
#modal_map {
	width: 100%;
	height: 100%;
}*/

/******************************** END MODAL MAP CSS ***********************************/

/* Gravity forms error handling - February 5, 2014 */
/* ############################################### */

/* Make the error stand out */
.gfield_error{
    background: none!important;
    color: #b94a48;
    padding-top: 0 !important;
    margin-top: 16px !important;
    border: 0 !important;
    padding-bottom: 0 !important;
}
/* Prepend the error message to the missing but required field */
.gfield_error:before {
	font-weight: bold;
	content: "Sorry, this field is required: ";
	color: #b94a48;
	padding-left: 5px;
}
/* Hide the error message since we're displaying it above */
.validation_error, .validation_message {
	display:none;
}
.gform_wrapper li.gfield_error input[type="email"], 
.gform_wrapper li.gfield_error input[type="number"], 
.gform_wrapper li.gfield_error input[type="password"], 
.gform_wrapper li.gfield_error input[type="tel"], 
.gform_wrapper li.gfield_error input[type="text"], 
.gform_wrapper li.gfield_error input[type="url"], 
.gform_wrapper li.gfield_error textarea {
border: 1px solid #f00 !important;
}
body .gform_wrapper li.hidden_label input{
	margin-top: 0
}
@media only screen and (min-width: 641px){
	.gform_wrapper ul.gform_fields li.gfield {
    		padding-right: 0 !important;
	}
}
.gform_wrapper .gform_footer{
	padding: 0 !important;
}
.gform_wrapper .gform_ajax_spinner {
    padding-left: 10px;
    position: absolute;
    margin-top: 10px;
width: 30px;
}
.gform_wrapper.gf_browser_chrome .gfield_error input[type=text], .gform_wrapper.gf_browser_chrome .gfield_error input[type=email], .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], .gform_wrapper.gf_browser_chrome .gfield_error select, .gform_wrapper.gf_browser_chrome .gfield_error textarea, .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text]{
	margin-bottom: 0!important
}
.gform_confirmation_message{
	color: #fff
}

.gform_wrapper.two-column_wrapper ul.gform_fields {
	display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
	display: block;
	float: left;
	width: 50%;
}
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
	display: none;
}
.gsection {
	display: none
}
.gform_wrapper textarea.large{
	max-height: 135px
}
body .main-contact-form .top_label div.ginput_container,
body .main-contact-form ul li.gfield{
	margin-top: 0!important;
}
.main-contact-form .gform_body{
	margin-left: -10px;
	margin-right: -10px;
	overflow: auto;
}
.gform_wrapper .main-contact-form ul.gform_fields li.gfield{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.main-contact-form_wrapper{
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.main-contact-form_wrapper .gform_footer input[type=submit]{
	margin-bottom: 0!important;
}
@media(max-width: 767px){
.main-contact-form_wrapper.two-column_wrapper ul.gform_fields.gform_column{
	width:100%!important;
}
}
































































































@media(max-width: 1440px) and (min-width: 1201px) {
	.header_phone a {
		font-size: 16px;
	}
	#home_slider img {
		width: 400px;
	}
	.home_second_section_right div {
		left: -10%;
	}
	.home_second_section_left_text {
		left: 50px;
	}
	.home_video_section_text,
	.video_block_big {
		height: 450px;
	}
	.video_block_mid {
		height: 210px;
	}
	#home_third_section .col-md-1{
		display: none;
	}
	#home_third_section .col-md-4 {
		width: 41.66666667%;
	}
	.home_second_section_left_text  p {
	    margin-bottom: 0;
	}

	.contact_form_bottom span.cont_title {
		font-size: 34px;
	}
	.contact_form_bottom p {
		margin-top: 5px;
	}
	.contact_form_bottom span.adress {
		margin-left: 25px;
	}
	.contact_form_bottom_top_sec .space30 {
		height: 20px;
	}
	.contact_form_bottom_bot_sec .space40,
	.contact_form_bottom_top_sec .space40 {
		height: 30px;
	}

	.bot_con_text_sbm {
		margin-top: 0;
	}
	.contact_form_bottom_bot_sec .ajax-loader {
		right: 0;
	}
}
@media(max-width: 1300px) and (min-width: 992px) {
    .pechat_div{
        width: 85px!important;
        height: 85px!important;
        top: 50px;
        right: -50px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
	.header_phone {
		top: 25px;
		transform: none;
		right: 50px;
	}
	#menu-main-menu {
		padding-top: 0;
	}
	#navbar {
		position: static;
	}
	.header_form {
		width: 250px;
		padding: 0 15px; 
	}
	.header_form_title {
		padding: 30px 0;
		font-size: 18px;
	}
	.form_agriment {
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.form_div input {
		width: 190px;
	}
	.form_div p {
		width: 190px;
	}
	.form_agriment {
		margin: 15px 0;
		font-size: 16px;
	}
	.ajax-loader {
		left: 100%;
		right: 0;
	}	
	.gform_button,.wpcf7-submit {
		margin-bottom: 10px;
	}
	.ajax-loader {
		top: 40%;
	}
	.gform_button,.wpcf7-submit {
		width: 120px!important;
	}
	#home_slider img {
		width: 250px;
	}
	.home_slider_bottom_text .mid_text {
		font-size: 30px;
	}
	.home_slider_bottom_text .large_text {
		font-size: 34px;
	}
	.home_slider_bottom_text {
		font-size: 22px;
		bottom: 10px;
	}
	.section_title strong {
		font-size: 60px;
		line-height: 60px;
	}
	.first_section_text_block {
	    padding: 30px 45px 0 0;
		font-size: 18px;
	}
	.first_section_text {
		padding: 40px 0px 40px 40px;
	}
	#home_list_ul li img {
		width: 120px;
		height: 120px;
	}
	#home_list_ul li span {
	    margin-top: 20px;
	}
	#home_list_section {
		padding: 40px 0;
	}
	.home_second_section_right div {
		left: 0;
	}
	.home_second_section_left_text {
		width: 100%;
	}
	.home_second_section_left_text {
		padding: 0 30px;
	}
	.home_second_section_right div {
		height: 540px;
	}
	.home_second_section_left,
	.home_second_section_right {
		height: 600px;
	}
	.home_second_section_left_text p {
		padding: 0;
	}
	.home_second_section_left_text {
		left: 0;
	}
	.home_second_section_left:before {
	    width: 350px;
	}
	.home_video_section_text {
		font-size: 18px
	}
	#home_video_section .col-md-4,
	#home_video_section .col-md-12.col-sm-6 {
		padding: 0;
	}
	.video_block_mid {
		margin-top: 15px;
		margin-right: 15px;
	}
	.video_block_mid.aaaa2 {
		margin-right: 0;
	}
	.third_section_image {
		position: static;
		background-position: center;
	}
	.third_right .home_second_section_left_text {
		width: 100%;
	    top: 53%;
	}
	.home_second_section_left.third_right {
		height: 750px;
	}
	.third_right .home_second_section_left_text p {
		font-size: 20px;
	}
	.third_right h2 {
		padding: 0 25px;
	}
	.home_second_section_left.third_right:before {
	    width: 325px;
	    top: 40px;
	}
	.third_section_image {
		margin-top: 40px;
	}
	.home_second_section_left_text.four_left p {
		margin-top: 15px;
		padding: 0!important;
	    font-size: 18px;
	}
	#home_four_section .home_second_section_left_text {
		top: 53%;
	}
	.contact_form_bottom {
		transform: none;
		position: static;
	}
	#home_four_section .home_second_section_left:before {
		width: 300px;
	}
	#home_four_section .col-md-8 {
		margin-left: 0!important;
	}
	#home_four_section .home_second_section_left {
		top: 40px;
	}
	.four_section_image {
		background-position: center;
	}
	.on_mod_60 {
		height: 60px;
	}
	.on_mod_80 {
		height: 80px;
	}
	#home_contact_section .col-md-5 {
		margin-left: 0!important;
	}
	.contact_form_bottom_glob {
		height: auto;
	}
	.contact_form_bottom_bot_sec input.postcode {
		width: 100%;
	}
	#map {
		height: 300px;
	}
	#footer_logo img {
		width: 100%;
	}
	#menu-footer-top {
		padding-left: 0;
	}
	#menu-footer-top > li {
		margin-right: 20px;
	}
	#menu-footer-bottom {
		padding-left: 0;
	}
    .pechat_div{
        width: 85px!important;
        height: 85px!important;
        top: 50px;
        right: -50px;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
	.img-responsive.logo {
		margin-left: 15px;
	}
	nav.navbar {
		margin-bottom: 0;
	}
	.header_phone {
		top: 83px;
		right: 80px;
	}
    .pechat_div{
        width: 85px;
        height: 85px;
        top: 50px;
        right: -50px;
    }
}
@media(max-width: 767px) and (min-width:481px) {
    #home_slider{
        height: 300px!important;
    }
    .space125{
        display: none!important;
    }
    .space70{
        height: 15px !important;
    }
    .block_padding, .right_padding, .left_padding{
        padding: 15px!important;
    }
	.video_section .video_bg,.third_section_image,
    .first_sec_living_img,.sec_sec_living_img,
    .tre_sec_living_img,.bio-to-now{
        height: 300px!important
    }
    .contact_form_bottom{
        padding: 0!important;
    }
    #mobile_footer .footer_logo img {
        max-width: 200px!important;
    }
    #home_four_section ul{
        height: 500px !important;
        margin: 15px 0 7.5px 0 !important;
    }
    #home_four_section ul li:first-child{
        width: 50% !important
    }
    .footer_logo {
        margin-bottom: 15px;
        float: left;
    }
    #mobile_footer #mob_social_menu{
        margin-top: 0!important;
    }
}

@media(max-width: 767px) {
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
    .play-video{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        background-image: url(img/play_button.svg);
        background-size: 100%;
        z-index: 1;
        cursor: pointer;
    }
    .video_btn1{
        display: none;
    }
    .video_background{
        display: none;
    }
    .li-mobile{
        padding: 0;
    }
    #home_four_section .li-mobile ul{
        margin-top: 0!important;
    }
    .li-mobile li{
        padding: 0!important;
    }
    .home_second_section_right ul li{
        padding: 0!important;
    }
    #mobile_footer .footer_logo img{
        max-width: 150px;
        float: left;
    }
    #mob_social_menu{
        margin-top: 15px !important;
    }
	.img-responsive.logo {
		margin-left: 15px;
		display: inline-block;
	}
	#menu-main-menu {
		animation-name: none;
	}
	nav.navbar {
		height: auto;
	}
	.search_form_mobile {
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		font-size: 20px;
    	line-height: 18px;
		color: #fff;
	}
    .livin_last_section .col{
        padding: 0;
    }

    #home_four_section ul,.life-connected .right-bar ul{
        height: 330px !important;
        margin: 0 !important;
    }
    .life-connected .right-bar ul{
        padding: 0!important;
        margin-bottom: 15px!important;
    }
    .blue-map .col-md-6{
        padding: 0;
    }
    .life-connected .right-bar{
        right: 0!important
    }
    .life-connected .right-bar li{
        padding: 0!important;
    }
    .navbar.navbar-default{
        position: fixed;
        top: 0;
        z-index: 999999;
        width: 100%;
    }
    #home_four_section ul li:first-child{
        width: 50% !important
    }
    #slider{
        height: 400px;
    }
    .contact_form_bottom_glob{
        width: 100%!important;
    }
    .page_contact .container .wpcf7-form .col-md-6{
        padding: 0;
    }
    .page_contact .container{
        padding: 0;
    }
    .post_img{
        width: 100%!important;
        margin-right: 0;
    }
    .blog_title,
	.post_item .post_info .blog_title strong{
        width: auto!important;
        font-size: 18px!important;
        line-height: normal;
        margin-top: 15px!important;
    }
    .feaut_img{
        margin-right: 0!important;
        width: 100%;
        margin-top: 0!important;
    }
	.main_single .blog_single_title strong,.blog_single_title{
        font-size: 18px!important;
    }
    .post_item + .space30,
    .blog_btn + .space40{
        height: 15px;
    }
    .now-selling .col-md-4{
        padding: 0!important;
    }
    .selling_center{
        margin-left: 0!important
    }
    .livin_last_section ul{
        margin-bottom: 20px;
    }
    .livin_last_section ul + p{
        display: none;
    }
    .selling_center p{
        margin-bottom: 0;
    }
    .first_sec_living_info .space50,
    .tre_sec_living_info .space50{
        height: 15px;
    }
    .tre_sec_living_info .griphique_pro,
    .living_first_sec .griphique_pro, .living_sec_sec .griphique_pro,
    .selling_center .griphique_pro,
    .selling_center .wanderlust-letters{
        font-size: 50px !important;
    }
    .living_sec_sec > .col:nth-child(2){
        padding: 15px !important;
    }
	.layer,
	.col {
		display: block!important;
	}
    .col.hidden-xs{
        display: none!important;
    }
	.display_none_search  {
		display: block!important;
		visibility: hidden!important;
		opacity: 0!important;
	}
	.search_form {
		-webkit-animation-duration: .7s!important;
	    animation-duration: .7s!important;
	    opacity: 1;
	    visibility: visible;
	    height: auto!important;
	    top: 50%!important;
	    transform: translateY(-50%);
	    bottom: auto!important;
	}
	.section_title .griphique_pro {
		font-size: 50px!important;
		line-height: 50px!important;
	}
	.section_title .wanderlust-letters {
		font-size: 40px!important;
		line-height: 40px!important;
	}
	.video_sec {
		padding: 30px 15px;
	}
	.search_form input {
		border-radius: 0px;
	    -webkit-appearance: none;
	    font-size: 16px!important;
	}
	#menu-main-menu {
		margin-right: -15px;
	}
	.left_padding {
		padding: 15px!important;
	}
	#menu-main-menu > li {
		max-width: none;
	}
	.opppened_search_m {
		opacity: 0!important;
		visibility: hidden!important;
	}
	.logo.img-responsive {
		opacity: 1;
		visibility: visible;
		transition-duration: .7s; 
	}
	.header_form {
		display: none;
	}
	#menu-main-menu li a:after {
		display:none;
	}
	#menu-main-menu li a {
		padding: 10px 15px
	}
	#home_slider {
		height: 400px;
	}
	#menu-main-menu {
		padding: 0;
	}
	#home_slider img:not(.gform_ajax_spinner) {
		width: 260px;
	}
	.home_slider_bottom_text .mid_text {
		font-size: 30px;
	}
	.home_slider_bottom_text .large_text {
		font-size: 34px;
	}
	.home_slider_bottom_text {
		font-size: 24px;
	}
	.first_section_title {
		height: auto;
	    padding: 15px 0;
	}
	.first_section_title h2 {
		position: static;
	}
	.section_title h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.section_title strong {
	    font-size: 50px;
    	line-height: 50px;
	}
	.section_title h2 {
		text-align: center!important;
	}
	.first_section_text {
    	display: block;
    	float: right;
    	height: auto;
	}
    .video_section .even .video_bg{
        right: 0;
    }
	.first_section_text_block {
        padding-top: 15px
	}
	#home_list_ul li {
		display: block;
		margin-right: 0;
	    margin-bottom: 15px;
	}
	#home_list_section {
		padding: 15px 0;
	}
	#home_list_ul li span {
	    margin-top: 15px;
	    line-height: 26px;
	}
	#home_list_ul li:last-child {
		margin-bottom: 0;
	}
	.on_port_15 {
		height: 15px;
	}
	#home_list_section {
		margin-bottom: 45px;
	}
	.home_second_section_left_text {
		left: 0;
		width: 100%;
		top: 55%;
	}
	.home_second_section_left_text p {
		/*font-size: 18px;*/
		margin-bottom: 0;		
	}
	#home_first_section .col-md-6 {
		padding: 0;
	}
	.home_second_section_left {
		height: auto;
		padding-top: 50px;
		padding-bottom: 30px;
		z-index: 1;
	}
	.home_second_section_left_text {
		position: static;
		transform: none;
        padding-top: 0!important;
	}
	.home_second_section_right div {
		top: 0;
		transform: none;
		height: 350px;
		left: 0;
	}
	.home_second_section_right {
		height: 350px;
		/*margin-top: -50px;*/
		width: auto;
		margin-right: -15px;
		margin-left: -15px;
	}
	.home_video_section_text h4 {
		margin: 0;
	}
	.home_video_section_text {
	    height: 225px;
	}
	.deviation {
		top: 0!important;
	}
	#home_video_section .col-md-4,
	#home_video_section .col-md-4 > .col-md-12.col-sm-6,
	#home_video_section .col-md-9.col-sm-9,
	#home_video_section .col-md-3.col-sm-3 {
		padding: 0;
	}
	.video_block_mid,
	.video_block_big {
		height: 350px;
	}
	#home_video_section .col-md-4 .col-md-12:first-child {
		margin-bottom: 15px;
	}
	.video_block_big {
		margin-bottom: 15px;
	}
	.video_block_big:after {
		/*content: " ";*/
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, 0.4);
	}
	.video_block_mid div,
	.video_block_big div {
		width: 50px;
		height: 50px;
	}
	.third_right .home_second_section_left_text {
		width: 100%;
	}
	.third_right .home_second_section_left_text p {
		margin-top: 0;
	}
	.third_section_image {
		height: 200px;
		left: 0;
		position: static;
	}
	#home_four_section .home_second_section_left {
		top: 0;
		height: auto;
	}
	#home_four_section .home_second_section_left_text p {
		margin-top: 15px;
	}
	.four_section_image {
		height: 300px;
		background-position: center;
	}
	#home_four_section .col-md-8 {
		margin-left: 0!important;
	}
	.contact_form_bottom {
		transform: none;
		position: static;
		padding: 30px 15px 15px;
	}
    .contact_form_bottom .space10{
        display: none;
    }
	.contact_form_bottom_glob {
		height: auto;
	}
	#home_contact_section .col-md-5.col-md-push-8 {
		margin-left: 0!important;
	}
	.contact_form_bottom_top_sec {
		padding-right: 0;
	}
	.contact_form_bottom span.cont_title {
		font-size: 20px;
		text-align: left;
		line-height: normal;
	}
    span.adress:before{
        left: 0;
        width: 21px;
    }
    .contact_form_bottom .contact_form_bottom_top_sec span:not(.cont_title){
        padding-left: 30px;
        font-size: 12px;
    }
    .contact_form_bottom{
        padding-top: 0!important
    }
	.home_second_section_left:before {
		width: 65%!important;
		top: 30px;
	}
    .contact_form_bottom_bot_sec input.postcode{
        width:100%;
        float: none;
    }
	.contact_form_bottom .contact_form_bottom_top_sec span:not(.cont_title) {
		font-size: 18px;
	}
	.contact_form_bottom_bot_sec .space40,
	.contact_form_bottom_top_sec .space30,
	.contact_form_bottom_top_sec .space40 {
		height: 15px;
	}
	.adress {
		margin-left: 30px!important;
	}
	.contact_form_bottom_bot_sec {
		padding: 0 15px;
	}
    #home_contact_section form .col-md-6:nth-child(2){
        padding: 0;
    }
    #home_contact_section form .col-md-6:nth-child(3){
        padding: 0;
    }
	.contact_form_bottom_bot_sec input {
		margin-bottom: 15px;
	}
	.contact_form_bottom_bot_sec textarea {
		margin-bottom: 10px;
	}

	.contact_form_bottom_bot_sec .submit_btn {
		margin-top: 5px;
        margin-bottom: 0!important;
	}
	#map {
		height: 350px;
	}
    .contact_form_bottom_glob{
        padding: 15px 0;
    }
	#footer_logo {
		text-align: center;
		padding-top: 0;
	}
	#menu-footer-top > li {
		margin-right: 25px;
		display: block;
	}
	#menu-footer-top > li a {
		display: inline-block;
	}
	#menu-footer-top li ul {
		display: inline-block;
	}
	#menu-footer-top li ul > li > a {
		display: inline-block;
		/*width: 75px;*/
		margin-left: 5px;
	}
	#menu-footer-top li ul li {
		margin-left: 10px;
		display: inline-block;
	}
	.footer_bottom, #menu-footer-top > li > a {
		width: 40px;
	}
	#menu-footer-top {
		padding-left: 0;
	}
	#social_menu {
		text-align: left;
	}
	#menu-footer-bottom li {
		margin-right: 20px;
	}
	.footer_copy {
		text-align: center;
	}
	.footer_content {
		padding: 15px 0;
	}
	.footer_copy {
		padding-top: 15px;
	}
	#menu-footer-bottom {
		padding-left: 0;
	}
	.navbar-header {
		padding: 0;
		position: relative;
	}
	.img-responsive.logo {
		padding: 0;
		position: absolute;
		width: 155px;
        height: auto;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: auto;
	}
	.navbar-toggle .icon-bar {
		height: 3px;
		background-color: #009E77!important;
		width: 27px;
		margin: 0 auto;
		border-radius: 0;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 8px;
	}
	#mobile_btn {
	    height: 50px;
	    width: 50px;
	    margin: 0;
	    border: none;
	    border-radius: 0;
	    background-color: #fff;
	    float: left;
	}
	#navbar i.search_btn,
	#navbar div.search_form {
		display: none!important;
	}
	#mobile_btn_phone {
		width: 30px;
		height: 30px;
		background-image: url(img/phone_icon.svg);
		background-size: 100%;
		border: none;
		border-radius: 0;
		background-color: #fff;
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
		margin: 0;
		right: 15px;
	}
	.header_phone {
		transform: none;
		border: none;
		text-align: left;
		position: static;
		transition: 0.7s;
	}
	.mobile_re_btn {
		width: 100%;
		text-align: center;
	}
	.mobile_re_btn {
		display: block;
		position: absolute;
		z-index:1;
		bottom: 40px;
	}
	.mobile_reg_button {
		padding: 15px 20px;
		border-radius: 30px;
		background-color: #98CB7D;
		color: #fff;
		font-family: 'futura-bold';
		display: inline-block;
		border: none;
		font-size: 15px;
		letter-spacing: 1px;
		outline: none;
	}
	#mob_pop {
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(35, 31, 32, 0.8);;
		z-index: 9999999;
		opacity: 0;
		visibility: hidden;
		transition: .7s;
	}
	#mob_pop.oppened {
		opacity: 1;
		visibility: visible;
	}
	#mob_pop .header_form {
		display: block;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		background-color: transparent;
	}
	#mob_pop .form_div p {
		width: auto;
	}
	#mob_pop .ajax-loader {
		width: 20px;
		right: 70px;
	}
	#mob_pop .wpcf7-submit {
		margin-bottom: 0;
	}
	.pop_close_btn {
		position: absolute;
		width: 25px;
		height: 25px;
		top: 15px;
    	right: 20px;
    	z-index: 15;
	}
	.pop_close_btn:before {
		content: " ";
		display: block;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition-delay: 0s, 0.2s;
	    transition-delay: 0s, 0.2s;
	    width: 33px;
	    height: 1px;
	    margin-top: 10px;
	    background-color: #fff;
	}
	.pop_close_btn:after {
		content: " ";
		display: block;
		-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    	-webkit-transition-delay: 0s, 0.2s;
    	transition-delay: 0s, 0.2s;
    	width: 33px;
    	height: 1px;
    	background-color: #fff;
	}
	#home_list_ul li {
		width: 32%;
	    padding: 15px;
		display: inline-block;
	}
	#home_list_ul li .list_title {
		font-size: 14px;
	}
	#home_list_ul li img {
		width: 100%;
		height: auto;
	}
	.space70.on_port_15 {
		display: none;
	}
	#home_second_section .home_second_section_left p {
		margin-top: 15px;
	}
	.home_second_section_left hr {
		display: none;
	}
	.video_section .odd .video_bg {
		left: 0;
	}
	.left_padding {
		padding: 30px 15px;
	}
	#home_second_section .home_second_section_left {
		width: 100%;
		/*margin-top: 15px;*/
	}
	#home_video_section .home_video_section_text br {
		display: none;
	}
	#home_video_section .home_video_section_text h4 strong {
		display: block;
	}
	#home_video_section .home_video_section_text h4 {
		text-align: left!important;
		font-size: 34px;
		margin-bottom: 15px;
	}	
	#home_video_section .home_video_section_text p {
		font-size: 20px;
    	line-height: 20px;
	}
	.video_block_big {
		height: 280px;
	}
	#home_video_section .col-md-12.col-sm-6.col-xs-6 {
		padding-left: 15px;
	}
	#home_video_section .col-md-4 {
		margin-left: -15px;
	}
	.video_block_mid {
		height: 160px;
	}
	.video_block_mid  a {
		width: 40px;
		height: 40px;
	}

    .footer_con_form{
        margin-left: 0;
    }
    .footer_con_form .block_padding{
        padding: 0;
    }
	.four_left h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.four_left h2 strong {
		font-size: 80px;
		line-height: 80px;
	}
	#home_contact_section .col-md-5 {
		margin-left: 0!important;
	}
	.contact_form_bottom {
		padding: 0;
		background-color: transparent
	}
	.contact_form_bottom_top_sec {
		float: right;
	    padding: 15px;
        margin: 0 auto !important;
	}
	.contact_form_bottom_top_sec,
	.contact_form_bottom_bot_sec {
        background-color: rgba(35, 31, 32, 0.8);
	}
	.contact_form_bottom_bot_sec {
	    clear: both;
        padding: 15px!important;
	}
    .contact_form_bottom_bot_sec .space10{
        display: none;
    }
	.contact_form_bottom span.adress {
		margin-left: 0!important;
		margin-top: 11px;
	}
	.contact_form_bottom_top_sec .space40 {
		display: none;
	}
	footer {
		display: none!important;
	}
	#mobile_footer {
		display: block;
		padding-top: 15px;
		background-color: #009B77;
	}
	#mobile_footer .footer_copy {
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
		font-family: 'futura-bold';
		color: #fff;
		padding: 15px 0; 
	}
	#mobile_footer .footer_logo img {
		width: 100%;
	}
	#mob_social_menu {
		padding-left: 0;
		margin: 0;
	}
        
	#mob_social_menu li {
		list-style-type: none;
		display: inline-block;
		margin-right: 5px;
	}
	#mob_social_menu li img {
		width: 30px;
	}
	.foot_sec_title {
		font-size: 24px;
		padding-top: 10px;
		border-top: 1px solid #fff;
		color: #fff;
		font-family: 'futura-bold';
		text-align: center;
		letter-spacing: 1px;
	}
	#menu-footer-top-1 {
		padding-left: 0;
		font-size: 16px;
		letter-spacing: 1px;
		margin: 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
	}
	#menu-footer-top-1 li {
		list-style-type: none;
		display: inline-block;
	}
	#menu-footer-top-1 li a {
		color: #fff;
		text-decoration: none;
	}
	#menu-footer-top-1 > li > ul {
		display: inline-block;
		padding-left: 0;
	}
	#menu-footer-top-1 > li > a {
		font-family: 'futura-bold';
		width: 35px;
		display: inline-block;
	}
	#menu-footer-top-1 > li > ul > li a {
		padding-left: 10px;
		display: inline-block;
	}
	#menu-footer-top-1 > li > ul > li:first-child a {
		width: 100px;
	}
	#menu-footer-bottom-1 {
		padding: 15px 0;
		margin: 0;
		border-bottom: 1px solid #fff;
	}
	#menu-footer-bottom-1 li {
		list-style-type: none;
		display: inline-block;
		width: 49.5%;
	}
	#menu-footer-bottom-1 li a {
		color: #fff;
		text-decoration: none;
		font-family: 'futura-bold';
		font-size: 17px;
		letter-spacing: 1px;
	}
	#home_video_section .col-md-11 {
		padding: 0; 
	}
    .first_sec_living_img,.sec_sec_living_img,
    .tre_sec_living_img{
        right: 0 !important;
        margin: 0!important;
    }
    .living_sec_sec > .col:nth-child(1){
        padding: 0!important;
    }
    .living_sec_sec .visible-xs{
        padding: 0;
    }
}
@media(max-width: 375px) {
	#menu-footer-top > li {
		margin-right: 10px;
	}
	#menu-footer-bottom li {
		margin-right: 10px;
	}
	.adress {
		margin-left: 10px!important;
	}
	.video_section .video_bg,.third_section_image,
    .first_sec_living_img,.sec_sec_living_img,
    .tre_sec_living_img,.bio-to-now{
	   height: 210px !important
	}
}
@media(max-width: 320px) {
	.contact_form_bottom .contact_form_bottom_top_sec span:not(.cont_title) {
		font-size: 12px;
	}
	.first_section_text {
		height: auto;
	}
	.video_section .video_bg,.third_section_image,
    .first_sec_living_img,.sec_sec_living_img,
    .tre_sec_living_img,.bio-to-now{
	   height: 180px !important
	}
}
@media (min-width: 376px) and (max-width: 480px) {
	.video_section .video_bg,.third_section_image,
    .first_sec_living_img,.sec_sec_living_img,
    .tre_sec_living_img,.bio-to-now{
	   height: 230px !important
	}
}
@media(max-width: 1375px) and (min-width: 768px) {
	.footer-right-logo img {
		height: 65px;
		width: auto;
	}	
} 
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	/* Safari only override */
	::i-block-chrome,.home_second_section_right, .third_section_image.deviation {
		position: absolute;
	}
	::i-block-chrome, #map {
		position: static!important;
	}
	::i-block-chrome, #home_four_section ul, .first_sec_living_img, .tre_sec_living_img, .life-connected .right-bar, .bio-to-now {
		position: absolute!important;
		width: 100%;
	}
	::i-block-chrome, .sec_sec_living_img {
		position: absolute;
		width: 100%;
		left: 0;
	}
}
#image_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 999;
}
#image_modal .modal_contant {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background-color: #fff;
}
.bx-controls-direction a{
	z-index: 1000!important;
}
.wpl_prp_show_detail_boxes_cont{
	text-transform: none !important;
}


ul.sub-menu {
	width: 100%;
	/*background-color: rgba(35, 31, 32, 0.8);*/
	position: absolute;
	left: 0;
	top:95px;
	text-align: center;
	padding: 10px 0;
	display: none;
}
ul.sub-menu li {
	display: inline-block;
}
ul.sub-menu li a{
	text-decoration: none;
}
#menu-main-menu ul.sub-menu li a:after{
	background-color: #fff;
}
#menu-main-menu ul.sub-menu li a {
	width: 210px;
	display: inline-block;
	top: 0;
	transform: translateY(0%);
}
#menu-main-menu .menu-item-has-children>div{
	height: 40px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: -100%;
	float:right;
}
#menu-main-menu .menu-item-has-children>div>span{
	width:20px;
	height: 20px;
	position: absolute;
	right: 12px;
	top: 0;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}
#menu-main-menu .menu-item-has-children>div>span:before {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	color: #fff;
}
.menu-item-has-children > a{
	z-index: 1;
}
#menu-main-menu .menu-item-has-children.openArrow>div>span:before{
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.nav > li{
	position: inherit;
}
@media(min-width:768px){
	.for_submenu_line {
		position: absolute;
		top: 95px;
		background-color: rgba(35, 31, 32, 0.7);
		display:none;
		z-index: -1;
		padding: 10px 0;
    width: 100%;
	}
	.for_submenu_left{
		left: 0;
	}
	.for_submenu_right{
		right: 0;
	}
	ul.sub-menu{
		text-align: right;
		padding-right: 33px;
	}
	ul.sub-menu li{
		text-align: center;
	}
}
@media(max-width:767px){
	.header_form,.for_submenu_line{
		display:none !important;
	}
	ul.sub-menu{
		position: relative;
		left: inherit;
		top: inherit;
	}
	ul.sub-menu li{
		display:block;
	}
	#menu-main-menu li a{
		top: 0;
		transform: translateY(0%);
		display: inline-block;
	}
	#menu-main-menu > li{
		height: auto;
		position: relative;
	}
	#menu-main-menu .menu-item-has-children>div{
		position: absolute;
		top: -2px;
		width: 100%;
	}
	ul.sub-menu{
		padding: 0;
	}
	#menu-main-menu .menu-item-has-children>div>span{
		right: 0;
		left: 165px;
		margin: auto;
	}
}
.partners_list img {
	width: 100%;
	height: auto;
}
.partners_list {
	margin: 0 -15px;
}
#slider,.home_second_section_left hr{
	display:none;
}
.blending .home_second_section_left_text{
	padding-top: 0;
}
.home_second_section_left_text .wanderlust-letters{
	font-size: 47px;
}
.home_second_section_left_text .griphique_pro {
	font-size: 58px;
}
.home_second_section_left.blending.block_padding{
	padding: 25px;
}
@media(min-width:767px){
	#home_second_section .home_second_section_left_text.futura_light.section_title .col-md-5{
		height: 244px;
		line-height: 244px;
		text-align: center;
		border-left: 1px solid #fff;
	}
}
@media(min-width:1500px){
	#home_second_section .home_second_section_left_text.futura_light.section_title .col-md-5 img {
		margin-top: -15px;
		width: 225px;
	}
}

ul.accordion {
    list-style: none;
    padding: 0;
}

ul.accordion .inner {
    padding: 1.5em;
    overflow: hidden;
    display: none;
}

ul.accordion li {
	margin: .5em 0;
}

ul.accordion a.toggle {
	width: 100%;
	display: block;
	background: #009B77;
	color: #fefefe;
	padding: .75em;
	border-radius: 0.15em;
	transition: background .3s ease;
}

ul.accordion a:hover {
    background: rgba(0, 0, 0, 0.9);
}

ul.accordion a.toggle h3 {
	margin: 10px
}

.container-fluid .certificates .col-md-6 {
	margin: 0 auto
}
.avid-form.header input {
	margin-bottom: 8px
}
.avid-form button.submit {
    width: 120px!important;
    height: 40px!important;
    color: #fff!important;
    border-radius: 5px!important;
    background-color: #009B77!important;
    margin-bottom: 15px!important;
    font-family: 'futura-bold'!important;
    letter-spacing: 2px;
    margin-left: auto!important;
    margin-right: auto!important;
}