/*
* Theme Name: Potomac Shores Theme Version 3.0
* Theme URI: https://potomacshores.com/
* Description: Potomac Shores Custom Theme
* Author: Wiredhat
* Author URI: http://wiredhat.com
* Version: 3.0
* Text Domain: ed;
*/

html {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
/*font-weight: 400;*/
}
/**
* Firefox specific rule

*/
/*@-moz-document url-prefix() {
	body {
		font-weight: lighter !important;
	}
}*/
/*@-moz-document url-prefix() {
	body {
		font-weight: 500!important;
		font-family: "Utopia W05 Display"!important;
	}
}*/
html,
body{
	overflow-x: hidden;
}
body{
	line-height: 1.3;
	background: #163a64;
  font-family: "Utopia W05 Semibold Display";
  color: #fff;
  /*font-weight: 600;*/
  font-size: 24px;
}
/*@-moz-document url-prefix() {
	body{
		font-weight: 500!important;
		font-family: "Utopia W05 Display"!important;
	}
}*/
a{
	text-decoration: none;
}
@media (min-width: 1200px) { 
	.container{
		max-width: 1600px;
	}
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.1;
}
p{
	font-family:"Utopia W05 Display";
	margin-bottom: 20px;
}
#header-section{
	position: relative;
	height: auto;
	display: block;
	background: #163a64;
}
.bg-dark{
	background: none !important;
}
.navbar{
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar{
	padding: 0;
}
.header_logo{
	padding: 5px 0 5px;
}

.cta_large{
    display: none;
}
.header-cta {
    padding-top: 0px;
	padding-bottom: 20px;
	margin-top: 0;
}
.header-cta a{
	text-decoration: none;
	display: inline-block;
	background: #a9e4ff;
	padding: 0 35px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	font-size: 17px;
	/*font-weight: 600;*/
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	color: #163A64;
	font-family: "Utopia W05 Semibold Display";
}
/*@-moz-document url-prefix() {	
	.header-cta a{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.header-cta a:hover{
	color: #163A64;
}
.navbar-brand img{
	width: 140px;
}
.nav-link{
	font-size: 18px;
	color: #fff;
	/*font-weight: 600;*/
	letter-spacing: 5.5px;
  	font-family: "Utopia W05 Semibold Display";
  	text-transform: uppercase;
}
/*@-moz-document url-prefix() {	
	.nav-link{
		font-weight: 500!important;
		font-family: "Utopia W05 Display"!important;
	}
}*/
.navbar-dark .navbar-nav .nav-link{
	color: #fff;
}
.navbar-nav{
	margin-top: 6px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #a9e4ff;
}
.navbar-dark .navbar-nav .current-page-ancestor .nav-link{
	color: #a9e4ff;
}

.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active{
	color: #a9e4ff;
}
#welcome-section{
	position: relative;
	height: auto;
	display: block;
	background: #163a64;
}

#welcomeSliderMask{
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#welcomeSliderMask:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-shadow: -50px -50px 0 0 #163a64;
}

