/* 
Theme Name: Responsive Child Theme
Theme URI: http://themeid.com/responsive-theme
Description: Responsive Child Theme
Author: Emil Uzelac
Author URI: http://themeid.com
Template: responsive
Version: 1.0
*/

/* Import Responsive Styles */
@import url('../responsive/style.css');
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito-Regular'), url(http://fonts.gstatic.com/s/nunito/v7/cSNs3NwpEgPVRQzvkh3NeQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* =Start Here
-------------------------------------------------------------- */
@font-face {
    font-family: 'KhmerUIRegular';
    src: url('font/khmerui.eot');
    src: url('font/khmerui.eot') format('embedded-opentype'),
         url('font/khmerui.woff') format('woff'),
         url('font/khmerui.ttf') format('truetype'),
         url('font/khmerui.svg#KhmerUIRegular') format('svg');
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_CenturyGothic';
	src: url('font/CenturyGothic.eot');
	src: url('font/CenturyGothic.woff') format('woff'), 
		 url('font/CenturyGothic.ttf') format('truetype'), 
		 url('font/CenturyGothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('font/avenirltstd-roman-webfont.eot');
    src: url('font/avenirltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/avenirltstd-roman-webfont.woff') format('woff'),
         url('font/avenirltstd-roman-webfont.ttf') format('truetype'),
         url('font/avenirltstd-roman-webfont.svg#AvenirLTStd55Roman') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Avenir';
    src: url('font/avenirltstd-light-webfont.eot');
    src: url('font/avenirltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/avenirltstd-light-webfont.woff') format('woff'),
         url('font/avenirltstd-light-webfont.ttf') format('truetype'),
         url('font/avenirltstd-light-webfont.svg#AvenirLTStd35Light') format('svg');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'Avenir';
    src: url('font/avenirltstd-heavy-webfont.eot');
    src: url('font/avenirltstd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/avenirltstd-heavy-webfont.woff') format('woff'),
         url('font/avenirltstd-heavy-webfont.ttf') format('truetype'),
         url('font/avenirltstd-heavy-webfont.svg#AvenirLTStd85Heavy') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'candara';
    src: url('font/candara-webfont.eot');
    src: url('font/candara-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/candara-webfont.woff') format('woff'),
         url('font/candara-webfont.ttf') format('truetype'),
         url('font/candara-webfont.svg#candararegular') format('svg');
    font-weight: normal;
    font-style: normal;

}/*html {
  background: url("images/bk.jpg") no-repeat fixed center center / cover  rgba(0, 0, 0, 0);
  background-image: url("images/bk.jpg");
  background-repeat:no-repeat;
  background-color:transparent;
}*/
/*html {
  background-attachment: fixed; 
  background-color: transparent;
  background-image: url("images/bk.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
} 
html.ie8 body {
	background-attachment: fixed; 
  	background-color: transparent;
  	background-image: url("images/bk.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover	; 
} */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
	/*padding-bottom:10px;*/
}
.fixed-img{
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.fixed-img img {
  border: 0 none;
  min-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
} 

#header {
	height: 103px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background:#fff;
  padding: 15px 0;
  box-sizing: border-box;
}
.inner-header {
  margin: 0 auto;
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-widget {
	float: right;
	width: 40%;
  padding: 0;

/*	margin-top: 20px !important;
	margin-right: 28px;*/
}
.phone {
	font-size: 17px;
	color: #011D44;
	height: 71px;
	margin-top: -20px;
	padding-right: 62px;
	padding-top: 37px;
	width: 170px !important;
}
.phone p {
	margin: 0px;
}
.phone p strong {
	font-size: 24px !important;
	/*letter-spacing: -1px;*/
}
#container {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 100%;
} 
#logo {
  height: 55px;
  margin-left: 0;
  margin-top: 0;
  width: 30%;
  float: none;
}
.top {
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 120px;
}
.top-widget {
  color: #000000;
  float: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 23.93px;
  font-weight: normal;
  line-height: 25px;
  margin-left: 0px;
  margin-right: 0;
  margin-top: 0px;
  text-align: center;
  width: 40%;
}
.top-widget strong {
  font-size: 23.93px;
  font-weight: bold;
}

