/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/ 
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0px;
	border: 0;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:hover {
	transition: all 0.4s ease-in-out;
}


/*
 Search Bar
*/
/* Search & Filter Styles */
body
{
	display:block;
}
.searchandfilter p
{
	margin-top: 1em;
	display:inline-block;
}
.searchandfilter ul
{
	display:inline-block !important;
}
.searchandfilter li
{
	list-style: none !important;
	display:inline-block !important;
	padding-right:10px !important;
}

/* If in a widget area make a single column by adding display block  */
.widget-area .searchandfilter li, .widget-area .searchandfilter p
{
	display:block;
}
.searchandfilter label
{
	display:block;
}
.searchandfilter h4
{
	margin:15px 0;
	font-size:16px;
}

.searchandfilter ul > li > ul:not(.children)
{
	margin-left:0;
}
/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/

h1 {
	font-family: 'Archivo Black', sans-serif;
	font-weight: bold;
	font-size:50px;
	color: #fbb019;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 36px;
}
h1 span {
	display: block;
	font-family: 'MyriadPro-Regular';
	font-size: 33px;
	color: #fff;
	line-height: normal;
	margin-top: 24px;
}
h2 {
	font-family: 'Archivo Black', sans-serif;
	font-weight: bold;
	font-size: 46px;
	color: #fbb019;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 36px;
}
h3 {
	position: relative;
	font-family: 'Bahnschrift';
	font-size: 42px;
	color: #fbb019;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
    font-weight: bold;
}
h4 {
	position: relative;
	font-family: 'Bahnschrift';
	font-weight: bold;
	font-size: 36px;
	color: #fbb019;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.yellow-btn {
	display: table;
	background: #fbae17;
	font-family: 'MyriadPro-Regular';
	font-size: 24px;
	color: #000000;
	text-transform: capitalize;
	line-height: inherit;
	border-radius: 12px;
	padding: 12px 16px 9px;
	clear: both;
	margin-bottom: 20px;
}
.yellow-btn:hover, .yellow-btn:focus {
	background: #fff;
	color: #fbae17;
	text-decoration: none;
}
.margin-bottom0 {
	margin-bottom: 0 !important;
}
.p-0 {
	padding: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.text-left {
	text-align: left;
}
.alignleft {
	float: left;
	margin: 0px 15px 15px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
}
p:empty {
	display: none;
}
.content-div .hide {
	display: none;
}
/*
-------------------------------------------------------------- 
HEADER AREA STYLES
-------------------------------------------------------------- 
*/
.header {
	background:#000;
	display: block;
}
.header-top {
	display: block;
	padding: 9px 0 13px;
}
.logo {
	display: inline-flex;
}
.header-top-right {
	display: inline-flex;
	vertical-align: middle;
}
.header-links {
	display: flex;
	align-items: center;
	margin-right: 36px;
}
.header-links ul {
	list-style: none;
}
.header-links ul li {
	display: inline-block;
	font-family: 'Bahnschrift';
	font-size: 22px;
	line-height: inherit;
	padding: 0 35px;
}
.header-links ul li a {
	color: #fff;
}
.header-links ul li a:hover, .header-links ul li a:focus {
	color: #fbb019;
	text-decoration: none;
}
.header-bottom {
	display: block;
	background: #fbb019;
	padding: 15px 0 13px;
}
.header-bottom li.mega-dekstop-hide {
	display: none !important;
}
.search-area.mobile-hide {
	display: none;
}
.main-nav {
	display: flex;
	align-items: center;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	font-family: 'Bahnschrift';
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-family: 'Bahnschrift';
	border: 1px solid #fff;
	font-size: 16px;
	line-height: normal;
	color: #fff;
	padding: 10px 15px;
	height: auto;
	margin-bottom: 10px;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, .main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	background: #fff;
	color: #fbb019;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
	width: 280px;
	border-radius: 0;
	margin-top: 36px;
	padding: 15px 15px 5px;
}
.search-area input {
	display: inline-block;
	background: #000 url("/source/8f714bb407e6eed450249746e391df90/search-icon.png") no-repeat right 16px center;
	font-family: 'MyriadPro-Regular';
	font-size: 19px;
	color: #999999;
	width: 260px;
	line-height: inherit;
	border-radius: 16px;
	outline: none;
	border: 0;
	margin-right: 10px;
	padding: 10px 48px 6px 16px;
}
.search-area label {
	display: none;
}
.search-area input::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
.search-area input::-ms-input-placeholder {
	color: #999999;
}
.search-area input::-webkit-input-placeholder {
 	color: #999999;
}
.search-area input[type="submit"] {
	background: #000;
	font-family: 'MyriadPro-Regular';
	font-size: 19px;
	color: #fbae17;
	border-radius: 16px;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	height: 46px;
	padding: 10px 30px 12px;
	line-height: inherit;
}
.search-area input[type="submit"]:hover, .search-area input[type="submit"]:focus {
	background: #fff;
	color: #000;
}
.search-btn {
	background: #000;
	font-family: 'MyriadPro-Regular';
	font-size: 19px;
	color: #fbae17;
	border-radius: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 30px 12px;
}
.search-btn:hover, .search-btn:focus {
	background: #fff;
	color: #000;
}
/*
-------------------------------------------------------------- 
STRONG AREA STYLES
-------------------------------------------------------------- 
*/
.strong-area {
   
	display: block;
    padding: 38px 0 48px;
}
.strong-area .container-fluid {
	padding: 0 60px;
}
.strong-logo {
	display: block;
	text-align: center;
}
.strong-logo img {
	width: auto !important;
}
.strong-area h1 {
     display: block;
    font-family: 'Archivo Black', sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #fbb019;
    line-height: 57px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.strong-area h1 span {
    display: block;
    font-family: 'Archivo Black', sans-serif;
    font-weight: bold;
    font-size: 44px;
    color: #fbb019;
    line-height: 60px;
	margin-top:0;
}
/*
-------------------------------------------------------------- 
BANNER AREA STYLES
-------------------------------------------------------------- 
*/
.banner-area {
   
	display: block;
	position: relative;
}
.banner-area img {
	width: 100%;
}
/*
-------------------------------------------------------------- 
CONTENT AREA STYLES
-------------------------------------------------------------- 
*/
.content-area {
   
	display: block;
}
/*
-------------------------------------------------------------- 
PRODUCT AREA STYLES
-------------------------------------------------------------- 
*/
.tabs-area {
	display: block;
	text-align: center;
	padding: 78px 0 106px;
}
.tabs-tab {
	display: block;
	color: #fff;
	text-align: center;
}
.tabs-img {
	display: block;
	overflow: hidden;
	margin-bottom: 24px;
}
.tabs-img img {
	width: 100%;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
}
.tabs-tab:hover .tabs-img img {
	-webkit-filter: grayscale(100%);
	transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	cursor: pointer;
}

.tabs-tab h3 {
	font-size: 32px;
	text-transform: uppercase;
}
.tabs-tab:hover, .tabs-tab:focus {
	color: #fff;
	text-decoration: none;
}
.tabs-tab:hover h3, .tabs-tab:focus h3 {
	color: #fff;
	text-decoration: none;
}
.tabs-area.quicklinks-area {
	padding: 0 0 26px;
}
.tabs-area.quicklinks-area .tabs-tab {
	margin-bottom: 80px;
}
.tabs-area.p-0.drawings-tab .tabs-tab {
	margin-bottom:36px;
}
.tabs-area.p-0.drawings-tab h2 {
    font-family: 'Bahnschrift';
    font-size: 32px;
    margin-bottom: 10px;
}
.tab-small-text {
    display: block;
    font-size: 17px;
    line-height: 26px;
}
.tab-small-text p {
	margin-bottom: 0;
}
.tabs-area.about-tab-area .tabs-tab:hover .tabs-img img {
	-webkit-filter: inherit;
	transform: inherit;
	-webkit-transform:inherit;
	-moz-transform: inherit;
	-o-transform:inherit;
	-ms-transform:inherit;
	cursor: inherit;
}
.tabs-area.about-tab-area .tabs-tab:hover h3, 
.tabs-area.about-tab-area .tabs-tab:focus h3 {
	color:#fbb019;
}
/*
-------------------------------------------------------------- 
BORN AREA STYLES
-------------------------------------------------------------- 
*/
.born-area {
	display: block;
	text-align: center;
	padding-bottom: 120px;
}
.born-area img {
	margin: 0 auto;
}
/*
-------------------------------------------------------------- 
FOOTER AREA STYLES
-------------------------------------------------------------- 
*/
.footer {
   
	display: block;
	text-align: center;
	position: relative;
}
.live-chat {
	position: absolute;
	right: 30px;
	cursor: pointer;
}
.live-chat img {
	height: 90px !important;
}
.footer-social-div {
	display: block;
	padding-bottom: 30px;
}
.footer-social-div h4 {
	font-family: 'Archivo Black', sans-serif;
	font-size: 29px;
	color: #fff;
	line-height: 35px;
	margin-bottom: 15px;
}
.footer-social-div ul {
	list-style: none;
}
.footer-social-div ul li {
	display: inline-block;
	padding: 0 16px;
}
.footer-social-div ul li a {
	color: #fff;
}
.footer-social-div ul li a img {
	filter: brightness(255)
}
.footer-social-div ul li a span {
	display: inline-block;
	font-family: 'Bahnschrift';
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
	vertical-align: middle;
	line-height: inherit;
}
.footer-social-div ul li a:hover img {
	filter: inherit;
}
.footer-social-div ul li a:hover span {
	color: #fbb019;
}
.footer-link {
	display: block;
	background: #fbb019;
	padding: 12px 0 9px;
}
.footer-link ul {
	list-style: none;
}
.footer-link ul li {
	display: inline-block;
	font-family: 'Bahnschrift';
	font-size: 17px;
	color: #000;
	line-height: inherit;
	padding: 0 22px;
}
.footer-link ul li a {
	color: #000;
}
.footer-link ul li a:hover, .footer-link ul li a:focus {
	color: #fff;
	text-decoration: none;
}
.copyright {
	display: block;
	font-size: 18px;
	color: #b3b3b3;
	line-height: inherit;
	padding: 22px 0 18px;
}
.copyright p {
	margin-bottom: 0;
}
/*
-------------------------------------------------------------- 
CONTENT DIV STYLES
-------------------------------------------------------------- 
*/
.content-div {
   
	display: block;
	min-height: 600px;
	text-align: center;
	padding: 78px 0 106px
}
.content-div ul {
	list-style: none;
	margin-bottom: 20px;
}
.content-div ul li {
	display: block;
	position: relative;
	padding-left: 20px;
}
.content-div ul li:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 10px;
	height: 2px;
	top: 39%;
	left: 0;
}
.content-div ol {
	counter-reset: oli;
	list-style-type: none;
	margin-bottom: 20px;
}
.content-div ol li {
	counter-increment: oli;
	margin-bottom: 10px;
}
.content-div ol li:before {
	content: counter(oli)".) ";
	color: #fff;
	display: inline-block;
	margin-right: 8px;
}
.content-div .pagination {
	display: block;
	text-align: center;
}
.content-div .pagination .prev.page-numbers, .content-div .pagination .next.page-numbers {
	display: none;
}
.content-div .pagination a.page-numbers, .content-div .pagination span.page-numbers {
	background: #f8ae19;
	color: #000;
	padding: 10px 15px 7px;
	font-size: 24px;
	line-height: inherit;
	height: auto;
	border-radius: 4px;
	margin: 0 6px;
	font-weight: bold;
}
.content-div .pagination a.page-numbers:hover, .content-div .pagination a.page-numbers:focus {
	background: #fff;
	color: #f8ae19
}
.content-div span.page-numbers.current {
	background: #fff;
	color: #f8ae19
}
.content-div.careers-div-area.service-form h2 {
    text-align: center;
    color: #fff;
}
.content-div.careers-div-area.service-form input#input_5_18 {
    background: none;
    padding: 0;
    color: #fff;
}
.form-text-div {
    display: block;
}
.form-text-div p {
    margin-bottom: 5px;
}
/*
-------------------------------------------------------------- 
INNER CONTENT AREA STYLES
-------------------------------------------------------------- 
*/
.inner-content-area {
	display: block;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 35px;
}
.inner-about-img {
	display: block;
}
.inner-about-img img {
	width: 100%;
}
.content-div.thank-you {
    padding: 78px 0px;
}
.faq-heading h1 {
    text-transform: none;
}
/*
-------------------------------------------------------------- 
ABOUT TAB AREA STYLES
-------------------------------------------------------------- 
*/
.tabs-area.about-tab-area .tabs-tab {
	text-align: left;
	font-size: 27px;
	line-height: 32px;
}
.tabs-area.about-tab-area .tabs-tab h3 {
    font-family: 'MyriadPro-Regular';
    text-align: left;
    margin-bottom: 34px;
}
.slider-area {
	display: block;
	min-height: 600px;
	margin-bottom: 56px;
}
.slider-area img {
	width:auto !important;
	margin:0 auto;
}
.slider-area .owl-dots {
	text-align: center;
	padding-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}