.ab_pos{
	/*position: absolute;*/
}
.border_style{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    z-index: 1;
}
.border_style img{
	/*max-width: 50%;*/
	max-width: 40%;
	position: absolute;
	bottom: 0;
}
.welcome-desc{
	padding-top: 75px;
	z-index: 23;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 15px;
}
.welcome-desc h1{
	font-size: 115px;
  font-family: "Utopia W05 Semibold Display";
  color: #fff;
  /*font-weight: 600;*/
  margin: 0 0 20px 0;
  line-height: 125px;
}
.welcome-desc h1 span{
	display: block;
	color: #A9E4FF;
}
.parent-pageid-141 .welcome-desc h1,
.page-template-page-template_lifestyle_landing .welcome-desc h1{
	text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px;
}
.parent-pageid-141 .welcome-desc h1 span,
.page-template-page-template_lifestyle_landing .welcome-desc h1 span{
	text-shadow: none;
}
.welcome-desc h5{
	font-size: 24px;
  font-family: "Utopia W05 Semibold Display";
  color: #E1C9AE;
  /*font-weight: 600;*/
  margin: 0 0 30px 0;
}
/*@-moz-document url-prefix() {
	.welcome-desc h1,
	.welcome-desc h5{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.form_tip{
	font-size: 14px;
  font-family:"Proxima Nova W05 Bold";
  color: #E1C9AE;
  /*font-weight: 500;*/
}
.form_tip p{
	margin: 0;
	line-height: 1.5;
	font-size: 14px;
	font-family: "Proxima Nova W05 Bold";
}
.welcome_form_wrap{
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.form_label{
	background: #fff;
	-webkit-border-radius: 14px 14px 0 0px;
	-moz-border-radius: 14px 14px 0 0px;
	border-radius: 14px 14px 0 0px;
	padding: 12px 28px;
	display: inline-block;
  font-family: "Utopia W05 Semibold Display";
  color: #141C30;
  /*font-weight: 600;*/
  font-size: 18px;
  text-transform: uppercase;
}
/*@-moz-document url-prefix() {	
	.form_label{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.welcome_form{
	background: #fff;
	-webkit-border-radius: 0 14px 14px 14px;
	-moz-border-radius: 0 14px 14px 14px;
	border-radius: 0 14px 14px 14px;
	padding: 15px 28px;
	position: relative;
	height: auto;
	overflow: hidden;
	max-width: 890px;
}
.form_inputs{
	padding-right: 160px;
}
.form-check .wpcf7-list-item label{
	margin-bottom: 0;
}
.form_cta{
	position: absolute;
	right: 0;
	width: 160px;
	top: 38px;
}
.form_cta input[type="submit"]{
	background: #A9E4FF;
	color: #141C30;
	font-size: 17px;
  	font-family: "Utopia W05 Semibold Display";
  	/*font-weight: 600;*/
	border: none;
	cursor: pointer;
	height: 50px;
	width: 150px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
/*@-moz-document url-prefix() {	
	.form_cta input[type="submit"]{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.form_inputs .form-group{
	margin-bottom: 0;
}
.form_inputs .form-control{
	padding: 10px 5px;
	border: none;
	font-size: 14px;
  /*font-weight: 600;*/
  font-family: "Utopia W05 Semibold Display";
}
/*@-moz-document url-prefix() {	
	.form_inputs .form-control{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.form_inputs .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A1A1A2;
}
.form_inputs .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #A1A1A2;
}
.form_inputs .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #A1A1A2;
}
.form_inputs .form-control:-moz-placeholder { /* Firefox 18- */
  color: #A1A1A2;
}
.form_inputs .form-check-label{
	color: #A1A1A2;
	font-size: 14px;
	/*font-weight: 600;*/
  font-family: "Utopia W05 Semibold Display";
}
/*@-moz-document url-prefix() {	
	.form_inputs .form-check-label{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.wpcf7-list-item-label{
	color: #A1A1A2;
	font-size: 14px;
	/*font-weight: 600;*/
  font-family: "Utopia W05 Semibold Display";
	position: relative;
	top: -8px;
	padding-left: 0px;
}
/*@-moz-document url-prefix() {	
	.wpcf7-list-item-label{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.wpcf7-list-item{
	margin-left: 0;
}
.form-check-input{
	position: relative;
}
.checkbox_row{
	padding-top: 15px;
}
.form-check-inline{
	margin-right: 20px;
}


@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #163a64;
    --active-inner: #fff;
    --focus: 2px #75859d;
    --border: #75859d;
    --border-hover: #75859d;
    --background: #163a64;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 2px solid #75859d;
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .checkbox_row input[type=checkbox],
  .checkbox_row input[type=radio] {
    --active: #163a64;
    --active-inner: #fff;
    --focus: 2px #75859d;
    /*--border: #75859d;
    --border-hover: #75859d;*/
    --border: rgba(0,123,255,.25);
    --border-hover: rgba(0,123,255,.25);
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    /*border: 2px solid #75859d;*/
    border: 2px solid rgba(0,123,255,.25);
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .checkbox_row input[type=checkbox]:checked,
  .checkbox_row input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    background: #fff;
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    /*box-shadow: 0 0 0 var(--focus);*/
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .checkbox_row input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid #163a64;
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: 0.5;
  }
}