#quote {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 400;
	height: 136px;
	width: auto;
	text-indent: -10000em;
	display: block;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#content {
	float: none;
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  display: block;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e5D2D2D2,EndColorStr=#e5D2D2D2);
  background: rgba(210, 210, 210, 0.9);
  margin-top: 0!important;
  margin-bottom: 0!important;
}
#content h2 {
	font-size: 24px;
	font-weight: 700;
	color: #001287;
	width: 100%;
	margin-bottom: 30px;
	text-align:center;
}
#rotatingbanner {
  padding: 30px 0;
}
#rotatingbanner p img {
	margin-top: 0px;
	display: block;
}
#widgets {
	width: 367px;
	float: right;
	margin-right: 20px;
}
.widget-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
  border-radius: 0;
}
#widgets .widget-wrapper {
	height: auto;
	width: 377px;
	margin-top: 20px;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80000000,Positive=true)";
	zoom: 1;
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#80000000, Positive=true);
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
#widgets .widget-wrapper .widget-title {
	
}
#widgets ul {
	margin: 0px;
	padding: 0px;
}
#widgets ul li {
	list-style-type: none;
	padding-left: 40px;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 10px;
}
#widgets p {

}
.footerclear {
	height: 40px;
	clear: both;
}
#footer {
	height: 64px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	background:#fff;
}
#footer p {
	font-size: 14px;
	line-height: 1.4em;
}
#footer p strong {
	color: #403F3F;
	font-size: 27px;
	font-weight: bold;
}
.copyright {
	float: left;
	width: 30%;
}
.logos {
	height: 55px;
	width: 30%;
	float: left;
	margin-left: 5%;
	margin-top: 5px;
	background-position: center center;
}
p.hartnoll {
	float: right;
	margin-top: 30px;
}
.capitalize {
	text-transform: capitalize;
}

#responsive_current_menu_item{ display:none;}
/*.main-nav {
  clear: none;
  float: right;
  margin-right: 0;
  margin-top: 10px;
}*/
.menu {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  clear: both;
  margin: 0 auto;
}
.menu a {
  background: none repeat scroll 0 0 #D3D3D3;
  border-left: 0 none;
  color: #3E3E3E;
  cursor: pointer;
  display: block;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 0 12px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: 66px;
}
.home .menu .current_page_item a {
  background: none repeat scroll 0 0 #000088;
  filter: none;
  color:#FFF;
}
.menu .current_page_item a {
  background: none repeat scroll 0 0 #000088;
  filter: none;
  color:#FFF;
}
.menu a:hover {
  background: none repeat scroll 0 0 #000088;
  color:#FFF;
} 
.navtop-widget {
  float: none;
  line-height: 23px;
  margin-right: 0;
  width: 30%;
}
#navtop-widget .widget-wrapper {
  color: #000000;
  float: right;
  font-family: KhmerUIRegular;
  font-size: 14.53px;
  padding: 2px 0;
  text-align: right;
  /*width: 170px;*/
  margin-bottom: 0;
}
#navtop-widget .widget-wrapper span {
  font-size: 1.5rem;
}

.banner-inner {
  position: relative;
}
.slide-img img{ margin:0;}
.slide-nav {
  background: url("images/slide_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-image : url("images/slide_bg.png");
  background-repeat: repeat;
  background-color:rgba(0, 0, 0, 0);
  display: table;
  height: 495px; 
  left: 72px;
  position: absolute;
  top: 0;
  width: 230px;
}
.slide-nav > ul {
  display: table-cell;
  vertical-align: middle;
  padding:0;
}
.slide-nav li {
  color: #FFFFFF;
  /*font-family: 'Nunito',sans-serif;*/
  font-family:Avenir;
  font-size: 32px;
  line-height: 40px;
  list-style: none outside none;
  margin: 0 auto;
  text-align: left;
  width: 50%;
}
.slide-nav li.current{ color:#FFD100; }
#banner-widget .widget-wrapper {  margin: 0;  padding: 0; }
#wrapper #home-top {
  /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e5D2D2D2,EndColorStr=#e5D2D2D2);
  background: rgba(210, 210, 210, 0.9);
}
#home-top .widget-wrapper {
  margin: 0px;
  padding: 0;
}

