@import url(http://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,400italic,700,300italic,100italic,100,300);
* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; font-size: 16px; line-height: 20px; color: #4b4b4b; font-family: 'Lato', sans-serif; background: url(../images/bg1.jpg) repeat; }
*::-webkit-input-placeholder { opacity:1; color: #4b4b4b; }
*::-moz-placeholder {opacity:1;color: #4b4b4b; }
*:-ms-input-placeholder {opacity:1;color: #4b4b4b;}

/*
input[type=checkbox]{ -webkit-appearance: checkbox; margin: 5px 0 0 5px; display: inline-block; vertical-align: top;}
input[type=radio]{ -webkit-appearance: radio; margin: 5px 0 0 5px; display: inline-block; vertical-align: top;}
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'Lato', sans-serif; }
*/

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

/* common */
a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;}
a[href^="tel"] { cursor: default; }
a[href^="tel"]:hover { text-decoration:none !important; }

#back-to-top { box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; position: fixed; bottom: 20px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #8b0025; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 0.8; }
#back-to-top.show:hover { opacity: 1; }
a.close, a.mobilemenu { display: none; }
strong { font-weight:700; }
h1 { font-size: 35px; line-height: 40px; font-weight:300; }
h2 { font-size: 30px; line-height: 35px; font-weight:300; }
h3 { font-size: 25px; line-height: 30px; font-weight:300; }
h4 { font-size: 20px; line-height: 24px; }
h5 { font-size: 18px; line-height: 22px; }
h6 { font-size: 16px; line-height: 20px; }

.listing li { background:url(../images/bullet.png) left 9px no-repeat; padding-left: 12px; line-height: 19px; padding-bottom:5px }

/* wrapper */
#wrapper { width: 100%; min-height: 100%; position: relative; }
.centering { padding: 0 15px; max-width: 1200px; margin: auto; position: relative; }

/* header-part */
header { position: relative; z-index: 99999; width: 100%; background: #fff; box-shadow: 0px 4px 20px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.4); -ms-box-shadow: 0px 4px 20px rgba(0,0,0,0.4); }

/*top_sec*/
.top_sec { padding: 13px 0 5px; width:auto; overflow: hidden; }
.top_sec a.logo { float: left; margin: 0 0 0 6px; }
.top_sec span { float: left; font-size: 17px; line-height: 21px; color: #8d8d8d; font-weight:300; text-transform:uppercase; padding: 15px 0 0 25px; letter-spacing: -0.01em; }
.top_sec .as { float: right; }
.top_sec .contact { float: right; padding: 10px 22px 0 0;}
.top_sec .contact a { margin: 0 3px 0 2px; font-size: 16px; line-height: 29px; color: #8d8d8d;  float: left; }
.top_sec .contact a:first-child { margin-right:15px; }
.top_sec .contact a img { width: 29px; height: 29px; }
.top_sec .contact a:hover img { opacity: 0.50 }

/*menu_sec*/
.menu_sec { padding: 34px 0 36px; width:auto;  background: #333; }
.menu_sec nav li { font-size: 18px; text-transform: uppercase; float: left; line-height: 22px; font-weight:300; }
.menu_sec nav { float: left; margin-left:-10px; }
.menu_sec nav li a { color: #fff; display: block; padding: 9px 10px; }
.menu_sec nav li ul li ul { display: none; padding: 30px  15px 10px; box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -ms-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); width: 100%; position: absolute; left:0; top:76px; background: #005b83; }
.menu_sec nav li:hover ul li ul { display: block; }
.menu_sec nav li ul:before { width: 100%; height:36px; content:''; position:absolute; left:0; top: -36px;  }
.menu_sec nav li.active > a,.menu_sec nav li:hover a ,.menu_sec nav li a:hover { background: #8b0025; }
.menu_sec nav li:hover li a { background: none; }
.menu_sec nav li li a:hover { background: none; }
.menu_sec nav ul li ul li ul li {width: 16.66%; float: left; padding: 0px 15px 15px; }

.menu_sec .speciality_ul li {
	width:25%;
}

.menu_sec nav li li img { width:100%; }
.menu_sec nav li li a { padding:0; font-size: 14px; overflow: hidden; line-height: 18px; text-transform:uppercase; text-align: center; display: block; }
.menu_sec nav li li a:hover img { opacity: 0.70; }
.menu_sec nav li li a span { padding: 5px; display: block; }
.menu_sec .right { float: right; padding:  5px 17px 0 0; }
.menu_sec .right a { color: #fff; display: inline-block; float: left; margin-left: 30px; }
.menu_sec .right a img,.menu_sec .right a span { padding-left: 10px; font-size: 15px; line-height: 18px; text-transform:uppercase; display: inline-block; vertical-align: middle; }
.menu_sec .right a span span { padding: 0; display: block; font-size: 12px; line-height: 14px; }
.menu_sec .right a:hover { opacity: 0.70; }
.menu_sec li.mob { display: none; }
.has-mega-menu { height:40px; }

/* banner-part */
#banner-part { z-index: 99; width: 100%; position: relative; }
#banner-part .slide:before { width: 100%; height: 41px; content:''; position:absolute; left:0; top:0; z-index: 99; background: url(../images/shadow-top.png) left top repeat-x; }
#banner-part .slide:after { width: 100%; height: 65px; content:''; position:absolute; left:0; bottom:0; z-index: 99; background: url(../images/shadow-bottom.png) left top repeat-x; }
#banner-part .slide { position: relative; }
#banner-part .detail { text-align: center;  color: #fff; max-width: 420px; position: absolute; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); z-index:99; background: rgba(0,0,0,0.5); padding: 20px 20px 0 20px }
#banner-part h2 { padding-bottom: 10px; font-size: 30px; line-height: 35px; font-weight:300; }
#banner-part p { padding-bottom: 20px; font-size: 20px; line-height: 25px; font-weight:300; }
#banner-part a.btn { padding: 14px; margin:  0 -20px; font-size: 21px; line-height: 25px; text-transform:uppercase; color: #fff; font-weight:300; background: #8b0025; display: block; }
#banner-part a.btn:hover { background:#6b0721; }

/* gallery sec */
.gallery_sec { padding: 13px; width: auto; overflow: hidden; background: url(../images/bg.jpg) repeat; }
.gallery_sec li { width: 25%; padding: 23px; float: left; }
.gallery_sec li a { display: block; }
.gallery_sec li span { font-size: 21px; padding: 14px; text-align: center; line-height: 25px; color: #fff; display: block; font-weight:300; background:#333333; }
.gallery_sec li span span { padding: 0; }
.gallery_sec li a:hover img { opacity: 0.80; }

/*content_sec*/
.content_sec { width:auto; overflow: hidden; background:url(../images/wood-bg.jpg) center top no-repeat; background-size:cover; }
.content_sec .row { overflow: hidden; }
.content_sec .col3 { width: 33.33%; float: left; padding: 20px 35px 10px; }
.content_sec .col3:nth-of-type(2) { padding: 35px 30px 15px; background: #fff; box-shadow: 0px 0px 25px rgba(0,0,0,0.9); -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.9); -ms-box-shadow: 0px 0px 25px rgba(0,0,0,0.9); }
.content_sec .product { padding: 18px; color: #fff; background: #333; overflow: hidden; }
.content_sec .product img { float: left; margin: 0 20px 10px 0; }
.content_sec .product img.logo { width:auto; }
.content_sec  h3 { text-transform:uppercase; margin-top:-6px; letter-spacing:0.02em; padding-bottom: 12px; }
.content_sec  h3 a { color:#fff;}
.content_sec .product h4 { font-size: 17px; line-height: 21px; font-weight:400; text-transform:uppercase; letter-spacing: 0.02em; padding-bottom: 12px; }
.content_sec .product h4 a { color:#fff; }
.content_sec .product p { font-size: 14px; line-height: 20px; padding-bottom: 22px; }
.content_sec .contact { padding: 8px 10px; margin-top:5px; background: #8b0025; color: #fff; }

.content_sec .contact .contact-half { float:left; width:50% }

.product .flex-control-nav { display:none; }
.product .flex-direction-nav .flex-nav-prev { float:left; }
.product .flex-direction-nav .flex-nav-next { float:right; }
.product .flex-direction-nav a { color:#fff; text-transform:uppercase; font-size:12px; padding-top:3px }

.featured-learnmore  { background:#fff; color:#333 !important; display:block; text-align:center; line-height:60px; text-transform:uppercase; }

.learn-more-link { background:#8b0025; color:#fff !important; padding:10px; text-transform:uppercase; }

.content_sec .contact p { font-size: 17px; line-height: 21px; letter-spacing: 0.01em; text-align: center; padding:0; font-weight:300; }
.content_sec .contact a { color: #fff; }
.content_sec .contact a:hover { opacity: 0.70; }
.content_sec .thanks { background: #333; overflow: hidden; padding: 25px 32px 30px; color: #fff; margin-top:30px; }
.content_sec .thanks p { padding:0; font-weight:300; font-size: 19px; line-height: 28px; text-shadow: 2px 2px 2px rgba(0,0,0,0.8); -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.8); -ms-text-shadow: 2px 2px 2px rgba(0,0,0,0.8); background:url(../images/coma.png) left 10px no-repeat; text-indent:22px; }
.content_sec .thanks p strong { font-weight:400 !important; }
.content_sec .text h3 { padding-bottom: 20px; }
.content_sec h4 { padding-bottom: 22px; font-size: 19px; line-height: 25px; }
.content_sec p { padding-bottom: 25px;  }
.content_sec .text h4 { font-weight:300; }
.content_sec .text h5 { font-size: 23px; line-height: 27px; font-weight:300; padding-bottom: 18px; }
.content_sec .text .contact p { font-size: 20px; line-height: 25px; }
.content_sec .text .contact { padding-bottom: 15px; margin-top: -4px; }
.content_sec .text .contact p strong { font-weight:700; }
.content_sec .award { color: #fff; background: #333; min-height: 126px; position: relative; overflow: hidden; }
.content_sec .award .left { width: 172px; height:100%; position:absolute; left:0; top:0; background: #e3e3e3; }
.content_sec .award .left img { position: absolute; left:50%;top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); }
.content_sec .award .right { padding: 5px 40px 10px 185px; }
.content_sec .award h4 { letter-spacing: -0.02em; font-weight:300; line-height: 24px; padding-bottom:5px; }
.content_sec .award p { font-size: 15px; padding:0; line-height: 20px; font-weight:300; }
.content_sec .gallery li { width: 50%; float: left; padding: 32px 17px 0; }
.content_sec .gallery { margin: 0px -17px 0; overflow: hidden; }
.content_sec .gallery a span { padding: 13px; background: #333333; display: block; color: #fff; text-align: center; position: relative; z-index:1; font-weight:300; }
.content_sec .gallery a span span { padding:0; }
.content_sec .gallery a { display: block; overflow: hidden; background: #222;}
.content_sec .gallery a img { width:100%; }
.content_sec .gallery a:hover img { opacity: 0.80; }

/*titlebar*/
.titlebar { color: #fff; width:auto; padding: 52px 0 56px; overflow: hidden;  text-align:center; background: #00446f; }
.titlebar h2 { font-size: 45px; line-height: 50px;  }
.titlebar h2 strong { font-weight:700; }

/*service_sec*/
.service_sec { width:auto; padding: 47px 0 35px; overflow: hidden; background: #fff; }
.service_sec img.left { margin: 18px 63px 0 0; width: 50%; float: left; }
.service_sec .text {  padding: 0px 60px; }
.service_sec h2 { padding-bottom: 11px }
.service_sec ul { margin-bottom: 29px; overflow: auto; }
.service_sec li a { color: #003162; border-bottom:1px dashed #003162 }

/*banner_sec*/
.banner_sec { width:auto; overflow: hidden; }
.banner_sec img { width: 100%; }

#content-part { width:auto; overflow: hidden; }
#content-part .inner { margin:auto; max-width: 1226px; padding: 0 27px; background: #fff; }

.sliderbar { margin: 0 -27px; width: auto; overflow: hidden; position: relative; }
.sliderbar #slider:before { width: 100%; height: 33px; z-index:99; content:''; position: absolute; left:0; bottom:0; background: url(../images/gallery-shadow.png) left bottom repeat-x; }
.sliderbar .slick-arrow { z-index:9999; border:0; cursor: pointer; width: 50px; height: 50px; display: block; font-size:0; position: absolute; left: 50px; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); background: url(../images/large_left.png) center center no-repeat #222; background-size: auto 27%; }
.sliderbar .slick-arrow:hover { background-color: #000; }
.sliderbar .slick-arrow.slick-next { left:auto; right: 50px; background-image:url(../images/large_right.png); }
.sliderbar .slider-nav .slick-slide { margin: 0 2px; cursor: pointer; background: #333;}
.sliderbar .slider-nav .slick-current img { opacity: 0.60; }
.sliderbar .slick-slide img { width:100%; height:auto; }
.sliderbar .slider-nav .slick-track { margin: 0 -2px; }

.bdlogoslider { float:right; margin-top:-5px }

/*paneldoor_sec*/
.paneldoor_sec { padding: 40px 0 25px; width:auto; overflow: hidden; }
.paneldoor_sec h1 { text-transform:uppercase; padding-bottom: 20px; }
.paneldoor_sec span.sub-title { font-size: 19px; line-height: 25px; display: block; padding-bottom: 10px; font-weight:300; }
.paneldoor_sec .right { margin: 0 0 0 30px ; background: #333; margin-top:5px; padding: 32px 20px; color: #fff; }
.paneldoor_sec .award { margin: 0 0 20px 0; }
.paneldoor_sec .award img { float: left; margin: 6px 18px 0 0px; }
.paneldoor_sec .award h5 { font-weight:300; margin: -6px 0 10px 0; line-height: 23px; }
.paneldoor_sec .right p { padding:0 0 10px 0; font-size: 15px; line-height: 20px; font-weight:300; }
.paneldoor_sec .right p a { color:#fff; }
.paneldoor_sec .right h4 { font-weight:300; text-transform: uppercase; font-size:19px }
.paneldoor_sec .right h4 .icon { display: inline-block; vertical-align: middle; margin: 0 10px 8px 0; }
.paneldoor_sec .right .listing li a { color: #fff; }
.paneldoor_sec .right .listing li a:hover { text-decoration:underline; }

.paneldoor_sec .right .listing li { font-weight:300; font-size: 15px; padding-bottom: 6px; /* background-image:url(../images/bullet-white.png); background-position: left 8px; */ }
.paneldoor_sec .right .listing { margin:5px 7px; }
.paneldoor_sec .heading { border-top: 1px solid #999; border-bottom: 1px solid #999; padding: 17px 0; margin: 15px 0 18px; }
.paneldoor_sec .heading h6 { padding:0; background:url(../images/heading-bg.png) left center no-repeat; padding-left:45px; }
.paneldoor_sec h6 { padding-bottom: 10px; text-transform:uppercase; font-weight:400; }
.paneldoor_sec .heading +h6 + p { padding-right:50px; }
.paneldoor_sec .video { width: 100%; height: 168px; margin-top: 30px; }
.paneldoor_sec .outer { overflow: hidden; }
.paneldoor_sec .gallery li { width: 25%; float: left; padding: 0 15px; }
.paneldoor_sec .gallery { margin: 0 -15px 12px; overflow: hidden; }
.paneldoor_sec .gallery li img { width: 100%; }
.paneldoor_sec h3 { padding-bottom: 15px; }
.paneldoor_sec p { padding-bottom: 20px; }
.paneldoor_sec .listing li { padding-bottom: 1px;  }
.paneldoor_sec .gallery + p { padding-bottom: 10px; }
.paneldoor_sec .sectional { margin: 20px 0; width: auto; overflow: hidden; position: relative; color: #fff; background: #8b0025; }
.paneldoor_sec .sectional .image { position: absolute; left:0;top:0; height:100%; background-position: center center; background-size:cover; }
.paneldoor_sec .text { margin:0 0 0 0px; padding: 23px 35px 20px 10px; box-shadow: 10px 0 10px rgba(0,0,0,0.3) inset; -webkit-box-shadow: 10px 0 10px rgba(0,0,0,0.3) inset; -ms-box-shadow: 10px 0 10px rgba(0,0,0,0.3) inset; }
.paneldoor_sec .text_right { padding-left:25px; padding-right:0px }

.paneldoor_sec .sectional.obligation .wpb_text_column { margin:0 0 0 0px; padding: 23px 35px 20px; box-shadow: 10px 0 10px rgba(0,0,0,0.3) inset; -webkit-box-shadow: 10px 0 10px rgba(0,0,0,0.3) inset; -ms-box-shadow: 10px 0 10px rgba(0,0,0,0.3) inset; }
.vc_col-has-fill div { height:100%; }
.paneldoor_sec .sectional .head { font-size: 22px; display: block; padding-bottom: 22px; line-height: 25px; font-weight:300; }
.paneldoor_sec .sectional p { padding:0; }
.paneldoor_sec .sectional.panel p { text-transform:uppercase;  }
.paneldoor_sec .sectional.panel a { color: #fff; font-weight: 700; }
.paneldoor_sec .sectional.panel a:hover { text-decoration:underline; }
.paneldoor_sec .sectional a { color: #fff; }
.paneldoor_sec .panelift { overflow: hidden; }
.paneldoor_sec .panelift .door { float: right; margin: 8px 0 10px 20px; }
.paneldoor_sec .panelift p + ul  { margin-top:-15px; }
.paneldoor_sec .sectional.custom .image { left:auto; right:0; }
.paneldoor_sec .sectional.custom .text { box-shadow:none; -webkit-box-shadow:none; -ms-box-shadow:none; margin: 0 0 0 0; }
.paneldoor_sec .sectional.custom { background: #857c18; }
.paneldoor_sec .sectional.custom li { padding-bottom:8px; }
.paneldoor_sec .sectional h3 { font-size: 27px; line-height: 31px; padding-bottom: 10px;}
.paneldoor_sec .sectional.custom p { font-size: 19px; line-height: 24px; font-weight:300; padding-bottom: 15px; }
.paneldoor_sec a.more { font-size: 17px; line-height: 33px; color: #857c18; background: #fff; display: inline-block; padding: 0 45px; text-transform:uppercase; font-weight:300; }
.paneldoor_sec a.more:hover { background: rgba(255,255,255,0.8); }
.paneldoor_sec span.logo { float: right; margin: 14px 0 0 0; background: #fff; padding: 10px 10px 10px 20px; }
.paneldoor_sec .doors { overflow: hidden; margin: 35px -10px 25px; }
.paneldoor_sec .col2 { width: 50%; float: left; padding: 0 10px;  }
.paneldoor_sec .doors img { float: left; margin-right: 15px; }
.paneldoor_sec .col2 h3 { padding-bottom: 10px;}
.paneldoor_sec .doors p:nth-of-type(2) { padding:0; }
.paneldoor_sec .sectional.obligation { background: #00446f; }
.paneldoor_sec .sectional.obligation .image {  left:auto; right:0; }
.paneldoor_sec .sectional.obligation .wpb_text_column { box-shadow:none; -webkit-box-shadow:none; -ms-box-shadow:none; padding-left:10px; }
.paneldoor_sec .sectional.obligation .head { font-size: 21px; line-height: 24px; }
.paneldoor_sec img.icon { display: inline-block;vertical-align:middle; margin: 0 10px 5px 0; }
.paneldoor_sec .sectional.obligation h3{  padding-bottom: 7px; }

.testimonial_sec { position: relative; color: #fff; padding: 70px 10px 65px 50px; margin: 0 -27px; width: auto; overflow: hidden; background: url(../images/testiminial-bg.jpg) center center no-repeat; background-size: 100% 100%; }
.testimonial_sec h3 {  text-transform:uppercase; padding-bottom: 25px;}
.testimonial_sec h3 span { font-size: 34px; line-height: 34px; }
.testimonial_sec p { font-size: 19px; line-height: 28px; font-weight:300; background:url(../images/coma.png) left 10px no-repeat; text-indent:20px; }
.testimonial_sec .left { }
.testimonial_sec .right { position: relative; width: 360px; float: right; }
.testimonial_sec .right img { margin: 70px auto 0; }
.testimonial_sec .flex-direction-nav li { display: inline-block; vertical-align: top; padding: 0 7px; }
.testimonial_sec .flex-direction-nav a { width: 51px; height: 51px; display: block; font-size:0; background: url(../images/large_left.png) center center no-repeat #222; background-size:  auto 25%;  }
.testimonial_sec .flex-direction-nav a:hover { background-color: #000; }
.testimonial_sec .flex-direction-nav a.flex-next { left:auto; right: 50px; background-image:url(../images/large_right.png); }
.testimonial_sec .flex-direction-nav { width: 360px; position: absolute; text-align: center; right: 0px; top: -7px; }
.testimonial_sec .flex-direction-nav:before { width: 112px; height: 1px; content:''; position:absolute; left:0; top:50%; background: #a5a5a5; }
.testimonial_sec .flex-direction-nav:after { width: 112px; height: 1px; content:''; position:absolute; right:0; top:50%; background: #a5a5a5; }
.testimonial_sec #testimonial { position: relative; }
.testimonial_sec .flex-viewport { margin-right: 380px; }
.testimonial_sec a.more { z-index:1; width: 116px; line-height: 25px; color: #fff; padding: 0 10px; text-transform:uppercase; background: #222; font-size: 13px; display: inline-block; text-align: center; position: absolute; right: 132px; top: 124px; }
.testimonial_sec a.more:hover { background: #000; }

/* footer */
footer { width:auto; overflow: hidden; padding-bottom: 18px; background: #333; }
footer .nav { padding: 35px 0; width: auto; overflow: hidden; background:#8b0025; }
footer .nav li { margin: 0 0 0 18px; float: left; text-transform:uppercase; font-size: 17px; line-height: 21px; font-weight:300; }
footer .nav li:first-child { margin:0; }
footer .nav li a { color: #fff; }
footer .nav li.active a,footer .nav li a:hover { opacity:0.70; }
footer .logo { background: #fff; text-align: center; padding: 18px 0 14px; box-shadow: 0px 0px 15px rgba(0,0,0,0.6); -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.6); -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.6); position: relative; z-index:9; }
footer .logo li { font-size: 22px; color: #333333; line-height: 30px; margin: 0 35px; font-weight:300; display: inline-block; vertical-align: middle; }
footer .logo li a { color: #333333; display: inline-block; vertical-align: top; font-weight:400; margin-left: 10px; }
footer .logo li:first-child img { width: 170px; }
footer .footer { color: #fff; padding: 27px 0 20px; overflow: hidden; }
footer .col4 { padding: 8px 15px; width: 25%; float: left; border-left:1px solid #4f4d4d; }
footer .col4:first-child { border:0; }
footer h6 { padding-bottom: 20px; font-weight:300; color: #b8b8b8; text-transform:uppercase; font-size: 17px; line-height: 21px; }
footer .row { margin: 0 -15px; overflow: hidden; }
footer p { font-size: 17px; line-height: 24px; font-weight:300; padding-bottom:10px;}
footer .button { font-size: 17px; line-height: 24px; color: #fff; font-weight:300; background:url(../images/cart-icon-bottom.png) 15px center no-repeat #8b0025; padding: 18px 15px 18px 70px ; text-transform:uppercase; display: block; background-size:  36px auto; }
footer .button:hover  { background-color: #6b0721; }
footer .social { overflow: hidden; margin: 0 -7px; }
footer .social li { width: 50%; padding: 7px; float: left; text-align: center; }
footer .social li a img,footer .social li a { color: #b8b8b8; display: inline-block; }
footer .social li a img { width: 55px; }
footer .social li a:hover img { opacity:0.70; }
footer .social li a span { display: block; font-size: 14px; line-height: 21px; text-transform:uppercase; font-weight:300; }
footer img.impact {margin-top: 10px; }
footer .listing li a { color: #fff; }
footer .listing li { font-weight:300; text-transform:uppercase; font-size: 14px;  background:url(../images/bullet-white.png) left 9px no-repeat; padding: 0 0 6px 10px; }
footer .listing { margin-top: 10px; }
footer .listing li a:hover { text-decoration:underline;}
footer a.com { margin:auto; width: 77px; margin-right:20px; }


.no_margin_bottom { margin-bottom:0 !important; }
.no_margin_bottom .wpb_text_column { margin-bottom:0 !important; }


.wpcf7 label { display:block; }
.wpcf7-list-item { display:block; padding-bottom:5px; }
.wpcf7-text { padding:5px; background:#efefef; border:1px solid #ccc; width:100% }
.wpcf7-submit { background:#8b0025; padding:10px; color:#fff; border:0; text-transform:uppercase; width:100% }
textarea { width:100%; height:200px }
.wpcf7-select { width:100%; background:#efefef; border:1px solid #ccc; }

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

.wpb_text_column a { color:#8b0025; }
.wpb_text_column ul { margin-bottom:15px; }
.wpb_text_column ul li { padding-left:20px; background:url(../images/bullet.png) no-repeat 0px 9px;  padding-bottom:8px; }

.gal_node_element h3 { text-align:center; }
.handsets p { text-align:center; }

.gallery_single_image { width:100%; }
.gallery_single_image a img { width:100%; }

.wpcf7-textarea { max-height:100px; }

.paneldoor_sec .right img { height:auto; }

.paneldoor_sec .right a { color:#fff; }
.paneldoor_sec .right li { color:#fff; background:none; list-style:disc; padding-left:0;  }
.paneldoor_sec .right ul, .paneldoor_sec .right .listing { margin-left:20px; }

.buy-callout { background:#00446f; padding:10px; text-align:center; margin-bottom:15px; }
.buy-callout a { color:#fff; text-align:center; }


.photo_gallery_row .wpb_single_image { margin-bottom:6px !important; margin-right:6px; }
.photo_gallery_row .wpb_single_image img, .gallery_single_image { width:100%; }

.no-margin-bottom { margin-bottom:0 !important; }

.product_highlight .wpb_text_column { background:#efefef; padding:10px 25px 10px 25px }
.product_highlight .wpb_single_image { margin-bottom:0 !important; }

.product_highlight_images { background:#efefef; padding:25px }

.alignright { float:right; }

.final-links { text-align:center; }
.final-links a { display:inline-block; color:#fff; font-size:12px; margin-right:10px; text-align:center; }

/* Hide Pages from Sitemap */

.page_item.page-item-1912,
.page_item.page-item-1929,
.page_item.page-item-1892 {
    display: none;
}

#download-specialty-ebook {
    line-height: 2;
}
#download-specialty-ebook:hover {
    color: #333 !important;
}
#download-specialty-ebook:before {
    content: '';
    background: url(../images/pdf.svg);
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 14px;
    margin-right: 10px;
}