.quickRegister_cta{
	display: none;
	width: 100%;
	padding-top: 20px;
}
.btnQuickRegister{
	text-decoration: none;
	display: block;
	background: #a9e4ff;
	font-size: 17px;
	/*font-weight: 600;*/
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #163A64;
	text-align: center;
}
.btnQuickRegister:focus,
.btnQuickRegister:hover{
	text-decoration: none;
	background: #a9e4ff;
	color: #163A64;
}
.quickRegisterForm{
	display: none;
	padding: 30px 30px;
	background: #fff;
}
.quickRegisterForm .hidden_q{
	display: none;
}
.qForm_cta{
	text-align: center;
}
.qForm_cta input[type="submit"]{
	background: #A9E4FF;
	color: #141C30;
	font-size: 18px;
	font-family: "Utopia W05 Semibold Display";
	/*font-weight: 600;*/
	border: none;
	cursor: pointer;
	height: 40px;
	padding: 0 30px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	text-transform: uppercase;
}
/*@-moz-document url-prefix() {	
	.qForm_cta input[type="submit"]{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.reg_page textarea.form-control{
	height: 120px;
}
.slider_wrap{
  z-index: 2;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#rev_slider_1_1_forcefullwidth{
	width: 74%;
}
.slider_container{
	position: relative;
    display: block;
	width: 74%;
	max-width: 1240px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	position: relative;
    display: block;
}
.slider_container img{
	max-width: 100%;
	width: 100%;
}
.marR30{
	margin-right: 30px;
}
h2.wsp-pages-title { display: none; }
#lifestyle-section{
	padding: 100px 0 80px 0;
	background: #fbeddb;
	position: relative;
	overflow: hidden;
	display: block;
	min-height: 650px;
}
#lifestyle-section2{
	/*padding: 70px 0 50px 0;*/
	padding: 50px 0 50px 0;
	background: #fbeddb;
	position: relative;
	overflow: hidden;
	display: block;
}
.ls_pos{
	position: static;
}
#lifestyle-carousel-wrap{
	position: absolute;
	top: 150px;
	width: 100%;
	height: auto;
}
.owl-item a{
	position: relative;
	display: block;
}
.overlay{
	position: absolute;
	padding: 10px;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.5);
	text-align: center;
	z-index: 12;
	top: 0;
	left: 0;
	font-size: 45px;
	text-transform: none;
    font-family: "Utopia W05 Semibold Display";
    color: #fff;
    /*font-weight: 600;*/
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/*@-moz-document url-prefix() {	
	.overlay{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.lifestyle_heading{
	text-align: center;
	color: #163A64;
	margin-bottom: 0;
}
.subnav-image .overlay{
	font-size: 30px;
}
.owl-item a:hover .overlay{
	opacity: 1;
}
/*body.page-id-141 .owl-carousel #navSlide1 .overlay,*/
/*body.page-id-186 .owl-carousel #navSlide1 .overlay,
body.page-id-183 .owl-carousel #navSlide4 .overlay,
body.page-id-187 .owl-carousel #navSlide3 .overlay,
body.page-id-184 .owl-carousel #navSlide2 .overlay,
body.page-id-189 .owl-carousel #navSlide5 .overlay,
body.page-id-414 .owl-carousel #navSlide7 .overlay,
body.page-id-415 .owl-carousel #navSlide6 .overlay{
	opacity: 1;
}*/
body.page-id-186 .owl-carousel #navSlide1 .overlay,
body.page-id-6197 .owl-carousel #navSlide1 .overlay,
body.page-id-183 .owl-carousel #navSlide5 .overlay,
body.page-id-187 .owl-carousel #navSlide4 .overlay,
body.page-id-184 .owl-carousel #navSlide3 .overlay,
body.page-id-8540 .owl-carousel #navSlide2 .overlay,
body.page-id-189 .owl-carousel #navSlide6 .overlay,
body.page-id-414 .owl-carousel #navSlide7 .overlay,
body.page-id-415 .owl-carousel #navSlide7 .overlay{
	opacity: 1;
}
.owl-nav{
	position: absolute;
	right: 53%;
	top: -45px;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
	font-size: 40px;
	width: 30px;
}
#lifestyle-carousel-wrap .owl-nav button.owl-next, 
#lifestyle-carousel-wrap .owl-nav button.owl-prev{
	width: 24px;
	height: 31px;
	text-indent: -9999px;
}
#lifestyle-carousel-wrap .owl-nav button.owl-next{
	background: url(assets/img/arrow_right_2.png) no-repeat;
	background-size: 100%;
	margin-left: 30px;
}
#lifestyle-carousel-wrap .owl-nav button.owl-prev{
	background: url(assets/img/arrow_left_2.png) no-repeat;
	background-size: 100%;
}
button.owl-next:focus, 
button.owl-prev:focus{
	outline: none;
}
.lifestyle-block{
	/*max-width: 1060px;*/
	margin: 0 auto;
}
.lifestyle-block h2,
.lifestyle-desc h2{
	font-size: 65px;
	color: #163A64;
	/*font-weight: 600;*/
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	font-family:"Utopia W05 Semibold Display";
}
.lifestyle-desc h2{
	padding-top: 75px;
}
.lifestyle-block h4,
.lifestyle-desc h4{
	font-size: 32px;
	color: #163A64;
	/*font-weight: 600;*/
	margin: 0 0 25px 0;
	font-family:"Utopia W05 Semibold Display";
}
.lifestyle-block h4{
	text-align: left;
}

.lifestyle-block p,
.lifestyle-desc p{
	font-size: 18px;
	color: #163A64;
	/*font-weight: 600;*/
	margin: 0 0 20px 0;
	font-family:"Utopia W05 Display";
}
.lifestyle-block p{
	text-align: left;
}
.lifestyle-desc p{
	font-size: 18px;
}