#wrapper #home-middle{
  /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e5D2D2D2,EndColorStr=#e5D2D2D2);
  background: rgba(210, 210, 210, 0.9);
}
#home-middle .widget-wrapper {
  margin: 0px;
  padding: 0;
}

#wrapper #home-bottom {
  /*background: none repeat scroll 0 0 transparent;*/
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e5D2D2D2,EndColorStr=#e5D2D2D2);
  background: rgba(210, 210, 210, 0.9);
 
}
#home-bottom .widget-wrapper {
  margin: 0px;
  padding: 0;
}
#footer {
  height: auto;
  /*margin: 10px auto 0; */
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
#footer_widget {
  color: #403F3F;
  float: none;
  font-family: Conv_CenturyGothic;
  font-size: 18px;
  /*height: 158px;*/
  margin: 0 auto !important;
  text-align: center;
  width: 100%;
}
.ie8 #footer_widget { height: auto; }
#footer_widget .col-300 {
  float: none;
  margin-bottom: 0;
  width: auto;
  display:block;
  margin-right:0px;
  margin-bottom: 18px;
}
#footer_widget .widget-wrapper {
  margin-left: 0px;
  padding: 0;
  margin-bottom:0px;
}
#footer #footer_widget p {
  font-size: 18px;
}
#colophon-widget .colophon-widget {
  padding-top: 4px;
}
.middle {
  color: #403F3F;
  float: left;
  font-family: Conv_CenturyGothic; 
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  width: 936px;
}
#footer .middle a {
	color: #403F3F;
	font-size: 16px;
	font-weight: normal;
}
#colophon-widget{
  color: #403F3F;
  float: none;
  font-family: Conv_CenturyGothic;
  font-size: 11.5px;
  font-weight:bold;
  clear:both;
}
.colophon-widget.widget-wrapper.widget_text {
  margin-bottom: 0;
  padding-bottom: 0;
}
#footer_widget .col-300.widget_black_studio_tinymce {
  width: 100%;
}
.mobile-tel{ color:#000;}
.widget_black_studio_tinymce .mobile-tel{ display:inline-block; clear:both;}
#footer_widget .col-300.widget_black_studio_tinymce .mobile-tel {
  color: #403F3F;
  font-weight: bold;
}
.navtop-widget .widget-wrapper .mobile-tel i {
  color: #e5071b;
  font-size: 1.8rem;
}
.navtop-widget .widget-wrapper strong {
  /*background: url("images/phone_icl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 12px;
}
.navtop-widget .widget-wrapper .headeremail {
  color: #000;
}
.navtop-widget .widget-wrapper .headeremail:hover {
  color: #444;
}

#home-bottom h3 {
  color: #000000;
  font-size: 18.07px;
  margin: 0 0 16px;
}
#home-bottom .widget_black_studio_tinymce ul {
  margin-bottom: 14px;
}
#home-bottom li {
  color: #000000;
  font-size: 14.78px;
  width:212px; /*/ mod /*/
}

#frm_form_6_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.with_frm_style input[type="text"], .with_frm_style input[type="password"], .with_frm_style input[type="email"], .with_frm_style input[type="number"], .with_frm_style input[type="url"], .with_frm_style input[type="tel"], .with_frm_style select, .with_frm_style textarea{
	padding : 6px;	
	width : 100%;
}

.with_frm_style .frm_submit input[type="submit"], .frm_form_submit_style {
  background: none repeat scroll 0 0 #000088;
  border-color: #000088;
  color: #FFFFFF;
  font-weight: bold;
} 
#footer p strong {
  color: #403F3F;
	font-size: 27px;
	font-weight: bold;
}

#footer a {
	color: #403F3F;
	font-size: 27px;
	font-weight: bold;
}ul.menu > li:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}

/*---------------Esto resuelve el ancho de la liga de HOME--------------------*/
#menu-item-18 a {
	/*width:70px !important;
	text-align:center;*/
	padding-left: 31px;
	padding-right: 31px;
}
#footer-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 900px;
}
#wrapper {
  border: 0 none;
  border-radius: 0;
  clear: both;
  margin: 100px auto;
  padding: 0;
  position: relative;
  width: 864px; 
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e5D2D2D2,EndColorStr=#e5D2D2D2);
  background: rgba(210, 210, 210, 0.9);
}
#wrapper:nth-child(n) {
	filter:none;
}
.home #wrapper {
  border: medium none;
  margin: 100px auto 90px auto;
  padding: 0;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e5D2D2D2,EndColorStr=#e5D2D2D2);
  background: rgba(210, 210, 210, 0.9);*/
}
.home #wrapper:nth-child(n) {
	filter:none;
}
.foot-img {
  float: left;
  width: 33.3333%;
}
#wrapper {
  width: 900px!important;
}
.home-section1, .home-section2, .home-section3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.inner-section1,.inner-section3 ,.inner-section2, .home-section2 .inner-section1, .home-section2 .inner-section3  {
  float: none;
  height: 300px;
  width: 300px;
  position: relative;
}
.inner-section1, .inner-section3 {
  background: #fff;
}
.home-section2 .inner-section1, .home-section2 .inner-section3 {
  background: none;
}
.inner-section1 img, .inner-section3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-middle .inner-section2 img {
  width: 100%;
  height: auto;
}
.home-section2 .inner-section1, .home-section2 .inner-section3 {
  margin-left: 0;
}
#home-middle .inner-section1, #home-middle .inner-section3 {
      display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 50px 0;
    box-sizing: border-box;
}
#home-middle .inner-section1 *, #home-middle .inner-section3 * {
  display: block;
    float: none;
    width: 100%;
}
.home-section2 h2:first-child {
  margin-top: 0;
}
.home-section1 .inner-section2 {  text-align: center; }
.home-section1 .inner-section2 h3 {  color: #3F3F3F;  font-family: candara;  font-size: 30px;  margin-top: 55px;}
.home-section1 .inner-section2 > strong {  color: #3F3F3F;  font-family: Avenir;  font-size: 30px; }
.call-us {
  color: #3F3F3F;
  font-family: avenir;
  font-size: 24px;
  line-height: 56px;
}
.call-us strong {
  background: url("images/phone_icl_medium.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
  display: block;
  font-size: 30px;
  margin-left: 18px;
  padding-left: 12px;
}
.home-section2  h2 {  color: #3F3F3F;  font-family: candara;  font-size: 48px;  margin-top: 35px; margin-bottom:0;}
.home-section2 .tag-line{ color:#5B5B5B; font-family: candara;  font-size: 18px; font-weight:bold; }
.inner-section2 div.expimg{  margin-top: 70px;}
.bldexp {  color: #3F3F3F;  font-family: candara;  font-size: 18px;  font-weight: bold;  margin-top: 50px;  text-align: center;}
.exp {  color: #3F3F3F;  font-family: candara;  font-size: 18px;  font-weight: normal; font-style : italic; text-align:center; }
.img1.foot-img {  text-align: left; }
.img1.foot-img img {  margin-top: 18px; }
.img3.foot-img > img {  margin-top: 18px; }
.img3.foot-img {  text-align: right;}
#footer-wrapper .grid.col-940 {  margin:30px 0 6px; }
.img2.foot-img img {  margin-left: 32px; }
#top-widget .textwidget {  line-height: 28px; }
.call-us .mobile-tel {  color: #3F3F3F; }

#widgets img {
	width: 250px;
	height: 450px;
}/* styles added in Nov 2014 */

/*.page-template-content-sidebar-page #wrapper {
	width:960px!important;
}*/
.page-template-content-sidebar-page h1.entry-title {
	display:none!important;
}
/*.page-template-content-sidebar-page #content {
	width:940px!important;
	padding-top:20px!important;
}*/
.frm_forms.with_frm_style {
	width: 100%!important;
	max-width:100%!important;
}
form div {
	/*width:100%!important;*/
}
/*form div.g-recaptcha {
	width:auto!important;
}*/
.page-id-8 form div.frm_form_fields,
.page-id-8 form div.frm_submit {
	width:920px!important;
	margin: 0 auto!important;
}
.frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half {
	width:48%!important;
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
  /*display: none;*/
}
.with_frm_style .form-field {
	/*height:76px!important;*/
	margin-bottom:10px!important;
}
.with_frm_style #frm_field_89_container.form-field {
	height:auto!important;
}
textarea#field_n313fd {
	height:203px!important;
}
.frm_submit {
	/*text-align:right!important;
	position:absolute!important;
	bottom:15px!important;*/
}
form#form_470p7g {
	position:relative!important;
}
.with_frm_style .frm_blank_field label, 
.with_frm_style .frm_error,
.with_frm_style .frm_required {
	color:#E20A17!important;
}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style select, .with_frm_style textarea, #content .with_frm_style input:not([type=submit]), #content .with_frm_style select, #content .with_frm_style textarea, .with_frm_style .chzn-container {
	border:none!important;
}
/* for IE8 */#header {
	position: fixed!important;
	z-index: 99999;
}
#wrapper {
	margin: 203px auto 90px!important;
}
.fc2a {
  display: none;
  background-color: #fff;
  box-shadow: 0 -5px 5px rgba(0,0,0,.3);
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  font-size: 0;
  border-top: solid 1px #fff;
}
.fc2a a {
  width: 50%;
  text-decoration: none!important;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  color: #fff!important;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  background: #000088;
}
.fc2a a.fphone {
  background-position: center -60px;
  border-right: solid 1px #fff;
}
/*.fc2a a.fphone:before, .fc2a a.email:before {
    font-family: FontAwesome;
    font-size: 1.4em;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: 400;
}
.fc2a a.fphone:before {
    content: "\f095";
}
.fc2a a.email:before {
    content: "\f0e0";
}*/

.mobonly, .show-iphoneonly, .onecolumnform {
	display: none!important;
}
.pconly, .hide-iphoneonly, .twocolumnsform {
	display: initial;
}
.mobcopyright {
	font-size: 14px!important;
	margin-top: 10px;
	text-align: center!important;
	font-weight: 400!important;
}
.sticky {
		position: fixed!important;
		top: 0!important;
		margin-top: 0!important;
		margin-bottom: 0!important;
		width: 100%!important;
		z-index: 1000!important;
}
p.footer02-01, p.footer02-02, p.footer02-02 a, p.footer02-03, p.footer02-03 a {

  margin-top: 15px!important;

  color: #000;

}

p.footer02-01 {

    font-size: 14px;

    font-weight: normal;

}

p.footer02-02, p.footer02-02 a {

    font-size: 28px!important;

    font-weight: 700!important;

    text-decoration: none;

}

p.footer02-03, p.footer02-03 a {

    font-size: 24px!important;

    font-weight: 700!important;

    text-decoration: none;

}



.footer03 {

  width: 25%;

  text-align: right;

}

.footer03 p {

  color: #000;

  font-size: 10px;

  font-weight: 400;

  margin-bottom: 0;

}

p.footer02-04 {

  color: #000;

  font-size: 18px;

  font-weight: 400;

}

.mobileonly {

  display: none!important;

}

.pconly {

  display: block;

}
.footerContact {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: flex-end;
  text-align: center;

}

.footer01 {

  width: 25%;

  text-align: left;

}

.footer01 p {

    font-size: 10px;

    font-weight: normal;

    color: #000!important;

    margin-bottom: 0;

}

.footer02 {

  width: 50%;

  padding-top: 20px;

  text-align: center;

}





/* new section */
.container {
  width: 940px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
#callustoday {    
  position: relative;
    padding: 30px 0;
    background: #cac9c9;
}
#callustoday p {    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}
#callustoday p a {    
  background: #001287;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    white-space: nowrap;
    display: inline-block;
}
#threepoints {    
  padding: 40px 0;
}
#threepoints p {    
  line-height: 1.5em;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
