/*
Theme Name: Aussie Home Buyers
Theme URI: #
Author: the Creativepond team
Author URI: http://Creativepond.in/

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
*/
body{
	margin:0;
	padding:0;
	font-family: 'Open Sans';
	font-size:15px;
	color:#525252;
}
.mobile_ph {
    font-family: "Open Sans";
    font-size: 25px;
    color: #FFF;
    padding: 5px 0px 0px;
    line-height: normal;
    text-align: right;
display:none;
}
.mobile_ph a{
    color: #FFF;
text-decoration:none;
}
.mobile_ph span {
    color: #FFC62C;
}
.opt_rt .mobile{
    font-size: 33px;
    color: #BB2121;
    font-family: "Open sans";
    padding-top: 10px;
display:none;
}
.opt_rt .mobile a{
    color: #BB2121;
text-decoration:none;
}

.call02 .mobile {
    color: #BB2121;
    padding-top: 15px;
    font-size: 32px;
display:none;
}
.call02 .mobile a{
    color: #BB2121;
    text-decoration:none;
}
.con_mobile{display:none;}
.con_mobile a{
    color: #424141;
    font-size: 16px;
text-decoration:none;
}
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(http://fonts.gstatic.com/s/fjallaone/v4/rxxXUYj4oZ6Q5oDJFtEd6vk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(http://fonts.gstatic.com/s/fjallaone/v4/rxxXUYj4oZ6Q5oDJFtEd6hsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format('woff');
}
strong{
	color:#191919;
}
a{
color: #BB2121;
}

.clear{
	clear:both;
}

img{
	border:0;
	vertical-align:bottom;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block;}

.container01{
	max-width:1100px;
	margin:0 auto;
}
.bg_top{
	background:#2055d2;
	border-bottom:3px solid #fff;
border-top:5px solid #fff;
padding:0 0 20px 0;
}

.logo{
	float:left;
	margin:0;
}
.logo img{
	width:100%;
	height:auto;
}
.top_rt{
	float:right;
padding-top:30px;
}
.ph{
	font-family:Arial;
	font-size:42px;
	color:#fff;
	padding:5px 0 0 0;
	line-height:normal;
	text-align:right;
}
.ph span{
	color:#ffc62c;
	
}
.email01{
	font-family:Arial;
	font-size:20px;
	color:#fff;
	text-align:right;
}
.email01 a{
	color:#fff;
	text-decoration:none;
}
	

 .social{
	 background:url(images/bg_social01.jpg) no-repeat;
	 height:39px;
	 padding:5px 0 0 0;
	 width:256px;
	 position:absolute;
	 right:0;
	 text-align:center;
 }

.social .fa-facebook-square, .ft_social .fa-facebook-square{
	color:#356db1;
	font-size:32px;
}
.social .fa-twitter-square, .ft_social .fa-twitter-square{
	color:#0eb1ce;
	font-size:32px;
	margin-left:4px;
	margin-right:4px;
}
.social .fa-youtube-square, .ft_social .fa-youtube-square{
	color:#dd6b6b;
	font-size:32px;

}

.main-menu{
	margin:0;
	background:#ffc62c;
	border-bottom:1px solid #cb9913;

}
#hea-wra{
 margin:0;
 padding:0;
margin:0 auto;
position:relative;
max-width:1100px;
	}

nav{
	padding:0;
	min-height:50px;

}
nav ul{
	margin:0 auto;
	padding:0;
	list-style:none;
}
nav li{
	display:inline-block;
	margin:0;
	padding:0;
	position:relative;
	/*background:url(images/bg_li.jpg) no-repeat right;*/
}
nav li:last-child{
	background:none;
}
nav li a{
	padding:0 10px;
	display:block;
	margin:0 10px;
	font-family: 'open sans';
	font-size:16px;
	color:#151515;
	line-height:45px;
	border-bottom:5px solid #ffc62c;
	text-decoration:none;
}

