@charset "utf-8";

/* CSS Document */

* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*, :after, :before { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body { color: #363636; font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 18px; line-height: 25px; -webkit-font-smoothing: antialiased; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }

ol, ul { list-style: none }

blockquote, q { quotes: none }

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

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none; outline: none; color: #e13c39; }

a:hover { color: #edbf1c; }

ins { background-color: #ff9; color: #000; text-decoration: none }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold }
 
del { text-decoration: line-through }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help }

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

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

td, th { padding: 0; }

textarea { overflow: auto; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0 }

input, select { vertical-align: middle }

strong, b { font-weight: 700; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { display: block; }

img { outline: none; border: none; max-width: 100%; vertical-align: middle; height: auto; }

button { outline: none;} 

.img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

.img-responsive, .thumbnail > img, .thumbnail a > img { display: block; max-width: 100%; height: auto }

.img-circle { border-radius: 50%; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.pull-right { float: right }

.pull-left { float: left }
.main-nav-section .sub-menu li { position: relative;}
h1 { /*font-family: madre-script;*/ color: #e13c39; font-size: 48px; font-weight: 400; line-height: 52px; }

.home h1 { color: #000000; font-size: 44px; margin: 0 0 45px; line-height:40px; }

h2 { color: #363636; font-family: Gotham-Medium; font-size: 24px; padding: 0 0 10px; }

h3 { font-size: 18px; color: #363636; margin: 0 0 10px; font-weight: 700; }

p { margin: 0 0 20px; }

.bg-primary { background-color: #1a468d; }

.bg-secondary { background-color: #e13c39; }

.bg-tertiary { background-color: #f0f5f4; }


@media (min-width: 768px) {

.container { width: 750px; }

.footer-bottom-fixed .container { margin: 0 auto 0 0;    width: 560px;} 

.ios .footer-bottom-fixed .container { margin: 0 auto;    width: 750px;} 
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.reviews-section .slides-inner {
    height: 286px!important;}
.container { width: 970px; }

.footer-bottom-fixed .container { margin: 0 auto;    width: 1005px;} 

.footer-bottom-fixed { text-align:left;}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

.container { width: 1140px; }

.footer-bottom-fixed { text-align:center;}

}

.container-fluid { margin: 0 auto; max-width: 1140px; }

.container { margin: 0 auto; }

.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after { content: " "; display: table; }

.container:after, .row:after, .container-fluid:after { clear: both; }

.row { margin-right: -15px; margin-left: -15px; }

/**************container-table************/

.container-table { display: table; width: 100%; }

.column-cell { display: table-cell; height: 100%; overflow: hidden; position: relative; text-align: center; }

.column-cell2:before, .column-cell2:after { border: inherit; box-sizing: content-box; content: ''; display: block; height: 100%; *height: 100%;
left: 0; position: absolute; top: 0; width: 15px; z-index: 1; }

.column-cell2:after { left: auto; right: 0; }

/**************container-table end************/


/* .btn, .gform_button { color: #ffffff; border-radius: 0; display: inline-block; padding: 15px 20px; margin-bottom: 0; font-size: 18px; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #e13c39; text-decoration: none; transition: all 0.5s ease 0s;  font-family: Gotham-Bold; text-transform: uppercase; overflow:hidden; position:relative; height:3em; }
 */
.btn, .gform_button { position: relative; display: inline-block; overflow: hidden; margin: 0; padding: 15px 20px; height: 3em; font-size: 18px; font-family: Gotham-Bold; text-decoration: none; letter-spacing: .08em; text-transform: uppercase; color: #ffffff; background: #e13c39; cursor: pointer; text-align: center; border: none; vertical-align: middle; border-radius: 0; -moz-transition: ease 0.35s all; -o-transition: ease 0.35s all; -webkit-transition: ease 0.35s all; transition: ease 0.35s all; }

.btn-secondary { background-color: #edbf1c; color: #000; }

.btn:before { color: #000; content: attr(data-text); position: absolute; top: -2.75em; }

.btn:hover { line-height: 8.5em; background: #edbf1c; }

.btn-secondary:hover { background-color: #e13c39; }

.btn-secondary:before { color: #fff; }

.gform_button:before { color: #000; content: 'SUBMIT'; position: absolute; top: -2.75em; }

.gform_input:before { color: #000; content: 'SUBMIT'; position: absolute; top: -2.75em; }

.sub-quote-form .gform_button:before { content: 'GET A FREE QUOTE!'; }

.gform_button:hover { line-height: 8.5em; background: #edbf1c; }

/* title*/

.title-primary { /*font-family: madre-script;*/ color: #000; font-size: 48px; font-weight: 400; line-height: 48px; margin: 0 0 20px; }

.title-secondary { }

.text-primary { color: #000; }

.text-secondary { color: #e13c39 !important; }

.text-tertiary { color: #6b7a8f; }

.text-white { color: #fff; }

/*  */

img.alignnone { height: auto; width:auto; max-width: 100%; }

img.alignright { float: right; margin: 0.5em 0 1em 1em; }

img.alignleft { float: left; margin: 0 1em 1em 0; }

img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/**/

@media only screen and (max-width : 1199px) {
	.logo-text { font-size: 19px !important }
}

@media only screen and (min-width : 767px) {
header { position: fixed; top: 0; width: 100%; left: 0; background-color: rgba(255,255,255,0.7); z-index: 101; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; }
.page-template-tpl-bath header {
    position: initial;}
}

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

.logo { left: 24px; position: absolute; top: 7px; height: 100px; z-index: 30; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; }

.main-nav-section .sub-menu { position: absolute; top: 100%; left: auto; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; opacity: 0; visibility: hidden; height: 0; margin: 15px 0 0; }

.main-nav-section .sub-menu .sub-menu { left: 100%; top: 0; }

.main-nav-section .menu li:hover > .sub-menu { margin: 0; opacity: 1; visibility: visible; height: auto; }
}

@media only screen and (min-width : 1400px) {
	
	.main-nav-section .sub-menu .sub-menu { left: 100%; top: 0; }

	
}

.header-section:before, .header-section:after { content: " "; display: table; }

.header-section:after { clear: both; }

.logo-section { float: left; width: 27%; padding: 26px 0; position: relative; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; }

.nav-section { float: left; width: 73%; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; }

.logo-text { font-family: Times; color: #000000; font-size: 24.79px; font-weight: 700; font-style: italic; line-height: 28.792px; float: right; }

.logo-text span { font-size: 18.79px; }

.phone-number-section { text-align: right; }

.phone-number-text { font-family: Gotham-Medium; color: #000000; font-size: 18px; line-height: 30px; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; }

.ph-number { font-family: Gotham-Medium; color: #e13c39; font-size: 26px; line-height: 30px; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; }

.ph-number a { color: #e13c39; }

.fixed .logo-section { padding: 10px 0; }

.fixed .phone-number-text { margin: -25px 0 0; }

.fixed .logo { top: 7px; height: 75px; }

header.fixed { background-color: #fff; box-shadow: 0px 6px 6px 0px rgba(0, 1, 1, 0.1); -moz-box-shadow: 0px 6px 6px 0px rgba(0, 1, 1, 0.1); -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 1, 1, 0.1); -ms-box-shadow: 0px 6px 6px 0px rgba(0, 1, 1, 0.1); }

.icon.icon-angle-down, .dropdown-toggle { display: none; }

/*  */

.phone-bar { display: none; background: #c4132b; width: 100%; }

.phone-bar-in { margin: 0 auto; width: 100%; text-align: center; }

.phone-bar-in a { color: #ffffff; display: inline-block; font-size: 18px; font-weight: 600; margin: 0 auto; padding: 15px 5px;; text-decoration: none; }
.phone-bar-in .free-quote-btn { color: #ffffff; display: inline-block; font-size: 18px; font-weight: 600; margin: 0 auto; padding: 15px 5px;}

/* mobile toggle-icon */
.toggle-icon { cursor: pointer; height: 30px; position: absolute; right: 15px; bottom: 35px; width: 36px; display: none; }

.responsive-toggle { display: block; }

.responsive-toggle .fa-bars, .responsive-toggle .fa-bars:before, .responsive-toggle .fa-bars:after { cursor: pointer; border-radius: 1px; height: 3px; width: 35px; background: #e13c39; position: absolute; display: block; content: ''; right: 0; margin: 0; transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -mo-transition: all 500ms ease-in-out; top: 12px; }

.responsive-toggle .fa-bars:before { top: -12px; }

.responsive-toggle .fa-bars:after { bottom: -12px; }

.responsive-toggle.close-toggle .fa-bars { background-color: transparent; }

.responsive-toggle.close-toggle .fa-bars:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -mo-transform: rotate(45deg); top: 0; bottom: 0; }

.responsive-toggle.close-toggle .fa-bars:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -mo-transform: rotate(-45deg); top: 0; bottom: 0; }

/* dropdown-toggle  */

.dropdown-toggle { color: #e13c39; cursor: pointer; position: absolute; right: 15px; top: 11px; margin: 0; appearance: none; -webkit-appearance: none; -moz-webkit-appearance: none; background: none; border: none; z-index: 1; outline: none; width: 26px; }

.dropdown-toggle span { display: none; }

.dropdown-toggle:after { position: relative; content: "\f105"; display: inline-block; font-family: FontAwesome; font-size: 30px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: all 500ms ease-in-out 0s; -webkit-transition: all 500ms ease-in-out 0s; -moz-transition: all 500ms ease-in-out 0s; }

.dropdown-toggle.toggled-on:after { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); }

/* end toggle-icon */


.main-nav-section { position: relative; }

.main-nav-section .menu > li { display: inline-block; padding: 10px 12px; }

.main-nav-section .menu > li > a { color: #0f212b; font-size: 18px; font-weight: 300; line-height: 30px; display: block; padding-right: 10px; }

.main-nav-section .menu > li:last-child > a { padding-right: 0; }

.main-nav-section .sub-menu { min-width: 209px; border-top: 9px solid #edbf1c; background-color: rgba(255, 255, 255, 0.9); z-index: 30; }

.main-nav-section .sub-menu a { color: #0f212b; font-size: 18px; font-weight: 300; padding: 10px 20px; display: block; }

.main-nav-section .sub-menu li:first-child a { padding-top: 20px; }

.main-nav-section .sub-menu li:last-child a { padding-bottom: 20px; }

/*  */

.banner-section { position: relative; background-color: rgb(233, 233, 233);}

.banner-overlay { background-color: rgba(0, 0, 0, 0.3); padding: 23px; }

.banner-text { font-family: 'Open Sans', sans-serif; color: #fff; font-size:37px; font-weight: 700; line-height: 45px; margin: 10px 0; text-shadow: 0px -2px 2px rgba(0, 0, 0, 0.5); }
.banner-text.team-banner{ font-size:37px !important; line-height:37px !important;} 
.banner-button .btn { color: #fff !important; font-family: 'Open Sans', sans-serif; font-weight: 700; }

.banner-button .btn-secondary { color: #000 !important; margin-left: 25px; }

.btn-banner { line-height: 1.3em !important; }

.btn-banner:hover { line-height: 8.5em !important; }

/*  */

.banner-loader {    left: 50%;  position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 10;}

.home-banner .banner-slider { display:none;}

.home-banner .banner-slide .container { height: 100%;  position: relative;}

.home-banner .banner-section,.banner-slide {position:relative;}

.home-banner .banner-img{background-position:center center;background-repeat:no-repeat;background-size:cover;height:100%;overflow:hidden;}

.home-banner .banner-img img{vertical-align:middle;visibility:hidden;display:block;height:auto;max-width:100%;width:100%;}

.home-banner .banner-overlay {  background-color: rgba(0, 0, 0, 0.3);
  bottom: 100px;
  padding: 25px;
  position: absolute;
  left: 50px;
}

.home-banner .banner-slider .slick-prev{left:20px;}

.home-banner .banner-slider .slick-next{right:20px;}

.home-banner .banner-slider .slick-prev, .banner-slider .slick-next{height:80px;width:50px;z-index:1;color:#FFFFFF;}

.home-banner .banner-slider .slick-arrow{opacity:0;visibility:hidden; background-color: rgba(0,0,0,0.7);
    border-radius: 50%;
    height: 40px; width: 40px; transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;}

.home-banner .banner-slider:hover .slick-arrow{opacity:1;visibility:visible;}

.home-banner .banner-slider .slick-arrow:before{color:#FFFFFF;opacity:1; font-size: 33px;     content: "\f105"; font-family:FontAwesome;}

.home-banner .banner-slider .slick-prev:before{  content: "\f104";}

 @media screen and (min-width: 769px) and (max-width: 1024px) {
.page-template-template-schedule-estimate .content-section {width: 100%;}
.home-banner .banner-section ,.banner-img{ height:510px !important;}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {

.home-banner .banner-section ,.banner-img{ height:760px !important;}
}
.funding-sec { position: fixed; right: 0px; top:38%; transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); z-index: 27; cursor: pointer; background: #FDCF46; height: 125px; width: 125px; }

.funding-sec img { display: none; }

/*.home .funding-sec { top:31%;}*/

.funding-overlay { border-radius: 50%; bottom: 0; height: 60px; left: 0; margin: 0 auto; position: absolute; right: 0; top: 0; width: 88px; }
.funding-table { display: table; height: 100%; padding: 0 10px; width: 100%; margin-left:-6px }

.funding-cell {  border-radius: 50%;  color: #000000;  display: table-cell;  font-family: "Open Sans",sans-serif;  font-size: 21px; 
  font-weight: 400;  text-align: center;  vertical-align: middle;  line-height: 28px; padding: 5px 5px 0 0;}
.funding-cell a{color:#000 !important;}
.pop-up-overlay { height: 100%; width: 100%; left: 0; position: fixed; top: 0; background-color: rgba(0, 0, 0,0); z-index: 28; -webkit-overflow-scrolling: touch; }

.pop-up-overlay.pop-up-video  {background-color: rgba(0, 0, 0,0.8); z-index:102;} 

.video-bg { position:relative;}

.download-form .container { width: 600px;}

.free-quote-form { position: fixed; }

.pop-up-overlay .container-table { height: 100%; }

.pop-up-overlay .column-cell { vertical-align: middle; }

.pop-up-overlay { display: none; }

.popup-form-bg { background: url("assets/images/popup-form-bg.jpg") no-repeat; background-size: cover; padding: 20px 20px 35px; position: relative; margin: 70px auto 0; }

.financing-form .popup-form-bg { padding: 42px; position: relative; max-width: 709px; }

.financing-form .title-primary { margin: 0 0 10px; }

.pop-up-overlay .close-btn { cursor: pointer; float: right; height: 44px; position: absolute; right: 12px; top: 10px; width: 50px; z-index: 1; }

.pop-up-overlay .close-btn:before, .pop-up-overlay .close-btn:after { cursor: pointer; height: 2px; width: 50px; background: #ffffff; position: absolute; display: block; content: ''; right: 2px; top: 20px; margin: 0; transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -mo-transition: all 500ms ease-in-out; }

.pop-up-overlay .close-btn:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -mo-transform: rotate(45deg); }

.pop-up-overlay .close-btn:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -mo-transform: rotate(-45deg); }

.pop-up-overlay .close-btn:hover:before, .pop-up-overlay .close-btn:hover:after { background: #e13c39; }

/****blog css start here****/

.post_single { margin: 0 0 30px; }

.posted_date { color: #33425b; display: block; font-weight: 600; font-size: 16px; margin: 0 0 5px; width: auto; }

#wp_page_numbers > ul { float: right; list-style: none; margin: 0; width: auto; }

#wp_page_numbers > ul li { float: left; font-size: 16px; padding: 0 5px 10px; width: auto; font-weight: 600; }

#wp_page_numbers .active_page a { color: #e13c39; }

#wp_page_numbers a:hover { color: #edbf1c; }

/*  */

.awards-section { text-align: center; padding: 37px 0 20px; }

.awards-section p { padding: 0 50px; }

.awards-logos { padding: 20px 0; position: relative; }

.awards-logos::before { background-color: #e13c39; content: ""; height: 1px; left: 0; margin: 0 auto; max-width: 975px; position: absolute; right: 0; top: 0; }

.awards-logos-slide { display: inline-block; }

.awards-logos .slick-slide img { margin: 0 auto; }

.awards-logos .slick-dots li button:before { font-size: 61px; color: #a0a0a0; opacity: 0.5; }

.awards-logos .slick-dots li.slick-active button:before { color: #a0a0a0; opacity: 1; }

/**/

.featured-section { padding: 20px 0 34px; }

.img-block img { width: 100%; }

.featured-table { display: table; width: 100%; padding: 10px 0; }

.featured-img-title { color: #000000; display: table-cell; font-family: Gotham-Medium; font-size: 16px; line-height: 22px; vertical-align: middle; text-align: left; }

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

.featured-img-title { font-size: 22px; line-height: 30px; }
}

.featured-btn { display: table-cell; vertical-align: middle; text-align: right; }

/* .featured-table .btn { padding: 12px 20px; } */

/* .slides-outer { padding: 8px; }

.slides-shadow { box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15); }

.slides-inner { border: 2px solid #edbf1c; padding: 8px; } */

.scroller  .slick-track{  display: table; height: 100%;  width: 100%;}

.slides-outer.slick-slide { padding: 8px; display:table-cell; vertical-align:top;float:none; }

.slides-shadow { box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);  display: table; height: 100%;  width: 100%;}

.slides-shadow  > a { display: table-cell;  border: 2px solid #edbf1c;}

.slides-shadow  > a > .slides-inner { display: block;  border: none;}

.slides-inner { border: 2px solid #edbf1c; padding: 8px;   display: table-cell;}

.slides-inner.slides-panel-outer { display:table; height: 100%;  width: 100%;}

.slides-panel {  display: table-cell;}

.reviews-content { padding:0 0 65px;}

.featured-scroller-outer { padding: 0 50px; }

.scroller .slick-dots li button:before { font-size: 61px; color: #a0a0a0; opacity: 0.5; }

.scroller .slick-dots li.slick-active button:before { color: #a0a0a0; opacity: 1; }

.scroller .slick-dots { bottom: -40px; }

.kitchen-section { background-color: #f7f8f8; margin: 0 0 27px; padding: 37px 0; }

.kitchen-scroller-outer { padding: 0 30px; }

.kitchen-img-title { color: #000000; font-family: Gotham-Medium; font-size: 22px; line-height: 28px; vertical-align: middle; text-align: center; text-transform: uppercase; padding: 10px 10px 20px; }

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

.kitchen-img-title { font-size: 32px; line-height: 34px; }
}

.kitchen-scroller-outer a  { color: #363636;}

.kitchen-content { padding: 20px 10px 0; text-align: center; }

.kitchen-scroller .slides-inner { padding: 0; min-height: 422px; }

/*  */

.slide-bg { background-size:cover; background-repeat:no-repeat; background-position:center center;} 

.slide-bg  img{ opacity:0; visibility:hidden;}

.reviews-scroller-outer { padding: 0 100px; }

.review-star { margin: 0 0 10px; }

.reviews-name { color: #000000; font-family: Gotham; font-size: 24px; font-weight: 500; line-height: 28px; margin: 0 0 10px; }

.reviews-section .slides-inner {  min-height: 350px;  padding: 18px;  position: relative;}
.reviews-section .slides-inner .yelp-logo {  bottom:15px;  position: absolute;  right: 15px;}
.reviews-section .slides-inner .yelp-logo img{ min-width: 110px;}
.find-us-section { margin: 0 0 35px; padding: 0 100px; text-align: right; }

.find-us-text { display: inline-block; vertical-align: middle; font-family: Gotham-Medium; font-size: 18px; }

.social-icons { display: inline-block; vertical-align: middle; }

.social-icons li { display: inline-block; list-style: none; margin: 0 5px 0 0; }

.social-icons li:last-child { margin: 0; }

.social-icons li a { border-radius: 50%; color: #fff; background-color: #e13c39; display: block; font-size: 30px; height: 45px; line-height: 45px; text-align: center; width: 45px; opacity: 1; transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; }

.social-icons li a:hover { background-color: #000; color: #fff; }

/*  */

.site-table { background-color: #f7f8f8; }

.site-table .column-cell { width: 50%; text-align: inherit; vertical-align: top; padding: 20px 25px 20px 15px; }

.site-table .column-cell:last-child { padding: 20px 15px 20px 25px; }

.site-table .column-cell:first-child:after { border: inherit; box-sizing: content-box; content: ''; display: block; height: 100%; *height: 100%;
right: 0; position: absolute; top: 0; width: 10px; z-index: 1; background-color: #fff; }

.site-table .column-cell:last-child:after { border: inherit; box-sizing: content-box; content: ''; display: block; height: 100%; *height: 100%;
left: 0; position: absolute; top: 0; width: 10px; z-index: 1; background-color: #fff; }

.nested-table { display: table; height: 100%; width: 100%; }

@media screen and (-webkit-min-device-pixel-ratio:0) {

.nested-table { display: inline-table; }
}

.nested-cell { display: table-cell; position: relative; }

.nested-cell img { height: 100%; }

/*  */
.data-title { color: #000000; /*font-family: madre-script;*/ font-size: 55px; font-weight: 400; line-height: 66px; margin: 0 0 10px; }

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

.data-title { font-size: 72px; line-height: 75px; }
}

.data-section { border: 2px solid #edbf1c; position: relative; background: url("assets/images/data-section-bg.png") no-repeat; background-position: center bottom; background-size: contain; padding: 207px 40px 155px; }
.countertops-section .data-section {
    padding: 140px 40px 155px;
}
.site-table .column-cell-padding:last-child { padding: 20px 0 20px 25px; }

.data-section .btn { bottom: 23px; position: absolute; right: 128px; }

.data-section p { max-width: 500px; }

.mobile-cell-only { display: none !important; }

.kitchen-remodeling-section, .cabinet-refacing-section, .countertops-section { margin: 0 0 25px; }

.kitchen-remodeling-bg { background: url("assets/images/kitchen_remodeling_bg.jpg") no-repeat; background-size: cover;     background-position: center center; }

.cabinet-refacing-bg { background: url("assets/images/cabinet-refacing-bg.jpg") no-repeat; background-size: cover;     background-position: center center; }

.countertops-bg { background: url("assets/images/countertops-bg.jpg") no-repeat; background-size: cover;    background-position: center center; }

.table-bg { overflow:hidden;}

.bg-sec {  transition: transform 5s cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transition: transform 5s cubic-bezier(0.215, 0.61, 0.355, 1); -moz-transition: transform 5s cubic-bezier(0.215, 0.61, 0.355, 1);   transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);}

.bg-sec:hover {       transform: scale(1.2) rotate(0.1deg); -webkit-transform: scale(1.2) rotate(0.1deg); -moz-transform:scale(1.2) rotate(0.1deg);}

/*  */

.home-content-right { float: right; padding: 20px 20px 20px 0; width: 545px; }

.home-video-sec  .hide-text{ text-align:center;}

.home-video iframe { width: 100%; height: 500px; }

.home-video img { height:100%;}

.ipad-hide-text {    display: none;}

/*  */
.service-areas-section { padding: 30px 0 60px; }

.service-list { float: left; position: relative; text-align: center; width: 33.333%; }

.service-overlay { background-color: rgba(0, 0, 0, 0.2); border-radius: 50%; bottom: 0; height: 329px; left: 0; margin: 0 auto; position: absolute; right: 0; top: 0; width: 329px; }

.service-table { display: table; height: 100%; padding: 10px; width: 100%; }

.service-cell { border: 3px solid #edbf1c; border-radius: 50%; display: table-cell; vertical-align: middle; }

.service-overlay-text { color: #ffffff; font-family: Gotham-Bold; font-size: 33px; line-height: 38px; margin: 0 0 30px; }

.service-btn .btn { font-size: 16px; padding: 12px 20px; }

.service-outer .slick-slide img { margin: 0 auto; }

.service-outer .slick-dots { bottom: -50px; }

.service-outer .slick-dots li button:before { font-size: 61px; color: #a0a0a0; opacity: 0.5; }

.service-outer .slick-dots li.slick-active button:before { color: #a0a0a0; opacity: 1; }

.remodeling-guide-section { background: url("assets/images/remodeling-guide-bg.jpg") no-repeat; background-size: cover; padding: 27px 0; }

.remodeling-guide-section .remodeling-title { font-size: 60px; line-height: 65px; margin: 0; }

.remodeling-guide-section p { color: #fff; }

.remodeling-guide-section .btn { background-color: #464646; color: #ffffff; font-weight: 500; }

.remodeling-guide-section .btn:hover { background-color: #edbf1c; color: #000; }

.stats-section { padding: 30px 0; }

.stats-list { float: left; width: 25%; }

.stats-icons i { font-size: 5em; color: #474647; }

.stats-icons { margin: 0 0 15px; }

.stats-counter { color: #e13c39; font-family: Gotham-Medium; font-size: 48px; line-height: 42px; margin: 0 0 20px; }

.home-form-section, .contact-form-section, .page-id-6823 .contact-form-section.form-group, .page-id-7086 .contact-form-section.form-group,
.page-id-7094 .contact-form-section.form-group
{ background: url("assets/images/home-form-bg.jpg") no-repeat; background-size: cover; padding: 27px 0; margin: 0 0 30px; }

.contact-form-section { margin: 0; }

.home-form-section .title-primary { font-size: 60px; line-height: 65px; color: #000; }

.home-form-section p { color: #000; font-size: 24px; }

/*  */

.differentiators-section { background-color: #f7f8f8; margin: 0 0 50px; }

.differentiators-bg { background: url("assets/images/kitchen-gallery-img.jpg") no-repeat; background-size: cover; background-position:center center; }

.differentiators-section p { margin: 0 0 50px; }

.differentiators-section ul { margin: 0 0 30px 35px; list-style: circle; }

.differentiators-section ul ul { margin: 5px 0 0 20px; list-style: none; }

.differentiators-section li { margin: 0 0 5px; }

/*  */

.slider-nav .slick-list:after { background-color: #f7f8f8; bottom: 0; content: ""; height: 3px; position: absolute; width: 100%; }

.slider-nav .slick-list { padding: 0 !important; }

.slider-nav .slick-slide { position: relative; }

.slider-nav .slick-slide:hover, .slider-nav .slick-current.slick-active { cursor: pointer; position: relative; }

.slider-nav .slick-slide:before { background-color: #edbf1c; top: -3px; height: 100%; position: absolute; left: 0; width: 0; content: ''; z-index: 0; transition: all 0.7s ease-in-out 0s; }

.slider-nav .slick-slide:hover:before { width: 100%; }

.slider-nav .slick-slide:after { background-color: #edbf1c; bottom: 0; height: 3px; position: absolute; left: 0; width: 0; content: ''; z-index: 0; transition: all 0.7s ease-in-out 0s; }

.slider-nav .slick-slide:hover:after { width: 100%; }

.slider-nav .slick-slide:hover span { color: #fff; }

.slider-nav span { border-bottom: 1px solid #a0a0a0; color: #0f212b; display: inline-block; float: right; font-family: Gotham-Medium; font-size: 24px; padding: 55px 0; text-align: center; width: 545px; position: relative; }

.projects-slider .column-cell { padding: 10px 0; }

.slider-for.slick-vertical .slick-slide { height: 544px; }

.slider-for .slick-slide p { color: #0f212b; font-style: italic; font-weight: 300; line-height: 26px; font-size: 17px; margin: 0 0 10px; }

.slider-for .slick-slide p span { font-weight: 400; font-style: normal; text-align: right; display: block; }

.previous-projects-section { margin: 0 0 30px; }

.previous-wrap p { padding: 0 82px; }

.previous-projects-outer { background-color: #f7f8f8; margin: 0 0 25px; }

.previous-right { float: right; width: 545px; padding: 20px 20px 20px 0; }

.previous-left { float: left; max-width: 545px; padding: 20px; }

.previous-map img { width: 100%; }

.slider-nav .slick-arrow { left: 4px; margin: 0 auto; position: absolute; right: -250px; text-align: center; width: 53px; z-index: 9; text-indent: -9999px; top: 0; }

.slider-nav .slick-arrow.feat-next { bottom: 5px; top: auto; }

.slider-nav .slick-arrow::before { content: ""; cursor: pointer; height: 28px; position: absolute; width: 53px; text-align: center; margin: 0 auto; right: 0; left: 0; }

.feat-prev:before { background: url("assets/images/up-arrow.png") no-repeat; }

.feat-next:before { background: url("assets/images/down-arrow.png") no-repeat; }

.mobile-previous { background-color: #f7f8f8; margin: 0 0 25px; padding: 20px 0; display: none; }

.mobile-previous .ui-widget { font-family: 'Roboto', sans-serif; font-weight: 300; }

.mobile-previous span { color: #0f212b; font-family: Gotham-Medium; font-size: 18px; }

.mobile-previous p { color: #0f212b; font-style: italic; font-weight: 300; line-height: 30px; margin: 0 0 10px; }

.mobile-previous p span { font-weight: 400; font-style: normal; text-align: right; display: block; font-family: 'Roboto', sans-serif; }

.mobile-previous .ui-state-active, .mobile-previous .ui-widget-content .ui-state-active, .mobile-previous .ui-widget-header .ui-state-active, .mobile-previous a.ui-button:active, .mobile-previous .ui-button:active, .mobile-previous .ui-button.ui-state-active:hover { border: 1px solid #edbf1c; background: #edbf1c; color: #fff; }

.mobile-previous .ui-accordion .ui-accordion-content { padding: 1em; }

.mobile-previous iframe { width:100%;}

.mobile-previous .ui-state-active span { color: #fff; }

/*  */

.blog-news-section { margin: 0 0 30px; }

.blog-news-bg { background: url("assets/images/kitchen-gallery-img2.jpg") no-repeat; background-size: cover; }

.blog-area { border-bottom: 1px solid #a0a0a0; margin: 0 0 20px; padding: 0 0 10px; }

.blog-left { float: left; padding-left: 10px; width: 552px; }

.title-blog { font-family: Gotham-Medium; font-size: 24px; color: #363636; padding: 0 0 10px; }

.blog-area p { font-size: 14px; line-height: 20px; margin: 0 0 10px; }

.custom-scroll { height: 465px; margin: 0 0 15px; }

.mCSB_scrollTools { opacity: 1; }

.mCSB_scrollTools .mCSB_draggerContainer { bottom: 20px; }

.mCSB_scrollTools .mCSB_draggerRail { background-color: #000000; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #e13c39 !important; border-radius: 0; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 11px; }

/*  */

.endless-possibilities-section .title-primary { margin: 0; }

.endless-secondary-text { font-size: 36px; line-height: 40px; font-weight: 400; text-transform: uppercase; color: #000; }

.endless-third-text { color: #8b8b8b; font-size: 14px; text-transform: uppercase; }

.endless-content:before, .endless-content:after { content: " "; display: table; }

.endless-content::after { clear: both; }

.endless-content { padding: 80px 0 50px; }

.endless-content > div { float: left; width: 33.333%; }

.endless-content .endless-middle { width: 50%; position: relative; }
.endless-content .endless-left { padding: 0 0 0 30px; width: 25%; }

.endless-left img, .endless-right img { margin: 0 0 50px; }

.endless-content .endless-right { width: 25%; }

.endless-map-area area { cursor: pointer; }

.map-overlay { border-left: 4px solid #e13c39; padding-left: 10px; position: relative; display: none; }

.map-overlay .map-title { color: #000000; font-size: 16px; font-weight: 600; line-height: 16px; }

.map-overlay p { font-size: 16px; margin: 0; line-height: 18px; color: #8b8b8b; font-weight: 400; }

.cabinets { left: -176px; position: absolute; top: -59px; }

.cabinets-overlay { border-right: 4px solid #e13c39; border-left: none; padding-left: 0; padding-right: 10px; text-align: right; }

.cabinets-overlay:after { content: ''; background: url('assets/images/cabinets-line.png') no-repeat; position: absolute; right: -61px; top: 21px; width: 60px; height: 140px; }

.multiple { position: absolute; top: -62px; right: -61px; }

.multiple-overlay:before { content: ''; background: url('assets/images/multiple-line.png') no-repeat; position: absolute; left: -63px; top: 21px; width: 62px; height: 125px; }

.appliances { position: absolute; top: -63px; right: -127px; }

.appliances-overlay:before { content: ''; background: url('assets/images/appliances-line.png') no-repeat; position: absolute; left: -63px; top: 21px; width: 57px; height: 160px; }

.countertops { position: absolute; bottom: 12px; right: -222px; }

.countertops-overlay:before { content: ''; background: url('assets/images/countertops-line.png') no-repeat; position: absolute; left: -200px; top: -203px; width: 198px; height: 230px; }

/*  */

.content-section ul, .content-section ol { padding: 0 0 15px 30px; }

.content-section ul ul, .content-section ol ol { padding: 15px 0 15px 30px; }

.content-section ul { list-style: disc; }

.content-section li { margin: 0 0 10px; position: relative; }

.content-section ol { list-style: decimal }

.sub-banner-section { position: relative; }

.sub-banner-section img { width:100%;}

.subpage-section { padding: 40px 0 0; }

.subpage-table-sec1 { display: table; height: 100%; width: 100%; }

.content-section { float: left; padding: 0 20px 50px 0; width: 69.4737%; }

.full-width { width: 100%; padding: 0 0 50px; }

.first-content-block { padding: 0; }

.client-logos { margin: 20px 0 60px; padding: 0 20px; }

.client-logos .slick-track { display: table; height: 100%; }

.client-logos .slick-slide { display: table-cell; vertical-align: middle; text-align: center; float: none; padding: 0 5px; }

.client-logos .slick-slide img { margin: 0 auto; }

.client-logos .slick-prev, .client-logos .slick-next { font-size: 0; height: 71px; margin: auto; -moz-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; width: 20px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; z-index: 2; outline: none; }

.client-logos .slick-prev { left: 0; }

.client-logos .slick-next { right: 0; }

.client-logos .slick-prev:before { content: "\f104"; font-family: FontAwesome; font-size: 64px; color: #edbf1c; }

.client-logos .slick-next:before { content: "\f105"; font-family: FontAwesome; font-size: 64px; color: #edbf1c; }

.bucket-challenge-sec:before, .bucket-challenge-sec:after { content: " "; display: table; }

.bucket-challenge-sec::after { clear: both; }

.bucket-challenge-img { float: left; width: 54.1451%; }

.bucket-challenge-content { float: left; padding: 0 0 0 26px; width: 45.8549%; }

.challenge-title { color: #363636; font-family: Gotham-Medium; font-size: 24px; padding: 0 0 10px; }

.bucket-challenge-content p { line-height: 30px; }

.slider-section ul { padding: 0; list-style: none; margin: 0 -15px 15px; }

.slider-section ul li { padding: 0 15px; margin: 0; }

.slider-section .slick-slide img { margin: 0 auto; }

.slider-section .slick-prev:before, .slider-section .slick-next:before { color: #fff; }

.slider-section .slick-prev, .slider-section .slick-next { background-color: #000; color: #fff; z-index: 1; height: 32px; width: 32px; }

.slider-section .slick-prev { left: 18px; }

.slider-section .slick-next { right: 18px; }

.slider-section .slick-prev:hover, .slider-section .slick-next:hover { background-color: #000; color: #fff; }

/* sidebar-section */
.sidebar-section { float: right; width: 30.5263%; background-color: #f7f8f8; }

.sub-title { color: #e13c39; text-align: center; /*font-family: madre-script;*/ font-size: 36px; font-weight: 400; line-height: 38px; border-bottom: 1px solid #edbf1c; margin: 0 0 10px; }

.side-space { padding: 0 26px; margin: 0 0 30px; }

.sub-form-title { color: #fff; text-align: center; font-family: "Open Sans",sans-serif;
    font-weight: 700; font-size: 32px; line-height: 38px; margin: 0 0 20px; }

.sub-form { background: url("/wp-content/uploads/2017/11/form-bg.jpg") no-repeat; background-size: cover; padding: 24px 26px; margin: 0 0 30px; }

.sidebar-project-sec img { display: block; }

.sidebar-blog-sec .custom-scroll { height: 345px; margin: 0 0 15px; }
#gform_4 .selectric span.label {color:#e13c39;}
/*  */
.fusion-title { display: block; margin: 0 0 31px; overflow: hidden; position: relative; }

.fusion-title::after { background: #e7e6e6; content: ""; height: 1px; left: 0; position: absolute; top: 50%; transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); width: 100%; z-index: -1; }

.title-heading-left { display: inline-block; padding: 0 8px 1px 0; margin: 0; font-family: Gotham-Medium; background-color: #fff; }

.title-heading-left span { color: #e13c39;}

/*  */

.styre-design { display: table; height: 100%; margin: 0 0 30px; }

.image-style { display: table-cell; padding: 0 4% 0 0; vertical-align: top; width: 34.667%; }

.style-description { display: table-cell; width: 61.333%; }

.style-title { font-family: Gotham-Medium; font-size: 24px; margin: 0 0 20px; position: relative; }

.image-style img { height: auto; }

/*  */

.gallery-main:after, .gallery-main:before { content: ""; display: table; }

.gallery-main:after { clear: both; }

.gallery-main { margin-left: -15px; margin-right: -15px; padding: 0 !important; list-style: none !important; }

.gallery-col { box-sizing: border-box; float: left; margin: 0 0 30px; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; width: 33.3333%; text-align: center; font-size: 14px; }

.gallery-col strong { display: inline-block; min-height: 50px; }

.page-id-4781 .gallery-col strong { min-height: 75px; }

.gallery-col .no-text { color: rgba(0, 0, 0, 0); }

.gallery-col img { display: block; height: 160px; max-width: 100%; width: 100%; background: #fff; border: 1px solid #a9a9a9; padding: 4px; margin: 0 0 10px; }

.gallery-col:hover img { background: #9e9e9e; }

/*  */

.fusion-area:after, .fusion-area:before { content: ""; display: table; }

.fusion-area:after { clear: both; }

.fusion-one-third { float: left; width: 33.22%; }

/*  */


.imageframe-align-center { text-align: center; }

.page-id-885 .imageframe-align-center { text-align: left; }

.fusion-imageframe { display: inline-block; z-index: 1; position: relative; max-width: 100%; }

.fusion-imageframe.element-bottomshadow:before, .fusion-imageframe.element-bottomshadow:after { opacity: 0.4; }

.element-bottomshadow:before, .element-bottomshadow:after { position: absolute; bottom: 15px; left: 10px; z-index: -1; height: 20%; max-height: 100px; max-width: 460px; width: 60%; content: ""; opacity: 0.7; -webkit-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7); box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7); -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -ms-transform: rotate(-3deg); -o-transform: rotate(-3deg); transform: rotate(-3deg); }

.element-bottomshadow:after { left: auto; right: 10px; -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -ms-transform: rotate(3deg); -o-transform: rotate(3deg); transform: rotate(3deg); }

.portfolio-images:after, .portfolio-images:before { content: ""; display: table; }

.portfolio-images:after { clear: both; }

.portfolio-images { margin: 0 -15px; }

.portfolio-content { float: left; width: 50%; padding: 0 15px; margin: 0 0 30px; }

/*  */

.faq-title { font-family: Gotham-Medium; font-size: 24px; line-height: 30px; margin: 0 0 20px; position: relative; }

.fusion-checklist .fusion-li-icon { float: left; height: 21px; margin-right: 9px; width: 21px; background-color: #f05858; border-radius: 50%; color: #ffffff; text-align: center; line-height: 21px; font-size: 14px; }

.content-section .fusion-checklist { list-style: none; padding: 0 0 15px 20px; }

.fusion-checklist .fusion-li-item-content { display: block; margin: 0 0 0 32px; }

.faq-image { margin: 0 0 20px; }

/*  */


.fusion-one-fourth { float: left; width: 25%; padding: 0 15px; }

.duramax-area { margin: 0 -15px; }

.duramax-area .fusion-one-fourth { width: 50%; }

.clear-fix { clear: both; }

/* form css*/

.form-group p { padding: 0 82px; }
.form-group .title-primary{ font-family: 'Open Sans', sans-serif; font-weight:700;}
.form-group .form-primary-font{ /*font-family: madre-script;*/ font-weight:400;}

.form-group .gform_wrapper ul { list-style: none; margin: 0; padding: 0; text-align: left; }

.form-group .gform_body { position: relative; }

.form-group .gform_body > ul { margin: 0; padding: 0; list-style: none; }

.form-group .gform_body > ul:before, .form-group .gform_body > ul:after { content: " "; display: table; }

.form-group .gform_body > ul:after { clear: both; }

.form-group li { position: relative; margin: 0 0 24px 0; width: 100%; }

.form-group input[type="text"], .form-group textarea { background: #fff; border: none; border-radius: 0; color: #0f212b; font-family: "Roboto", sans-serif; font-weight: 300; font-size: 18px; padding: 14px 10px; width: 100%; appearance: none; -webkit-appearance: none; -moz-appearance: none; }

.form-group textarea { height: 127px; overflow: auto; resize: none; }

.form-group label { color: #0f212b; display: block; font-size: 18px; left: 9px; line-height: 20px; position: absolute; top: 16px; -moz-transition: all, 150ms; -o-transition: all, 150ms; -webkit-transition: all, 150ms; transition: all, 150ms; }

.form-group.sub-form input[type="text"], .form-group.sub-form textarea, .form-group.sub-form label { color: #e13c39; }

.form-group .validation_message { color: #af403e; font-size: 14px; position: absolute; right: 12px; top: 14px; }

.captcha-field .validation_message { right: 42%; }

.validation_error, .instruction, .gform_ajax_spinner { display: none; }

.gfield_captcha_container:before, .gfield_captcha_container:after { content: " "; display: table; }

.gfield_captcha_container:after { clear: both; }

.gfield_captcha_container img { float: right; height: 51px; width: 40%; }

.gfield_captcha_input_container { float: left; width: 58%; }

.gform_footer { text-align: right; }

.gform_button { border: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; padding: 10px 30px; line-height: 1em; }

.col-gfields_wrapper { max-width: 625px; margin: 0 auto; }

.contact-form-section .col-gfields_wrapper { max-width: 800px; }

.col-gfields_wrapper li { float: left; margin: 0 3.33333% 24px 0; width: 48.3333%; }

.col-gfields_wrapper li:nth-child(2n+2) { margin: 0 0 24px; }

.col-gfields_wrapper .clear-field { clear: both; }

.col-gfields_wrapper .position-field { position: absolute; top: 0; right: 0; }

.col-gfields_wrapper .captcha-field { top: auto; bottom: 0; margin: 0 0 24px; }

.gform_wrapper .transition-label label { font-size: 12px; top: 0; }

.selectric .label { color: #0f212b; font-size: 18px; height: 51px; line-height: 51px; }

.selectric { background-color: #fff; border: none; }

.selectric .button { width: 51px; height: 51px; }

.selectric-items li { width: 100%; margin: 0; font-size: 18px; }

.selectric-items li:nth-child(2n+2) { margin: 0; }

#field_3_6 { display: none; }

.col-gfields_wrapper li.sub-quote-textarea { margin: 0; }

.sub-quote-textarea textarea { height: 202px; }

.twitter-image {
  background: rgba(0, 0, 0, 0) url("http://dev2.bluecoronaclients.com/mr-cabinet-care/wp-content/uploads/2017/04/new_flat_twitter_buttons_2015.jpg") no-repeat scroll 0 0 / cover ;
  color: rgba(0, 0, 0, 0);
  display: inline;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  text-shadow: none;
  width: 55px;
}

/* footer section*/

.servicearea { background-color: #e13c39; padding: 6px 0; }

#msg-container.service-area { background: #e13c39; padding: 0; display: block; float: none; }

.service-area .butonimg { font-family: Gotham-Book; font-weight: 400; }

.service-area .main-heading { clear: both; padding: 20px 0 0; }

.service-area .msg-body .inner-content ul li { font-size: 14px; }

.service-area .inner-content ul li a:hover { color: #edbf1c; }

.footer-top { background: url("assets/images/footer-bg.jpg") no-repeat; background-size: cover; padding: 24px 0;border-top:8px solid #e13c39; }

.footer-top p { color: #0f212b; margin: 0; }

.footer-title { /*font-family: madre-script;*/ font-size: 28px; font-weight: 400; line-height: 34px; }

.footer-cell { float: left; width: 25%; }

.footer-logo { text-align: center; width: 30%; }

.footer-address p { font-size: 16px; }

.footer-links { width: 20%; }

.footer-links li { font-size: 16px; }

.footer-links a { color: #0f212b; }

.footer-links a:hover { color: #e13c39; }

.footer-media .phone-number-section { text-align: left; margin: 0 0 23px; }

.footer-media .phone-number-text { font-size: 24px; }

.footer-media .ph-number { font-size: 36px; line-height: 30px; }

.media-icons p { margin: 0 0 5px; }

.media-icons li { display: inline-block; list-style: none; margin: 0 10px 0 0; }

.media-icons li:last-child { margin: 0; }

.media-icons li a { border-radius: 50%; color: #fff; background-color: #e13c39; display: block; font-size: 20px; height: 35px; line-height: 35px; text-align: center; width: 35px; opacity: 1; transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; }

.media-icons li a:hover { background-color: #000; color: #fff; }

.media-icons .google-plus a { background-color: #ffffff; }

.media-icons .fb a { background-color: #507cbe; }

.media-icons .twt a { background-color: #65cdef; }

.media-icons .youtube a { background-color: #ed6c53; }

.media-icons .tumblr a { background-color: #5c8daa; }

.media-icons .pin a { background-color: #f1605d; }

.footer-bottom { padding: 7px 0;     background: #A9A9A9;border-top:2px solid #363636;}

.footer-bottom-left { float: left; }

.footer-bottom-right { float: right; }

.footer-bottom p { color: #ffffff; font-size: 18px; margin: 0; }

.footer-bottom a { color: #ffffff; display: inline-block; padding: 0 0 0 32px; position: relative; }

.footer-bottom a:hover { color: #000; }

.footer-bottom-right a:before { content: url("assets/images/small-bc-logo.png"); height: 26px; left: 3px; position: absolute; top: -2px; width: 23px; }

.footer-bottom-fixed { background-color: rgba(247, 248, 248,0.7);  padding: 10px 0; width: 100%; }

#sticky-footer { display: none; visibility: visible; opacity: 1; }

.schedule-text { font-family: Gotham-Bold; color: #363636; font-size: 36px; line-height: 40px; display: inline-block; vertical-align: middle; padding-right: 30px; }

.footer-bottom-fixed .btn { padding: 10px 30px; }

.footer-bottom-fixed .btn { line-height: 2em; }

.footer-bottom-fixed .btn:hover { line-height: 8.5em; }

.footer-bottom-fixed.footer-fadein { display: block !important; position: fixed; bottom: 0; z-index: 27; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-timing-function: ease-in-out; }
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

.footer-fadein.footer-bottom-fixed { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-timing-function: ease-in-out; }
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

.footer-fadeout.footer-bottom-fixed { -webkit-animation-name: fadeOut; animation-name: fadeOut; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-timing-function: ease-in-out; }

.footer-fadein .footer-bottom-fixed { bottom: 0; position: fixed; z-index: 10003; }

.footer-fadeout .footer-bottom-fixed { position: static; }

/****Navigation Hover****/
#magic-line, #main-arrow { position: absolute; width: 0px; height: 0px; bottom: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #e13c39; }

.home #main-arrow { display: none; }

.submain-arrow { width: 0; top: 0; height: 0; position: absolute; left: 0; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 11px solid #e13c39; }

#magic-line2 { position: absolute; width: 0px; height: 0px; bottom: 0; right: 11px; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-right: 15px solid #e13c39; }

.post-image { margin-bottom: 20px; }

.post-image-list li { list-style: outside none none; text-align: center; }

.main-title { color: #000000; font-size: 44px; margin: 0 0 10px; /*font-family: madre-script;*/ font-weight: 400; line-height: 52px; }

.pp_gallery { display: none !important; }

img.services-kitchen { padding: 10px 20px; }

.alignright ul li img { height: 413px; width: 357px; }

.full-width-slider img { height: auto; width: 159px; }

/*image popup custom css starts*/
.pp_social .pinterest {float: left;margin-left: 5px;overflow: hidden;width: 60px;}
/*image popup custom css ends*/

.nested-table .hide-text { margin: 30px 0px 0px; text-align: center; }

.hidden-image-heading { margin: 10px; }

.right-hidden-sec img { margin: 0px 0px 10px; }
.pp_expand {display: none !important;}
.title-heading-left > a:hover { color: #e13c39;}

/*.brust-logo {
position: absolute;
right: 0;
top: 0;
z-index: 99;
-webkit-transform: translateY(-180%);
-moz-transform: translateY(-180%);
transform: translateY(-180%);
}*/
.awards-section .title-primary {
    display: none;
}
.home h1 span.awards-content {
    width: 100%;
    display: block;
}
.home h1 span.sub-content {
    font-size: 21px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #363636;
}

/* 8-12-2017 L*/
.form-group .radio-btn label {
    position: static;
    color: #fff;
    display: inline;
    padding: 0 0;
}
.form-group .radio-btn ul li label {
    padding: 0 5px;
    font-size: 18px;
}
.form-group .radio-btn ul li {
    width: 48%;
    float: left;
}
.form-group .sidebar-comment label {
    top: 30px;
}
.form-group.sub-form .validation_message {font-size:12px;top:0px;}
.form-group.sub-form .validation_message {
    font-size: 12px;
    top: 0px;
	color:red;
}
.form-group.sub-form .radio-btn#field_12_10 .validation_message {
    top: -15px;
}
#sticky-footer .btn.free-quote-btn a {
    color: #fff;
}
/* end */

/* 15-12-2017 */
.col-gfields_wrapper li.city-field{
	position: absolute;
	top: 0px;
	right: 0;
	margin:0px;
}
.col-gfields_wrapper li.zip-field {
	position: absolute;
	top: 75px;
	right: 0;
}
.col-gfields_wrapper li.captha-field  {
    position: absolute;
    top: 150px;
    right: 0px;
	margin:0px;
}

.contact-form-section .gform_footer.top_label {
    margin: -80px 0 0;
}
.popup-form-bg .gform_footer.top_label {
    margin: -85px 0 0 0;
}
.sign-up-form.form-group.sub-form {
    background: none;
}
.sign-up-form.form-group.sub-form ul{padding:0px; margin:0px;}
.sign-up-form.form-group.sub-form ul li input, .sign-up-form.form-group.sub-form ul li textarea, .sign-up-form .selectric-wrapper, .sign-up-form.form-group.sub-form ul li select {
    border: 1px solid #ccc;
    width: 100%;
}
.sign-up-form.form-group.sub-form ul li {
    width: 100%;
	margin: 0 0 20px;
}
/* end */
.stats-section .count.counter , .stats-section .plus{
    color: #de181a;
    font-size: 30px;
	font-family: Gotham-Bold;
}
.my-banner img {
    width: 100%;
    height: auto;
}
@media screen and (max-width:1600px){	
	.schedule-text{ font-size:20px;}
	
}

#gform_12 #gform_fields_12 #field_12_10 .ginput_container_radio ul .gfield_radio li input{float:left;}
.page-contact-us .content-section {
    float: none;
    padding: 0 0px 50px 0;
    width: 80%;
    margin: 0 auto;}
#gform_15,#gform_16 , #gform_20, #gform_21, #gform_28, #gform_29{padding:50px;}
#gform_28 .gform_footer.top_label, #gform_29 .gform_footer.top_label {
    margin: 0;
    text-align: left;}
div#gform_confirmation_wrapper_28, div#gform_confirmation_wrapper_29 {
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    line-height: 50px;}

.page-contact-us .form-group .transition-label label {
    font-size: 12px;
    top: 0;
}
/****************Page Contact************/
.page-contact-us .content-section {    float: none;    padding: 0 0px 50px 0;    width: 80%;    margin: 0 auto;}
.page-contact-us .contact-form-section .container {    max-width: 100%;}

.page-contact-us .contact-form-section {    margin: 0 0 40px;    padding: 40px;}
.page-contact-us .gform_button{ margin:0 auto; display:table;background: #1364a9;}
.page-contact-us .gform_button:hover {    background: #fee734;}
.page-contact-us .form-group .sidebar-comment label {    top: 5px;}
.page-contact-us .form-group textarea {    height: 150px; }
.page-contact-us .form-group .radio-btn .validation_message {
    right: 0;
    top: 0px;
}
.transition-label input[type="text"], .transition-label textarea {padding: 18px 10px 10px;}
.page-template-template-schedule-estimate .form-group .sidebar-comment label {
    top: 5px;
}
/*********************Amazon Add**************/

#curl {
    width: 101px;
    height: 120px;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
}
#curl:hover {
    width: 400px;
    height: 400px;
}
#code {
    background: #fffff;
    overflow: hidden;
    width: 85px;
    height: 102px;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
	z-index:9;
}
#code:hover {
    width: 350px;
    height: 337px;
}
.imgdiv {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 341px;
	height: 332px;
}
.imgdiv img {
    height: 370px;
    width: 400px;
}
#code:hover .imgdivd {
    z-index: -1;
}
.imgdivd img {
   z-index: 9;
width:86px;
height: 105px;
position: absolute;
right: 0;
}
.imgdivd {
    width: 90px;
    height: 105px;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

/*********************Amazon Add**************/

/*new revisions*/
.view-more {
    text-align: center;
    margin-top: 30px;
}
.video-iframe {
    position: relative;
}

.video-iframe img {
    opacity: 0.9;
}
.play_btn {
    background: rgba(0,0,0,0.7);
    width: 68px;
    height: 48px;
    border-radius: 10px;
    padding: 14px 0 0 3px;
    position: absolute;
    margin: 0 auto;
        margin-top: 0px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: -6px;
}
.tri {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #ffffff;
    margin: 0 auto;
}
.video-iframe:hover .play_btn {
    background: #FF0000;
}
/*new revisions end*/
/*.my-banner .container {position: relative;}
*/.page-template-template-our-team .section-our-team .slides , .page-template-template-project-vedios .video-iframe {
    margin-bottom: 42px;
    border-bottom: 1px solid #ccc;
}
.page-template-template-project-vedios .video-iframe iframe {
    width: 100%;
}
 .page-template-template-project-vedios .video-iframe:last-child {
    border-bottom: 0px;
}
.page-template-template-our-team .featured-img-title > br {
    float: left;
}
.page-template-template-project-vedios h1{margin-bottom: 20px;}
.vid_names{color: #363636;
font-family: Gotham-Medium;
font-size: 24px;
padding: 0 0 10px;}
.page-id-46 iframe {
    width: 100%;
}
.remodeling-guide-section.reviews-section {
    margin: 0 0 48px;
}
.remodeling-guide-section.reviews-section .remodeling-title {  margin: 0 0 22px;}
.page-template-template-our-reviews .slides-outer-me {
    margin: 0 0 20px;
}
.page-template-template-our-reviews .slides-outer {
    margin: 0 0 20px;
}
.page-template-template-our-reviews h1{margin:0 0 16px;}
@media (min-width: 768px){
.form-group li.full-width {
    width: 100%;
    float: left;
	padding:0;
}
.form-group li.half-width {
    width: 49%;
    float: left;
    margin-right: 2%;
    padding: 0;
}
.form-group li.half-width.last {
    margin-right: 0%;
}

.form-group li.half-width, .form-group li.full-width {
    padding: 0;
}
}
.section-our-team.page-our-team .slides {
    width: 48%;
    float: left;
    margin: 0 1% 20px;
}
.page-template-free-quote-templete .gform_button::before {
    left: 0;
    right: 0;
    margin: 0 auto;Content:"SUBMIT"
}
.page-template-free-quote-templete .contact-form-section .gform_footer.top_label {
    margin: -88px 0 0;
    float: right;
}
.testimonials-image-slider {
    float: left;
    width: 100%;
    padding: 0px 0 80px;
}
.testimonials-image-slide{ padding:0 10px;}
.testimonials-image-slider .slick-dots li button:before { font-size: 61px; color: #a0a0a0; opacity: 0.5; }
.testimonials-image-slider .slick-dots li.slick-active button:before { color: #a0a0a0; opacity: 1; }

.testimonials-image-slider .slick-dots { bottom: 40px; }

#gform_20 .gform_button:before, #gform_21 .gform_button:before {left:0px;right:0px;color:#000;}
li#field_20_20, li#field_21_20 {
    display: block;
    clear: both;
}
li#field_20_20 label.gfield_label, li#field_21 label.gfield_label {
    display: none;
}
#gform_20 .gform_footer.top_label {
    margin: -94px 0 0;
}
.form-group li#field_20_20 .validation_message { color: #af403e; font-size: 14px; position: absolute; right: auto;   top: 2px;   left: 47px;}

li#field_21_1 { float: left; margin: 0 3.33333% 24px 0; width: 48.3333%; z-index: 9999;}

li#field_21_2 { margin: 0px 0.33333% 24px 0; width: 46.3333%; float: right; z-index: 999;}

#gform_21 label.gfield_label { display: none;}

form#gform_21{ padding-top: 7px;}
div#input_22_5 {
   transform: scale(0.96);
	-moz-transform: scale(0.96); -ms-transform: scale(0.96); -o-transform:scale(0.96); -webkit-transform: scale(0.96);
    transform-origin: 0 0 0;
	-webkit-transform-origin:  0 0 0;
	-moz-transform-origin:  0 0 0;
}
/*banner form style*/
.main-banner-form {
    position: absolute; 
    right: 0;
    bottom: 0; 
    z-index: 9;
    padding: 0;
	    height: 100%;
    top: 111px;
}
.banner-form-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
    text-align: center;
    margin: 0 0 30px;
	text-transform: uppercase;
}
.banner-form-title span {
    color: #ffffff;  
    font-size: 45px;
    font-weight: 900;
	display: block;
    text-transform: none;
}
.banner-form.form-group{background-color: rgba(221, 57, 61, 0.95);
float: right;
max-width: 458px;
padding: 40px 78px;height: 100%;}
.main-banner-form .col-gfields_wrapper li {width: 100%;}
/* .main-banner-form .col-gfields_wrapper {max-width: 312px;height: 630px;} */
.main-banner-form .form-group input[type="text"], .main-banner-form .form-group textarea{padding: 8px 10px;float:left;}
.main-banner-form .form-group label {top: 10px;}
.main-banner-form .form-group textarea {height: 100px;}
.main-banner-form .sub-quote-form .gform_button:before {
    content: 'send';
	left: 0;
    right: 0;
	color: #fff;
}
.main-banner-form .gform_footer {
    text-align: center;
}
.main-banner-form  .gform_button{margin: 0 auto;width: 232px;background:#000; top: -27px;}
div#input_23_6 {height: auto;background: #fff;}
	div#input_23_6 > div {transform: scale(1);
	-moz-transform: scale(1); -ms-transform: scale(1); -o-transform:scale(1); -webkit-transform: scale(1);
    transform-origin: 0 0 0;
	-webkit-transform-origin:  0 0 0;
	-moz-transform-origin:  0 0 0;display: block;
    float: left;}
	.main-banner-form .gform_button:hover {
    line-height: 8.5em;
    background: #edbf1c;
}

.banner-section.home-banner {
  /*position: relative;*/
  overflow: hidden;
  width: 100%;
}
.main-banner-form .gform_wrapper .transition-label label { font-size: 12px; top: -16px;color:#fff; }
.main-banner-form .form-group .validation_message { top: 7px;}
/*banner form style*/

 @media screen and (min-width: 1900px){
.banner-form.form-group {padding: 100px 78px;}
    
  } 
 @media screen and (min-width: 1610px){
div#input_23_6 > div {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
}
    
  }
 @media only screen and ( min-width: 1200px ) and ( max-width: 1367px ) { 
	 .banner-form.form-group {padding: 8px 78px;} 
	.main-banner-form .col-gfields_wrapper li {  margin: 0 3.33333% 14px 0;} 
	.banner-form-title { font-size: 26px;  margin: 0 0 12px;}
	.banner-form-title span {font-size: 34px;}   
	.main-banner-form .gform_button { top: -10px;}
	.main-banner-form .form-group textarea { height: 92px;}
	div#input_23_6 > div {transform: scale(0.7);
	-moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform:scale(0.7); -webkit-transform: scale(0.7);
    transform-origin: 0 0 0;
	-webkit-transform-origin:  0 0 0;
	-moz-transform-origin:  0 0 0;}
 }
@media (max-width: 1024px) {
div#gform_wrapper_21 .gform_button:hover {
    line-height: 0;}
	.main-banner-form {
    position: relative;
    top: 0;
    width: 100%;
    float: left;
	}
.banner-form.form-group {  float: left;  max-width: 100%;   width: 100%;}
.banner-form-title span {display: inline;}
.banner-form-title {font-size: 45px;font-weight: 900;}
.banner-form-title span { text-transform: uppercase;}
div#input_23_6 > div{float:none;}
}
@media (max-width: 767px) {#gform_20, #gform_21 { padding: 18px;}#gform_20 .gform_footer.top_label {
    margin: 0;}div#input_20_20 div{transform: scale(0.95);
	-moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform:scale(0.95); -webkit-transform: scale(0.95);
    transform-origin: 0 0 0;
	-webkit-transform-origin:  0 0 0;
	-moz-transform-origin:  0 0 0;}
	div#input_23_6 > div {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
}
div#input_23_6 {  height: 68px;}
.main-banner-form .gform_button {top: -24px;}
	}
#gform_wrapper_23 iframe{ transform: scale(1.0);
}


/*-----------------sweans styles-----------------*/

.funding-sec {
    display: none;}
.sub-banner-img img {
    height: auto !important;}
.phone-number-section {
    position: relative;}
.head-awards {
    position: absolute;
    right: 40%;
    top: 12px;}
.fixed .head-awards {
    top: 30px;}
.head-awards img {
    height: 60px;
    width: auto;
    margin: 0 10px;}
.fixed .head-awards img {
    height: 40px;}
.logo-section { float: left; width: 27%;}
.nav-section { float: left; width: 73%;}
.headform {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background-color: #f5d370;
    position: absolute;
    left: 0;
    top: 110px;}
.headercontainer {
    width: 100%;
    margin: 0 auto;}
.header-section {
    padding: 0 2%;}
.fixed .headform {
    top: 85px;}
.headform .gform_wrapper .gfield_required {
    display: none;}
.headform ul li, .form-title.thin.white{
    float: left;}
.form-title.thin.white{font-size: 22px;
    line-height: 22px;
    max-width: 190px;}
.mob-conslt{text-align: center; display: none;}
.mob-conslt .form-title.thin.white{ max-width: 100%;}
.form-title span {
    text-transform: uppercase;
    font-weight: 700;}
.headform input{
    height: 40px;
    line-height: 51px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 5px 0 5px;
    background-color: #fff;
    border: none;
    padding: 8px 10px;
    outline: none;
    color: #0f212b;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;}
.headform .selectric span.label{color: #8a8787;
    font-size: 15px;}
/*.brust-logo{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 300px !important;
    height: 300px !important;
    right: 30px;
    position: absolute !important;
    top: 100px;}*/
.brust-logo a{
    font-family: 'Open Sans', sans-serif;
    color: #d81c23;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    position: absolute;
    top: 23%;
    width: 70%;
    word-break: break-word;
    right: 25%;
    text-shadow: 1px 4px 4px #f5d36f;
    text-align: center;}
.brust-logo a span {
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1.5;}
.headform .selectric {
    overflow: visible;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;}
.headform .selectric .button {
    right: 0;
    width: 40px;
    height: 39px;}
.headform .gform_button {
    float: left;
    margin-left: 0;
    height: 40px;}
.page-template-template-schedule-estimate .gform_footer.top_label, .page-template-template-schedule-estimate .gform_body{
    float: left;}
.headform .selectric-items {
    width: 175px !important;}
.headform .selectric .label {
    height: auto !important;
    line-height: inherit !important;}
.forminner {
    width: 1256px;
    margin: 0 auto;}
section.sweepstakesHomeBottom, .leftarrow{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;}
section.sweepstakesHomeBottom{
    text-align: center;
    background-size: cover;}
.leftarrow {
    position: absolute;
    top: 25%;
    left: 0;
    padding: 45px;
    text-align: center;
    padding-right: 70px;
    max-width: 100%;}
.leftarrow p {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-style: italic;
    font-family: madre-script;
    margin-bottom: 0;
    text-align: center;}
.leftarrow p strong {
    font-size: 55px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;}
p.thirdline {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;}
.leftarrow a, a.banner-btn{
    padding: 8px 25px;
    background: #FDCF46;
    display: inline-block;
    margin-top: 15px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: bold;
    border: 1px solid #FDCF46;
    border-radius: 10px;
    line-height: 30px;
    font-style: normal;}
.form-group .gfield_error  label{
    top:16px;
    font-size:18px;}
.form-group .gfield_error.transition-label  label{
    font-size: 12px;
    top: 0;}
.headform ul li, .headform input{
    width: 100px;
    margin-right: 10px;
    width: 175px;}
.headform input[aria-invalid=true], .headform .gfield_error #input_25_8, .headform .gfield_error .selectric {
    border: 1px solid red;}
.headform .gfield_error .selectric .button{
    border-bottom: 1px solid red;}
.headform .gfield_description.validation_message {
    display: none;}
.headform .gform_button:hover {
    line-height: 7.5em;}
.gform_wrapper.gform_validation_error #field_15_1 label, .gform_wrapper.gform_validation_error #field_15_2 label,
.gform_wrapper.gform_validation_error #field_15_3 label, .gform_wrapper.gform_validation_error #field_15_5 label,
.gform_wrapper.gform_validation_error #field_15_6 label, .gform_wrapper.gform_validation_error #field_15_7 label,
.gform_wrapper.gform_validation_error #field_15_8 label, .gform_wrapper.gform_validation_error #field_15_9 label,
.gform_wrapper.gform_validation_error #field_26_1 label, .gform_wrapper.gform_validation_error #field_26_2 label,
.gform_wrapper.gform_validation_error #field_26_3 label, .gform_wrapper.gform_validation_error #field_26_5 label,
.gform_wrapper.gform_validation_error #field_26_6 label, .gform_wrapper.gform_validation_error #field_26_7 label,
.gform_wrapper.gform_validation_error #field_26_22 label, .gform_wrapper.gform_validation_error .selectric #field_26_23 label,
.gform_wrapper.gform_validation_error #field_27_23 label, .gform_wrapper.gform_validation_error #field_27_1 label, 
.gform_wrapper.gform_validation_error #field_27_23 label, .gform_wrapper.gform_validation_error #field_27_24 label, 
.gform_wrapper.gform_validation_error #field_28_28 label, .gform_wrapper.gform_validation_error #field_28_24 label,
.gform_wrapper.gform_validation_error #field_28_29 label {
    font-size: 12px !important;
    top: 0 !important;}
li#field_26_23 {
    margin-right: 0;}
.page-template-template-schedule-estimate .contact-form-section.form-group .gform_button {
    margin-top: 50px;
    margin-left: 30px;}
.side-space {
    padding: 26px;
    margin: 0 0 0px;}
.sidebar-section {
    margin-bottom: 30px;}
ul#gform_fields_26, ul#gform_fields_27{
    padding: 35px;}
ul#gform_fields_27 li.full-width, #gform_27 .gform_body {
    float: none;
    width: 100%;
}
li#field_27_25 {
    color: #fff;}
.sweepstake.first-content-block {
    margin-bottom: 50px;}
.sweepstake button {
    margin: 30px 20px 11px 35px !important;}
ul#example-one {
    display: flex;}
.swp-banner {
    background-size: cover;
    margin-bottom: 40px;
    min-height: 500px;}
  .contact-form-section {
    margin: 30px;
    padding-top: 0;}
.main-nav-section .menu > li > a {
    padding: 0px;}
.main-nav-section .menu > li:last-child{padding-right: 0;}
.main-nav-section .menu > li:first-child{padding-left: 0;}
li#field_15_21 {
    display: inline-block;
    margin-bottom: 0;}
.swptimer strong {
    text-align: center;
    display: block;}
.page-id-6516 .content-section.full-width.first-content-block {
    padding-top: 15%;}
.page-id-6516 .sub-banner-section {
    display: none;}
.page-id-6516 .contact-form-section.form-group .gform_button{
    margin-top: 80px;
    margin-left: 0;
    display: inline-block;}
.Homenwslider .summitslide, .my-banner .famlyslide{
    position: relative;}
.Homenwslider .bannertab{
    position: absolute;
    right: 10%;
    bottom: 50px;}
.Homenwslider .bannertab a img{
    width: 150px;
    height: 150px;}
/*.Homenwslider .bannertab a{
    width: auto !important;
    height: auto !important;
    background-color: #e13c39;
    padding: 20px 40px;
    min-width: 300px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;}*/
/*.famlyslide{position: relative;}*/
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #e13c39 !important;}


/*----------------style@21-mrch-19-------------*/
/*.headform {
    position: relative;
    top: 0;}
.forminner {
    height: 45px;}*/
.lSAction a.lSPrev:before, .lSAction a.lSNext:before {
    content: '<';
    font-size: 35px;
    color: #fff;
    padding-top: 4px;
    padding-left: 6px;
    display: block;}
.lSAction a.lSNext:before {
    content: '>';
	padding-top: 4px;
    padding-left: 7px;}
.lSAction>.lSNext, .lSAction>.lSPrev {
    background-position: -32px 0;
    right: 10px;
    background-color: #000;
    color: red;}
.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;}
.lSAction>a:hover {
    opacity: 0.7;}
ul.lSPager.lSpg {
    display: none;}
.tandc {
    border: 5px solid #e13c39;
    padding: 25px 15px;
    margin-bottom: 15px;
    background-color: #f5d370;
    border-radius: 10px;}
.page-id-7151  h2 {
    color: #e13c38;
    text-align: center;
    margin-bottom: 20px;}
#gform_29 {
    padding: 20px;
}



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

  .page-template-tpl-bath .contact-form-section.form-group {
    position: absolute;
    top: 25%;
    width: 25%;
    padding-top: 0;
    right: 15px;
    margin: 30px 0;}
  #gform_29 {
    padding: 0 20px;}
  .page-template-tpl-bath .contact-form-section {
    background-image: none;
    background-color: #f51a078f;}
  .banner-section {
    margin-top: 170px;}
}
@media only screen and (max-width: 760px){
  ul#gform_fields_26, ul#gform_fields_27{
    padding: 0;}}
@media (max-width : 480px) {
  .Homenwslider .bannertab {
    bottom: 30px;}
  .Homenwslider .bannertab a img {
    width: 100px;
    height: 100px;}
  .Homenwslider .bannertab a {
    padding: 12px;
    font-size: 15px;}
  .brust-logo a span {
    margin-bottom: 0;}
  .brust-logo a {
    top: 7%;
    right: 30px;}
  }
.home-banner .banner-overlay {
    background-color: transparent;}
.page-id-6823 .content-section h1, .page-id-7086 .content-section h1,
 .page-id-7094 .content-section h1, .page-id-7181 .content-section h1{
    display: none;}
.page-id-6823 .content-section h2, .page-id-7086 .content-section h2,
.page-id-7094 .content-section h2, .page-id-7181 .content-section h2, .page-id-7181 .content-section h3{
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 32px;}
.page-id-6823 .content-section h2 b, .page-id-7086 .content-section h2 b,
.page-id-7094 .content-section h2 b, .page-id-7181 .content-section h2, .page-id-7181 .content-section h3 {
    color: #e13c39;}
.page-id-7181 .content-section h2{text-align: center;}
.page-id-6823 .contact-form-section.form-group, .page-id-7086 .contact-form-section.form-group,
.page-id-7094 .contact-form-section.form-group, .page-id-7181 .contact-form-section.form-group{
  background: url("https://www.mrcabinetcare.com/wp-content/themes/Cabinet%20Care/assets/images/main-form-bg.jpg") no-repeat; 
  background-size: cover; 
  padding: 27px 0; 
  margin: 0 0 30px; }
.page-id-7181 .content-section h3 {
    border: 2px solid #000;
    border-left: 0px;
    border-right: 0px;
}
.page-id-6823 .row .col-md-6, .page-id-7086 .row .col-md-6,
.page-id-7094 .row .col-md-6, .vdo.row .col-md-6{
    width: 45%;
    float: left;
    margin: 0 auto;
    margin-right: 20px;
    padding: 15px;
    margin-bottom: 40px;
    max-width: 100%;
}
.page-id-6823 iframe, .page-id-7086 iframe,
.page-id-7094 iframe, .vdo iframe{
    max-width: 100%;
}
.page-id-6823 .content-section, .page-id-7086 .content-section,
.page-id-7094 .content-section, .page-id-7181 .content-section{
    float: left;
    padding: 0 20px 50px 0;
    width: 100%;}
.page-id-6823 .sidebar-section, .page-id-7086 .sidebar-section,
.page-id-7094 .sidebar-section, .page-id-7181 .sidebar-section{
    display: none;}
.about-iframe {
    width: 80%;
    margin: 0 auto 30px auto;}
ul.summitli {
    margin-left: 25px;}
ul.summitli li {
    list-style: disc;}
.page-template-tpl-summit .img-block img {
    width: auto;
    max-height: 300px;
    margin: 0 auto;}
ul.partnerli {
    list-style: none;
}
ul.partnerli li{position: relative;}
ul.partnerli li:before {
    content: "\f111";
    font-family: fontawesome;
    font-size: 8px;
    position: absolute;
    left: -20px;
    color: #e13c38;
}


/*----------------style@21-mrch-19-------------*/

/*----------------preloader-style-------------*/
div#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.99);
    z-index: 999999999999;
    text-align: center;
    padding-top: 18%;
}
.lds-facebook {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 69px;
    height: 65px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #f5d370;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
img.size-full.wp-image-7092.aligncenter, img.size-full.wp-image-7093.aligncenter,
img.size-full.wp-image-7094.aligncenter, .page-id-7132 img.wp-image-7133.size-full.aligncenter,
.page-id-7181 img.wp-image-7182.size-full.aligncenter, .page-template-tpl-bath .entry img{
    border: 5px solid #e13c39;
    padding: 10px;
    margin: 25px auto 25px auto;}
.bathcol.row img {
    width: 80%;
    margin: 30px auto;
    height: auto;}
.bathcol.row {
    margin: 30px auto;}
.page-id-7181 img.wp-image-7182.size-full.aligncenter{width: auto;}
img.size-full.wp-image-7092.aligncenter, .page-id-7132 img.wp-image-7133.size-full.aligncenter{border-color: #000;
width: auto;}
.banner-sec-inner li{
    list-style: none;
}
.bathcol.row .col-md-6 {
    width: 50%;
    float: left;
    text-align: center;
}
.page-template-tpl-bath .headform , .page-template-tpl-bath .nav-section,
.page-template-tpl-bath .toggle-icon {
	display: none;
}
.page-template-tpl-bath .logo-section {
    float: left;
    padding: 10px 0;
    width: 50%;
}
.page-template-tpl-bath .logo-text {
    float: left;
    color: #d21a2f;
    position: absolute;
    left: 200px;
    top: 45px;
}
.page-template-tpl-bath .headercontainer {
    background: rgba(256,256,256,0.5);
}
.page-template-tpl-bath .logo {position: relative;height: auto;float: left;max-width: 150px;top: 0;}
}
.head_seal {
	visibility:hidden !important; }
.head_seal img {
    height: 90px !important;
    margin: 15px;
    margin-top: 25px;}
.page-template-tpl-bath .head_seal {
    width: 50%;
    float: left;
    visibility: visible !important;
    display: flex !important;
    height: 144px;}
.page-template-tpl-bath .contact-form-section.form-group p {
    font-weight: bold;
    text-align: center;
    background: #f5d370;
    color: #da1c22;
    padding: 15px;}
.bathcol.row.frst img {
    width: 500px;
    max-width: 98%;
    height: 450px;}
.bathcol.row.scnd img {
	width: 500px;
  max-width: 98%;
  height: 250px;}
.bathcol.row .col-md-6 p {
    width: 80%;
    margin: 0 auto;}
.bathcoupon {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50%;
    float: left;
    margin-bottom: 50px;
    padding: 15px;
}
.bathcon {
    width: 350px;
    float: left;
}
.couponinner span {
    color: #ffff;
    font-size: 75px;
    font-weight: bold;
    padding: 20px 0;
    text-shadow: 8px 2px 5px #000;
}
.couponinner .col-md-6 {
    width: 50%;
    float: left;
    margin-top: 25px;
    text-align: center;
    padding: 20px 0 0 0;
}
.couponinner .col-md-6 p {
    color: #fff;
    font-size: 22px;
    text-align: left;
    line-height: 1.3;
    font-weight: 500;
    margin-top: -15px;
}
p.couponbottomp {
    color: #fff;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
}
.banner-lead {
    padding: 15px;
    text-align: center;
    width: auto !important;
    height: auto !important;}
a.banner-btn {
    padding: 8px;
    display: inline-block;
    font-size: 14px;
    position: initial;
    line-height: 15px;
    margin-top: 15px;
    width: auto !important;}
.banner-lead p.banner-title {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.3;
    color: #fff;
}
.banner-txt {
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
    margin: 0;
}
section#printcoupon img {
    width: 100%;
    width: 75%;
    margin: 0 auto;
}
#lightSlider .Homenwslider img, #lightSlider .my-banner img{
	position: relative !important;
}
.brust-logo.brust-logo, .banner-lead{
	position: absolute !important;
	right: 30px !important;
    bottom: 250px !important;
}
a.printcoupontext {
	color: #e13c39;
    font-weight: bold;
    font-size: 25px;
    text-decoration: underline;
    padding: 10px;
    display: block;
    width: 215px;
    margin: 20px auto;
}

@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}
/*-------------preloader-style-------------*/

@media (max-width : 767px) {
.sub-banner-img img {
    display: none;}
.page-template-tpl-bath .sub-banner-img img{
    display: block;}
    }
@media (max-width : 1300px) {
.mob-conslt{display: block;margin: 0 auto;
    width: 365px;
    max-width: 100%;}
.forminner{display: none;}
.headform {
    padding: 15px;}
.logo {
    left: 0px !important;}
.page-template-tpl-bath .logo {
    top: 0px !important;}
.main-nav-section .menu > li{
    padding: 10px;
    font-size: 20px;}
.main-nav-section .menu > li > a {
    font-size: 18px;}
.page-template-tpl-bath .logo-text {
    left: 170px;}}

@media (max-width : 1200px) {
.headform {
    top: 110px;}
.nav-section {
    width: 78%;}
.logo-text {
    font-size: 18px !important;
    line-height: 25px;
    padding-top: 10px;}
.logo {
    left: 24px;
    top: 20px;
    height: 80px;}
.page-template-tpl-bath .logo {
    top: 20px;}   
.logo-section {
    width: 22%;
    padding: 10px 0;}
.brust-logo {
    top: 230px;}
/*.toggle-icon, .dropdown-toggle {
    display: block;
    bottom: 30px;}
#site-navigation ul#example-one{display: none;}*/
.main-nav-section .menu > li{
    padding: 10px 5px;}
.main-nav-section .menu > li > a {
    font-size: 20px;}
.head_seal img {
    height: 80px !important;
    margin: 10px;
    margin-top: 30px;}
.banner-lead {
	height: 150px !important;
    right: 50px !important;
    bottom: 120px !important;}
.offbtn.banner-lead{height: 120px !important;}
.banner-lead {
    padding: 10px;}
   a.banner-btn {
    padding: 5px;
    font-size: 10px;
    width: 125px !important;
    margin: 5px auto;}
   .banner-lead p.banner-title, .banner-txt{
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.2;}
}
@media only screen and (min-width: 1025px){
.page-template-tpl-bath .logo {position: relative;height: auto;float: left;    top: 0;}
}
@media (max-width: 1024px) and (min-width : 768px){
.page-template-tpl-bath .form-group li {
    margin: 0 0 10px 0;}
.page-template-tpl-bath .contact-form-section.form-group {
    top: 160px;}
.page-template-tpl-bath .contact-form-section{padding: 10px 0; padding-top: 0;}}

@media (max-width: 1024px){
  .headform {
    top: 90px;
    padding: 16px;}
  .logo-text {
    font-size: 20px !important;
    padding: 15px 0 0;}
  .toggle-icon {
    bottom: 25%;}
  .main-nav-section {
    z-index: 99;
    padding: 15px;}
  .main-nav-section .menu > li{
    padding: 10px;}
  .main-nav-section .menu > li:last-child{padding-right: 10px;}
  .main-nav-section .menu > li:first-child{padding-left: 10px;}
  ul#example-one {
    display: block;}
  .phone-number-section, .fixed .phone-number-section{
    padding-right: 50px;
    padding-top: 22px;}
  .logo-section {
    width: 30% !important;}
  .page-template-tpl-bath .logo-section {
    width: 50% !important;}
  .page-template-tpl-bath .logo-text {
    top: 30px;}
  .nav-section {
    width: 70% !important;}
  .head-awards {
    position: absolute;
    right: 40%;
    top: 20px;}
  .head-awards img {
    height: 50px;
    margin: 0 5px;}
  .page-template-tpl-bath .content-section {
    width: 100%;}
  .bathcol.row.frst img, .bathcol.row.scnd img{
    width: auto;
    height: auto;}
	.banner-lead {
    right: 50px !important;
    top: -240px !important;}
}
@media (max-width : 990px) {
  .home-banner .banner-overlay {
    left: 0;}
  .headform {
    top: 90px;}
    .ph-number {
    font-size: 20px;
    line-height: 25px;}
  .banner-section {
    margin: 110px 0 0 0 !important;}
  .logo-text {
    font-size: 15px !important;
    line-height: 20px;}
   .page-template-tpl-bath .logo-text {
    top: 18px;}
  .phone-bar {
    left: 0;}
  .toggle-icon {
    right: 15px;}
  .fixed .toggle-icon {
    bottom: 25px;}
  .brust-logo {
    right: 0;
    /*top: 400px;*/}
	.head-awards {
    top: 30% !important;}
  .page-template-tpl-bath .head_seal {
    height: 120px;}
  .head_seal img {
    height: 70px !important;
    margin: 0px;
    margin-right: 10px;
    margin-top: 22px;}
  .page-template-tpl-bath .logo {
    max-width: 120px;}
}
@media (max-width : 760px) {
  .header-section {
    margin-top: 47px !important;
    background-color: #fff;}
  .toggle-icon {
    top: 35px !important;}
    .page-template-tpl-bath .logo-text {
    display: block;}
    .headform {
    padding: 15px;
    top: 55px;
    z-index: 99}
  section.sweepstakesHomeBottom {
    background-size: cover;}
  .home-banner .banner-overlay {
    left: 15px !important;}
  /*.brust-logo {
    right: 0;
    top: 0;
    left: 0;
    width: 180px !important;
    margin: 0 auto !important;}*/
.offbtn.banner-lead, .offbanner.banner-lead{
    top: -190px;
    max-width: 150px;
    height: 170px !important;
    left: 10%;
}
.offbtn.banner-lead{height: 130px !important;}
.brust-logo a span {
    margin-bottom: 0;
    display: inline-block;
    line-height: 1.2;
}
.brust-logo a {
    font-size: 15px;
    line-height: 20px;}
  .logo {
    width: auto !important;}
  .page-template-tpl-bath .logo-text {
    float: none;
    right: 25px;}
  .banner-section {
    margin: 0px 0 0 0 !important;}
  .swp-banner p {
    position: absolute;
    top: 15%;
    width: 95%;}
#gform_15, #gform_16, #gform_20, #gform_21, #gform_28, #gform_29{
    padding: 15px;}
.nav-section {
    width: 100% !important;}
.main-nav-section {
    padding: 0px}
.page-template-free-quote-templete .contact-form-section .gform_footer.top_label{
  margin-top: 0px !important;
  float: left;}
/*.Homenwslider .bannertab a {
  padding: 20px;
  font-size: 20px;}*/
.page-template-tpl-bath .header-section {
    margin-top: 0 !important;}}
@media (max-width : 767px) {
.page-id-6823 .row .col-md-6, .page-id-7086 .row .col-md-6, 
.page-id-7094 .row .col-md-6, .vdo.row .col-md-6{
    float: none;
    width: 90%;
    margin: 0 auto;}
.bathcol.row .col-md-6 {
    width: 100%;}
.contact-form-section {
    margin-bottom: 0px;}
.page-template-tpl-bath .head_seal {
    margin-top: 20px;}
.head_seal img {
    height: 50px !important;
    margin: 5px !important;}
.logo-text {
    font-size: 13px !important;
    line-height: 17px;
    padding: 15px 0 0;}
.page-template-tpl-bath .head_seal{display: none !important;}
.page-template-tpl-bath .logo-section {
    width: 100% !important;}
.logo-text {
    font-size: 16px !important;
    line-height: 20px;
    left: 200px;
    top: 30px;}
.page-template-tpl-bath .contact-form-section {
    margin: 0 auto;}
.bathcoupon, .bathcon{
    width: 100%;
    float: left;}
}
@media (max-width : 580px) {
	.banner-lead {
    top: -190px !important;}
}

@media (max-width : 480px) {
.mob-conslt {
    width: 310px;
    max-width: 100%;
    margin: 0 auto;}
.brust-logo {
    width: 110px !important;
    height: 110px !important;}
.logo {
    width: 130px;}
.leftarrow {
    padding: 25px;
    padding-right: 50px;}
.leftarrow p {
    font-size: 30px;
    line-height: 40px;}
.form-title.thin.white {
    font-size: 20px;}
.leftarrow p strong {
    font-size: 45px;}
.brust-logo a {
    font-size: 12px;
    /*top: 30px;*/
    right: 30px;
    line-height: 15px;
    padding: 0px;}
/*section.sweepstakesHomeBottom {
    min-height: 450px;}*/
ul#gform_fields_26,#gform_16 , #gform_20, #gform_21{
    padding: 0px;}
.contact-form-section.form-group .gform_button {
    margin-top: 0px;}
header{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;}
.logo {
    margin: 0 !important;}
.brust-logo {
    right: 0;
    margin: 0;
    top: -150px;}
.content-section iframe {
    height: 300px;}
.page-id-6823 .content-section h2, .page-id-7086 .content-section h2, .page-id-7094 .content-section h2,
.page-id-7181 .content-section h2, .page-id-7181 .content-section h3 {
    font-size: 25px;}
.logo-text {
    padding: 15px 0 0;}
.page-template-tpl-bath .logo {
    max-width: 100px;}
.page-template-tpl-bath .logo-text {
	right: 5px;
	left: 120px;
    font-size: 15px !important;
    top: 5px;}
.couponinner span {
    font-size: 50px;}
.couponinner .col-md-6 p {
    font-size: 18px;}
p.couponbottomp {
    font-size: 13px;}
.bathcoupon{padding-left: 10px;}
.banner-lead p.banner-title{
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.banner-txt {
    font-size: 10px;
    line-height: 12px;
    margin: 0;
}
a.banner-btn {
    padding: 2px;
    font-size: 8px;
    width: 100px !important;}
.offbtn.banner-lead, .offbanner.banner-lead {
    max-width: 130px;
    padding: 4px;
    height: 100px !important;}
.offbtn.banner-lead {
    height: 90px !important;
    max-width: 120px;
}
@media (max-width : 460px) {
.banner-lead{
	top: -140px !important;
}
}
/*@media (max-width : 360px) {

.brust-logo {
    left: 70%;
    margin: 0;
    top: -130px;}
.brust-logo {
    width: 100px !important;
    height: 115px !important;
}}*/

@media (max-width : 320px) {
.form-title.thin.white {
    font-size: 18px;}}