#threepoints p i {    font-size: 12px;
    color: #001287;
}
#ordernow {    
  padding: 40px 0;
    position: relative;
    background: #cac9c9;
    margin: 30px 0 0;
}
#ordernow p {    
  color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 0;
}
#ordernow p a {    
  background: #001287;
    padding: 0;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    width: 60%;
    display: inline-block;
}
#newcontact {    
  padding: 40px 0;
  background: #efefef;
}
#newcontact h2 {  
  color: #000;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
}
#newcontact form {    
  /*width: 60%;*/
    margin: 0 auto;
}
#newcontact input[type="text"], #newcontact input[type="email"], #newcontact textarea {    border: solid 2px #001287!important;
    margin: 0 0 20px;
    padding: 0.7em;
    font-size: 16px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif!important;
}
.frm_forms.frm_style_formidable-style.with_frm_style {  max-width: initial!important;
}
/*.frm_style_formidable-style.with_frm_style .form-field {  margin-bottom: 0!important;
}*/
#newcontact button[type="submit"] {    
  background: #001287;
    width: 100%;
    font-size: 24px;
    border-radius: 5px!important;
    margin-top: 20px;
    border: 0;
    color: #fff;
    padding: 1em 2em!important;
    font-weight: 700;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif!important;
}
#footer {    /* margin-top: 20px; */
    overflow: hidden;
    padding: 5px 0;
    background-color: #001287;
    border-top: 4px #000 solid;
}
.footerContact p {    
  color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin: 0 auto;
}
.dnwrap {
  white-space: nowrap;
}