nav .current-menu-item a, nav li a:hover, nav li:hover a{border-bottom:5px solid #1f54d1; background:url(images/bgnav_a.png) no-repeat bottom center;}

nav .sub-menu{
	position:absolute;
	width:200px;
	padding:10px 5px;
	margin: 0 0 0 10px;
	visibility:hidden;
	background:#fff;
	z-index:10000;
border:1px solid #cb9913;
}
nav li:hover .sub-menu{
	visibility:visible;
}
nav .sub-menu li{
	display:block;
	padding:5px 0 6px;
	border-bottom:1px solid #dedede;
	border-right:none!important;
        line-height:normal;
        min-height:20px !important;
}
nav .sub-menu li:last-child{border-bottom:none!important;}
nav .sub-menu li a{
	color:#000 !important;
	background:none!important;
	line-height:normal;
	font-size:14px;
	border:none;
	text-decoration:none;

}
 .mob {
  display: none;
}
nav{display:block;}

.bg_main{
	background:url(images/bg_con_main.jpg) repeat-x top;
	padding:10px 0 0 0;
}
.banner01{
	max-width:1100px;
	margin:0 auto;
}
.banner01 img{
	width:100%;
	height:auto;
}
.sec_lft01{
	width:774px;
	float:left;
}
.sec_rt01{
	float:right;
	width:290px;
}
.main_content{
	max-width:1100px;
	margin:0 auto;
	padding:25px 0;
}

.hd01{
	font-size:30px;
	font-family: 'Fjalla One';
	margin:0;
	color:#2a2a2a;
	font-weight:normal;
}
.hd01 span{
	color:#bb2121;
}
.entry-title{
	font-size:30px;
	font-family: 'Fjalla One';
	margin:0;
	color:#2a2a2a;
	font-weight:normal;
}
.hd02{
	font-family:'Open Sans';
	font-weight:normal;
	color:#bb2121;
	font-size:24px;
	margin:14px 0;
}
.hd03{
	font-family: 'Fjalla One'; 
	font-weight:normal;
	color:#bb2121;
	font-size:24px;
	margin:0;
}
.options01_main{
	padding:25px 0 0;
}
.opt_lft{
	width:270px;
	float:left;
	height:120px;
text-align:left;
}
.opt_lft h3 span {
    background: transparent url("images/icon_form.jpg") no-repeat scroll left center;
    padding: 12px 0px 12px 50px;
    color: #2A2A2A;
    font-size: 20px;
    font-family: "Open sans";
    margin: 0px;
}
.opt_lft .btn{
	margin-top:10px;
}


.opt_mid{
	float:left;
	width:140px;
	padding-top:40px;
	height:80px;
	text-align:center;
	font-size:33px;
	color:#2a2a2a;
	text-transform:uppercase;
}
.opt_rt{
	float:left;
	width:220px;
	height:120px;
text-align:left;
}
.opt_rt h3 span{
	background:url(images/icon_call.jpg) no-repeat left;
	padding:12px 0 12px 50px;
	color:#2a2a2a;
	font-size:20px;
	font-family:'Open sans';
	margin:0;
}
.opt_rt .number{
	font-size:33px;
	color:#bb2121;
	font-family:'Open sans';
	padding-top:10px;
}
hr{
	background:#ccc;
	height:1px;
	margin:30px 0;
	border:none;
}
.we_buy_bx{
	border:1px solid #cccdcf;
	background:#efefef;
	padding:4%;
	margin:25px 0;
text-align:left;
}
.about_bx{
	border:1px solid #cccdcf;
	background:#fff;
	padding: 2% 4% 2%;
	margin:25px 0;
text-align:left;
}
.about_bx strong{
font-size:16px;}
.we_buy_bx ul, .about_bx ul{
	margin:0;
	padding:0;
	list-style:none;
}
.we_buy_bx li, .about_bx li{
	margin:0;
	padding:4px 0 4px 26px;
	font-size:18px;
	color:#2b2b2b;
	background:url(images/bullet01.png) 0 10px no-repeat;
}
.we_buy_bx li span{
	color:#ae1d1d;
}
.about_bx li span{
font-size:14px;
}
.note span{
	color:#d71e1e;
	font-size:20px;
}
.gua_main{
	padding:20px;
text-align:center;
}
.guatantee01{
	background:url(images/guarantee_bg.png) no-repeat;
	background-size:100% auto;
	padding:17% 0 0 0;
	margin:20px 0;
}
.gua_btn{
	width:65%;
	margin:0 auto;
}
.gua_btn img{
	width:100%;
	height:auto;
}
.call02{
	font-size:21px;
	color:#131313;
text-align:center;
}
.call02 .num{
	color:#bb2121;
	padding-top:15px;
	font-size:32px;
}

.video-container {
    position: relative;
    padding-bottom: 68.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
	overflow: hidden;
}
/*--accordion--*/

.sol01{
	margin:30px 0;
}
.accordion {
    margin: 0;
    padding:10px 18px;
    border-top:#f0f0f0 1px solid;
    background: #2156d3;
    font-family: 'Fjalla One';
	font-size:20px;
    text-decoration:none;
    color: #fff;
	cursor:pointer;
   
}
.accordion-open {
    background:#ffc62c;
    color: #181818;;
	font-family: 'Fjalla One';
	font-size:20px;
	cursor:pointer;
}
.accordion-open span {
    display:block;
    float:right;
    padding:10px;
}
.accordion-open span {
    background:url(images/minus.png) center center no-repeat !important;
}
.accordion-close span {
    display:block;
    float:right;
    background:url(images/plus.png) center center no-repeat;
    padding:10px;
}
div.info01 {
    padding:0;
    margin:0;
}
div.content {
    background:#efefef;
    margin: 0;
    padding:10px;
    font-size:17px;
    line-height:20px;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:#4f5254;
}
div.content ul, div.content p {
    padding:0;
    margin:0;
    padding:3px;
}

code {
    overflow:auto;
}
/*--accordion_ends--*/

.list01{
	margin:0;
	padding:0;
}
.list01 ul{
	margin:0;
	padding:0;
	list-style:none;
}
.list01 li{
	margin:0;
	padding:3px 0 3px 15px;
	background:url(images/bullet02.png) 0 8px no-repeat;
	color:#363636;
	font-size:14px;
}
.list01 li span{
	color: #AE1D1D;
}
.bx_alert_frm{
	margin:30px 0 0 0;
	box-shadow:0 0 5px rgba(0,0,0,.3);
	padding:20px 12px;
}
.col01{
	color:#385aa9;
	font-size:14px;
}

.col02{
	color:#595a5a;
	font-size:14px;
}


.col03{
	color:#bb2121;
	font-size:11px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

#alert_frm{
	margin:20px 0 0 0;
	padding:0;
	overflow:hidden!important
}

.f_name{
	width:73px;
	float:left;
	height:27px;
	line-height:27px;
	margin-bottom:15px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#080808;
}
.field01{
	width:169px;
	float:right;
	margin:0 0 15px 5px;
	border:1px solid #adadad;
	overflow:hidden!important
}
#alert_frm input[type="text"], #alert_frm input[type="email"] {
	width:95%;
	height:25px;
	background:#fff;
border:none;
	padding:0 2%;
	margin:0;
font-family:arial;
}
#alert_frm textarea{
	width:95%;
	height:86px;
	background:#fff;
	padding:2%;
	margin:0;