.lifestyle-block{
	text-align: center;
	margin-bottom: 40px;
}
.lifestyle_alter .alter_desc{
	padding-top: 0;
}
.subnav-image{
	position: relative;
	height: auto;
	overflow: hidden;
}
.subnav-image ul{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.subnav-image ul li{
	width: 20%;
	height: auto;
	padding: 0 10px;
}
.subnav-image ul li a{
	position: relative;
  display: block;
}
.subnav-image ul li a img{
	max-width: 100%;
	height: auto;
}
.subnav-image ul li a:hover{

}
.subnav-image ul li a:hover .overlay {
    opacity: 1;
}

.btn_lscta{
	font-size: 19px;
    font-family: "Utopia W05 Semibold Display";
    color: #fff;
    /*font-weight: 600;*/
    background: #163A64;
    text-decoration: none;
    display: inline-block;
    width: 325px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    margin-top: 15px;
}

.btn_lscta:hover{
	color: #fff;
	text-decoration: none;
}

.btn_common{
	font-size: 19px;
    font-family: "Utopia W05 Semibold Display";
    color: #fff;
    /*font-weight: 600;*/
    background: #163A64;
    text-decoration: none;
    display: inline-block;
    min-width: 240px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    text-transform: capitalize;
    margin-top: 15px;
}
.page-template-page-template_community_aa .btn_common{
	text-transform: none;
}
.btn_common:hover{
	color: #fff;
	text-decoration: none;
}
.btn_double{
	width: 300px;
}

#alter-grid-section{
	padding: 100px 0;
	background: #fff;
	position: relative;
	overflow: hidden;
	display: block;
}
#alter-grid-section.homes_alter_section{
	padding-top: 0;
}
.homes_alter_section .alter_row{
	padding-top: 20px;
}
.quicknav{
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 235;
}
.relquicknav{	
	display: none;
}
.fixedquicknav{
	display: block;
	position: fixed;
	top: 50%;
	margin-top: -135px;
}
.quicknav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 234;
	overflow: hidden;
}
.quicknav ul li{
	margin-bottom: 10px;
	background: #163A64;
	height: 46px;
	line-height: 46px;
	font-size: 12px;
	color: #fff;
	font-family:"Utopia W05 Semibold Display";
	overflow: hidden;
	position: relative;
	right: -135px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
/*@-moz-document url-prefix() {	
	.quicknav ul li{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.quicknav ul li:last-child{
	margin-bottom: 0;
}
.quicknav ul li a{
	color: #fff;
	/*font-weight: 600;*/
	text-decoration: none;
	display: block;
}
.qn_icon{
	width: 46px;
	text-align: center;
	display: inline-block;
}
.qn_icon img{
	display: inline-block;
	width: 30px;
	height: auto;
}
.qn_text{
	background: #245692;
	text-align: center;
	display: inline-block;
	width: 135px;
	font-size: 17px;
}
.qn_active{
	position: absolute;
	right: 0 !important;
}
.btn_holder.last{
	margin-bottom: 0;
}

.homes_alter_section .alter_desc{
	padding-top: 0;
}
.alter_desc{
	padding-top: 50px;
}
.alter_desc h2{
	color: #163A64;
	font-size: 65px;
	font-family:"Utopia W05 Semibold Display";
	margin: 0 0 30px 0;
	/*font-weight: 600;*/
}
.alter_desc h3{
	color: #163A64;
	font-family:"Utopia W05 Semibold Display";
	margin: 0 0 20px 0;
}
.alter_desc p{	
	color: #163A64;
	font-size: 24px;
	font-family:"Utopia W05 Display";
	margin: 0 0 20px 0;
	/*font-weight: 600;*/
	line-height: 1.3;
}
.alter_desc a{
	font-size: 19px;
	font-family:"Utopia W05 Semibold Display";
	color: #fff;
	/*font-weight: 600;*/
	text-transform: capitalize;
	background: #163A64;
	text-decoration: none;
	display: inline-block;
	padding: 0 25px;
	height: 60px;
	line-height: 60px;
	min-width: 240px;
	text-align: center;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	margin-top: 15px;
}
.homes_alter_section .alter_desc a{
	width: 260px;
	vertical-align: top;
	margin-bottom: 0;
}
.homes_alter_section  .btn_holder{
	margin-bottom: 15px;
}
.homes_alter_section  .btn_holder.last{
	margin-bottom: 0;
}
.alter_desc a: hover{}
.order_1{
	order: 1;
}
.order_2{
	order: 2;
}
.visit_alter .alter_desc a{

}

.page-template-page-template_homes_new .subnav li.current-menu-item a {
  text-decoration: none;
  border-color: transparent;
}
.alter_row{
	margin-bottom: 80px;
	padding-right: 30px;
}
.alter_row:last-child{
	margin-bottom: 0;
}
.order_1 .thumb_img{
	padding-right: 35px;
	padding-bottom: 35px;
	position: relative;
	z-index: 20;
}
.order_2 .thumb_img{
	padding-left: 35px;
	padding-bottom: 35px;
	position: relative;
	z-index: 20;
}
.thumb_img img{
	max-width: 100%;
}
.order_1 .thumb_img:after{
	width: 80%;
	height: 110px;
	background: #fbeddb;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -20;
}
.order_2 .thumb_img:after{
	width: 80%;
	height: 110px;
	background: #fbeddb;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -20;
}