@media only screen and (max-width:929px){
  #wrapper {
    margin: 150px auto 50px !important;
  }
  .inner-header, #wrapper, #footer-wrapper, .container {
    width: 780px!important;
  }
  #logo, .navtop-widget {
    width: 25%;
  }
  .top-widget {
    width: 50%;
  }
  #text-3 strong {
    display: block;
  }
  #text-3, #text-3 strong {    
    font-size: 18px;
  }
  .inner-section1, .inner-section3, .inner-section2, .home-section2 .inner-section1, .home-section2 .inner-section3 {
    width: 260px;
    height: 260px;
  }
  .home-section1 .inner-section2 h3, .call-us strong, .home-section2 h2 {
    font-size: 24px;
  }
  .inner-section2 div.expimg {
    margin-top: 50px;
  }
  #footer #footer_widget p {
    font-size: 14px;
  }
  p.footer02-03, p.footer02-03 a {
    font-size: 18px!important;
  }
  #ordernow p a {
    width: 80%;
  }
  .page-id-26 h4 {
    font-size: 2.5rem!important;
  }
}
@media only screen and (max-width:799px){
  #header {
    height: auto;
  }
  #logo {
    height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #logo img {
    width: 30%;
  }
  .navtop-widget {
    width: 50%;
  }
  #wrapper {
    margin-top: 200px!important;
  }
  .inner-header, #wrapper, #footer-wrapper, .container {
    width: 600px!important;
  }
  .inner-section1, .inner-section3, .inner-section2, .home-section2 .inner-section1, .home-section2 .inner-section3 {
    width: 200px;
    height: 200px;
  }
  .home-section1 .inner-section2 h3, .call-us strong, .home-section2 h2, .call-us {
    font-size: 18px;
  }
  .home-section1 .inner-section2 h3 {
    margin-top: 30px;
  }
  .home-section2 .tag-line {
    font-size: 14px;
  }
  .inner-section2 div.expimg {
    margin-top: 30px;
  }
  .bldexp {
    margin-top: 15px;
    font-size: 14px;
  }
  .exp {
    font-size: 14px;
  }
  .frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half {
    width: 100%!important;
    margin-left: 0;
  }
  #frm_form_6_container {
    display: none;
  }
  .onecolumnform {
    display: block!important;
  }
  .with_frm_style .form-field {
    height: auto!important;
    margin-bottom: 30px;
  }
  .frm_style_formidable-style.with_frm_style label.frm_primary_label {
    font-size: 14px;
  }
  .frm_submit {
    position: relative!important;
  }
  .with_frm_style .frm_submit input[type="submit"] {
    width: 100%;
    height: 40px;
  }
  .footer-imgs img {
    max-width: 75%;
  }
  p.footer02-03, p.footer02-03 a {
    font-size: 14px!important;
  }
  #ordernow p {
    font-size: 1.4rem;
  }  
  .page-id-26 h4 {
    font-size: 2rem!important;
  }
}
@media only screen and (max-width:768px) {

  .mobileonly {

    display: block!important;

  }

  .pconly {

    display: none;

  }
  .pconly {
    display: none!important;
  }
  .mobonly {
    display: block!important;
  }
  #footer {
    padding-bottom: 50px;
  }
  #footer #footer_widget p {
    margin-top: 15px;
  }
  .mobcopyright {
    margin-top: 15px;
  }
  .frm_ajax_loading {
    display: none!important;
  }
  .footer02 {

    width: 100%;

  }
  #header {
    position: initial!important;
  }
  #wrapper {
    margin-top: 50px!important;
  }

}