border:none;
font-family:arial!important;
font-size: 13px;
}
#alert_frm input[type="submit"]{
	margin:10px 0 0 95px;
	background:url(images/btn_submit.png) no-repeat;
	height:47px;
	width:133px;
	border:none;
	cursor:pointer;
	font-size:0;
}
.privacy{
	text-align:center;
	padding:20px 0 0 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.privacy span{
	color:#bb2121;
	font-size:17px;
}

.nl_main{
	border-top:1px solid #e0e0e0;
}
.nl_con{
	background:url(images/bg_nl.jpg) no-repeat top;
	background-size:100%;
	max-width:1100px;
	margin:0 auto;
	padding:37px 0;
	text-align:center;
}
.hd04{
	font-family: 'Fjalla One'; 
	font-weight:normal;
	color: #2A2A2A;
	font-size:24px;
	margin:0;
	line-height:36px;
	text-align:center;
}
.hd04 span{
	padding:0 0 0 35px;
	background:url(images/icon_nl.png) 0 45% no-repeat;
}
#nl_frm{
	width:648px;
	margin:30px auto 0;
	height:40px;
}
.es_textbox {
    float: left;
    width: 240px;
    height: 34px;
    margin: 0px 0px 0px 14px;
}

#nl_frm input[type="text"] {
	width:95%;
	height:32px;
	border-radius:6px;
	border:1px solid #adadad;
	background:#fff;
	padding:0 2%;
	margin:0;
}
#nl_frm input[type="submit"]{
	margin:0;
	float:right;
	background:url(images/nl_submit02.png) no-repeat;
	height:40px;
	width:131px;
	border:none;
	cursor:pointer;
	font-size:0;
}