#subnav-section{
	padding: 35px 0;
  background: #fbeddb;
  position: relative;
  overflow: hidden;
  display: block;
}
.subnav{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subnav li{}
.subnav li a{
	font-size: 16px;
	color: #163A64;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family:"Utopia W05 Semibold Display";
	/*font-weight: 600;*/
	display: block;
	padding-bottom: 1px;
	border-bottom: 2px solid transparent;
}
/*@-moz-document url-prefix() {	
	.subnav li a{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.subnav li a:hover,
.subnav li.current-page-ancestor.nav-item a,
.subnav li.current-menu-item a{
	text-decoration: none;
	border-color: #163A64;
}
.subnav li.current-page-parent a{
	border: none;
}
.parent-pageid-212 #subnav-section .menu-item-871 a,
.parent-pageid-319 #subnav-section .menu-item-872 a,
.parent-pageid-317 #subnav-section .menu-item-873 a,
.parent-pageid-213 #subnav-section .menu-item-870 a{
	text-decoration: none;
	border-color: #163A64;
}
.owl-carousel .owl-item img{
	max-width: 100%;
	height: auto;
}

#content-section{
	padding: 70px 0;
	background: #fff;
	position: relative;
	display: block;
	overflow: hidden;
}
.team_left_col h2{
	color: #163A64;
	font-size: 65px;
	text-transform: capitalize;
	font-family:"Utopia W05 Semibold Display";
	/*font-weight: 600;*/
	margin-bottom: 20px;
}
.team_right_col{
	position: relative;
	height: auto;
	margin-bottom: 150px;
}
.team_right_col h3{
	color: #163A64;
	font-size: 32px;
	font-family:"Utopia W05 Semibold Display";
	/*font-weight: 600;*/
	margin: 0 0 35px 0;
}

.team_right_col p{
	color: #163A64;
	font-size: 20px;
	font-family:"Utopia W05 Display";
	/*font-weight: 600;*/
	margin-bottom: 20px;
}
.pageNavi{
	position: relative;
	height: auto;
	padding-top: 30px;
}
.pageNavi a{
	display: inline-block;
}
.pageNavi a:hover{
	text-decoration: none;
}
.sub_subnav{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub_subnav li{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.article_desc_logo{
	display: inline-block;
}
.mini_post_img{
	display: inline-block;
}
.mini_post_img img{
	width: 50%;
}
.teamBuilderLogo{
padding-bottom: 25px;
width: 280px;
}
.article_desc_logo img{
	max-width: 100%;	
	width: 50%;
}
.article_desc_logo.logo_wider img,
.page-id-285 .article_desc_logo img{
	width: 75%;
}
.teamBuilderLogo img{
	height: auto;
	max-width: 100%;	
	width: 30%;
}
.teamBuilderLogo.Stanley img{
	width: 50%;
}
.teamBuilderLogo.Pulte img{
	width: 20%;
}
.sub_subnav li a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #163A64;
	font-size: 13px;
	font-family:"Utopia W05 Semibold Display";
	/*font-weight: 600;*/
	letter-spacing: 3px;
	padding: 10px 0;
 	border-bottom: 2px solid transparent;
}
/*@-moz-document url-prefix() {	
	.sub_subnav li a{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.sub_subnav li.current_page_item a,
.sub_subnav li.current-menu-item a,
.sub_subnav li.current a{
 text-decoration: none;
 border-bottom: 2px solid #163A64;
 color: #163A64;
 display: inline-block;
}
body.page-template-page-template_team_bmc li.menu-item-727 a{
 	text-decoration: none;
    border-color: #163A64;
}
.sub_subnav li a:hover{
 	color: #333;
}
.team_sidebar{
	max-width: 240px;
}

#main-section{
	padding: 70px 0;
	/*min-height: 745px;*/
	background: #fff;
	position: relative;
	display: block;
	overflow: hidden;
}
.article_desc{
	z-index: 321;
}
.article_desc h3{
	color: #163A64;
	font-family:"Utopia W05 Semibold Display";
	/*font-weight: 600;*/
	font-size: 65px;
/*	text-transform: capitalize;*/
	margin: 0 0 20px 0;
}
.page-template-page-template_golf .article_desc h3,
.page-id-239 .article_desc h3,
.page-template-page-template_community_tn .article_desc h3,
.page-template-page-template_community_aa .article_desc h3{
	text-transform: none;
}
.article_desc h1{
	color: #163A64;
	margin: 0 0 10px 0;
}
.article_desc h3.homes_sub_title{
	text-transform: unset;
}
.page-template-page-template_homes .article_desc h3{
	font-size: 30px;
}
.article_desc h4{
	color: #163A64;
	font-family:"Utopia W05 Semibold Display";
	/*font-weight: 600;*/
	margin: 0 0 20px 0;
	text-transform: capitalize;
}
.copyright_n{
	margin-bottom: 20px;
}
.disclaimer{
	margin-right: 15px;
}
.brev_logo_n{
	margin-right: 10px;
}
.brev_logo_n img{
	width: 48px;
}
.home_logon img{
	width: 28px;
}
.article_desc h5{
	color: #163A64;
	font-family:"Utopia W05 Semibold Display";
	/*font-weight: 600;*/
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 25px 0;
}
/*@-moz-document url-prefix() {	
	.article_desc h3,
	.article_desc h4,
	.article_desc h5{
		font-family: "Utopia W05 Display"!important;
	}
}*/
.article_desc_logo{
	height: auto;
	margin-bottom: 30px;
}
.article_desc p{
	color: #163A64;
	font-family:"Utopia W05 Display";
	/*font-weight: 600;*/
	font-size: 20px;
	margin-bottom: 25px;
}
/*.article_desc p{
	font-size: 20px;
}*/
.inner_slider_wrap{
	width: 100%;
	position: absolute;
	top: 70px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.inner_slider{
	width: 50%;
}
.inner_slider img{
	max-width: 100%;
	width: 100%;
}
.static_image{

}
.pos_ab{
	position: absolute;
}
#main-section .pos_ab{
	position: relative;
}
.carousel-control-prev-icon{
	background: url(assets/img/arrow_left.png) no-repeat;
}
.carousel-control-next-icon{
	background: url(assets/img/arrow_right.png) no-repeat;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 27px;
	height: 34px;
}