@media only screen and (max-width:629px){
  #header {
    height: auto;
  }
  .inner-header, #wrapper, #footer-wrapper, .container {
    width: 500px!important;
  }
  #logo {
    width: 100%;
  }
  .navtop-widget {
    width: 50%;
  }
  .inner-section1, .inner-section3, .inner-section2, .home-section2 .inner-section1, .home-section2 .inner-section3 {
    width: 100%;
    height: 200px;
  }
  .inner-section1 img, .inner-section3 img {
    height: 100%;
    width: auto;
  }
  #home-middle .inner-section2 {
    text-align: center;    
  }
  #home-middle .inner-section2 img {
    width: auto;
    height: 100%;
  }
  #home-middle .inner-section1, #home-middle .inner-section3 {
    padding: 25px 0;
  }
  .home-section1 .inner-section2 h3, .call-us strong, .home-section2 h2, .call-us {
    font-size: 24px;
  }
  .call-us strong {
    display: inline-block;
    padding-left: 30px;
  }
  .call-us .mobile-tel {
    display: block;
  }
  .home-section2 h2 {
    font-size: 30px;
  }
  .home-section3 .inner-section2 {
    text-align: center;
  }
  .bldexp, .exp {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #ordernow p {
    font-size: 1.2rem;
  }
  #ordernow p a {
    width: 100%;
  }  
  .page-id-26 h4 {
    font-size: 1.5rem!important;
  }
}