.bg_foot{
	background:#2156d3;
	border-top:1px solid #131212;
	border-bottom:5px solid #fff;
}
.foot{
	margin:0 auto;
	padding:25px 0;
	max-width:1100px;
	position:relative;
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.ft_social{
	background:url(images/bg_social_btm.jpg) no-repeat;
	height:38px;
	padding:5px 0 0 0;
	width:232px;
	position:absolute;
	right:0;
	bottom:0;
	text-align:center;
}
#accordions-51 .responsive-accordion-head{
border-bottom:1px solid #fff !important;
}
.responsive-accordion-panel:first-child {
display:block!important;
}
.guarantee02{
	background:url(images/guarantee_bg.png) no-repeat;
	background-size:100% auto;
	padding:12% 0 0 0;
	margin:20px auto;
	width:777px;
}
.pnt{
	font-family:'Open Sans';
	color:#bb2121;
	font-size:19px;
	margin:14px 0;
}


/*--solution--*/
.os{
	font-size:14px;
}
.cntr{
text-align:center;
}

.solution_main{
	margin:0;
	padding:0;
	text-align:center;
}

.bx_sol01{
	float:left;
	width:28%;
	box-shadow:0 0 5px rgba(0,0,0,.3);
	margin:25px 0;
	background:#fff;
	padding:2%;
	text-align:center;
	font-size:13px;
	min-height:388px;
}
.md_bx{
	margin:25px 2%;
}
.bx_sol01 h3 {
	font-family: 'Fjalla One'; 
	font-weight:normal;
	color:#2a2a2a;
	font-size:24px;
	margin:12px 0 0 0;
}
/*--solution_ends--*/
.pnt{
	font-family:'Open Sans';
	color:#bb2121;
	font-size:19px;
	margin:14px 0;
}

.hw_main{
	margin:0;
	padding:60px 0 25px 0;
	text-align:center;
}
.hw_bx01{
	width:20.5%;
	padding:40px 1.5% 2%;
	min-height:250px;
	box-shadow:0 0 5px rgba(0,0,0,.3);
	margin:25px 2% 25px 0;
	background:#fff;
	text-align:center;
	font-size:13px;
	float:left;
	position:relative;
}
.step{
	font-family: 'Fjalla One'; 
	border-radius:80px;
	height:60px;
	padding-top:20px;
	width:80px;
	background:#fff;
	color:#232323;
	position:absolute;
	left:50%;
	margin:0 0 0 -40px;
	top:-50px;
	text-align:center;
	line-height:normal;
	font-size:18px;
	box-shadow:0 0 5px rgba(0,0,0,.3);
text-transform: uppercase;
}
.hw_bx01 h3 {
	font-family: 'Fjalla One'; 
	font-weight:normal;
	color:#2a2a2a;
	font-size:20px;
	margin:12px 0 0 0;
}
.hw_bx01:last-child{
	margin:25px 0;
}
.options01_main02{
	padding:25px 0;
	width:630px;
	margin:0 auto;
}
.options01_main02 .opt_lft h3 {
    background: transparent url("images/icon_form.jpg") no-repeat scroll left center;
    padding: 12px 0px 12px 50px;
    color: #2A2A2A;
    font-size: 20px;
    font-family: "Open sans";
    margin: 0px;
}
.options01_main02 .opt_rt h3 {
    background: transparent url("images/icon_call.jpg") no-repeat scroll left center;
    padding: 12px 0px 12px 50px;
    color: #2A2A2A;
    font-size: 20px;
    font-family: "Open sans";
    margin: 0px;
}




