@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
html, body {
	overflow-x: hidden; 
}
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
/*fonts*/
@font-face {
    font-family: 'Avenir';
    src: url('AvenirLTStd-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Avenir';
    src: url('AvenirLTStd-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('AvenirLTStd-Light.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
    font-family: 'Avenir';
    src: url('AvenirLTStd-Roman') format('opentype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('AvenirLTStd-Roman') format('opentype');
	font-weight: bold;
	font-style: italic;
}
/*preloader*/
#preloader  {
     position: fixed;
     margin-top: 0px;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #FFFFFF;
     z-index: 99;
     height: 100%;
 }
#status  {
     width: 40px;
     height: 11140px;
     position: absolute;
     left:48%;
     top: 44%;
 }
 @media only screen and (max-width: 560px){
#status  {
     width: 40px;
     height: 40px;
     position: absolute;
     left:44%;
     top: 40%;
 }
 }
.preloader1 {
   width:auto;
   height:auto;
   display:inline-block;
   padding:0px;
   text-align:center;
   left:48%;
   top: 44%;
}
.preloader1 span {
   position:absolute;
   display:inline-block;
   width:50px;
   height:50px;
   border-radius:100%;
   background:#046db1;
   -webkit-animation:preloader1 1.6s linear infinite;
   animation:preloader1 1.6s linear infinite;
}
.preloader1 span:last-child {
   animation-delay:-0.8s;
   -webkit-animation-delay:-0.8s;
}
@keyframes preloader1 {
   0% {transform: scale(0, 0);opacity:0.8;}
   100% {transform: scale(1, 1);opacity:0;}
}
@-webkit-keyframes preloader1 {
   0% {-webkit-transform: scale(0, 0);opacity:0.5;}
   100% {-webkit-transform: scale(1, 1);opacity:0;}
}
/*links*/
a.l1:link {
	color: #abdff8;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	color: #FFFFFF;
	background: rgba(4, 109, 177, 0.7);
	border-top: 0px solid #647a84;
	padding: 10px;
}
a.l1:visited {
	color: #;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	color: #FFFFFF;
	background: rgba(4, 109, 177, 0.7);
	border-top: 0px solid #647a84;
	padding: 10px;
}
a.l1:hover {
    color: #FFF;
	text-decoration:none;    
	font-weight: thin;
	background: rgba(10, 25, 35, 1.0);
	border-top: 10px solid #647a84;
}
a.l1sel:hover {
    color: #FFF;
	text-decoration:none;    
	font-weight: thin;
	background: rgba(10, 25, 35, 1.0);
	border-top: 10px solid #647a84;
}
a.l2:link {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}
a.l2:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}
a.l2:hover {
    color: #FFF;
	text-decoration:none;    
	font-weight: thin;
}
/*mobile menu*/
hr.mobile_menu {
	margin: 10px;
    color: #575757;
    background-color: #575757;
	border-color: #575757;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
	background: rgba(35, 42, 45, 1.0);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
	padding-right: 0px;
}
.sidenav a {
    text-align:left;
	padding: 0px 20px 0px 32px;
    text-decoration: none;
    font-size: 14px;
	font-weight:bold;
    color: #FFF;
    display: block;
    transition: 0.3s
	padding-top: 5px;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #cccccc;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 24px;
    margin-left: 0px;
    padding-top: 0px;
}
@media screen and (max-height: 560px) {
.sidenav {padding-top: 30px;}
.sidenav a {
	font-size: 14px;
    padding-top: 5px;
}
.sidenav .closebtn {
	padding-top: 0px;
    margin-left: 0px;
}
}
/*Google Maps*/
/*
///////////////////////////////
Mobile Layout: 480px and below.
*/
.gridContainer {
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
body{
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: "Avenir", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	background-image:url(img/fah_3.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: container;
	min-width: 100%;
    background-position: top center;
	background-color: #0a1923; 
}
.container01 {
    position: relative;
	z-index: 0;
    top: 0;
    left: 0;
	width: 100%;
    margin-left: 0%;
	background: rgba(10, 25, 35, 1.0);
	text-align:center;
	padding-bottom: 3px;
}
.wrapper01 {
	width: 100%;
	margin-left: 0%;
	margin-top: 0px;
}
.hld1 {
	width: 90%;
	margin-top: 0px;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.ph1 {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 8px;
	border: 0px solid #000000;
	letter-spacing: 0px;
}
.sm1 {
	display: block;
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.container02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 0.95);
	text-align:center;
	padding-top: 10px;
	border-bottom: 0px solid #FFFFFF;
}
.wrapper02 {
	width: 100%;
	margin-left: 0%;
}
.logo {
	display: block;
	width: 60%;
	height: auto;
	margin-left:20%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	padding: 0px;
}
.menu_subscribe01 {
	display: none;
	position: relative;
	clear: none;
	width: 47%;
    margin-left: 0%;
	margin-right: 3%;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.0);
	text-align:right;
	padding-top: 90px;
}
.container04 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.wrapper04 {
	width: 100%;
	margin-left: 0%;
}
.content04a {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: 24px;
	font-weight: thin;
	color:#FFFFFF;
}
.content04b {
	width: 90%;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 50px;
	font-size: 16px;
	color:#FFFFFF;
	text-shadow: 1px 1px #000000;
}
.container05 {
	width: 100%;
    margin-left: 0%;
    background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
}
.wrapper05 {
	width: 100%;
	margin-left: 0%;
}
.content05a {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	border: 0px solid #000000;
}
.content05b {
	display: block;
	width: 80%;
	height: auto;
	margin-left:10%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
.content05c {
	display: block;
	width: 80%;
	height: auto;
	margin-left:10%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.content05d {
	display: block;
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.container05_sp01 {
	width: 100%;
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: "Avenir", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	background-image:url(img/fah_5.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
    background-position: top center;   
}
.content05d_sp01 {
	display: block;
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(10, 25, 35, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.content05d_sp02 {
	display: block;
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(10, 25, 35, 0.7);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 1px solid #545454;
}
.content_listing01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.listing01 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	color: #000000;
	font-weight: normal;
	text-align: left;
	border: 0px solid #000000;
	padding: 0px;
}
.content_listing02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.listing02 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background-image:url(img/fah_8.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
    background-position: top center;   
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 50px;
	padding-bottom: 50px;
}

.listingdate {
	color:#b3b3b3;
	font-weight: normal;
	font-size: 12px;
}
.listingtitle {
	color:#000000;
	font-weight: bold;
	font-size: 18px;
}
.listingprice {
	color:#056eb2;
	font-weight: bold;
	font-size: 14px;
}
.listingaddress {
	color:#545454;
	font-weight: normal;
	font-size: 11px;
}
.listingbtn {
	color:#cccccc;
	font-weight: normal;
	font-size: 14px;
}
.listingtitle02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
}
.listingtext02b {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.content_menu01 {
	width: 90%;
	margin-top: 0px;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.menu_rc01 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 5%;
	clear: none;
	background: rgba(4, 177, 196, 0.0);
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	border: 1px solid #cccccc;
	padding-top: 0px;
}
.menuhead_01 {
	background: rgba(4, 109, 177, 1.0);
    color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menubody_01 {
	background: rgba(4, 109, 177, 0.0);
	padding-top: 0px;
	padding-bottom: 10px;
}
.menutitle {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.menutype {
	color:#e8f2f9;
	font-weight: normal;
	font-size: 16px;
}
.container06 {
	width: 100%;
    margin-left: 0%;
	background: rgba(4, 109, 177, 1.0);
	text-align:center;
	padding: 0px;
	color: #FFFFFF;
}
.wrapper06 {
	width: 100%;
	margin-left: 0%;
}
.hld_contact {
	width: 90%;
	margin-top: 0px;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.ct1 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.ct2 {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.container07 {
	width: 100%;
    margin-left: 0%;
	background: rgba(10, 25, 35, 1.0);
	text-align:center;
	padding: 0px;
}
.wrapper07 {
	width: 100%;
	margin-left: 0%;	
}
.hld_ft {
	width: 90%;
	margin-top: 0px;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.ft1 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(20, 129, 198, 0.0);
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	border: 0px solid #000000;
	padding: 0px;
}
.ft2 {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.ft3 {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
.footer {
	color: #b0b0b0;
	background: rgba(10, 25, 35, 1.0);
	text-align: center;
	font-size: 11px;
	padding:10px;
	border-top:thin solid #525252;
}
/*Main Navigation*/
.sc_holder_01 {
	display: block;
	position: relative;
	width: 100%;
    margin-left: 0%;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_menu_m { 
   display: block;
   top: 0px; 
   margin-left: 0%;
   margin-right: 0%;
   width: 100%; 
   text-align:left;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 25px;
   background: rgba(35, 42, 45, 1.0);
}
.sc_holder_menu {
	display: none;
	position: relative;
	width: 100%;
    margin-left: 0%;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_holder_submenu {
	display: none;
	position: relative;
	width: 80%;
    margin-left: 10%;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
/*contact form*/
.form_1 {
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	margin-top: 0px;
	margin-left: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
}
.form_text {
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	text-align: right;
	vertical-align: top;
	padding: 5px;
	background-color: #FFF;
}
textarea{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	border: thin solid #FFFFFF;
	background-color:rgba(0, 0, 0, 0.1);
}
input.nl{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#ffffff;
	border:1px solid #fec7da;
	background-color: #545454;
} 
input.nlb{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	background:#a20037;
	color:#ffffff;
	font:10px;
	border:1px solid #fec7da;
	border-right:1px solid #fec7da;
	border-bottom:1px solid #fec7da;
	font-weight:bold
}
input.emf{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	border:1px solid #FFFFFF;
	background-color:rgba(0, 0, 0, 0.1);
	font-size: 18px;
} 
input.smf{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:0px solid #cccccc;
	font-weight:normal;
	background: rgba(10, 25, 35, 1.0);
	color: #FFFFFF;
	font-size: 20px;
	padding: 8px;
	text-decoration: none;
} 
select.dmf {
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	background:#e0e0e0;
	color:#000;
	border:0px solid #fec7da;
	border-right:2px solid #fec7da;
	border-bottom:1px solid #fec7da;
	} 
input.subscribe01{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #ffffff;
	border:1px solid #FFFFFF;
	background-color:rgba(255, 255, 255, 0.1);
	font-size: 18px;
} 
input.btn_subscribe01{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:0px solid #cccccc;
	font-weight:normal;
	background: rgba(255, 255, 255, 0.4);
	color: #FFFFFF;
	font-size: 20px;
	padding: 5px;
	text-decoration: none;
} 
.sc_contact_2 {
	width: 40%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 8px;
}
/*..........*/
/*extra features*/
.outline_01 {
	background: rgba(10, 25, 35, 0.4);
	border: 1px solid #FFFFFF;
	padding: 10px;
}
.sp01 {
	font-weight: bold;
}
.padding01 {
	padding: 10px;
}
.phone01 {
	color: #FFF;
	text-decoration: none;
}
.phone02 {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
.title01 {
	color:#056eb2;
	font-weight: bold;
	font-size: 24px;
}
.title02 {
	color:#056eb2;
	font-weight: bold;
	font-size: 20px;
}
.title03 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
	text-shadow: 1px 2px #000000;
}
.title04 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 1px 2px #000000;
}
.title05 {
	color:#bddcf0;
	font-weight: bold;
	font-size: 18px;
}
.text01 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 1px 1px #000000;
}
.text02 {
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-shadow: 1px 1px #000000;
}
.spacer01 {
	font-size: 40px;
}
.navsel {
	background-color: #07304a;
}
/*.............*/
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
.container02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 0.95);
	text-align:center;
	padding-top: 10px;
	border-bottom: 0px solid #FFFFFF;
}
.wrapper02 {
	width: 100%;
	margin-left: 0%;
}
.logo {
	display: block;
	width: 30%;
	height: auto;
	margin-left:35%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.container04 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.wrapper04 {
	width: 100%;
	margin-left: 0%;
}
.content04a {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 100px;
	padding-bottom: 20px;
	font-size: 35px;
	font-weight: thin;
	color:#FFFFFF;
}
.content04b {
	width: 80%;
    margin-left: 10%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 170px;
	font-size: 20px;
	color:#FFFFFF;
	text-shadow: 1px 1px #000000;
}



.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: auto;
	padding-left: 0.0%;
	padding-right: 0.0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
body{
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: "Avenir", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	background-image:url(img/fah_3.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;    
}
.container01 {
    position: fixed;
	z-index: 10;
    top: 0;
    left: 0;
	width: 100%;
    margin-left: 0%;
	background: rgba(10, 25, 35, 1.0);
	text-align:center;
	padding-bottom: 5px;
}
.wrapper01 {
	width: 100%;
	margin-left: 0%;
}
.hld1 {
	width: 90%;
	margin-top: 0px;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.ph1 {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 8px;
	border: 0px solid #000000;
	letter-spacing: 2px;
}
.sm1 {
	display: block;
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.container02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 0.7);
	text-align:center;
	padding-top: 40px;
}
.wrapper02 {
	width: 100%;
	margin-left: 0%;
}
.logo {
	display: block;
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.menu_subscribe01 {
	display: block;
	position: relative;
	clear: none;
	width: 47%;
    margin-left: 0%;
	margin-right: 3%;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.0);
	text-align:right;
	padding-top: 90px;
}
.container03 {
	width: 100%;
    margin-left: 0%;
	background: rgba(20, 129, 198, 0.7);
	text-align:center;
	padding: 0px;
	font-size: 18px;
	color: #FFFFFF;
}
.wrapper03 {
	width: 100%;
	margin-left: 0%;
	
}
/*body code begins*/
.container04 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.wrapper04 {
	width: 100%;
	margin-left: 0%;
}
.content04a {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 180px;
	padding-bottom: 20px;
	font-size: 60px;
	font-weight: thin;
	color:#FFFFFF;
}
.content04b {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 200px;
	font-size: 30px;
	color:#FFFFFF;
}
.container05 {
	width: 100%;
    margin-left: 0%;
    background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
}
.wrapper05 {
	width: 100%;
	margin-left: 0%;
}
.content05a {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	border: 0px solid #000000;
}
.content05b {
	display: block;
	width: 80%;
	height: auto;
	margin-left:10%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.content05c {
	display: block;
	width: 80%;
	height: auto;
	margin-left:10%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.content05d {
	display: block;
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.container05_sp01 {
	width: 100%;
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: "Avenir", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	background-image:url(img/fah_5.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;   
}
.content05d_sp01 {
	display: block;
	width: 40%;
	height: auto;
	margin-left:10%;
	clear: none;
	background: rgba(10, 25, 35, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.content05d_sp02 {
	display: block;
	width: 25%;
	min-width: 320px;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(10, 25, 35, 0.7);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 1px solid #545454;
}
.content_listing01 {
	width: 90%;
	margin-top: 0px;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.listing01 {
	display: block;
	width: 30%;
	height: auto;
	margin-left: 3%;
	clear: none;
	background: rgba(255, 255, 255, 0.0);
	color: #000000;
	font-weight: normal;
	text-align: left;
	border: 0px solid #000000;
	padding: 0px;
}
.content_listing02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.listing02 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background-image:url(img/fah_8.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
    background-position: top center;   
	color: #FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 120px;
	padding-bottom: 120px;
}
.listingdate {
	color:#cccccc;
	font-weight: normal;
	font-size: 12px;
}
.listingtitle {
	color:#000000;
	font-weight: bold;
	font-size: 18px;
}
.listingprice {
	color:#056eb2;
	font-weight: bold;
	font-size: 14px;
}
.listingaddress {
	color:#545454;
	font-weight: normal;
	font-size: 11px;
}
.listingbtn {
	color:#cccccc;
	font-weight: normal;
	font-size: 14px;
}
.listingtitle02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 50px;
}
.listingtext02b {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
}
.content_menu01 {
	width: 90%;
	margin-top: 0px;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.menu_rc01 {
	display: block;
	width: 30%;
	height: auto;
	margin-left: 3%;
	margin-bottom: 0%;
	clear: none;
	background: rgba(4, 177, 196, 0.0);
	color: #000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	border: 1px solid #cccccc;
	padding-top: 0px;
}
.menuhead_01 {
	background: rgba(4, 109, 177, 1.0);
    color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.menubody_01 {
	background: rgba(4, 109, 177, 0.0);
	padding-top: 0px;
	padding-bottom: 10px;
}
.menutitle {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 28px;
}
.menutype {
	color:#e8f2f9;
	font-weight: normal;
	font-size: 18px;
}


.content_feature01{
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.feature01{
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding-top: 0px;
	border: 0px solid #000000;
	letter-spacing: 2px;
}




/*footer code begins*/
.container06 {
	width: 100%;
    margin-left: 0%;
	background: rgba(4, 109, 177, 1.0);
	text-align:center;
	padding: 0px;
	color: #FFF;
}
.wrapper06 {
	width: 100%;
	margin-left: 0%;
}
.hld_contact {
	width: 80%;
	margin-top: 0px;
    margin-left: 10%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.ct1 {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.ct2 {
	display: block;
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 24px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.container07 {
	width: 100%;
    margin-left: 0%;
	background: rgba(10, 25, 35, 1.0);
	text-align:center;
	padding: 0px;
}
.wrapper07 {
	width: 100%;
	margin-left: 0%;	
}
.hld_ft {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.ft1 {
	display: block;
	width: 33%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(20, 129, 198, 0.0);
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	border: 0px solid #000000;
	padding: 0px;
}
.ft2 {
	display: block;
	width: 33%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.ft3 {
	display: block;
	width: 33%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.footer {
	color: #b0b0b0;
	background: rgba(10, 25, 35, 1.0);
	text-align: center;
	font-size: 14px;
	padding:5px;
	border-top:thin solid #525252;
}
/*links*/
.navigation {
  margin-top:0px;
  margin-left:0%;
  width: 100%;
  padding: 0;
  text-align: center;
}
.navigation li {
    float: left;
    display: block;
    width: auto;
    margin-left: 0%;
	background: rgba(255, 255, 255, 0.0);
}
.navigation li a {
    display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: thin;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom:20px;
	border-top: 0px solid #647a84;
}
.navigation li a:hover {
    display: block;
    color: #FFF;
	text-decoration:none;    
	font-weight: thin;
	background-color: #07304a;
	padding-top: 20px;
	padding-bottom:20px;
	border-top: 10px solid #647a84;
	
}
/*end links*/
/*contact form*/
.form_1 {
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	margin-top: 0px;
	margin-left: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
}
.form_text {
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	text-align: right;
	vertical-align: top;
	padding: 5px;
	background-color: #FFF;
}
textarea{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #ffffff;
	border: thin solid #FFFFFF;
	background-color:rgba(0, 0, 0, 0.1);
}
input.nl{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#ffffff;
	border:1px solid #fec7da;
	background-color: #545454;
} 
input.nlb{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	background:#a20037;
	color:#ffffff;
	font:10px;
	border:1px solid #fec7da;
	border-right:1px solid #fec7da;
	border-bottom:1px solid #fec7da;
	font-weight:bold
}
input.emf{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #ffffff;
	border:1px solid #FFFFFF;
	background-color:rgba(0, 0, 0, 0.1);
	font-size: 24px;
} 
input.smf{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:0px solid #cccccc;
	font-weight:normal;
	background: rgba(10, 25, 35, 1.0);
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px;
	text-decoration: none;
} 
select.dmf {
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	background:#e0e0e0;
	color:#000;
	border:0px solid #fec7da;
	border-right:2px solid #fec7da;
	border-bottom:1px solid #fec7da;
	} 
input.subscribe01{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #ffffff;
	border:1px solid #FFFFFF;
	background-color:rgba(255, 255, 255, 0.1);
	font-size: 26px;
} 
input.btn_subscribe01{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:0px solid #cccccc;
	font-weight:normal;
	background: rgba(255, 255, 255, 0.4);
	color: #FFFFFF;
	font-size: 22px;
	padding: 5px;
	text-decoration: none;
}
input.subscribe02{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #ffffff;
	border:1px solid #046db1;
	background-color:rgba(0, 0, 0, 0.1);
	font-size: 26px;
} 
input.btn_subscribe02{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:0px solid #cccccc;
	font-weight:normal;
	background: rgba(4, 109, 177, 1.0);
	color: #FFFFFF;
	font-size: 22px;
	padding: 5px;
	text-decoration: none;
} 
.sc_contact_2 {
	width: 40%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 8px;
}
::-webkit-input-placeholder {
   color: #e4ecf1;
}
:-moz-placeholder { /* Firefox 18- */
   color: #e4ecf1;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #e4ecf1;  
}
:-ms-input-placeholder {  
   color: #e4ecf1;  
}
/*..........*/
/*Main Navigation*/
.sc_holder_menu {
	display: block;
	position: relative;
	clear: none;
	width: 100%;
    margin-left: 0%;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_holder_submenu {
	display: block;
	position: relative;
	width: 80%;
    margin-left: 10%;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_menu_m { 
   display: none;
   top: 0px; 
   margin-left: 0%;
   margin-right: 5%;
   width: 95%; 
   text-align:left;
   padding-top: 45px;
   padding-bottom: 0px;
   padding-right: 0px;
   background: rgba(255, 255, 255, 0.0);
}
/*extra features*/
.outline_01 {
	background: rgba(10, 25, 35, 0.4);
	border: 1px solid #FFFFFF;
	padding: 10px;
}
.sp01 {
	font-weight: bold;
}
.padding01 {
	padding: 24px;
}
.title01 {
	color:#056eb2;
	font-weight: bold;
	font-size: 30px;
}
.title02 {
	color:#056eb2;
	font-weight: bold;
	font-size: 24px;
}
.title03 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 60px;
}
.title04 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
}
.title05 {
	color:#bddcf0;
	font-weight: bold;
	font-size: 24px;
}
.spacer01 {
	font-size: 70px;
}
.text01 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.text02 {
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
}
/*..........*/

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}