#masterPlanModal .modal-dialog{
	max-width: 1700px;
	width: 95%;
}
#masterPlanModal .modal-dialog img{
	max-width: 100%;
}
#masterPlanModal .modal-body{
	padding: 0;
}
button.close{
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 30;
	background: #fff;
	text-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  padding: 5px;
  opacity: 1;
}
button.close span{
	  background: #000;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
button.close:focus{
	outline: none;
}
.modal-body img{
	max-width: 100%;
}
.fromNorthSouth .modal-dialog{
	max-width: 800px;
}
.fromNorthSouth .modal-body{
	padding: 30px 35px;
}
.fromNorthSouth h3{
	font-family:"Proxima Nova W05 Bold";
	/*font-weight: 600;*/
	font-size: 32px;
	color: #163A64;
	margin: 0 0 30px 0;
}
/*@-moz-document url-prefix() {	
	.fromNorthSouth h3{
		font-family: "Proxima Nova W01 Semibold"!important;
	}
}*/
.fromNorthSouth p{
	font-family:"Utopia W05 Display";
	/*font-weight: 600;*/
	font-size: 24px;
	color: #163A64;
	margin: 0 0 30px 0;
}
.iframe_responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframe_responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#seeVideoModal .modal-body{
	padding: 0;
}
#seePhotosModal .modal-dialog,
#seeVideoModal .modal-dialog{
	max-width: 800px;
}


#footer-section{
	position: relative;
	height: auto;
	display: block;
	background: #163a64;
	color: #fff;
	padding: 35px 0;
	padding-bottom: 100px;
}
#footer-section .row{
	/*-webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;*/
}
.footer-middle br{
	display: none;
}
.footer-middle a{
	color: #fff;
	text-decoration: underline;
}
.footer-middle a:hover{
	text-decoration: none;
	color: #A9E4FF;
}
.footer-logo img{
	width: 140px;
}
.footer-middle a[href^="mailto:"]{
	color: #A9E4FF;
	text-decoration: none;
}
.footer-middle a[href^="mailto:"]:hover{
	color: #fff;
	text-decoration: underline;
}
.footer-middle{	
	font-family:"Proxima Nova W05 Bold";
	/*font-weight: 600;*/
	font-size: 16px;
	color: #fff;
}
.disclaimer_mobile,
.disclaimer{
	font-family:"Proxima Nova W05 Bold";
	/*font-weight: 600;*/
	font-size: 16px;
	color: #fff;
}
/*@-moz-document url-prefix() {	
	.disclaimer_mobile,
	.disclaimer,
	.footer-middle{
		font-family: "Proxima Nova W01 Semibold"!important;
	}
}*/
.disclaimer_mobile a,
.disclaimer a{
	color: #fff;
	text-decoration: underline;
}
.disclaimer_mobile a:hover,
.disclaimer a:hover{
	text-decoration: none;
	color: #A9E4FF;
}
.footer-middle p{
	margin-bottom: 20px;
}
.footer-last p:last-child,
.footer-middle p:last-child{
	margin-bottom: 0;
}
.footer-middle-ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.footer-middle-ul li{
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.footer-middle-ul li:last-child{
	margin-right: 0;
}
.footer-middle-ul li a{
	color: #fff;
	text-decoration: none;
}
.footer-middle-ul li a: hover{
	text-decoration: underline;
}
.flexBottom{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
.footer-last{
	text-align: right;
	font-family:"Proxima Nova W05 Bold";
	/*font-weight: 600;*/
	font-size: 16px;
	color: #fff;
	-ms-flex-item-align: end;
          align-self: flex-end;
}
/*@-moz-document url-prefix() {	
	.footer-last{
		font-family: "Proxima Nova W01 Semibold"!important;
	}
}*/
.footer_social{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}
.footer_social li{
	margin-left: 15px;
}
.footer_social li:first-child{
	margin-left: 0;
}
.footer_social li img{
	height: auto;
	width: 26px;
}
.footer_social li.brev_nlogo img{
 	width: 49px;
}
.footer_social li.hm_n img{
	width: 35px;
}
.footer_social li a{}
.footer_social li a: hover{}
.btn_mobile{
	display: none;
}
.disclaimer_mobile{
	display: none;
}
.wpcf7 form .wpcf7-response-output {
	padding-top: 0.5em;
	padding-bottom: 40px;
    border: none;
    background: #163a64;
    color: #fff;
    text-align: center;
	font-size: 18px;
	font-family: "Utopia W05 Semibold Display";
	/*font-weight: 600;*/
	margin-top: 1em;
	position: relative;
	margin-bottom: 0;
}
/*@-moz-document url-prefix() {	
	.wpcf7 form .wpcf7-response-output{
		font-family: "Utopia W05 Display"!important;
	}
}
@-moz-document url-prefix() {	
	.wpcf7 form .wpcf7-response-output:after{
		font-family: "Utopia W05 Display"!important;
	}
}*/
 .wpcf7 form.invalid .wpcf7-response-output{
	padding-bottom: 0.5em;
}
.wpcf7 form .wpcf7-response-output:after{
	content: "Please come to visit our models, now open for viewing!";
	color: #fff;
	font-size: 16px;
	font-family: "Utopia W05 Semibold Display";
	/*font-weight: 400;*/
	position: absolute;
	bottom: 15px;
	left: 0;
	right:0;
	width: 100%;
	text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output:after{
	display: none;
}
.wpcf7-not-valid-tip{
	font-size: 16px;
}

.brev_flogo{
	width: 118px;
	height: auto;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
#innerCarousel2.owl-carousel .owl-nav{
	position: initial;
}
#innerCarousel2.owl-carousel .owl-nav button.owl-next, 
#innerCarousel2.owl-carousel .owl-nav button.owl-prev{
	width: 27px;
	height: 34px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	text-indent: -9999px;
}
#innerCarousel2.owl-carousel .owl-nav button.owl-prev{
	background: url(assets/img/arrow_left.png) no-repeat;
	left: 30px;
}
#innerCarousel2.owl-carousel .owl-nav button.owl-next{
	background: url(assets/img/arrow_right.png) no-repeat;
	right: 30px;
}