.hd05 {
	font-family: 'Fjalla One'; 
	font-weight:normal;
	color:#2a2a2a;
	font-size:24px;
	margin:12px 0 0 0;
}

.abx_main{
	margin:20px 0 0 0;
}
.abx01{
	width:13%;
	float:left;
	padding:1%;
	min-height:70px;
	box-shadow:0 0 5px rgba(0,0,0,.3);
	margin:0 2% 20px 0;
	font-size:13px;
	color:#2a2a2a;
	text-align:left;
	background:#fff;
}
.abx01 p{margin:0;}
.abx01 h3{
	margin:0;
	font-family:'Open Sans';
	font-size:18px;
	color:#2a2a2a;
	font-weight:normal;
	padding:0 0 0 22px;
	background:url(images/bullet01.png) 0 5px no-repeat;
}
.abx01:last-child{margin:0 0 20px 0;}
.contact_bx {
    width: 810px;
    margin:0;
    padding: 20px 0;
}
.con_lft {
    margin:0;
    padding: 0px;
    float: left;
    width: 437px;
}
.con_lft p {
    font-size: 16px;
}
.con_rt {
    width: 320px;
    float: right;
}
.ph02 {
    color: #908E8E;
    font-size: 24px;
}
.ph02:before{
    font-family: FontAwesome;
   content: "\f098";
   color:#bb2121;
padding-right:10px;
  }
.con_rt p {
    color: #424141;
    font-size: 16px;
}

.fax01 {
    color: #908E8E;
    margin:0;
    font-size: 24px;
}
.fax01:before{
    font-family: FontAwesome;
   content: "\f1ac";
   color:#bb2121;
   padding-right:10px;
  }
.mail02 {
    color: #908E8E;
    font-size: 24px;
}
.mail02:before{
    font-family: FontAwesome;
   content: "\f0e0";
   color:#bb2121;
   padding-right:10px;
  }
  
  .address01 {
    color: #908E8E;
    font-size: 24px;
}
.address01:before{
    font-family: FontAwesome;
   content: "\f015";
   color:#bb2121;
   padding-right:10px;
  }
 .address01 p{
  font-size:16px!important;
  }
.con_rt a {
    color: #232323;
    font-size:16px!important;
    text-decoration: none;
}
#wpcf7-f37-p35-o1 {
	margin:0;
	padding:0;
}
#wpcf7-f37-p35-o1 input[type="text"], #wpcf7-f37-p35-o1 input[type="email"], #wpcf7-f70-p65-o1 input[type="text"], #wpcf7-f70-p65-o1 input[type="email"], #wpcf7-f70-p65-o1 input[type="tel"] {
	width:96%;
	height:28px;
	border:1px solid #ccc;
	background:#fff;
	padding:0 1% 0 2%;
	font-size:13px;
	margin: 12px 0 0 0;
font-family:arial;
}
#wpcf7-f70-p65-o1 label {
    margin-top: 10px;
    display: block;
}
#wpcf7-f70-p65-o1 span{
color:#BB2121;
}
#wpcf7-f70-p65-o1 textarea {
	width:96%;
	height:80px;
	border:1px solid #ccc;
	background:#fff;
	padding:0 1% 0 2%;
	font-size:13px;
	margin: 12px 0 22px 0;