@media only screen and (max-width:529px){
  .inner-header, #wrapper, #footer-wrapper, .container {
    width: 90%!important;
  }
  #top-widget, .navtop-widget {
    width: 100%;
  }
  #top-widget {
    margin-top: 10px!important;
  }
  #navtop-widget .widget-wrapper {
    float: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #footer_widget .col-300 {
    margin-bottom: 0;
  }
  .footer02 {
    padding-top: 0;
  }
  #ordernow p {
    font-size: 0.8rem;
  }
  .home-section2 .tag-line {
    font-size: 1rem;
  }
  .home-section1 .inner-section2 h3, .call-us strong, .home-section2 h2, .call-us {
    font-size: 1.2rem;
  }
  #logo img {
    width: 200px;
  }  
  .page-id-26 h4 {
    font-size: 1.2rem!important;
  }
}

@media only screen and (max-width:425px) {

  p.footer02-03 a {

    font-size: 16px!important;

  }
  #ordernow p {
      font-size: 1rem;
      line-height: 2.5;
  }
  #ordernow p a {
      font-size: 1rem;
      line-height: 4;
  }

}

@media only screen and (max-width:414px){
  #header {
    position: relative!important;
  }
  .home-section1 .inner-section2 {
    padding: 0 15px;
  }
  .home-section1 .inner-section2 h3 {
      margin-top: 15px;
  }
  .home-section2 .tag-line {
    font-size: 16px;
  }
  .container {
    width: 100%!important;
  }
  #ordernow p {
    font-size: 0.9rem;
  }
  #ordernow p a {
    font-size: 1rem;
    line-height: 2;
    padding: 10px 0;
  }
	.home-section1 .inner-section2 h3 {
    font-size: 0.9rem;
  }  
  .page-id-26 h4 {
    font-size: 0.8rem!important;
  }
}


