@charset "UTF-8";
/* CSS Document */

/* Box Model */
*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
	
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
		display: block;
}
 
ol, ul {
		list-style: none;
}

blockquote, q {
		quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

body {
		-webkit-text-size-adjust: none;
}

a,a:link,a:visited {
	text-decoration:none;
	color: rgb(123, 116, 105);
	outline:0;
}

a:focus, a:hover {
    text-decoration:none;
	color:#333;
}

a[href]{
	cursor:pointer;
}
	
	
.in-vertical-menu{
	display:none;
}
@media only screen and (max-width:992px) {
.in-vertical-menu{
	display:block;
}



}
	
/*Pseudo */
::-webkit-resizer {
    background-color: rgb(102, 102, 102);
}
::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    padding-left: 10px;
}
 
::-webkit-scrollbar-button {
    height: 0;
}
 
::-webkit-scrollbar-corner {
    background-color: rgb(153, 153, 153);
}
 
::-webkit-scrollbar-thumb {
    height: 50px;
    border-radius: 0;
    background-color: rgb(91, 91, 91);
}
 
::-webkit-scrollbar-track {
    background-color: rgb(242, 242, 242);
}
 
::-webkit-scrollbar-track-piece {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.1);
}	

input:-moz-placeholder{color:#999; text-align:left;  font-family:"hypatia-sans-pro", sans-serif;  font-weight: 300; }
textarea:-moz-placeholder{color:#999;text-align:left;  font-family:"hypatia-sans-pro", sans-serif;  font-weight: 300; }
input:-ms-input-placeholder{color:#999;text-align:left;  font-family:"hypatia-sans-pro", sans-serif;  font-weight: 300; }
textarea:-ms-input-placeholder{color:#999; text-align:left;  font-family:"hypatia-sans-pro", sans-serif;  font-weight: 300; }
input::-webkit-input-placeholder{color:#999; text-align:left;  font-family:"hypatia-sans-pro", sans-serif;  font-weight: 300; }
textarea::-webkit-input-placeholder{color:#999; text-align:left;  font-family:"hypatia-sans-pro", sans-serif;  font-weight: 300;}
select.form-select.phcolor {color:#999; text-align:left;  font-family:"hypatia-sans-pro", sans-serif;  font-weight: 300;   }


.pull-right {
    float: right;
}

/* Grid */
.row {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.row:before, .row:after {
  content: "";
  display: table;
  clear: both;
  height:0px;
  width:0px;
}
.row [class*="col-"], .row .col {
  display: table-cell;
  vertical-align: top;
} 
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}



	
.remove-mobile, 
.only-mobile,
.remove-desktop{
	
}
.only-mobile,
.remove-desktop{
	display:none;
	width:0px;
	height:0px;
}
.print-only {
    display: none;
}	  
.no-border {
    border: none !important;
}
.circle-img{
	border-radius:50%;	
}

.float-right{
	float:right;
}

.float-left{
	float:left;
}
.clear-before:before,
.clear-after:after{
	content:"";
	display:table;
	clear:both;
}


img.img-responsive {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}


.laa-popup {
    padding:0px;
    margin: 0px auto;
    background: rgb(255, 255, 255); 
    position:fixed;
    top: 50%;
    left: 30%;
    border: 1px solid  rgb(255, 255, 255); 
  /*  box-shadow: 0px 0px 4px rgba(0,0,0,0.5);*/
    z-index: 1003;
    display: none;	
}
.laa-popup:before {
    content: "Loading..";
    text-align: center;
    width: 100%;
    font-size: 26px;
    position: absolute;
    top: 45%;
    left: 0px;
    z-index: -1;
}
.laa-popup:not(.loading):before {
    display: none;
}
.laa-popup > .pop-close-btn {
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    padding: 8px 10px;
    /* box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5); */
    height: 32px;
    width: 32px;
    top: -18px;
    right: -17px;
    border: 1px solid #A69A84;
	z-index:500;
}
.laa-popup > .pop-close-btn:after,
.laa-popup > .pop-close-btn:before{
    content: "";
    border-right:2px solid rgb(99, 97, 97);
    display: block;
    height: 20px;
    width: 1px;
    position: absolute;
    top: 6px;
    left: 14px;
}
.laa-popup > .pop-close-btn:before {
    transform: rotate(45deg);
}
.laa-popup > .pop-close-btn:after {
    transform: rotate(-45deg);
    
}
.laa-popup > .pop-content {
    overflow-y: auto;
    display: block;
    max-height: calc(95vh + 1px);
}

.laa-popup > .pop-close-btn.popup-close + div.pop-content {
    margin-right: -15px;
    padding-right: 15px;
}
.laa-popup > .pop-content[data-overflow="hidden"] {
    overflow:hidden !important; 
}

body.showing-popup .laa-popup {
    z-index: 1200;
}

@media only screen and (max-width:992px) {
	body.showing-popup .laa-popup.fixtopleft{
		top: 1% !important;
		left: 1px !important;
		width: 95% !important;
	}
	body.showing-popup .laa-popup.video-popup { 
		left: 1% !important;
		width: 98% !important;
	}
	body.showing-popup .laa-popup > .pop-close-btn {
		top: 0px;
		right: 0px;
		border: 2px solid rgba(255, 255, 255, 0);
		z-index: 2;
		background-color: rgba(255, 255, 255, 0.8);
     }
	body.showing-popup .laa-popup.fixtopleft > .pop-content {
	    padding-bottom: 60px;
	}
	.laa-responsive-form label {
       padding-bottom: 6px;
    }
}

.laa-ui-overlay {
    display:none; 
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
}



div#landing-popup {
    display: block;
	width:80%; 
    color: #333;
    text-align: center;
    font-size: 1rem;
}

div#landing-popup video#main-video {
    margin-bottom: -5px;
}

#contactus-popup,
#freeconsultation-popup {
    width: 80%;
    color: rgb(51, 51, 51);
    padding: 15px;
	 
}

.laa-responsive-form .oppo-btn {
    border: 1px solid rgb(165, 154, 132);
	color: rgb(255, 255, 255) !important;
	background: rgb(165, 154, 132);
}
.contactus-popup-msg + button.laa-btn.pull-right {
    margin: 36px 0 0 0;
}
.contactus-popup-msg.error + button.laa-btn.pull-right,
.contactus-popup-msg.success + button.laa-btn.pull-right {
    margin:.5rem 0 0 0;
} 

.laa-popup h2 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.8rem;
    display: block;
    margin-bottom: 10px;
}
@media only screen and (max-width:992px) {
	div#contactus-popup .row > .col-4:first-child {
		margin-top: 0;
	}
	div#contactus-popup .row > .col-4 {
		margin-top: 10px;
	}
}
@media only screen and (min-width:768px) {
	div#landing-popup { width: 640px; }
	#contactus-popup, #freeconsultation-popup { width:720px; }
	#contactus-popup	label.pad-left-label,
	#freeconsultation-popup label.pad-left-label{
      padding-left: 10px;
    }
	div#contactus-popup label,
	#freeconsultation-popup label,{
    text-align: right;
    padding-right: 10px;
}
}
@media only screen and (min-width:993px) {
	div#contactus-popup .row > .col-4:first-child {
		padding-left: 0;
	}
	
	div#contactus-popup .row > .col-4 {
		padding-left: 10px;
	}

}
@media only screen and (min-width:800px) {
	#contactus-popup,
	#freeconsultation-popup {
		width: 760px !important;
	}	
}

body.showing-popup nav#menu .col-logo, 
body.showing-popup nav#menu .col-nav {
    z-index: 999 !important;
}