.wpcf7-not-valid-tip{
	font-size: 11px;
	line-height: 13px;
}
.wpcf7 form .wpcf7-response-output{
	font-size: 16px;
}

/*.owl-stage .owl-item:first-child{
	display: none;
}*/
.optional_logo{
	text-align: center;
	margin-bottom: 20px;
}
.optional_logo img{
	width: 80px;
	height: auto;
	border: none;
}
.sidenav_logo{
	padding-top: 20px;
}
.sidenav_logo img{
	max-width: 310px;
}
.comment_section{
	margin-bottom: 10px;
}
.comment_section textarea{
	height: 53px !important;
}
.form_inputs h3{
	color: #141C30;
	font-size: 16px;
	margin-bottom: 0;
	padding-top: 8px;
}
.form_cta_n{
	top: 50%;
    margin-top: -18px;
}
.form_inputs_n .form-group {
  margin-bottom: 3px;
}
.form_inputs_n .form-control{
	padding: 5px 5px;
}
.footer-newsletter h3{
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	font-family:"Proxima Nova W05 Bold";
}
.form_inputs_newsletter .wpcf7-list-item-label{
	color: #dbdfe4;
}
.form_inputs_newsletter .form-control{
	background: none;
	color: #dbdfe4;
	height: auto;
	padding: 3px 5px;
	border: 2px solid #75859d;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family:"Proxima Nova W05 Bold";
}
.form_inputs_newsletter .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dbdfe4;
}
.form_inputs_newsletter .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #dbdfe4;
}
.form_inputs_newsletter .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #dbdfe4;
}
.form_inputs_newsletter .form-control:-moz-placeholder { /* Firefox 18- */
  color: #dbdfe4;
}
.form-group.last_row{
	margin-bottom: 5px;
}
.form_cta_newsletter .wpcf7-submit{
	background: #A9E4FF;
	color: #141C30;
	font-size: 15px;
	font-family: "Utopia W05 Semibold Display";
	font-weight: 600;
	border: none;
	cursor: pointer;
	height: 35px;
	width: 150px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	padding: 0 30px;
}
.footer-newsletter{
	text-align: left;
}
/* footer form new style */
.form_checkbox_n_wrap .wpcf7-list-item-label{
	color: #dbdfe4;
	font-family:"Proxima Nova W05 Bold";
	font-size: 14px;
}
.form_inputs_n_wrap .form-control{
	background: none;
	color: #dbdfe4;
	height: auto;
	font-size: 14px;
	padding: 3px 5px;
	border: 2px solid #75859d;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family:"Proxima Nova W05 Bold";
}
.form_inputs_n_wrap .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dbdfe4;
}
.form_inputs_n_wrap .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #dbdfe4;
}
.form_inputs_n_wrap .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #dbdfe4;
}
.form_inputs_n_wrap .form-control:-moz-placeholder { /* Firefox 18- */
  color: #dbdfe4;
}
.form_inputs_n_wrap,
.form_checkbox_n_wrap{
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.frm_elem{
	width: 50%;
	float: left;
	margin-bottom: 8px;
	padding-right: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form_checkbox_n_wrap .frm_elem{
	margin-bottom: 0;
}
.footer-newsletter .form-check-input{
	margin-left: 0;
	margin-top: 0;
}
.footer-newsletter label{
	margin-bottom: 0;
}
body{
	position: relative;
}
.grecaptcha-badge{
	position: absolute!important;
}
.reg_page .qRegForm{
	max-width: 870px;
}
#mapModal .modal-dialog{
	max-width: 1600px;
}

.regSuccessMsg{
	background: #31693c;
	color: #fff;
	position: relative;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}
.regSuccessMsg p{
	margin: 0;
	font-size: 16px;
}
.hidden{
	display: none;
}
.posRel{
	position: relative;
}
.buttonYouTube{
	position: absolute;
	z-index: 12;
	right: 46%;
	top: 46%;
	z-index: 1;
}
.buttonYouTube:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  height: 24px;
  width: 24px;
  background: #fff;
  margin: -13px 0 0 -12px;
}
.buttonYouTube .fa-youtube{
	color: #FF0000;
	font-size: 50px;
	position: relative;
	z-index: 2;
}