font-family:arial!important;
}
#wpcf7-f70-p65-o1 p{
	margin-bottom:0;
}
#wpcf7-f70-p65-o1 select {
	width:96%;
	height:28px;
	border:1px solid #ccc;
	background:#fff;
	padding:0 1% 0 2%;
	font-size:13px;
	font-family:'Open Sans';
	margin: 12px 0 0 0;
}

#wpcf7-f37-p35-o1 textarea {
	width:96%;
	height:80px;
	border:1px solid #ccc;
	background:#fff;
	padding:0 1% 0 2%;
	font-size:13px;
	font-family:arial!important;
	margin: 12px 0 0 0;
}
#wpcf7-f37-p35-o1 input[type="submit"], #wpcf7-f70-p65-o1 input[type="submit"] {
	margin:10px 0 0 0;
	background:url(images/btn_submit.png) no-repeat;
	height:47px;
	width:133px;
	border:none;
	cursor:pointer;
	font-size:0;
}
.frm01_lft{
	float:left;
	width:46%;
}
.frm01_rt{
	float:right;
	width:46%;
}
#content{
min-height:400px;
}



@media screen and (max-width:1120px) {
	.abx_main{
	margin:20px auto 0;
	width:75%
}
.abx01{
	width:30%;
}
.abx01:nth-child(3){margin:0 0 20px 0;}
	.bx_sol01 h3 {
    font-size: 20px;
}
.sec_lft01 {
    width:65%;
}
}

@media screen and (max-width:1030px) {
.con_rt .con_num{display:none;}
.con_rt .con_mobile{display:block;}

.call02 .num {display:none;}
.call02 .mobile{display:block;}

.opt_rt .number{display:none;}
.opt_rt .mobile{display:block}

.mobile_ph{display:block;}
.ph{display:none;}

.guarantee02 {
    padding: 17% 0px 0px;
}
.hd01 {
    font-size: 26px;

}
.we_buy_bx li {
    font-size: 15px;
}
.main_content {
    max-width:97%;
}
.container01{max-width:97%;}
}
@media screen and (max-width:940px) {
	nav li a {
    padding: 0px;

	}
.sec_lft01 {
    width:60%;
}
.hd01 {
    font-size: 23px;

}
}
@media screen and (max-width:860px) {
nav li a {
    margin: 0px 8px;
    font-size: 14px;
}
}
@media screen and (max-width:820px) {
.contact_bx {
    width:600px;
}
.con_lft {
    margin:0;
    padding: 0px;
    float:none;
    width:100%;
}

.con_rt {
    width:100%;
    float:none;
margin-top:30px;
}
.hw_bx01 {
    width: 97%;
    min-height:auto;
   margin: 35px 0;
}
	.guarantee02{
	width:100%;
}
	.logo {
    width: 280px;
    margin:0;
}
.sec_lft01 {
    width:100%;
}
.sec_rt01 {
    width:100%;
	margin-top:30px;
}
.main_content {
    max-width:660px;
}
/*
#alert_frm input[type="text"], #alert_frm input[type="email"] {
    float: left;
    width: 65%;

}
#alert_frm textarea {
    float:left;
    width:65%;
}
*/
.field01{
	width:65%;
	float:left;
}


}

@media screen and (max-width:770px) {
.social{display:none;}
}



@media screen and (max-width:680px) {
#nl_frm {
    width: 242px;
    margin: 30px auto 0;
    height: auto;
}
#nl_frm input[type="button"] {
	float:none!important;
}
.es_textbox {
    float: none;
    margin: 0px 0px 10px;
}
.contact_bx {
    width:90%;
padding:12px 5%;
}
	.abx_main{
	width:97%
}
.options01_main02 {
    width:97%;
}
.bx_sol01 {
    float: none;
    width: 96%;
    margin: 25px 0px;
    min-height:auto;
}
	.foot {
    margin: 0px auto;
    padding: 12px 0px 55px;
	font-size:11px;
	text-align:center;
	}
	.ft_social {
    width: 232px;
    position: absolute;
    right:auto;
	left:50%;
	margin:0 0 0 -116px;
    bottom: 0px;
    text-align: center;
}
	.opt_lft {
    float:none;
	margin:0 auto;
	text-align:center;

}
.opt_mid {
    float:none;
	margin:0 auto;
    width: 140px;
}
.opt_rt {
    float:none;
	margin:0 auto;
	text-align:center;
    width: 220px;
}
	.gua_main {
    padding:0;

}
	.bg_top{padding:0 0 1%;}