.slider-area .owl-dots button.owl-dot {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #fff;
	border: 3px solid #000;
}
.slider-area .owl-dots button.owl-dot:hover, .slider-area .owl-dots button.owl-dot:focus {
	background-color: #fbb019;
}
.slider-area .owl-dots button.owl-dot.active {
	background-color: #fbb019;
}
.slider-area .owl-carousel .owl-nav button.owl-next, .slider-area .owl-carousel .owl-nav button.owl-prev {
	background: none;
	line-height: inherit;
	height: auto;
}
.slider-area .owl-carousel .owl-nav button.owl-next, .slider-area .owl-carousel .owl-nav button.owl-prev {
	color: #fff;
	padding: 0 20px !important;
	background: none !important;
}
.slider-area .owl-carousel .owl-nav button.owl-next:hover {
	color: #fbb019;
}
.slider-area .owl-carousel .owl-nav button.owl-prev:hover {
	color: #fbb019;
}
/*
-------------------------------------------------------------- 
CAREER LOGO AREA STYLES
-------------------------------------------------------------- 
*/
.career-logo {
	display: block;
	padding: 50px 0 110px;
}
.career-logo img {
	width: 100%;
	margin-bottom: 50px;
}
.career-logo p {
	margin-bottom: 36px;
}
.career-logo .col-md-5 {
	padding: 0 25px;
}
.career-logo .job-btn {
	display: block;
	font-family: 'Bahnschrift';
	font-size: 27px;
	color: #fff;
	margin-bottom: 50px
}
.career-logo a.job-btn:hover, .career-logo a.job-btn:focus {
	color: #fbae17;
	text-decoration: none;
}
.career-logo big {
	display: block;
	font-family: 'Bahnschrift';
	font-size: 28px;
	line-height: 33px;
}
.career-form {
	display: block;
	text-align: left;
}
.career-form #input_3_9 {
    background:inherit;
    color: #fff;
	padding:0;
}
.career-form .gfield_checkbox {
	display: flex;
}
.career-form .gfield_checkbox .gchoice {
	display: inline-flex;
	align-items: center;
	width: 33.333%;
}
.career-form .gfield_checkbox .gchoice input {
	margin-bottom: 0 !important;
}
.career-form .gfield_checkbox .gchoice input {
    width: 30px;
    height: 30px;
}
.career-form .gform_wrapper.gravity-theme .gfield_checkbox label, .career-form .gform_wrapper.gravity-theme .gfield_radio label {
	display: inline-block;
	font-size: 20px !important;
	margin-left: 10px !important;
}
.career-form .gform_wrapper.gravity-theme .gfield_header_item, .career-form .gform_wrapper.gravity-theme .gform_fileupload_rules, .career-form .gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 20px !important;
}
.career-form .gform_button.button {
	display: inline-block;
	background: #fbae17;
	font-family: 'MyriadPro-Regular';
	font-size: 24px !important;
	color: #000000;
	text-transform: uppercase;
	line-height: inherit;
	border-radius: 12px;
	padding: 12px 40px 9px;
	clear: both;
	margin-bottom: 0 !important;
}
.career-form .gform_wrapper .gform_validation_errors {
    border: 0;
    background: none;
    color: #fff;
    box-shadow: none;
}
.career-form .gform_wrapper .gform_validation_errors h2.gform_submission_error.hide_summary {
    color: red;
    font-size: 16px;
    font-weight: bold;
} 
 .career-form .gform_wrapper .gfield_validation_message, .career-form .gform_wrapper .validation_message {
    color: red !important;
    background: no-repeat;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}
 .career-form div#validation_message_3_2 {
    display: none;
} 
.career-form .gform_wrapper .gfield_error .gfield_repeater_cell label, .career-form .gform_wrapper .gfield_error label, .career-form .gform_wrapper .gfield_error legend, .career-form .gform_wrapper .gfield_validation_message, .career-form .gform_wrapper .validation_message, .career-form .gform_wrapper [aria-invalid=true]+label, .career-form .gform_wrapper label+[aria-invalid=true] {
    color: red !important;
}
.career-form .gform_button.button:hover, .career-form .gform_button.button:focus {
	background: #fff;
	color: #fbae17;
	text-decoration: none;
}
.career-form textarea {
	height: 238px;
}
.career-form select {
	height:46px;
}
.career-form input, .career-form textarea, .career-form select {
	font-family: 'Bahnschrift';
    font-size: 20px !important;
    color: #000;
    outline: none;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: 0;
    padding: 8px 12px;
    border: 0px;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    margin-bottom: 13px;
}
.career-form .gform_wrapper .gfield_required .gfield_required_custom, .career-form .gform_wrapper .gfield_required .gfield_required_text {
	background: url("/source/c16ad93bdd9b12dcce6b6aacc7143681/required.png") no-repeat top right;
	font-size: 0;
	font-weight: normal;
	padding: 10px 6px;
}
.career-form .gform_wrapper.gravity-theme .gfield_label {
	font-family: 'Bahnschrift';
	font-size: 24px;
	margin-bottom: 5px;
}
.career-form .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 220px;
}
.career-form.service-respuest h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 70px;
}
.career-form p {
	margin-bottom: 66px;
}
.career-form img {
	width: 100%;
}
.career-form label span {
	color: #fbb019;
}
.career-form .form-group label {
	font-size: 20px;
}
.career-form .yellow-btn {
	padding: 12px 40px 9px;
}
/*
-------------------------------------------------------------- 
CATALOGS TAB AREA STYLES
-------------------------------------------------------------- 
*/
.tabs-area.catalogs-tab-area .tabs-tab {
	margin-bottom: 48px;
}
.catalogs-tab-area .tabs-tab h3 {
	font-family: 'Bahnschrift';
	font-size: 26px;
	color: #fff;
	text-transform: capitalize;
	line-height: 31px;
}
.catalogs-tab-area .tabs-tab:hover h3, .catalogs-tab-area .tabs-tab:focus h3 {
	color: #fbb019;
}
.tabs-area.commercial-tab-area h3 {
	text-transform: capitalize;
}
.tabs-area.exterior-tab-area h3 {
	text-transform: capitalize;
	margin-bottom: 0;
}
.tabs-area.exterior-tab-area .tabs-tab {
	margin-bottom: 52px;
}
/*
-------------------------------------------------------------- 
FAQ AREA STYLES
-------------------------------------------------------------- 
*/
.faq-area {
	display: block;
}
.faq-search-div {
	display: block;
	font-family: 'Bahnschrift';
	font-size: 22px;
	margin-bottom: 70px;
}
.faq-search-div p {
	margin-bottom: 10px;
}
.faq-question-area {
	display: block;
}
.faq-question-tab {
	display: block;
	text-align: left;
	margin-bottom: 90px;
}
.faq-question-heading {
	display: flex;
	margin-bottom: 14px;
}
.faq-question-heading h4 {
	display: inline-flex;
	align-items: center;
	font-family: 'MyriadPro-Regular';
	font-size: 30px;
	color: #fbae17;
	line-height: normal;
	margin-bottom: 0;
    text-transform: none;
}
.faq-question-heading img {
	display: inline-block;
	align-items: center;
	margin-right: 23px;
}
.faq-question-body {
	display: flex;
	font-size: 30px;
	line-height: normal;
}
.faq-question-body img {
	display: inline-block;
	align-items: center;
	margin-right: 23px;
}
.faq-question-body p {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0;
}
.faq-search-div li {
	display: inline-block !important;
	vertical-align: middle;
	padding: 0 !important;
}
.faq-search-div ul li:before {
	display: none;
}
.faq-search-div.search-area input[type="submit"] {
	background: #fbae17 !important;
	width: auto !important;
	color: #000 !important;
	padding: 9px 28px 10px;
	border-radius: 10px;
}
.faq-search-div.search-area input {
	background: #fff url("/source/fb38c33dcc06c4c73fed303d24848aee/search-icon-black.png") no-repeat right 16px center;
	height: 40px;
	width: 550px !important;
}
.faq-search-div.search-area input[type="submit"]:hover {
	background: #fff !important;
	color: #000 !important;
}
/*
-------------------------------------------------------------- 
TESTIMONIALS AREA STYLES
-------------------------------------------------------------- 
*/
.testimonial-area {
	display: block;
}
.testimonial-tab {
	display: block;
	margin-bottom: 130px;
}
.testimonial-tab blockquote {
	display: block;
	position: relative;
	font-size: 27px;
	text-align: left;
	line-height: normal;
	margin-bottom: 40px;
}
.testimonial-tab blockquote:before, .testimonial-tab blockquote:after {
	background: url("/source/24c3a5bd0ca7067408703109688891d9/testimonial-blockquote-before-.png") no-repeat;
	position: absolute;
	content: "";
	width: 40px;
	height: 32px;
	top: -10px;
	left: -50px;
}
.testimonial-tab blockquote:after {
	background: url("/source/abf1f0d5a299d1fb33a2493a0015c213/testimonial-blockquote-after.png") no-repeat;
	top: inherit;
	left: inherit;
	bottom: 0px;
	right: -10px;
}
.testimonial-img-tab {
	display: block;
}
.testimonial-img-tab img {
	border-radius: 50%;
	display: inline-block;
	width: 174px !important;
	height: 174px !important;
	margin-right: 25px;
}
.testimonial-img-tab cite {
	display: inline-block;
	font-family: 'Bahnschrift';
	font-size: 37px;
	color: #fbae17;
	line-height: normal;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
}
.testimonial-img-tab cite span {
	display: block;
	font-size: 25px;
}
.content-div .testimonial-area .testimonial-tab:last-child {
	margin-bottom:0;
}
/*
-------------------------------------------------------------- 
WARRANTIE DETAIL DIV AREA STYLES
-------------------------------------------------------------- 
*/
.warrantie-detail-div {
	display: block;
	text-align: left;
}
.warrantie-detail-div img {
	width: 100% !important;
	margin-bottom: 60px;
	max-width: 100% !important;
}
.warrantie-detail-div h4 {
	font-size: 26px;
}
/*
-------------------------------------------------------------- 
VIDEO TAB DIV AREA STYLES
-------------------------------------------------------------- 
*/
.sbc-logo {
	display: block;
	margin-bottom: 70px;
}
.video-tab-area {
	display: block;
}
.video-tab {
	display: block;
	text-align: left;
	margin-bottom: 30px;
}
.video-tab h4 {
	font-size: 25px;
	min-height: 58px;
	margin-bottom: 10px;
}
.video-tab iframe {
	width: 100% !important;
	height: 280px !important;
	max-height: initial !important;
}
.video-tab h5 {
	font-family: 'Bahnschrift';
	font-size: 24px;
	color: #fbae17;
	line-height: normal;
	margin-bottom: 0;
	vertical-align: middle;
}
.video-tab h5 img {
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
	align-items: center;
	margin-top: -9px;
}
.service-resquect-div {
	display: block;
}
.service-resquect-div h2 {
	font-family: 'MyriadPro-Regular';
	font-size: 42px;
	margin-bottom: 50px;
}
.service-resquect-tab {
	display: block;
}
.service-resquect-tab img {
	border: 7px solid #fff;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}
.service-resquect-tab:hover img {
	background: #fbb019;
	border-color: #fbb019;
}
.service-resquect-tab h3 {
	color: #fff;
	line-height: normal;
	font-size: 40px;
	text-transform: uppercase;
}
.service-resquect-tab:hover h3 {
	color: #fbb019;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
SERACH PAGE  AREA STYLES
-------------------------------------------------------------- 
*/
header.page-header.alignwide h1.page-title {
	display: inline-flex;
	align-items: center;
}
header.page-header.alignwide h1.page-title span {
    display: inline-flex;
    align-items: center;
	font-size:60px;
	color: #f8ad18;
}
header.entry-header h2 {
    position: relative;
    font-family: 'Bahnschrift';
	font-size: 32px;
    color: #fbb019;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: bold;
}
.content-div .status-publish {
    display: block;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 20px 0 30px;
    margin: 20px 0;
}
.content-div .status-publish:nth-child(1) {
	padding-top:0 !important;
	margin-top:0 !important;
}
.content-div .status-publish:last-child {
	border-bottom:0;
}
@media (max-width: 1024px) {
h1 {
	font-size: 54px;
	margin-bottom: 20px;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	padding: 0 50px 0 0;
}
.strong-area .container-fluid {
	padding: 0 30px;
}
.strong-area h1 {
	font-size: 50px;
	line-height: 72px;
}
.strong-area h1 span {
	font-size: 35px;
	line-height: 40px;
}
.tabs-area {
	padding: 48px 0 66px;
}
.slider-area {
	min-height: auto;
	margin-bottom: 40px;
}
}
@media (max-width: 991px) {
h1 span {
	font-size: 25px;
	margin-top: 10px;
}
h1 span p {
	margin-bottom: 0;
}
h2 {
	font-size: 46px;
	margin-bottom: 30px;
}
h3 {
	font-size: 40px;
}
.header-links {
	margin-right: 0;
}
.header-links ul li {
	padding: 0 20px;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	padding: 0 30px 0 0;
}
.strong-area {
	padding: 30px 0 30px;
	text-align: center;
}
.tabs-area {
	padding: 40px 0 40px;
}
.born-area {
	padding-bottom: 80px;
}
.content-div {
	padding: 58px 0 76px;
}
.career-form p {
	margin-bottom: 30px;
}
.tabs-area.exterior-tab-area .col-lg-3.col-md-6 {
	width: 33.333% !important;
}
.tabs-img img {
	width: 100% !important;
	max-width: 100% !important;
}
.tabs-area.exterior-tab-area .tabs-tab {
	margin-bottom: 30px;
}
.faq-search-div {
	margin-bottom: 30px;
}
.faq-search-div.search-area input {
	width: 400px !important;
}
.faq-question-tab {
	margin-bottom: 30px;
}
.sbc-logo {
	margin-bottom: 40px;
}
.sbc-logo img {
	width: 300px !important;
	max-width: 100% !important;
}
.testimonial-tab {
	margin-bottom: 50px;
}
.testimonial-tab blockquote {
	font-size: 24px;
}
.testimonial-tab blockquote::before, .testimonial-tab blockquote::after {
	display: none;
}
.inner-content-area {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 30px;
}
.tabs-area.about-tab-area .tabs-tab {
	font-size: 24px;
	line-height: 28px;
}
.tabs-area.about-tab-area .tabs-tab h3 {
	margin-bottom: 20px;
}
.tabs-area.about-tab-area .col-lg-4 {
	width: 50%;
}
.tabs-area.p-0.drawings-tab h2 {
	font-size: 40px;
}
.career-logo {
    padding: 0px 0 20px;
}
.career-logo big {
    font-size: 24px;
}
.career-logo big p {
	margin-bottom:0;
}
.service-resquect-div .col-md-4 {
    width: 50%;
}
.service-resquect-tab h3 {
    font-size: 26px;
}
.service-resquect-div h2 {
    font-size: 36px;
    margin-bottom: 30px;
}
}
@media (max-width: 767px ) {
h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
	margin-bottom: 25px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 32px;
	margin-bottom: 15px;
}
p {
	margin-bottom: 20px !important;
}
body {
	font-size: 20px !important;
	line-height: 28px !important;
}
.logo img {
	width: 130px !important;
}
.header-links {
	display: none;
}
.header-top-logo img {
	width: 130px !important;
}
.header-bottom {
	padding: 25px 0 23px;
}
.header-bottom .search-area {
	display: none;
}
.header-bottom .container.d-flex.justify-content-between {
	display: block !important;
}
.header-bottom li.mega-dekstop-hide {
	display: block !important;
}
.search-area.mobile-hide {
	display: block;
	margin-right: 30px;
}
.header-top-right .search-area input {
	background: #fff url("/source/fb38c33dcc06c4c73fed303d24848aee/search-icon-black.png") no-repeat right 16px center;
	font-size: 14px;
	width: auto;
	border-radius: 8px;
	margin-right: 10px;
	padding: 5px 16px 3px;
}
.header-top-right .search-area input[type="submit"] {
	background: #fff;
	font-size: 16px;
	border-radius: 8px;
	height: 38px;
	padding: 6px 20px 12px;
}
.header-top-right .search-area input[type="submit"]:hover, .header-top-right .search-area input[type="submit"]:focus {
	background: #fbae17;
	color: #fff;
}
.main-nav {
	display: block;
	align-items: center;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
	display: block;
	margin-top: 20px;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	padding: 14px 15px;
	height: auto;
	line-height: normal;
	margin-bottom: 10px;
	background: #000;
	color: #fff;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover, .main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
	background: #fff;
	color: #000;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
	width: 100%;
	border-radius: 0;
	margin-top: 0;
	padding: 0;
}
.strong-area h1 span {
	font-size: 30px;
	line-height: 36px;
}
.strong-area h1 {
	font-size: 40px;
	line-height: 60px;
}
.tabs-tab h3 {
	font-size: 30px;
}
.tabs-area.product-area .col-md-4 {
	width: 33.333%;
}
.tabs-area.quicklinks-area .tabs-tab {
	margin-bottom: 50px;
}
.tabs-area.quicklinks-area .col-md-6 {
	width: 50%;
}
.born-area {
	padding-bottom: 40px;
}
.born-area img {
	width: 280px;
	height: auto;
}
.footer-social-div h4 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
}
.footer-social-div ul li {
	padding: 0 8px;
}
.footer-social-div ul li a span {
	font-size: 18px;
	margin-left: 5px;
}
.footer-link {
	padding: 10px 0 9px;
}
.content-div {
	padding: 45px 0 55px;
}
.content-div br {
	display: none;
}
.career-form .gform_wrapper.gravity-theme .gfield_label {
	font-size: 20px;
	margin-bottom: 0;
}
.career-form input, .career-form textarea {
	font-size: 18px !important;
}
.career-form .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 170px;
}
.career-form .gform_wrapper .gfield_required .gfield_required_custom, .career-form .gform_wrapper .gfield_required .gfield_required_text {
	padding: 10px 6px 0;
}
.tabs-area.exterior-tab-area .col-lg-3.col-md-6 {
	width: 50% !important;
}
.slider-area {
	margin-bottom: 26px;
}
.tabs-area.catalogs-tab-area .col-lg-4.col-md-6 {
	width: 50%;
}
.faq-question-heading img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.faq-question-heading h4 {
	font-size: 24px;
}
.faq-question-body img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.faq-question-body {
	font-size: 24px;
}
.faq-question-body p {
	margin-bottom: 0 !important;
}
.content-div {
	min-height: auto;
}
.video-tab-area .col-lg-4.col-md-6 {
	width: 50%;
}
.video-tab-area .col-lg-4.col-md-6 {
	width: 50%;
}
.video-tab iframe {
	height: 210px !important;
	max-height: initial !important;
}
.video-tab h4 {
	font-size: 22px;
}
.testimonial-img-tab cite {
	font-size: 30px;
}
.testimonial-img-tab cite span {
	font-size: 20px;
}
.testimonial-img-tab img {
	width: 134px !important;
	height: 134px !important;
	margin-right: 10px;
}
.tabs-area.about-tab-area .col-lg-4 {
	width: 100%;
}
.inner-content-area {
	font-size: 24px;
	line-height: 28px;
}
.tabs-area.about-tab-area .tabs-tab {
	font-size: 22px;
	line-height: 25px;
}
.tabs-area.commercial-tab-area .col-md-6 {
	width: 50%;
}
.tabs-area.p-0.drawings-tab .col-md-6 {
	width: 50%;
}
.tabs-area.p-0.drawings-tab h2 {
	font-size: 36px;
}
.career-logo .col-md-5 {
    padding: 0 12px;
    width: 50%;
}
.career-logo img {
    margin-bottom: 24px;
}
.career-logo big {
    font-size: 22px;
}
.career-logo a.job-btn {
    font-size: 24px;
    margin-bottom: 20px;
}
.content-div.thank-you {
    padding: 50px 0px;
}
}
@media (max-width: 675px ) {
.tabs-area {
	padding: 30px 0 30px;
}
.tabs-area.product-area .col-md-4 {
	width: 100%;
}
.tabs-area.quicklinks-area .col-md-6 {
	width: 100%;
}
.tabs-img {
	margin-bottom: 15px;
}
.tabs-area.quicklinks-area .tabs-tab {
	margin-bottom: 30px;
}
.born-area {
	padding-bottom: 30px;
}
.born-area img {
	width: 220px;
}
.footer-link ul li {
	font-size: 15px;
	padding: 0 6px;
}
.copyright {
	font-size: 15px;
	padding: 15px 0 12px;
}
.career-form .gform_button.button {
	padding: 12px 30px 9px;
}
.tabs-area.catalogs-tab-area .tabs-tab {
	margin-bottom: 30px;
}
.video-tab-area .col-lg-4.col-md-6 {
	width: 100%;
}
.video-tab h4 {
	min-height: auto;
}
.video-tab iframe {
	height: 300px !important;
}
}
@media (max-width:480px) {
h1 {
	font-size: 40px;
}
h1 span {
	font-size: 22px;
	margin-top: 10px;
}
h2 {
	font-size: 36px;
	margin-bottom: 20px;
}
h3 {
	font-size: 32px;
	margin-bottom: 15px;
}
h4 {
	font-size: 28px;
}
body {
	font-size: 18px !important;
	line-height: 24px !important;
}
.search-area.mobile-hide {
	display: none;
}
.strong-area h1 {
	font-size: 30px;
	line-height: 42px;
	margin-top: 10px;
}
.strong-area h1 span {
	font-size: 24px;
	line-height: 30px;
}
.tabs-tab h3 {
	font-size: 28px;
}
.live-chat {
	display: none;
}
.career-form .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 130px;
}
.career-form .gform_button.button {
	padding: 9px 30px 6px;
	min-height: auto !important;
	font-size: 20px !important;
}
.content-div {
	padding: 40px 0 40px;
}
.tabs-area.exterior-tab-area .col-lg-3.col-md-6 {
	width: 100% !important;
}
.tabs-area.catalogs-tab-area .col-lg-4.col-md-6 {
	width: 100%;
}
.catalogs-tab-area .tabs-tab h3 br {
	display: none;
}
.faq-search-div.search-area input {
	width: 220px !important;
}
.faq-search-div {
	margin-bottom: 0;
}
.faq-question-heading img {
	width: 30px;
	height: 30px;
}
.faq-question-heading {
	margin-bottom: 10px;
}
.faq-question-heading h4 {
	font-size: 20px;
}
.faq-question-body img {
	width: 30px;
	height: 30px;
}
.faq-question-body {
	font-size: 20px;
}
.faq-question-tab {
	margin-bottom: 15px;
}
.content-div .pagination a.page-numbers, .content-div .pagination span.page-numbers {
	padding: 5px 10px 3px;
	font-size: 20px;
	border-radius: 4px;
	margin: 0 2px;
}
.faq-question-heading h4 {
	font-size: 18px;
}
.faq-question-body {
	font-size: 18px;
}
.sbc-logo {
	margin-bottom: 20px;
}
.sbc-logo img {
	width: 210px !important;
}
.video-tab iframe {
	height: 260px !important;
}
.testimonial-tab blockquote {
	font-size: 18px;
}
.testimonial-img-tab img {
	width: 90px !important;
	height: 90px !important;
	margin-right: 5px;
}
.testimonial-tab {
	margin-bottom: 20px;
}
.testimonial-tab blockquote {
	margin-bottom: 0;
}
.testimonial-img-tab cite {
	font-size: 20px;
}
.testimonial-img-tab cite span {
	font-size: 14px;
}
.inner-content-area {
	font-size: 20px;
	line-height: 26px;
}
.tabs-area.about-tab-area .tabs-tab h3 {
	margin-bottom: 10px;
}
.tabs-area.about-tab-area .tabs-tab {
	font-size: 20px;
	line-height: 24px;
}
.tabs-area.commercial-tab-area .col-md-6 {
	width: 100%;
}
.tabs-area.p-0.drawings-tab .col-md-6 {
	width: 100%;
}
.career-logo .col-md-5 {
    width: 100%;
}
.career-logo big p {
	margin-bottom:0 !important;
}
.career-logo big {
    font-size: 17px;
    line-height: 25px;
}
.service-resquect-tab img {
    border: 3px solid #fff;
    padding: 10px;
}
.service-resquect-tab h3 {
    font-size: 22px;
}
.service-resquect-div h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
}
@media (max-width:420px) {
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
h3 {
	font-size: 28px;
	margin-bottom: 15px;
}
h4 {
	font-size: 26px;
}
.strong-area h1 span {
	font-size: 22px;
	line-height: 27px;
}
.strong-area h1 {
	font-size: 28px;
	line-height: 36px;
	margin-top: 10px;
}
.tabs-tab h3 {
	font-size: 26px;
}
.born-area img {
	width: 160px;
}
.footer-social-div h4 {
	font-size: 22px;
	line-height: 28px;
}
.footer-social-div {
	padding-bottom: 20px;
}
.footer-link {
	padding: 3px 0 4px;
}
.footer-social-div ul li {
	padding: 0 4px;
}
.footer-social-div ul li a img {
	width: 24px;
}
.footer-social-div ul li a span {
	font-size: 14px;
	margin-left: 5px;
}
footer-link ul li {
	font-size: 13px;
	padding: 0 1px;
}
.copyright {
	font-size: 13px;
	padding: 12px 0 9px;
}
.career-form .gform_wrapper.gravity-theme .gfield_label {
	font-size: 18px;
}
.career-form .gform_wrapper.gravity-theme .gfield_checkbox label, .career-form .gform_wrapper.gravity-theme .gfield_radio label {
	font-size: 17px !important;
	margin-left: 5px !important;
}
.testimonial-img-tab img {
	margin-right: 0px;
	display: block;
	margin: 0 auto 10px;
}
.testimonial-img-tab cite {
	display: block;
	text-align: center;
}
.tabs-area.p-0.drawings-tab h2 {
	font-size: 30px;
}
.service-resquect-div .col-md-4 {
    width: 100%;
}
.content-div.thank-you {
    padding: 36px 0px;
}
}