.page-template-page-template_lifestyle_sc .thumb_img img{
	width: 100%;
}
@media (min-width: 768px) { 
	.page-template-page-template_lifestyle_sc .alter_row.lifestyle_alter {
	  padding-right: 30px;
	}
}
@media (max-width: 1199.98px){
	.page-template-page-template_lifestyle_sc .lifestyle_alter .alter_desc h2 {
	  font-size: 40px;
	}
}
@media (max-width: 991.98px){
	.page-template-page-template_lifestyle_sc .lifestyle_alter .alter_desc h2 {
	  font-size: 35px;
	}
	.page-template-page-template_lifestyle_sc .lifestyle_alter .alter_desc p{
		font-size: 16px;
	}
}

@media (max-width: 767.98px){
	.page-template-page-template_lifestyle_sc .lifestyle_alter .alter_desc h2 {
	  font-size: 35px;
	  margin-bottom: 25px;
	}
}

@media (max-width: 479.98px){
	.page-template-page-template_lifestyle_sc .lifestyle_alter .alter_desc h2 {
	  font-size: 32px;
	}
	.page-template-page-template_lifestyle_sc .lifestyle_alter .alter_desc p{
		font-size: 14px;
	}
}



@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=b0db4069-d9c1-443d-b1c0-07b9be9f655e&fontids=6352942");
@font-face{
    font-family:"Proxima Nova W05 Bold";
    src:url("assets/fonts/5596929/3c35dc60-9fe3-480f-90ac-e453db0271e2.woff2") format("woff2"),
    url("assets/fonts/5596929/2b2b7939-693b-44cd-873a-1aa065a906b8.woff") format("woff");
}
@font-face{
    font-family:"Utopia W05 Semibold Display";
    src:url("assets/fonts/6352942/fb657fee-46e6-486d-b6dd-b379eb8e184e.woff2") format("woff2"),
    url("assets/fonts/6352942/8e27c4f2-2f25-44fe-8f5d-e70a96cf4f0b.woff") format("woff");
}
@font-face{
    font-family:"Proxima Nova W01 Semibold";
    src:url("assets/fonts/5738932/c7dcb253-8dca-459b-aaa9-afef9131ef22.woff2") format("woff2"),
    url("assets/fonts/5738932/390be235-bf11-42ee-8ba1-2dd10ca6a4ac.woff") format("woff");
}
@font-face{
    font-family:"Utopia W05 Display";
    src:url("assets/fonts/6356534/ca425601-6467-41a8-8202-7b56bf834135.woff2") format("woff2"),
    url("assets/fonts/6356534/c6b9551a-8b50-448f-a10e-53cdbcbbf4f7.woff") format("woff");
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 15px 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #163a64;
  background-clip: padding-box;
  border: none;
  border-radius: 20px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .5rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #a9e4ff;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #a9e4ff;
  text-decoration: none;
  background-color: transparent;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}


@media (min-width: 1440px) { 
    .welcome-desc h5{
    	font-size: 22px;
    }
    .form_tip{
    	max-width: 370px;
    }
}

@media (min-width: 768px) {
  /*.dropdown-toggle::after {
	  position: absolute;
	  top: 13px;	
	  right: 2px;
	}*/
}

@media (min-width: 992px) {
  .landing_content .owl-nav {
    top: 100%;
    margin-top: 115px;
  }
  .dropdown-item{
  	font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.dropdown-toggle::after {
	  position: absolute;
	  top: 13px;	
	  right: 2px;
	}
}
@media (min-width: 768px) {
  .landing_content .owl-nav {
    top: 100%;
    margin-top: 190px;
  }
}

@media (min-width: 1200px) {
  .landing_content .owl-nav {
    top: 100%;
    margin-top: 25px;
  }
  .dropdown-item{
  	font-size: 14px;
  }
  .navbar-dark .navbar-nav .nav-link{
  	padding-right: 30px !important;
  }
}

@media (min-width: 1600px) {
  .landing_content .owl-nav {
    top: 100%;
    margin-top: 125px;
  }
  .dropdown-item {
    font-size: 18px;
  }
}


@media (min-width: 1367px) {
	
}

@media (max-width: 991.98px) {
	.dropdown-menu{
		left: -16px;
	}
  .dropdown-item{
  	font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .dropdown-item{
  	font-size: 18px;
  }
  .dropdown-menu{
  	padding-top: 5px;
  	padding-bottom: 5px;
  }
}