.logo {
    width: 280px;
    float:none;
    margin:0 auto 0px;
}

.top_rt {
    float:none;
    width:100%;
	margin:0 auto;
padding-top:8px;
}
.mobile_ph {font-size: 18px;text-align:center!important;}
.email01 {font-size: 14px;text-align:center!important;}
	
	
.opt_rt .mobile{
    font-size: 26px;
	}
	.call02 {
    font-size: 18px;
}
.call02 .mobile {
    font-size: 26px;
}
	
	.main_content {
    max-width:97%;
}


nav {
    height:auto;
	width:100%;
	display:block;
	background:none;
  }

  nav ul {
    position:static;
	height:auto;
	padding:0 20px;
	margin:0;
	text-align:center;
  }

  nav ul li {
	height:auto;
	display:block;
    position:relative;
    font-size: 12px;
	background:none!important;
	padding:5px 0;
	border-bottom:1px dashed #151515;
  }
  nav ul li:last-child{
	  border:none;
  }
  nav li a{
	margin:0;
	font-family: 'Nunito';
	font-size:13px;
	color:#000;
	line-height:normal!important;
	background:none;

	border:none;
}
nav .current-menu-item a, nav li a:hover, nav li:hover a{background:none; color:#000; text-decoration:underline; border:none;}

nav li:hover a{background:none!important; color:#000!important;}
nav li:hover a{text-decoration:underline;}
nav li a:hover{
	background:none!important;
	text-decoration:underline;
	color:#000;
}
nav .current-menu-item a, nav li a:hover{
	border-bottom:none;
	background:none!important;

}

  #hea-men-1  {
    display: none;
    margin: 0;
  }
  
    a.mob:hover {
    border-bottom: 0;
  }
nav .sub-menu{
left:0;
margin: 20px 0 0 0;
top:0;

}
nav .sub-menu li a{font-size:12px; text-decoration:none; }

.mob {
    display: block;
    padding: 0px;
	text-align:center;
	background:#ffc62c;
	height:50px;

 
}
.mob a{
	margin:0;
	display:block;
	color:#151515;
	text-decoration:none;
	line-height:50px;
	font-size:15px;

}
nav .sub-menu{
	width:200px;
	left:50%;
	margin:25px 0 0 -105px;

}

nav .current a, nav li a:hover{background:none;}
}

@media screen and (max-width:520px) {

/*
#alert_frm input[type="text"], #alert_frm input[type="email"] {
    width: 96%;
padding:0 1%;
float:none;
}*/
.field01{
	width:98%;
	float:none;
	margin:0 0 15px 0;
}

/*
#alert_frm textarea {
    float:none;
    width: 96%;
padding:0 1%;
}
*/
.f_name {
    width:100%;
float:none;
}
.frm01_lft{
	float:none;
	width:100%;
}

.frm01_rt{
	float:none;
	width:100%;
}
	.abx01{
	width:47%;
}
	.abx01 h3{
	font-size:16px;
}
.abx01:nth-child(3){margin:0 2% 20px 0;}
.abx01:nth-child(2){margin:0 0 20px 0;}
.abx01:nth-child(4){margin:0 0 20px 0;}
.abx01:nth-child(6){margin:0 0 20px 0;}
}
@media screen and (max-width:400px) {
	.abx01{
	width:94%;
	margin:0 0 20px 0;
	padding:4% 3%;
	min-height:auto;
}


