
body {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-weight:300;
	color:#555;
	font-size:16px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin-bottom:20px;
}

h3 {
	font-size:20px;
}

p {
	margin-bottom:22px;
}

p:empty,
p:last-child {
	margin-bottom:0;
}

a {
	color:#0F3E66;
	text-decoration:none;
}

a:hover {
	color:#0F3E66;
	color:#19609c;
}

a:not([class]):hover {
	opacity:0.70;
}


.button,
.btn {
	display:inline-block;
	border: 1px solid #9B9B9B;
	color: #0F3E66;
	width:100%;
	max-width:193px;
	max-height:40px;
	text-align:center;
	padding:10px;
	font-size:12px;
	background-color:#fff;
	font-weight:600;
	text-transform:uppercase;
}

.button:hover,
.btn:hover {
	color:#fff;
	background-color:#0F3E66;
	text-decoration:none;
}

#searchsubmit {
	background-color:#0f3e66;
	color:#fff;
	max-width:none;
	width:auto;
	font-size:16px;
	line-height:1;
}

#searchsubmit:hover,
#searchsubmit:focus {
	background-color:#c2d100;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

input[type="text"]:hover,
input[type="text"]:focus {
	outline:none !important;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

input[type="text"]:focus {
	border-color:#19609c;
}

a:hover,
a:focus,
.button:hover,
.button:focus,
button:hover,
button:focus
.btn:hover,
.btn:focus {
	outline:none !important;
	text-decoration:none;
}


a,
a:hover,
.button,
.button:hover {
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

ul,
ol {
	padding-left:15px;
	margin-bottom:20px;
}

ol li {
	margin-bottom:20px;
}

ol li:last-child {
	margin-bottom:0;
}

sup {
	left:-5px;
	letter-spacing:-5px;
	font-size:60%;
}

sup.tm {
	left:0;
	left:-5px;
	letter-spacing:-3px;
}

strong {
	font-weight:700;
}

iframe {
	max-width:100%;
}


.img-fluid {
	max-width:177px;
}

#page {
	position:relative;
}

#wrapper-navbar {
	position:fixed;
	width:100%;
	z-index:99999;
	background-color:#fff;
	-moz-transition: -moz-transform 0.5s ease-in-out;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-ms-transition: -ms-transform 0.5s ease-in-out;
	-o-transition: -o-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}

#wrapper-navbar.nav-up {
	-moz-transform:translateY(-90px);
	-webkit-transform:translateY(-90px);
	-ms-transform:translateY(-90px);
	-o-transform:translateY(-90px);
	transform:translateY(-90px);
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

#wrapper-navbar.nav-down {
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

#page-wrapper,
#single-wrapper,
.search #search-wrapper {
	padding-top:90px;
}

.search-form-wrap {
	position:absolute;
	width:100%;
	z-index:1;
	top:90px;
	visibility:hidden;
	opacity:0;
	background-color:#fff;
	-moz-transform:translateY(-95px);
	-webkit-transform:translateY(-95px);
	-ms-transform:translateY(-95px);
	-o-transform:translateY(-95px);
	transform:translateY(-95px);
	-moz-transition:-moz-transform 0.2s ease-in-out;
	-webkit-transition:-webkit-transform 0.2s ease-in-out;
	-ms-transition:-ms-transform 0.2s ease-in-out;
	-o-transition:-o-transform 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.search-form-wrap.show {
	opacity:1;
	visibility:visible;
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	-moz-transition:-moz-transform 0.2s ease-in-out;
	-webkit-transition:-webkit-transform 0.2s ease-in-out;
	-ms-transition:-ms-transform 0.2s ease-in-out;
	-o-transition:-o-transform 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.search-form-wrap .form-control,
.search-form-wrap .form-control:focus,
.search-form-wrap input[type="text"].form-control:focus {
	border-color:#fff;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.search-form-wrap .form-control {
	padding:35px 0;
	max-height:95px;
	font-size:18px;
	letter-spacing:normal;
	background:url('img/search-form-background.png') #fff no-repeat 0px 50%;
	background-size:26px 26px;
	padding-left:41px;
}

.search-form-wrap .form-control::-moz-placeholder {
	color:#dcdcdc;
	font-size:18px;
	letter-spacing:normal;
}

.search-form-wrap .form-control::-webkit-input-placeholder {
	color:#dcdcdc;
	font-size:18px;
	letter-spacing:normal;
}

.search-form-wrap .form-control::placeholder {
	color:#dcdcdc;
	font-size:18px;
	letter-spacing:normal;
}

.search-form-wrap .btn-primary {
	width: 0px;
	text-indent: -999999px;
	padding: 0;
	clip: rect;
	border: none;
}

.navbar {
	max-height:90px;
	padding-top:25px;
	padding-bottom:25px;
	position:relative;
	z-index:999;
	background-color:#fff;
}

.navbar-nav sup,
.single-products .hero-section .page-title .product-category sup {
	left:0;
}

.nav-link {
	color:#555;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
}

.nav-link:hover {
	color:#0f3e66;
}

.dropdown-toggle:after,
#navbar-mobile .navbar-nav .menu-item-has-children > a:after,
#navbar-mobile .navbar-nav .sub-menu .menu-heading > a:before {
	content:'\E801';
	content:'\E802';
	font-family:"fontello";
	font-size:10px;
	border:none;
	width:10px;
	height:10px;
	background:url('img/down-arrow.png') no-repeat 50% 50%;
	background-size:contain;
	background:none;
	margin-left:7px;
	line-height:18px;
	line-height:10px;
	vertical-align:middle;
	vertical-align:baseline;
}

.dropdown-menu {
	padding-top:0;
	padding-bottom:0;
	border:none;
	top:52px;
	width:250px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.dropdown-menu.show {
	display:block;
}

.dropdown-menu.mega-menu {
	width:100%;
	padding:41px 0;
	top:88px;
}

.dropdown-menu.mega-menu .menu {
	margin:0;
	padding:0;
}

.dropdown-menu.mega-menu .menu li {
	list-style-type:none;
}

.dropdown-menu.mega-menu a {
	color:#555;
	font-size:13px;
	text-transform:uppercase;
	padding:10px 0;
	padding:8px;
	display:block;
	font-weight:500;
	position:relative;
	line-height:1;
}

.dropdown-menu.mega-menu a:before {
	content:'';
	width:4px;
	height:-moz-calc(100% - 16px);
	height:-webkit-calc(100% - 16px);
	height:-ms-calc(100% - 16px);
	height:-o-calc(100% - 16px);
	height:calc(100% - 16px);
	display:block;
	background-color:#c2d100;
	position:absolute;
	left:-11px;
	left:-15px;
	opacity:0;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.dropdown-menu.mega-menu a:hover {
	color:#0f3e66;
	text-decoration:none;
}

.dropdown-menu.mega-menu a:hover:before,
.dropdown-menu.mega-menu .current-menu-item a:before {
	opacity:1;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.dropdown-menu.mega-menu li:first-child a {
	font-weight:800;
	padding-top:0;
	cursor:text;
}

.dropdown-menu.mega-menu li:first-child a:hover {
	color:#555;
	opacity:1;
}

.dropdown-menu.mega-menu li:first-child a:before {
	height:-moz-calc( 100% - 8px );
	height:-webkit-calc( 100% - 8px );
	height:-ms-calc( 100% - 8px );
	height:-o-calc( 100% - 8px );
	height:calc( 100% - 8px );
	display:none;
}

.dropdown-menu.mega-menu .mega-menu-1 .widget-area:first-child {
	margin-bottom:15px;
	margin-bottom:34px;
}

.dropdown-menu.mega-menu .mega-menu-3 .widget-area:first-child {
	margin-bottom:105px;
}

.dropdown-menu.mega-menu .container > .row > * {
	border-left: 1px solid #dcdcdc;
	/*display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
}

.dropdown-menu.mega-menu .row > * .widget-area {
	padding-left:15px;
}

.dropdown-menu.mega-menu .row > .mega-menu-1 .widget-area {
	padding-left:30px;
}

.dropdown-menu.mega-menu .row > .mega-menu-2 {
	border-left-color:transparent;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-left:17px;
	padding-right:17px;
	padding:0 17px;
	line-height:18px;
}

.navbar-expand-md .navbar-nav .dropdown-menu .nav-link {
	padding:15px 18px;
	padding:11px 18px;
}

.navbar-expand-md .navbar-nav ul.dropdown-menu > .menu-item:last-child > .nav-link {
	padding-bottom:22px;
}

.navbar-nav .search-icon .nav-link {
	text-indent:-999999px;
	position:relative;
	overflow:hidden;
}

.navbar-nav .search-icon .nav-link:before {
	content:'\E800';
	content:'';
	background:url('img/search-icon.png') no-repeat 50% 50%;
	background-size:contain;
	font-family: 'fontello';
	text-indent:0;
	display:inline-block;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	width:18px;
	height:18px;
}

.navbar-brand {
	padding-top:0;
	padding-bottom:0;
}

.footer-widgets {
	font-size:16px;
	line-height:1.5;
	line-height:24px;
	padding:59px 0;
	color:#555;
	min-height:190px;
}

.footer-widgets p,
.footer-right p,
.front-page .section-4 .feature-product .feature-product-title p {
	margin-bottom:0;
}

.footer-widgets a {
	color:#0f3e66;
}

.footer-widgets .widget-title {
	font-size:13px;
	font-weight:600;
	line-height:1.5;
	margin-bottom:0;
	text-transform:uppercase;
}

.footer-widget-1 .widget-area:before {
	content:'';
	background:url('img/location-icon.png') no-repeat 50% 50%;
	background-size:contain;
	width:52px;
	height:43px;
	display:inline-block;
	margin-right:15px;
	float:left;
}

.footer-widget-1 .textwidget {
	overflow:hidden;
}

.footer-widget-2 .widget-area,
.footer-widget-3 .widget-area,
.footer-widget-4 .widget-area {
	padding-left:35px;
}

#wrapper-footer {
	min-height:108px;
	background-color:#0F3E66;
	color:#fff;
	padding:38px 0 21px;
}

.footer-left img {
	max-width:142px !important;
}

.footer-right {
	text-align:right;
	font-size:12px;
	line-height:25px;
	padding-top:24px;
}

.footer-right > * {
	display:inline-block;
	vertical-align:top;
}

.footer-right .footer-menu-wrap {
	margin-right:20px;
}

.footer-right .menu {
	margin:0;
	padding:0;
}

.footer-right .menu li {
	display:inline-block;
	list-style-type:none;
}

.footer-right .menu li > a:after {
	content:'/';
	position:absolute;
	display:inline-block;
	right:0;
}

.footer-right .menu li:first-child > a,
.footer-right .menu li:nth-child(2) > a {
	color:#c2d100;
}

.footer-right .menu li:first-child > a:hover,
.footer-right .menu li:nth-child(2) > a:hover {
	color:rgba(194,209,0,0.70);
}

.footer-right .menu li:last-child > a {
	cursor:text;
}

.footer-right .menu li:last-child > a:hover {
	text-decoration:none;
	opacity:1;
}

.footer-right a {
	color:#fff;
	padding:0 20px;
	display:block;
	position:relative;
	line-height:25px;
}


/* Front page */
.front-page .wrapper {
	padding:0;
}

.front-page .page-section {
	width:100%;
	clear:both;
}

.front-page .section-1 {
	overflow:hidden;
}

.front-page .section-1 .hero-slide,
.hero-section .hero-slide {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 0px;
	background-attachment:scroll;
}

.front-page .section-1 .container,
.hero-section .container {
	position:relative;
	height:75vh;
	height:624px;
}

.front-page .section-1 .section-1-wrap {
	position:absolute;
	bottom:82px;
	left:665px;
}

.front-page .section-1 h1,
.hero-section h1 {
	font-size:85px;
	line-height:72px;
	letter-spacing:-2px;
	font-weight:900;
	color:#fff;
	max-width:470px;
	text-transform:uppercase;
}

.front-page .section-1 .button {
	background-color:#C2D100;
	color:#fff;
	text-decoration:none;
	padding:10px;
	padding:10px 0;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	width:100%;
	display:inline-block;
	max-width:248px;
	max-width:230px;
	line-height:19px;
	text-align:center;
	margin-top:24px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.front-page .section-1 .button:nth-child(2) {
	background-color:transparent;
	border-color:#fff;
	color:#fff;
	margin-left:15px;
	max-width:200px;
}

.front-page .section-1 .button:hover,
.front-page .section-3 .section-content .button:hover {
	background-color:#0f3f67;
	text-decoration:none;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.front-page .section-1 .button.video:before {
	content:'';
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 12px solid #fff;
	display:inline-block;
	margin-right:25px;
	vertical-align:middle;
	vertical-align:baseline;
}

.front-page .section-1 .slick-arrow,
.steel-flex-page .section-3 .slick-arrow,
.single-products:not(.steel-flex-page) .section-3 .slick-arrow,
.single-products:not(.steel-flex-page) .section-4 .slick-arrow {
	position:absolute;
	left:37px;
	cursor:pointer;
	font-size:30px;
	line-height:30px;
	display:block;
	top:50%;
	z-index:999;
	z-index:99;
	margin-top:-15px;
	color:#fff;
	background:url('img/slider-arrow.png') no-repeat 0px 0px;
	background-size:contain;
	background:none;
	width:14px;
	height:29px;
	color:#fff;
}

.front-page .section-1 .slick-arrow .fontello-icon:before {
	font-size:29px;
	width:14px;
}

.front-page .section-1 .slick-arrow.slick-next {
	left:auto;
	right:37px;
}

.front-page .section-2 {
	padding:93px 0 115px;
}

.front-page .section-2 .content-wrap {
	position:relative;
}

.front-page .section-2 .content-wrap:after {
	content:'';
	background:url('img/watermark.jpg') no-repeat 0px 0px;
	background-size:contain;
	position:absolute;
	right:-75px;
	top:0;
	display:block;
	width:75px;
	height:525px;
}

.front-page .section-2 .content-wrap h2 {
	font-weight:300;
	font-size:26px;
	color:#0f3e66;
	line-height:1.54;
	margin-bottom:12px;
	padding-top:45px;
}

.front-page .section-2 .content-wrap p {
	margin-bottom:12px;
	line-height:25px;
}


.front-page .section-2 .content-wrap .button {
	max-width:220px;
}

.front-page .section-2-slider {
	left:-165px;
	width:555px;
	height:525px;
}

.front-page .section-2-slider .slider-2-slide {
	position:relative;
	width:555px !important;
}

.front-page .section-2-slider .slick-list.draggable {
	width:100%;
	height:100%;
}

.front-page .section-2-slider .slick-slide img {
	max-width:503px;
}

.front-page .section-2-slider .slick-dots,
.slick-dots {
	margin:0;
	padding:0;
	position:absolute;
	bottom:7px;
	left:0;
	text-align:center;
	width:302px;
}

.front-page .section-2-slider .slick-dots li,
.slick-dots li {
	list-style-type:none;
	display:inline-block;
	margin:0 4px;
}

.front-page .section-2-slider .slick-dots li button,
.slick-dots li button {
	padding:0;
	width:14px;
	height:14px;
	background-color:#dcdcdc;
	text-indent:-999999px;
	border:none;
	display:block;
	cursor:pointer;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.front-page .section-2-slider .slick-dots li.slick-active button,
.front-page .section-2-slider .slick-dots li button:hover,
.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background-color:#0f3e66;
}

.front-page .section-2-slider .slide-title {
	position:absolute;
	z-index:9;
	width:253px;
	background-color:#0f3e66;
	right:0;
	bottom:-42px;
	height:142px;
}

.front-page .section-2-slider .slide-title a {
	color:#fff;
	padding:22px 25px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
}

.front-page .section-2-slider .slide-title a:hover {
	text-decoration:none;
}

.front-page .section-2-slider .slide-title .small {
	font-size:13px;
	color:#c2d100;
	font-weight:800;
	display:block;
	text-transform:uppercase;
}

.front-page .section-2-slider .slide-title h3 {
	font-weight:800;
	font-size:20px;
	text-transform:uppercase;
}

.front-page .section-2-slider .slide-title h3 .reg {
	top:-8px;
}


.front-page .section-2-slider .slide-title .animated-arrow {
	text-indent:-999999px;
	text-indent:0;
	width:18px;
	height:37px;
	background:url('img/slide-right-white.png') no-repeat 50% 50%;
	background-size:contain;
	background:none;
	line-height:1;
	display:block;
	position:absolute;
	right:22px;
	bottom:22px;
	cursor:pointer;
	color:#fff;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.front-page .section-2-slider .slide-title .animated-arrow > .fontello-icon:before {
	font-size:37px;
	line-height:1;
	width:18px;
	margin:0;
}

.front-page .section-2-slider .slide-title a:hover .animated-arrow {
	background-image:url('img/hover-1.png');
	background:none;
	color:#c2d100;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.front-page .section-2-slider .slide-title a:hover .animated-arrow.animate {
	-moz-transform:translateX(9px);
	-webkit-transform:translateX(9px);
	-o-transform:translateX(9px);
	-ms-transform:translateX(9px);
	transform:translateX(9px);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.front-page .section-3 .section-content {
	font-size:24px;
	color:#0F3E66;
	text-align:center;
	line-height:35px;
	font-weight:300;
}

.front-page .section-3 .section-content .button {
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	color: #0F3E66;
	max-width:248px;
	width:100%;
	padding:12px;
	text-align:center;
	height:40px;
	border: 1px solid #9B9B9B;
	line-height:15px;
	letter-spacing:1px;
	display:inline-block;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.front-page .section-3 .section-content .button:hover {
	color:#fff;
}

.front-page .section-4 .featured-products {
	text-align:center;
	border-bottom:2px solid #dcdcdc;
}

.front-page .section-4 .feature-product {
	display:inline-block;
	vertical-align:bottom;
	cursor:pointer;
	position:relative;
	margin-right:-4px;
	overflow:hidden;
}

.front-page .section-4 .feature-product a,
.front-page .section-4 .feature-product a:hover {
	color:#555;
	text-decoration:none;
}

.front-page .section-4 .feature-product img {
	max-width:136px;
	max-width:128px;
	display:block;
	margin:0 auto;
}

.front-page .section-4 .feature-product .normal-image {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}

.front-page .section-4 .feature-product:hover .normal-image {
	display:none;
	display:block;
	opacity:0;
	visibility:hidden;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.front-page .section-4 .feature-product .hover-image {
	visibility:hidden;
	visibility:visible;
	opacity:0;
	opacity:1;
	-moz-transform:translateY(42px);
	-webkit-transform:translateY(42px);
	-o-transform:translateY(42px);
	-ms-transform:translateY(42px);
	transform:translateY(42px);
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.front-page .section-4 .feature-product:hover .hover-image,
.front-page .section-4 .feature-product:hover .feature-product-title {
	opacity:1;
	visibility:visible;
}

.front-page .section-4 .feature-product:hover .hover-image {
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.front-page .section-4 .feature-product:hover .feature-product-title {
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.front-page .section-4 .feature-product .feature-product-title {
	font-size:13px;
	line-height:17px;
	font-weight:500;
	text-align:left;
	text-transform:uppercase;
	visibility:hidden;
	opacity:0;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.front-page .section-4 .feature-product .feature-product-title .small {
	font-size:12px;
	font-weight:300;
	text-transform:none;
}

/* About Page */
.about-page .hero-slide,
body:not(.front-page) .hero-slide {
	background-attachment:fixed;
}

.about-page .hero-section h1 {
	font-size:80px;
	margin-bottom:0;
}

.about-page .section-2 {
	padding:82px 0 142px;
	line-height:25px;
}

.about-page .section-2 h1,
.about-page .section-2 h2,
.about-page .section-2 h3,
.about-page .section-2 h4,
.about-page .section-2 h5,
.about-page .section-2 h6,
.contact-page .site-main h3 {
	font-size:20px;
	font-weight:300;
	color:#0F3E66;
	line-height:33px;
}

.about-page .section-2 p {
	margin-bottom:0;
}

.about-page .section-3,
.about-page .section-5,
.about-page .section-7,
.about-page .section-8 {
	background-color:#E9E9E9;
}

.about-page .section-3 h2,
.about-page .section-5 h2,
.about-page .section-7 h2,
.about-page .section-8 h2 {
	font-size:26px;
	line-height:40px;
	font-weight:300;
	font-weight:500;
	margin-bottom:20px;
}

.about-page .section-3,
.about-page .section-5,
.about-page .section-7,
.about-page .section-8 {
	line-height:25px;
}


.about-page .section-3 .section-content,
.about-page .section-8 .section-content {
	padding-left:80px;
}

.about-page .section-3 .section-background,
.section-background {
	margin-left:-152px;
	position:relative;
	width:692px;
	height:446px;
	display:block;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
}

.about-page .section-4 {
	padding:155px 0;
	padding:145px 0;
	max-height:470px;
	font-size:20px;
	line-height:33px;
}

.about-page .section-4 .container > p:first-child {
	margin-bottom:0;
}

.about-page .section-4 img {
	max-width:118px;
	display:block;
	margin:0 auto;
}

.about-page .section-5 .section-background,
.about-page .section-7 .section-background {
	margin-left:auto;
	margin-right:-152px;
}

.about-page .section-6 {
	padding:200px 0;
}

.about-page .section-6 .section-title,
.single-products:not(.steel-flex-page) .section-11 .section-title {
	color:#0F3E66;
	text-transform:uppercase;
	font-size:32px;
	line-height:40px;
	margin-bottom:43px;
	text-align:center;
	font-weight:700;
}

.about-page .section-6 .video-title,
.single-products:not(.steel-flex-page) .video-section .video-title {
	text-transform:uppercase;
	margin-top:17px;
	line-height:24px;
	display:inline-block;
	font-weight:800;
}

.about-page .section-7 .section-content {
	padding:43px 0;
	padding:0;
}

.about-page .section-7 .size-full {
	max-width:348px;
}

.about-page .section-7 .button,
.about-page .section-3 .button,
.about-page .section-5 .button,
.about-page .section-8 .button {
	font-size:12px;
	text-transform:uppercase;
	width:100%;
	max-width:168px;
	text-align:center;
	max-height:40px;
	color:#0F3E66;
	background-color:#e9e9e9;
	text-decoration:none;
	border: 1px solid #9B9B9B;
	display:inline-block;
	padding:10px;
	line-height:15px;
	font-weight:600;
}

.about-page .section-7 .button:hover,
.about-page .section-3 .button:hover,
.about-page .section-5 .button:hover,
.about-page .section-8 .button:hover {
	background-color:#0F3E66;
	color:#fff;
}

.about-page .section-8 {
	margin-top:224px;
	margin-bottom:172px;
	margin-bottom:142px;
}

/* Contact page */
.contact-page .site-main h3 {
	padding-top:85px;
}

.contact-page .section-content {
	margin-right:-165px;
}

.contact-page .section-content .row {
	max-width:320px;
}

.contact-page .section-content .button:after {
	content:'';
	background:url('img/contact-button-icon.png') no-repeat 50% 50%;
	background-size:contain;
	width:31px;
	height:17px;
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
}

.contact-page .section-content .button:hover:after {
	background-image:url('img/contact-button-icon-hover.png');
}

.contact-page .section-content iframe,
.contact-page .section-content .wp-image-250 {
	width:100%;
	margin-top:-22px;
}

.contact-page .gform_wrapper ul li.gfield {
	margin-top:10px;
	padding-right:0;
}

.contact-page .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.contact-page .gform_wrapper .top_label .gfield_label {
	display:none;
}

.contact-page .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-page .gform_wrapper textarea.medium {
	padding:10px;
	font-size:13px;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.contact-page .gform_wrapper .top_label input.medium,
.contact-page .gform_wrapper textarea.medium {
	width:100%;
	background:#F0F0F0;
	max-height:40px;
	border:1px solid transparent;
	line-height:16px;
	color:#555;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.contact-page .gform_wrapper textarea.medium {
	max-height:none;
	height:122px;
}

.contact-page .gform_wrapper .top_label input.medium::-moz-placeholder {
	color:#555;
	opacity:1;
}

.contact-page .gform_wrapper .top_label input.medium::-webkit-input-placeholder {
	color:#555;
	opacity:1;
}

.contact-page .gform_wrapper .top_label textarea.medium::-moz-placeholder {
	color:#555;
	opacity:1;
}

.contact-page .gform_wrapper .top_label textarea.medium::-webkit-input-placeholder {
	color:#555;
	opacity:1;
}


.contact-page .gform_wrapper .gform_footer {
	margin-top:13px;
	padding:0;
}

.contact-page .gform_wrapper .gform_footer input.button {
	margin-right:0;
	font-size:12px;
	width:100%;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.contact-page .footer-slider {
	margin-top:106px;
}

.contact-page .footer-slider img {
	width:100%;
	display:block;
}
	

.contact-page .footer-slider .slick-dots {
	position:relative;
	width:100%;
	bottom:auto;
	line-height:1;
	margin-top:27px;
}

/* All Contacts */
.contact-page .contact-location {
	font-weight:700;
	margin-bottom:25px;
	display:block;
}

.contact-page .contact-details {
	line-height:24px;
	margin-bottom:27px;
	margin-bottom:50px;
}

.contact-page .contact-details > span {
	display:block;
}

.contact-page .contact-details > span a:hover,
.footer-widgets a:hover {
	opacity:0.70;
}

.contact-page .contact-details > span small {
	color:#aaa;
}

.contact-page .container .row + .button {
	max-width:102px;
	padding:10px 17px;
	text-align:left;
	margin-top:22px;
}

.contact-page .container .row + .button .fontello {
	margin-right:9px;
	display:inline-block;
	color:#555;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.contact-page .container .row + .button:hover .fontello {
	color:#fff;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

/* News page */
.news-page .hero-section,
.news-page .bigger-column {
	 margin-bottom:91px;
}

.news-page .column {
	padding-left:30px;
	padding-right:30px;
	font-size:15px;
	margin-bottom:115px;
	overflow:hidden;
}

.news-page .post-title {
	font-size:15px;
	font-weight:700;
}

.news-page .column a {
	color:#555;
	display:block;
}

.news-page .bigger-column .entry-content {
	padding-top:29px;
}

.news-page .column .entry-content {
	position:relative;
	z-index:9;
	display:block;
	background-color:#fff;
	padding-top:26px;
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	-moz-transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.news-page .column a:hover .entry-content {
	-moz-transform:translateY(-100px);
	-webkit-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);
	transform:translateY(-60px);
	-moz-transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

/* Single post */
#single-wrapper {
	overflow-x:hidden;
}

.single-post .hero-section {
	margin-bottom:147px;
}

.single-post .hero-slide {
	background-attachment:scroll !important;
	position:absolute;
	top:0;
	top:-20px;
	left:0;
	left:-20px;
	width:100%;
	width:105%;
	height:100%;
	z-index:1;
	-webkit-filter: blur(10px); /* Safari 6.0 - 9.0 */
    filter: blur(10px);
}

.single-post .hero-section .header-column,
.single-post .hero-section {
	position:relative;
}

.single-post .hero-section .container {
	height:425px;
}

.single-post .hero-section .hero-clear {
	max-width:730px;
	display:block;
	position:absolute;
	z-index:9;
	top:71px;
}

.single-post .hero-section .page-title {
	margin-bottom:0 !important;
	position:absolute;
	left:0;
	top:279px;
	font-size:40px;
	line-height:50px;
	padding:26px 31px 22px 33px;
	display:block;
	background-color:#fff;
	color:#555;
	text-align:left;
	z-index:10;
	letter-spacing:normal;
}

.single-post .single-sidebar {
	font-size:15px;
	padding-right:50px;
}

.single-post .single-sidebar .post-title {
	font-size:15px;
	font-weight:700;
}

.single-post .single-sidebar img {
	margin-bottom:26px;
}

.single-post .entry-content {
	max-width:635px;
	line-height:28px;
	font-size:17px;
}

.single-post .entry-content,
.single-post .single-sidebar {
	margin-bottom:40px;
}

.single-post .pagination a {
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	line-height:17px;
	color:#555;
}

.single-post .pagination a .fontello:before {
	font-size:51px;
	line-height:1;
	width:25px;
	display:inline-block;
	margin:0 20px 0 0;
	vertical-align:middle;
	font-weight:400;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.single-post .pagination a.next-post .fontello:before {
	margin:0 0 0 20px;
}

.single-post .pagination a:hover .fontello:before {
	color:#e6e6e6;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.single-post .pagination {
	justify-content: space-between;
}

/* Single products */
.single-products .hero-section .hero-slide {
	background-size:100% auto;
}

.single-products .hero-section .container {
	height:391px;
}

.single-products .hero-section .page-title {
	margin-bottom:0 !important;
	font-size:78px;
	line-height:72px;
	padding:0;
	letter-spacing:normal;
	text-align:left;
}

.single-products .hero-section .page-title .product-category {
	font-size:15px;
	font-weight:800;
	line-height:19px;
	display:block;
	margin-bottom:6px;
}

.single-products .hero-section .page-title sup {
	font-weight:500;
}

.single-products .hero-section .page-title sup:not(.tm) {
	left: 0;
	font-size: 50%;
	font-size: 16px;
	top: -27px;
	top: -43px;
}

.single-products .hero-section .page-title .product-category sup:not(.tm) {
	left: 0;
	font-size: 60%;
	top:-0.5em;
}

.single-products .hero-section .page-title sup.tm {
	top: -26px;
	top: -41px;
	font-size: 50%;
	font-size: 16px;
	left:0;
}

.single-products .hero-subsection {
	background-color:#eee;
	z-index:9;
	position:relative;
}

.single-products .hero-subsection.fixed {
	width:100%;
	top:0;
	z-index:9999;
	position:fixed;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.single-products .hero-subsection.fixed.nav-down {
	-moz-transform:translateY(90px);
	-webkit-transform:translateY(90px);
	-ms-transform:translateY(90px);
	-o-transform:translateY(90px);
	transform:translateY(90px);
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.single-products .hero-subsection .container {
	height:auto;
}

.single-products .hero-subsection img {
	max-width:107px;
	max-height:107px;
	margin-right:28px;
}

.single-products .hero-subsection .hero-feature-title {
	font-size:18px;
	line-height:20px;
	font-weight:400;
	padding-top:24px;
}

.single-products .hero-subsection .hero-feature-title span {
	display:block;
	font-weight:800;
	text-transform:uppercase;
	font-size:13px;
}

.single-products .hero-subsection .hero-subsection-arrow {
	margin-top:24px;
	width:12px;
	height:25px;
}

.single-products .hero-subsection .hero-subsection-arrow .fontello-icon:before {
	font-size:25px;
	width:12px;
}

.single-products .hero-subsection a > .hero-subsection-contents {
	margin-right:-30px;
	padding-right:30px;
	position:relative;
}

.single-products .hero-subsection a > .hero-subsection-contents:before {
	content:'';
	width:-moz-calc( 100% - 107px );
	width:-webkit-calc( 100% - 107px );
	width:-ms-calc( 100% - 107px );
	width:-o-calc( 100% - 107px );
	width:calc( 100% - 107px );
	height:5px;
	background-color:#c1d30a;
	display:block;
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:0;
	right:0;
	z-index:9;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products .hero-subsection a:focus > .hero-subsection-contents:before,
.single-products .hero-subsection a:active > .hero-subsection-contents:before,
.single-products .hero-subsection .hero-subsection-contents.active:before {
	opacity:1;
	visibility:visible;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products .hero-subsection .hero-subsection-contents.active {
	background-color:#fff;
}

.single-products:not(.steel-flex-page) .section-1 {
	padding:160px 0 120px;
	font-size:16px;
	line-height:25px;
}

.single-products:not(.steel-flex-page) .section-1 h3 {
	font-size:26px;
	line-height:36px;
	color:#0F3E66;
	text-transform:uppercase;
	font-weight:800;
	max-width:413px;
}

.single-products:not(.steel-flex-page) .section-2 {
	padding:0 0 120px;
}

.single-products:not(.steel-flex-page) .section-2.slider-on .product-image-holder,
.single-products:not(.steel-flex-page) .section-2 .product-image-holder {
	cursor:pointer;
}

.single-products:not(.steel-flex-page) .section-2 .product-image-holder img {
	max-height:188px;
	display:block;
	margin:0 auto;
}

.single-products:not(.steel-flex-page) .section-2 .product-code {
	font-size:13px;
	text-transform:uppercase;
	margin-top:19px;
	display:block;
	text-align:center;
	position:relative;
	min-height:40px;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-align-items:center;
	-webkit-align-items:center;
	align-items:center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-2.slider-on .product-image-holder:hover .product-code,
.single-products:not(.steel-flex-page) .section-2 .product-image-holder:hover .product-code {
	opacity:0.6;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-2 .product-code:after {
	content:'';
	width:100%;
	height:3px;
	background-color:#C2D100;
	position:absolute;
	bottom:-19px;
	bottom:-8px;
	left:0;
	display:block;
	opacity:0;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-2 .product-image-holder.active .product-code:after,
.single-products:not(.steel-flex-page) .section-8 ul li.active:before  {
	opacity:1;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-3 .main-title {
	font-size:44px;
	line-height:54px;
	margin-bottom:34px;
	display:block;
	margin-top:40px;
	cursor:pointer;
}

.single-products:not(.steel-flex-page) .section-3 .main-subtitle {
	font-size:18px;
	line-height:28px;
	font-weight:700;
	display:block;
	margin-bottom:20px;
}

.single-products:not(.steel-flex-page) .section-3 .image-thumbnail {
	text-align:center;
}

.single-products:not(.steel-flex-page) .section-3 .section-3-slider .image-thumbnail,
.single-products:not(.steel-flex-page) .section-3 .section-3-featured-products .image-thumbnail {
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-3 .section-3-slider .image-thumbnail.sticky-top,
.single-products:not(.steel-flex-page) .section-3 .section-3-featured-products .image-thumbnail.sticky-top {
	position:fixed;
	max-width:285px;
	max-width:255px;
	top:0;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-3 .section-3-featured-products .image-thumbnail.sticky-top {
	max-width:none;
	width:255px;
}

.single-products:not(.steel-flex-page) .section-3 .section-3-slider .image-thumbnail.sticky-top.absolute,
.single-products:not(.steel-flex-page) .section-3 .section-3-featured-products .image-thumbnail.sticky-top.absolute {
	position:absolute;
	top:auto;
	bottom:0;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-3-slider .slick-list,
.single-products:not(.steel-flex-page) .section-3-slider .slick-track {
	-moz-transform:none;
	-webkit-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
}

.single-products:not(.steel-flex-page) .section-3-slider .section-3-slide {
	outline:none;
}

.single-products:not(.steel-flex-page) .section-3-slider .slick-current .absolute-position,
.single-products:not(.steel-flex-page) .section-3-featured-products .absolute-position {
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	padding:0 15px;
}


.single-products:not(.steel-flex-page) .section-3 .image-thumbnail img {
	display:block;
	margin:0 auto;
}

.single-products:not(.steel-flex-page) .section-3 .lightbox-image {
	display:inline-block;
	display:block;
	margin:30px 0 13px;
	margin:15px 0;
	color:#555;
	text-transform:uppercase;
}

.single-products:not(.steel-flex-page) .section-3 table td,
.single-products:not(.steel-flex-page) .section-3 table th {
	padding:10px;
	font-size:11px;
	vertical-align:top;
	cursor:pointer;
}

.single-products:not(.steel-flex-page) .section-3 table th {
	font-size:13px;
	font-weight:600;
	background-color:#eee;
	border-left:2px solid #fff;
}

.single-products:not(.steel-flex-page) .section-3 table td:first-child,
.single-products:not(.steel-flex-page) .section-3 table th:first-child {
	width:123px;
	border-left:none;
}

.single-products:not(.steel-flex-page) .section-3 table td:first-child {
	font-weight:500;
}

.single-products:not(.steel-flex-page) .section-3 table td {
	border-bottom:1px solid #ECEEEF;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-3 table tr:last-child td {
	border-bottom:none;
}

.single-products:not(.steel-flex-page) .section-3 .product-table {
	max-height:429px;
	overflow:hidden;
	position:relative;
	-moz-transition: max-height 0.2s ease-in-out;
	-webkit-transition: max-height 0.2s ease-in-out;
	-ms-transition: max-height 0.2s ease-in-out;
	-o-transition: max-height 0.2s ease-in-out;
	transition: max-height 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-3  .product-table.show {
	max-height:5000px;
	-moz-transition: max-height 0.2s ease-in-out;
	-webkit-transition: max-height 0.2s ease-in-out;
	-ms-transition: max-height 0.2s ease-in-out;
	-o-transition: max-height 0.2s ease-in-out;
	transition: max-height 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-3  .product-table .product-table-overlay {
	content:'';
	width:100%;
	height:50%;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:9;
	opacity:1;
	background:-moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	background:-webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	background:-ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	background:-o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-3  .product-table .product-table-overlay.open {
	height:0;
}

.single-products:not(.steel-flex-page) .section-3 .product-table.show .product-table-overlay {
	opacity:0;
	visibility:hidden;
	z-index:-1;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-3 .product-table tbody tr.active td {
	background-color:#eee;
	-moz-transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-ms-transition:background-color 0.2s ease-in-out;
	-o-transition:background-color 0.2s ease-in-out;
	transition:background-color 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .has-section-4 + .section-4 {
	padding-top:129px;
}

.single-products:not(.steel-flex-page) .section-4,
.single-products:not(.steel-flex-page) .section-4.has-section-5 {
	padding-bottom:145px;
}

.single-products:not(.steel-flex-page) .section-3:not(.has-section-4) + .section-5 {
	margin-top:129px;
}


.single-products:not(.steel-flex-page) .section-6.has-section-7 {
	padding-bottom:0;
}

.single-products:not(.steel-flex-page) .section-6 ul {
	margin-bottom:0;
}


.single-products:not(.steel-flex-page) .section-8 {
	padding:58px 0 0;
}

.single-products:not(.steel-flex-page) .section-8.has-section-7 {
	padding-top:17px;
}

.single-products:not(.steel-flex-page) .section-8 .accordion-holder {
	max-height:0px;
	overflow:hidden;
	-moz-transition: max-height 0.2s ease-in-out;
	-webkit-transition: max-height 0.2s ease-in-out;
	-ms-transition: max-height 0.2s ease-in-out;
	-o-transition: max-height 0.2s ease-in-out;
	transition: max-height 0.2s ease-in-out;
}


.single-products:not(.steel-flex-page) .section-8 .accordion-holder.active {
	max-height:1000px;
	padding-bottom:50px;
	-moz-transition: max-height 0.2s ease-in-out;
	-webkit-transition: max-height 0.2s ease-in-out;
	-ms-transition: max-height 0.2s ease-in-out;
	-o-transition: max-height 0.2s ease-in-out;
	transition: max-height 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-8 .container {
	border-width:1px 0px;
	border-style:solid;
	border-color:#ccc;
}

.single-products:not(.steel-flex-page) .section-8 .section-title {
	font-size:20px;
	line-height:38px;
	font-weight:700;
	color:#555;
	position:relative;
	cursor:pointer;
	padding:16px 0;
	border-bottom:1px solid #ccc;
	border-bottom-color:transparent;
	margin-bottom:0;
	text-transform:uppercase;
}

.single-products:not(.steel-flex-page) .section-8 .section-title.active {
	border-bottom-color:transparent;
	margin-bottom:23px;
	padding-bottom:0;
}

.single-products:not(.steel-flex-page) .section-8 .section-title:after {
	content:'\E800';
	content:'\E801';
	font-family:'fontello';
	position:absolute;
	right:0;
	height:18px;
	width:9px;
	font-size:18px;
	line-height:1;
	top:50%;
	margin-top:-9px;
}

.single-products:not(.steel-flex-page) .section-8 .section-title.active:after {
	content:'\E802';
}

.single-products:not(.steel-flex-page) .section-8 ul.accordion-list {
	padding-left:0;
}

.single-products:not(.steel-flex-page) .section-8 ul.accordion-list li {
	list-style-type:none;
	font-weight:600;
	cursor:pointer;
	text-transform:uppercase;
	position:relative;
	font-size:14px;
	line-height:26px;
	color:#9b9b9b;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-8 ul.accordion-list li:before {
	content:'';
	width:6px;
	height:100%;
	background-color:#C2D100;
	display:block;
	opacity:0;
	position:absolute;
	left:-15px;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-8 ul.accordion-list li.active,
.single-products:not(.steel-flex-page) .section-8 ul.accordion-list li:hover {
	color:#0F3E66;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-8 ul.accordion-list li.active:before {
	opacity:1;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-8 .accordion-wrap {
	position:relative;
	overflow:hidden;
}

.single-products:not(.steel-flex-page) .section-8 .accordion-content {
	position:absolute;
	left:-9999999px;
	opacity:0;
	visibility:hidden;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-8 .accordion-content.active {
	position:static;
	left:auto;
	opacity:1;
	visibility:visible;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-9 {
	line-height:25px;
	padding:127px 0 171px;
	padding-bottom:0;
}

.single-products:not(.steel-flex-page) .section-9.no-section-10,
.single-products:not(.steel-flex-page) .installation-video-section {
	padding-bottom:90px;
}

.single-products:not(.steel-flex-page) .section-9 h3 {
	font-weight:700;
	text-transform:uppercase;
	line-height:38px;
	line-height:30px;
	margin-bottom:5px;
	margin-bottom:17px;
}

.single-products:not(.steel-flex-page) .section-9 ul,
.single-products:not(.steel-flex-page) .section-8 .accordion-content ul {
	padding-left:0;
	margin:0;
}

.single-products:not(.steel-flex-page) .section-9 ul li,
.single-products:not(.steel-flex-page) .section-8 .accordion-content ul li {
	list-style-type:none;
	position:relative;
	padding-left:20px;
}

.single-products:not(.steel-flex-page) .section-9 ul li:before,
.single-products:not(.steel-flex-page) .section-8 .accordion-content ul li:before {
	content: '\E801';
	content: '\E803';
	font-family: 'fontello';
	position: absolute;
	left: 0;
	margin-right: 10px;
	font-size: 10px;
	top:0;
}

.single-products:not(.steel-flex-page) .section-8 .accordion-content ul li:before {
	top:4px;
}

.single-products:not(.steel-flex-page) .section-9 .section-content {
	max-width:380px;
}

.single-products:not(.steel-flex-page) .section-9 .section-content .button {
	width:100%;
	max-width:100%;
	position:relative;
	background-color:#eee;
	margin-bottom:7px;
	line-height:15px;
	border:none;
	padding-left:28px;
	text-align:left;
}

.single-products:not(.steel-flex-page) .section-9 .section-content .button:after {
	content:'';
	background:url('img/download-icon.png') no-repeat 50% 50%;
	background-size:contain;
	width:18px;
	height:15px;
	display:block;
	position:absolute;
	right:28px;
	top:50%;
	margin-top:-8px;
}

.single-products:not(.steel-flex-page) .section-9 .section-content .button:hover {
	background-color:#0f3e67;
	color:#fff;
}

.single-products:not(.steel-flex-page) .section-9 .section-content .button:hover:after {
	background-image:url('img/download-icon-hover.png');
}

.single-products:not(.steel-flex-page) .section-9 .section-content .installation-details {
	margin-top:23px;
}

.single-products:not(.steel-flex-page) .section-9 .section-content .installation-details h4,
.single-products:not(.steel-flex-page) .installation-video-section h4,
.single-products:not(.steel-flex-page) .installation-video-section .video-wrap p {
	font-weight:700;
	line-height:38px;
	margin-bottom:3px;
	font-size:16px;
	text-transform:uppercase;
}

.single-products:not(.steel-flex-page) .installation-video-section .video-wrap {
	margin-bottom:40px;
	text-align:center;
}

.single-products:not(.steel-flex-page) .installation-video-section h4 {
	text-align:center;
	color:#0F3E66;
	font-size:20px;
	margin-bottom:23px;
}

.single-products:not(.steel-flex-page) .section-9 .section-content .installation-details a {
	color:#fff;
}

.single-products:not(.steel-flex-page) .section-9 .section-content .installation-details img {
	max-width:190px;
	max-height:126px;
}

.single-products:not(.steel-flex-page) .section-9 .section-content .installation-details .installation-title {
	width:50%;
	padding:18px 19px;
	font-size:18px;
	line-height:28px;
	color:#fff;
	background-color:#0f3e67;
	text-transform:uppercase;
	font-weight:700;
	position:relative;
}

.single-products:not(.steel-flex-page) .section-9 .section-content .installation-details .installation-title .fontello-icon {
	position:absolute;
	z-index:1;
	bottom:33px;
	right:20px;
	width:15px;
	height:31px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-9 .section-content .installation-details .installation-title .fontello-icon:before {
	font-size:31px;
	width:15px;
	height:31px;
}

.single-products:not(.steel-flex-page) .section-9 .section-content .installation-details a:hover .fontello-icon {
	color:#c2d100;
	-moz-transform:translateX(5px);
	-webkit-transform:translateX(5px);
	-ms-transform:translateX(5px);
	-o-transform:translateX(5px);
	transform:translateX(5px);
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-10 {
	margin-top:170px;
	margin-bottom:82px;
	background-color:#fff;
}

.single-products:not(.steel-flex-page) .section-11 {
	font-size:16px;
	line-height:24px;
	padding:105px 0 107px;
}

.single-products:not(.steel-flex-page) .section-11-1 {
	padding-bottom:0;
}

.single-products:not(.steel-flex-page) .section-11.has-thumbnail {
	padding-top:8px;
}

.single-products:not(.steel-flex-page) .section-11 .section-title {
	margin-bottom:47px;
}

.single-products:not(.steel-flex-page) .section-11 .section-thumbnail {
	margin-bottom:100px;
}

.single-products:not(.steel-flex-page) .section-11 .image-holder {
	background-color:#F0F0F0;
	margin-bottom:20px;
}

.single-products:not(.steel-flex-page) .section-11 .image-holder + p {
	margin-bottom:11px;
}

/* Steel-flex page */
.steel-flex-page .section-1 {
	font-size:20px;
	line-height:30px;
	padding-top:92px;
}

.steel-flex-page .section-1 p:last-child {
	margin-bottom:135px;
}

.steel-flex-page .section-1 h2,
.steel-flex-page .section-2 h2,
.steel-flex-page .section-4 h2,
.single-products:not(.steel-flex-page) .section-5 h2 {
	font-size:40px;
	line-height:44px;
	color:#0F3E66;
	text-transform:uppercase;
	font-weight:800;
}

.steel-flex-page .section-2,
.single-products:not(.steel-flex-page) .section-5 {
	text-align:center;
	padding:112px 0;
	background-color:#0F3E66;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.steel-flex-page .section-2 h2,
.single-products:not(.steel-flex-page) .section-5 h2 {
	color:#fff;
	margin-bottom:29px;
}

.steel-flex-page .section-2 img,
.single-products:not(.steel-flex-page) .section-5 img {
	max-width:433px;
}

.steel-flex-page .section-3,
.single-products:not(.steel-flex-page) .section-4 {
	font-size:20px;
	font-size:18px;
	line-height:30px;
	padding:152px 0;
	padding:162px 0;
}

.steel-flex-page .section-3 strong,
.single-products:not(.steel-flex-page) .section-4 strong {
	text-transform:uppercase;
}



.steel-flex-page .section-3 img,
.single-products:not(.steel-flex-page) .section-4 img {
	max-width:410px;
}

.steel-flex-page .section-3 .image-holder,
.single-products:not(.steel-flex-page) .section-4 .image-holder {
	padding-left:95px;
	padding-left:0;
}

.steel-flex-page .section-3 .slick-arrow,
.single-products:not(.steel-flex-page) .section-3 .slick-arrow,
.single-products:not(.steel-flex-page) .section-4 .slick-arrow {
	margin-top:-34px;
	color:#555;
	width:33px;
	height:68px;
	left:-48px;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.steel-flex-page .section-3 .slick-arrow:hover,
.single-products:not(.steel-flex-page) .section-3 .slick-arrow:hover,
.single-products:not(.steel-flex-page) .section-4 .slick-arrow:hover {
	color:#0F3E66;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.single-products:not(.steel-flex-page) .section-3 .slick-arrow {
	top:0;
	margin-top:0;
}

.steel-flex-page .section-3 .slick-arrow.slick-next,
.single-products:not(.steel-flex-page) .section-3 .slick-arrow.slick-next,
.single-products:not(.steel-flex-page) .section-4 .slick-arrow.slick-next {
	left:auto;
	right:-48px;
}

.single-products:not(.steel-flex-page) .section-3 .slick-arrow.slick-disabled {
	opacity:0.5;
}

.steel-flex-page .section-3 .slick-arrow .fontello-icon,
.single-products:not(.steel-flex-page) .section-3 .slick-arrow .fontello-icon,
.single-products:not(.steel-flex-page) .section-4 .slick-arrow .fontello-icon {
	height:68px;
}

.steel-flex-page .section-3 .slick-arrow .fontello-icon:before,
.single-products:not(.steel-flex-page) .section-3 .slick-arrow .fontello-icon:before,
.single-products:not(.steel-flex-page) .section-4 .slick-arrow .fontello-icon:before {
	font-size:68px;
	width:33px;
	height:68px;
}

.steel-flex-page .section-4 {
	color:#fff;
	padding:84px 0;
	max-width:1440px;
	margin:0 auto;
	background: -moz-linear-gradient(54.94deg, #0F3E66 0%, #0A477B 100%);
	background: -webkit-linear-gradient(54.94deg, #0F3E66 0%, #0A477B 100%);
	background: -ms-linear-gradient(54.94deg, #0F3E66 0%, #0A477B 100%);
	background: -o-linear-gradient(54.94deg, #0F3E66 0%, #0A477B 100%);
	background: linear-gradient(54.94deg, #0F3E66 0%, #0A477B 100%);
}

.steel-flex-page .section-4 h2 {
	text-align:center;
	color:#fff;
	line-height:55px;
	margin-bottom:57px;
}

.steel-flex-page .section-4 ul li {
	list-style-type:none;
	font-size:18px;
	margin-bottom:15px;
	color:#fff;
	-moz-transition:color 0.2s ease-in-out;
	-webkit-transition:color 0.2s ease-in-out;
	-ms-transition:color 0.2s ease-in-out;
	-o-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
}

.steel-flex-page .section-4 ul li.show-bullet {
	color:#c2d100;
	list-style-type:disc;
	font-weight:400;
	-moz-transition:color 0.2s ease-in-out;
	-webkit-transition:color 0.2s ease-in-out;
	-ms-transition:color 0.2s ease-in-out;
	-o-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
}

.steel-flex-page .section-4 ul li span {
	display:block;
	padding-left:15px;
	font-size:14px;
	color:#fff;
}

.steel-flex-page .section-4 ul li.show-bullet span {
	color:#fff;
	font-weight:300;
}

.steel-flex-page .section-4 .section-background {
	margin-left:-165px;
	width:710px;
	height:auto;
	position:relative;
}

.steel-flex-page .section-4 .section-background .animated-bullet {
	width:15px;
	height:15px;
	background-color:#c2d100;
	border:3px solid #fff;
	display:block;
	position:absolute;
	opacity:0;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.steel-flex-page .section-4 .section-background .animated-bullet.position-0 {
	right:170px;
	bottom:30px;
	
}

.steel-flex-page .section-4 .section-background .animated-bullet.position-1 {
	right:80px;
	bottom:90px;

}

.steel-flex-page .section-4 .section-background .animated-bullet.position-2 {
	right:264px;
	bottom:50px;
}


.steel-flex-page .section-4 .section-background .animated-bullet.position-3 {
	right:397px;
	bottom:80px;

}

.steel-flex-page .section-4 .section-background .animated-bullet.position-0,
.steel-flex-page .section-4 .section-background .animated-bullet.position-1,
.steel-flex-page .section-4 .section-background .animated-bullet.position-2,
.steel-flex-page .section-4 .section-background .animated-bullet.position-3 {
	opacity:1;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.steel-flex-page .section-5,
.single-products:not(.steel-flex-page) .section-6 {
	padding:90px 0 133px;
	font-size:15px;
	line-height:24px;
}

.steel-flex-page .section-5 .section-title,
.single-products:not(.steel-flex-page) .section-6  .section-title {
	font-size:32px;
	color:#0F3E66;
	line-height:40px;
	text-align:center;
	margin-bottom:54px;
	font-weight:700;
	text-transform:uppercase;
}

.steel-flex-page .section-5 .feature-column,
.single-products:not(.steel-flex-page) .section-6 .feature-column {
	margin-bottom:54px;
}

.steel-flex-page .section-5 .feature-column p:first-child,
.single-products:not(.steel-flex-page) .section-6 .feature-column p:first-child {
	margin-bottom:11px;
}

.steel-flex-page .section-6,
.steel-flex-page .section-6 a > div,
.single-products .hero-subsection a > .hero-subsection-contents,
.single-products:not(.steel-flex-page) .section-10 a > div {
	background-color:#EEEEEE;
	-moz-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.steel-flex-page .section-6 a > div img,
.single-products:not(.steel-flex-page) .section-10 a > div img {
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
}

.steel-flex-page .section-6 .container,
.single-products:not(.steel-flex-page) .section-10 .container {
	max-width:1440px;
}

.steel-flex-page .section-6 a,
.single-products .hero-subsection a,
.single-products:not(.steel-flex-page) .section-10 a {
	color:#555;
}

.steel-flex-page .section-6 a:hover > div,
.single-products .hero-subsection a:hover > .hero-subsection-contents,
.single-products:not(.steel-flex-page) .section-10 a:hover > div {
	background-color:#fff;
	-moz-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.steel-flex-page .section-6 .feature-column,
.single-products:not(.steel-flex-page) .section-10 .feature-column {
	padding-left:5px;
	padding-right:5px;
	position:relative;
}

.steel-flex-page .section-6 .feature-column .mobile-view,
.single-products:not(.steel-flex-page) .section-10 .feature-column .mobile-view {
	display:none;
}

.steel-flex-page .section-6 .feature-column .normal-state,
.steel-flex-page .section-6 .feature-column .hover-state,
.steel-flex-page .section-6 .feature-column a:hover .normal-state,
.steel-flex-page .section-6 .feature-column a:hover .hover-state,
.single-products:not(.steel-flex-page) .section-10 .feature-column .normal-state,
.single-products:not(.steel-flex-page) .section-10 .feature-column .hover-state,
.single-products:not(.steel-flex-page) .section-10 .feature-column a:hover .normal-state,
.single-products:not(.steel-flex-page) .section-10 .feature-column a:hover .hover-state {
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
	transition:none;
}

.steel-flex-page .section-6 .feature-column .hover-state,
.single-products:not(.steel-flex-page) .section-10 .feature-column .hover-state {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	opacity:0;
	visibility:hidden;
	width:100%;
	padding:0 5px;
}

.steel-flex-page .section-6 .feature-column a:hover .normal-state,
.single-products:not(.steel-flex-page) .section-10 .feature-column a:hover .normal-state {
	visibility:hidden;
	opacity:0;
}

.steel-flex-page .section-6 .feature-column a:hover .hover-state,
.single-products:not(.steel-flex-page) .section-10 .feature-column a:hover .hover-state {
	z-index:9;
	visibility:visible;
	opacity:1;
}

.steel-flex-page .section-6 .feature-details,
.single-products:not(.steel-flex-page) .section-10 .feature-details {
	padding:0 20px 34px 29px;
	font-size:13px;
	font-weight:800;
	line-height:20px;
}

.steel-flex-page .section-6 .feature-title > span,
.single-products:not(.steel-flex-page) .section-10 .feature-title > span {
	display:block;
	text-transform:uppercase;
	font-size:13px;
}

.steel-flex-page .section-6 .feature-title > span.title,
.single-products:not(.steel-flex-page) .section-10 .feature-title > span.title {
	font-weight:400;
	font-size:20px;
	text-transform:none;
}

.steel-flex-page .section-6 .feature-title + span,
.single-products:not(.steel-flex-page) .section-10 .feature-title + span {
	width:15px;
	height:30px;
}

.steel-flex-page .section-6 .feature-title + span .fontello-icon:before,
.single-products:not(.steel-flex-page) .section-10 .feature-title + span .fontello-icon:before {
	font-size:30px;
	width:15px;
}

.steel-flex-page .section-7,
.single-products:not(.steel-flex-page) .section-7 {
	padding:166px 0 134px;
	padding-top:163px;
}

.steel-flex-page .section-7 .section-title,
.single-products:not(.steel-flex-page) .section-7 .section-title {
	font-size:22px;
	line-height:30px;
	margin-bottom:39px;
	color:#0F3E66;
	font-weight:800;
	text-align:center;
	text-transform:uppercase;
}

.steel-flex-page .section-7 .video-holder,
.single-products:not(.steel-flex-page) .section-7 .video-holder {
	max-width:759px;
	margin:0 auto;
}

/* Search page */
.search article {
	margin-bottom:40px;
}

.search .page-title {
	font-size:26px;
	font-weight:700;
}

.search .site-main > .page-header {
	margin-top:90px;
}

.search .entry-title,
.search h2 {
	font-size:18px;
}

.search .entry-title {
	font-weight:700;
	margin-bottom:0;
	text-transform:uppercase;
}

.search .entry-title + .product-category {
	font-weight:500;
}

.search .entry-header {
	margin-bottom:20px;
}

.search .pagination {
	margin-bottom:90px;
}


.pagination {
	clear:both;
	justify-content: center;
}

.pagination .page-numbers {
	font-weight:500;
	font-size:16px;
	color:#999;
	display:inline-block;
	padding-top:3px;
	width:30px;
	height:30px;
	text-align:center;
	position:relative;
	background-color:transparent;
	margin:0 7px;
	cursor:pointer;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.pagination .page-numbers.current {
	background-color:#0F3E66;
	color:#fff;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	text-indent:-99999px;
	overflow:hidden;
	padding:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.pagination .page-numbers.next:before,
.pagination .page-numbers.prev:before {
	content:'\E800';
	content:'\E803';
	font-family:'fontello';
	position:absolute;
	text-indent:0;
	display:block;
	font-size:30px;
	line-height:1;
	width:30px;
	left:0;
	text-align:center;
}

.pagination .page-numbers.prev:before {
	content:'\E801'
}

.pagination .page-numbers:hover {
	text-decoration:none;
	background-color:#f0f0f0;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover {
	background-color:transparent;
}

.read-more {
	font-size:13px;
	color:#0F3E66;
}

.read-more:before {
	content:'\2013';
	margin-right:5px;
}

.read-more:hover,
.news-page .column a:hover,
.single-post .pagination a:hover,
.single-products .hero-subsection a:hover,
.steel-flex-page .section-6 a:hover,
.single-products:not(.steel-flex-page) .section-3-slider .lightbox-image:hover {
	text-decoration:none;
}

.hero-section .page-title {
	font-size:60px;
	line-height:72px;
	text-align:center;
	padding:65px 0;
	max-width:100%;
}

.video-section a.thumbnail {
	display:block;
	position:relative;
	overflow:hidden;
}


.video-section .play-overlay {
	position:absolute;
	width:68px;
	height:48px;
	background:url('img/play-button.png') no-repeat 50% 50%;
	background-size:contain;
	left:0;
	right:0;
	margin:0 auto;
	top:50%;
	margin-top:-24px;
	z-index:9;
}

.video-section a.thumbnail:hover .play-overlay {
	background-image:url('img/play-button-green.png');
}

.section-background .background-overlay-title {
	position:absolute;
	font-size:60px;
	font-weight:900;
	line-height:80px;
	left:0;
	right:0;
	top:50%;
	margin-top:-40px;
	z-index:9;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}


.hero-section .section-1-wrap {
	position:absolute;
	bottom:82px;
	left:0;
}

body:not(.front-page) .hero-section .page-title {
	margin-bottom:39px;
}


.slide-down-arrow {
	display:block;
	cursor:pointer;
	width:29px;
	height:29px;
	background:url('img/down-arrow-1.png') no-repeat 50% 50%;
	background-size:contain;
	background:none;
	color:#0f3e66;
	margin:18px auto 0;
}

.slide-down-arrow .fontello-icon:before {
    font-size: 29px;
    width: 29px;
   
}

.fontello-icon:before {
	line-height: 1;
    margin: 0;
}

.hidden {
	display:none !important;
}

.sticky-top {
	z-index:99;
	top:107px;
}

.mobile-button,
.mobile-search-button,
#mobile-nav-wrap {
	display:none;
}

.static {
	visibility:hidden;
	opacity:0;
}

.entry-content > h2 {
	font-size:26px;
	line-height:33px;
	color:#0F3E66;
}

.table-expander-holder {
	max-width:723px;
}

.table-expander {
	background:url('img/closed-icon.png') no-repeat 50% 50%;
	background-size:cover;
	width:37px;
	height:37px;
	display:block;
	margin:52px auto 0;
	cursor:pointer;
}

.table-expander.expanded {
	background-image:url('img/opened-icon.png');
}

.google-map-wrap {
	height:345px;
	margin-bottom:22px;
	margin-top:-22px;
}

.decimal {
	counter-reset: item;
	padding-left:0;
}

.decimal li {
	display:block;
}

.decimal li p {
	margin-top:20px;
}

.decimal li:before {
	content: counters(item, ".") ". "; 
	counter-increment: item;
}

.decimal .decimal {
	margin-top:20px;
	margin-left:25px;
	margin-bottom:20px;
	padding-left:0;
}


@keyframes navbartransition {
	0% {
		opacity:0;
	}
	
	50% {
		opacity:0.5;
	}
	
	100% {
		opacity:1;
	}
}

@keyframes navbartransition2 {
	0% {
		opacity:0;
	}
	
	50% {
		opacity:0.5;
	}
	
	100% {
		opacity:1;
	}
}

@media (max-width: 1429px) { 

	.section-background {
		width:auto !important;
	}
	
	.section-background .hidden {
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
	
	.section-background .background-overlay-title {
		font-size:50px;
	}

}

@media (max-width: 1200px) { 
	.front-page .section-1 .section-1-wrap {
		right:0;
		left:auto;
	}
	
	.front-page .section-2 .content-wrap:after {
		display:none;
	}
	
	.front-page .section-4 .container {
		overflow-x:scroll;
	}
	
	.front-page .section-4 .featured-products {
		width:1280px;
		display:-moz-flex;
		display:-webkit-flex;
		display:flex;
		-moz-justify-content:space-between;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		-webkit-align-items:flex-end;
		align-items:flex-end;
	}
	
	.front-page .section-4 .feature-product {
		display:-moz-inline-flex;
		display:-webkit-inline-flex;
		display:inline-flex;
		margin-right:0;
	}
	
	.front-page .section-4 .feature-product .feature-product-title br {
		display:inline-block;
	}
}

@media (max-width: 1024px) { 
	.about-page .hero-slide,
	.hero-section .hero-slide {
		background-attachment:scroll;
	}
	
	.section-background .background-overlay-title {
		font-size:40px;
	}
	
	.about-page .page-section br,
	.about-page .section-3 br, 
	.about-page .section-5 br, 
	.about-page .section-7 br, 
	.about-page .section-8 br,
	.page-section br {
		display:none;
	}
	
	.about-page .section-5 .section-content,
	.about-page .section-7 .section-content {
		padding-right:80px;
	}
	
	.about-page .hero-slide, 
	body:not(.front-page) .hero-slide {
		background-attachment: scroll;
	}
	
	.news-page .column {
		padding-left:15px;
		padding-right:15px;
	}
	
	.steel-flex-page .section-1 p:last-child {
		margin-bottom:50px;
	}
	
	.steel-flex-page .section-3 .image-holder,
	.single-products:not(.steel-flex-page) .section-4 .image-holder {
		padding-left:15px;
	}
	
	.steel-flex-page .section-3, 
	.single-products:not(.steel-flex-page) .section-4 {
		font-size: 17px;
	}
	
	.steel-flex-page .section-3 img,
	.single-products:not(.steel-flex-page) .section-4 img {
		margin:0 auto;
		max-width:100%;
	}
	
	.single-products:not(.steel-flex-page) .section-9 .col-md-6 {
		font-size:15px;
	}
	
	.single-products:not(.steel-flex-page) .section-11 {
		font-size: 15px;
	}
	
	.single-products:not(.steel-flex-page) .section-11 .section-thumbnail {
		margin-bottom:47px;
	}
	
	.single-products .hero-section .hero-slide {
		background-size: cover;
	}
	
	.single-products .hero-subsection .hero-feature-title {
		display:inline-block;
		max-width:143px;
	}
	
	.single-post .hero-section .page-title {
		font-size:30px;
		line-height:35px;
	}
	
}

@media (max-width: 991px) { 
	
	.dropdown-menu.mega-menu .mega-menu-1 .widget-area:first-child {
		border-left-width:0;
	}
	
	.dropdown-menu.mega-menu .row > .mega-menu-2 {
		border-left-color: #dcdcdc;
	}
	
	.dropdown-menu.mega-menu .mega-menu-1 .row > .widget-area {
		padding-left:30px;
	}
	
	.dropdown-menu.mega-menu > .container > .row > * {
		margin-bottom:34px;
	}
	
	.footer-widgets .row > * {
		margin-bottom:26px;
	}
	
	.footer-widget-1 .widget-area:before {
		display:none;
	}
	
	.footer-widget-2 .widget-area, 
	.footer-widget-3 .widget-area, 
	.footer-widget-4 .widget-area {
		padding-left:0;
	}
	
	.footer-widgets .row > .footer-widget-3,
	.footer-widgets .row > .footer-widget-4 {
		margin-bottom:0;
	}
	
	.footer-left img {
		margin:0 auto;
		display:block;
	}
	
	.footer-right {
		text-align:center;
	}
	
	.front-page .section-1 .section-1-wrap {
		position: absolute;
		bottom: 60px;
		bottom:38px;
		left: 15px;
	}
	
	.front-page .section-2 .content-wrap:after {
		right:0;
	}
	
	.front-page .section-2-slider {
		left:-40px;
	}
	
	.front-page .section-3 .section-content br {
		display:none;
	}
	
	.section-background .background-overlay-title {
		font-size:50px;
	}
	
	.about-page .section-3 .section-content, 
	.about-page .section-8 .section-content {
		padding-left: 0;
	}
	
	.about-page .section-5 .section-content, 
	.about-page .section-7 .section-content {
		padding-right: 0;
	}
	
	.about-page .section-3 .section-content, 
	.about-page .section-5 .section-content, 
	.about-page .section-8 .section-content,
	.about-page .section-7 .section-content {
		padding: 30px 0;
	}
	
	.hero-section .section-1-wrap {
		bottom:38px;
	}
	
	.single-post .hero-section .container {
		height:375px;
	}
	
	.single-post .hero-section .page-title {
		padding:15px;
	}
	
	.single-products .hero-subsection {
		overflow-x:scroll;
	}
	
	.single-products .hero-subsection .container {
		width: 1140px;
		max-width: none;
	}
	
	.single-products:not(.steel-flex-page) .section-2 .product-code {
		font-size:11px;
	}
	
	.steel-flex-page .section-3, 
	.single-products:not(.steel-flex-page) .section-4 {
		font-size: 18px;
	}
	
	.single-products:not(.steel-flex-page) .section-3 .slick-arrow {
		left:0;
	}
	
	.single-products:not(.steel-flex-page) .section-3 .slick-arrow.slick-next {
		left:auto;
		right:0;
		z-index:9999;
	}
	
	.steel-flex-page .section-3 img {
		max-width:100%;
	}
	
	.single-products:not(.steel-flex-page) .section-3 .slick-arrow.slick-prev {
		z-index:9999;
	}
	
	.steel-flex-page .section-3 .slick-arrow, 
	.single-products:not(.steel-flex-page) .section-4 .slick-arrow {
		left:0;
	}
	
	.steel-flex-page .section-3 .slick-arrow.slick-next, 
	.single-products:not(.steel-flex-page) .section-4 .slick-arrow.slick-next {
		right:0;
	}
	
	.steel-flex-page .section-4 .section-background .animated-bullet.position-0 {
		right: 24%;
	}
	
	.steel-flex-page .section-4 .section-background .animated-bullet.position-1 {
		right: 11%;
		bottom: 28%;
	}
	
	.steel-flex-page .section-4 .section-background .animated-bullet.position-2 {
		right: 36%;
		bottom: 15%;
	}
	
	.steel-flex-page .section-4 .section-background .animated-bullet.position-3 {
		right: 57%;
		bottom: 26%;
	}
	
	.single-products:not(.steel-flex-page) .section-9 .col-md-6 {
		font-size:16px;
	}
	
	.single-products:not(.steel-flex-page) .section-9 .section-content .installation-details img {
		max-width:50%;
	}
	
	.single-products:not(.steel-flex-page) .section-9 .section-content .button {
		padding-left:10px;
	}
	
	.single-products:not(.steel-flex-page) .section-9 .section-content .button:after {
		right: 10px;
	}
	
	.single-products:not(.steel-flex-page) .section-11 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	
	body.no-overflow {
		overflow:hidden;
		position:fixed;
		height:100%;
	}
	
	.img-fluid {
		max-width:150px;
		max-height:34px;
	}
	
	.navbar-brand {
		margin-right:0;
	}
	
	.mobile-button,
	.mobile-search-button,
	.navbar-toggler {
		padding:0;
		display:block;
		width:21px;
		height:16px;
		text-indent:-9999999px;
		overflow:hidden;
		background:url('img/burger-menu.png') no-repeat 50% 50%;
		background-size:contain;
		cursor:pointer;
		text-decoration:none;
	}
	
	.mobile-search-button {
		width:18px;
		height:18px;
		height:20px;
		background-image:url('img/search-icon.png');
	}
	
	.navbar-toggler {
		height:18px;
		height:20px;
		-moz-animation-name:navbartransition2;
		-webkit-animation-name:navbartransition2;
		-ms-animation-name:navbartransition2;
		-o-animation-name:navbartransition2;
		animation-name:navbartransition2;
		-moz-animation-duration: 0.2s;
		-webkit-animation-duration: 0.2s;
		-ms-animation-duration: 0.2s;
		-o-animation-duration: 0.2s;
		animation-duration: 0.2s;
	}
	
	.navbar-toggler.show {
		background-image:url('img/close-icon.png');
		-moz-animation-name:navbartransition;
		-webkit-animation-name:navbartransition;
		-ms-animation-name:navbartransition;
		-o-animation-name:navbartransition;
		animation-name:navbartransition;
		-moz-animation-duration: 0.2s;
		-webkit-animation-duration: 0.2s;
		-ms-animation-duration: 0.2s;
		-o-animation-duration: 0.2s;
		animation-duration: 0.2s;
	}
	
	.navbar + .container {
		padding-left:0;
		padding-right:0;
	}
	
	#mobile-nav-wrap {
		width: 100%;
		position: absolute;
		position:relative;
		top: 80px;
		top:23px;
		top:0;
		left: 0px;
		display:none;
		height:-moz-calc( 100vh - 80px );
		height:-webkit-calc( 100vh - 80px );
		height:-ms-calc( 100vh - 80px );
		height:-o-calc( 100vh - 80px );
		height:calc( 100vh - 80px );
		overflow-y:scroll;
	}
	
	#mobile-nav-wrap .mobile-nav-overflow {
		height:-moz-calc( 100vh - 80px );
		height:-webkit-calc( 100vh - 80px );
		height:-ms-calc( 100vh - 80px );
		height:-o-calc( 100vh - 80px );
		height:calc( 100vh - 80px );
		overflow-x:hidden;
	}
	
	
	#navbar-mobile {
		position: absolute;
		position:relative;
		background-color: #fff;
		width: 100%;
		top: 80px;
		top:0;
		top:0;
		left: 0;
		padding: 0 15px;
		padding:0;
		
	}
	
	#navbar-mobile .navbar-nav a {
		display:block;
		padding:12px 17px;
		border-bottom:1px solid #eee;
		font-size:15px;
		font-weight:600;
		text-transform:uppercase;
		color:#555;
		text-decoration:none;
		position:relative;
	}
	
	#navbar-mobile .navbar-nav a:hover {
		color:#0f3e66;
	}
	
	#navbar-mobile .navbar-nav .menu-item-has-children > a:after,
	#navbar-mobile .navbar-nav .sub-menu .menu-heading > a:before {
		content: '\E800';
		content:'\E803';
		font-family: "fontello";
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -5px;
		height:12px;
		width:12px;
		font-size:12px;
	}
	
	#navbar-mobile .navbar-nav .sub-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left:15px;
		width: 100%;
		background-color:#fff;
		z-index:9;
		padding:0 15px;
		padding:0;
		height:100%;
		height:-moz-calc( 100vh - 80px );
		height:-webkit-calc( 100vh - 80px );
		height:-ms-calc( 100vh - 80px );
		height:-o-calc( 100vh - 80px );
		height:calc( 100vh - 80px );
		-moz-transform: translateX( -moz-calc( 100% + 15px ) );
		-webkit-transform: translateX( -webkit-calc( 100% + 15px ) );
		-o-transform: translateX( -o-calc( 100% + 15px ) );
		-ms-transform: translateX( -ms-calc( 100% + 15px ) );
		transform: translateX( calc( 100% + 15px ) );
		-moz-transition: -moz-transform 0.2s ease-in-out;
		-webkit-transition: -webkit-transform 0.2s ease-in-out;
		-ms-transition: -ms-transform 0.2s ease-in-out;
		-o-transition: -o-transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
	}
	
	#navbar-mobile .navbar-nav .sub-menu .sub-menu {
		z-index:10;
	}
	
	#navbar-mobile .navbar-nav .sub-menu.show {
		-moz-transform: translateX(-15px);
		-webkit-transform:  translateX(-15px);
		-o-transform: translateX(-15px);
		-ms-transform: translateX(-15px);
		transform: translateX(-15px);
		-moz-transition: -moz-transform 0.2s ease-in-out;
		-webkit-transition: -webkit-transform 0.2s ease-in-out;
		-ms-transition: -ms-transform 0.2s ease-in-out;
		-o-transition: -o-transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
	}
	
	#navbar-mobile .navbar-nav .sub-menu .menu-heading > a {
		padding-left:30px;
		font-weight:600;
		color:#0f3e66;
	}
	
	#navbar-mobile .navbar-nav .sub-menu .menu-heading > a:before {
		content:'\E802';
		content:'\E801';
		left:0;
		right:auto;
		background-image:url('img/mobile-back-nav.png');
		background:none;
	}
	
	.navbar {
		padding-top:23px;
		padding-bottom:23px;
		max-height:80px;
	}
	
	
	.navbar-nav .search-icon,
	.footer-left,
	.front-page .section-2 .content-wrap h2 br,
	.front-page .section-2 .content-wrap p br,
	.slide-down-arrow {
		display:none;
	}

	.navbar-nav .dropdown-menu {
		width: 100%;
		position: absolute;
		left: 0;
		display:block;
		visibility:hidden;
		opacity:0;
		-moz-transform: translateX( -moz-calc( 100% + 15px ) );
		-webkit-transform: translateX( -webkit-calc( 100% + 15px ) );
		-ms-transform: translateX( -ms-calc( 100% + 15px ) );
		-o-transform: translateX( -o-calc( 100% + 15px ) );
		transform: translateX( calc( 100% + 15px ) );
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webki-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	.navbar-nav .dropdown-menu.show {
		visibility:visible;
		opacity:1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		transition:transform 0.2s ease-in-out;
	}
	
	.search-form-wrap {
		top:80px;
		-moz-transform: translateY(-80px);
		-webkit-transform: translateY(-80px);
		-ms-transform: translateY(-80px);
		-o-transform: translateY(-80px);
		transform: translateY(-80px);
	}
	
	#page-wrapper,
	#single-wrapper {
		padding-top:80px;
	}
	
	#wrapper-footer {
		min-height:0;
		padding:19px 0;
	}
	
	.footer-widgets {
		padding:60px 0;
		max-height:350px;
		min-height:0;
		font-size:13px;
	}
	
	.footer-right {
		padding-top:0;
		font-size:11px;
	}
	
	.footer-right > * {
		display:block;
	}
	
	.footer-right .footer-menu-wrap {
		margin-right:0;
	}
	
	.footer-right .menu li:not(:first-child) > a:after {
		display:none;
	}
	
	.footer-right .menu li:first-child > a, 
	.footer-right .menu li:nth-child(2) > a {
		padding-bottom:15px;
	}
	
	.footer-right .widget-area:last-child {
		margin-top:40px;
		font-size:9px;
	}
	
	.front-page .section-1 .container,
	.hero-section .container,
	.about-page .section-3 .section-background,
	.section-background {
		height:375px;
	}
	
	.front-page .section-1 .section-1-wrap,
	.hero-section .section-1-wrap {
		left:30px;
	}
	
	.front-page .section-1 h1,
	.about-page .hero-section h1,
	.hero-section h1,
	.hero-section .page-title {
		font-size: 55px;
		line-height: 46px;
	}
	
	.front-page .section-1 .button,
	.front-page .section-1 .button:nth-child(2) {
		padding:6px;
		font-size:10px;
		max-width:114px;
		margin-top:15px;
	}
	
	.front-page .section-1 .button.video:before {
		width: 7px;
		height: 7px;
		border-top-width: 4px;
		border-bottom-width: 4px;
		border-left-width: 7px;
		margin-right:5px;
	}
	
	.front-page .section-1 .slick-arrow {
		display:none !important;
	}
	
	.front-page .section-2 {
		padding: 0;
	}
	
	.front-page .section-2 .content-wrap {
		font-size:14px;
		padding-bottom:43px;
	}
	
	.front-page .section-2 .content-wrap:after {
		display:none;
	}
	
	.front-page .section-2 .content-wrap h2,
	.front-page .section-2-slider .slide-title h3,
	.front-page .section-3 .section-content,
	.about-page .section-2 h1,
	.about-page .section-2 h2,
	.about-page .section-2 h3,
	.about-page .section-2 h4,
	.about-page .section-2 h5,
	.about-page .section-2 h6,
	.steel-flex-page .section-7 .section-title {
		font-size:18px;
	}
	
	.front-page .section-2 .content-wrap h2 {
		padding-top:30px;
	}
	
	.front-page .section-2-slider {
		height:347px;
	}
	
	.front-page .section-2-slider .slider-2-slide {
		width:100% !important;
	}
	
	.front-page .section-2-slider .slick-dots {
		width:153px;
		bottom:19px;
	}
	
	.front-page .section-2-slider .slick-dots li button {
		width:9px;
		height:9px;
	}
	
	.front-page .section-2-slider .slick-slide img {
		max-width:305px;
	}
	
	.front-page .section-2-slider .slide-title {
		width:188px;
		height:111px;
	}
	
	.front-page .section-2-slider .slide-title .small {
		font-size:12px;
	}
	
	.front-page .section-2-slider .slide-title .animated-arrow {
		height:21px;
		width:10px;
	}
	
	.front-page .section-2-slider .slide-title .animated-arrow > .fontello-icon:before {
		font-size:21px;
		width:10px;
	}
	
	.front-page .section-2 .content-wrap h2,
	.front-page .section-3 .section-content,
	.about-page .section-2 h3,
	.steel-flex-page .section-1 h2,
	.steel-flex-page .section-4 h2,
	.steel-flex-page .section-7 .section-title {
		line-height:26px;
	}
	
	.front-page .section-3 {
		padding-top:68px;
	}
	
	.front-page .section-3 .section-content .button {
		font-size: 10px;
		max-width: 184px;
		padding: 4px 0;
		height: 24px;
	}
	
	.front-page .section-4 .featured-products {
		width: 800px;
	}
		
	.front-page .section-4 .feature-product img,
	.front-page .section-4 .feature-product .feature-product-title {
		max-width:73px;
	}
	
	.front-page .section-4 .feature-product .feature-product-title .small {
		font-size:10px;
	}
	
	.about-page .section-2 {
		padding:30px 0 43px;
		font-size:14px;
	}
	
	.about-page .section-2 h1,
	.about-page .section-2 h2,
	.about-page .section-2 h3,
	.about-page .section-2 h4,
	.about-page .section-2 h5,
	.about-page .section-2 h6 {
		margin-bottom:12px;
	}
	
	.about-page .section-4 {
		max-height:none;
		padding:76px 0 66px;
	}
	
	.about-page .section-4 img {
		margin-bottom:40px;
	}
	
	.about-page .section-6 {
		padding:66px 0 63px;
	}
	
	.about-page .section-6 .video-title,
	.single-products:not(.steel-flex-page) .video-section .video-title {
		margin-bottom:30px;
		margin:14px 0 32px;
	}
	
	.about-page .section-6 .section-title {
		font-size:22px;
		margin-bottom:44px;
	}
	
	.about-page .section-8 {
		margin:120px 0 0;
	}
	
	.contact-page .contact-location {
		margin-bottom:12px;
	}
	
	.section-background {
		margin-left:-15px !important;
		margin-right:-15px !important;
	}
	
	.steel-flex-page .section-1,
	.single-products:not(.steel-flex-page) .section-1 {
		font-size:14px;
		line-height:25px;
		padding-top:55px;
	}
	
	.steel-flex-page .section-1 p:last-child {
		margin-bottom:56px;
	}
	
	.steel-flex-page .section-1 h2 {
		margin-bottom:14px;
		font-size:22px;
	}
	
	.steel-flex-page .section-2, 
	.single-products:not(.steel-flex-page) .section-5 {
		padding:83px 0;
		max-height:270px;
	}
	
	.steel-flex-page .section-2 h2,
	.single-products:not(.steel-flex-page) .section-5 h2 {
		font-size:30px;
		line-height:36px;
	}
	
	.steel-flex-page .section-2 img,
	.single-products:not(.steel-flex-page) .section-5 img {
		max-width:100%;
		max-width:227px;
	}
	
	.steel-flex-page .section-3, 
	.single-products:not(.steel-flex-page) .section-4 {
		padding:119px 0 57px;
		font-size:14px;
		line-height:23px;
	}
	
	.steel-flex-page .section-3 strong,
	.single-products:not(.steel-flex-page) .section-4 strong {
		font-size:18px;
	}
	
	.steel-flex-page .section-3 img,
	.single-products:not(.steel-flex-page) .section-4 img {
		margin-bottom:30px;
	}
	
	.steel-flex-page .section-3 .slider-content,
	.single-products:not(.steel-flex-page) .section-4 .slider-content {
		padding-right:30px;
	}
	
	.steel-flex-page .section-3 .slick-arrow.slick-next,
	.single-products:not(.steel-flex-page) .section-4 .slick-arrow.slick-next {
		right:0;
		top:auto;
		height:36px;
		margin-top:0;
	}
	
	.steel-flex-page .section-3 .slick-arrow.slick-prev, 
	.single-products:not(.steel-flex-page) .section-4 .slick-arrow.slick-prev {
		display:none !important;
	}
	
	.steel-flex-page .section-3 .slick-arrow.slick-next .fontello-icon:before,
	.single-products:not(.steel-flex-page) .section-3 .slick-arrow .fontello-icon:before,
	.single-products:not(.steel-flex-page) .section-4 .slick-arrow.slick-next .fontello-icon:before {
		font-size:36px;
		height:36px;
	}
	
	.steel-flex-page .section-4 {
		padding:65px 0 60px;
	}
	
	.steel-flex-page .section-4 h2 {
		font-size:24px;
		line-height:26px;
		margin-bottom:20px;
	}
	
	.steel-flex-page .section-4 ul {
		margin-top:20px;
		padding-left:15px;
	}
	
	.steel-flex-page .section-4 ul li {
		font-size:16px;
	}
	
	.steel-flex-page .section-4 ul li span {
		display:none;
	}
	
	.steel-flex-page .section-5, 
	.single-products:not(.steel-flex-page) .section-6 {
		padding:60px 0 46px;
		font-size:13px;
	}
	
	.steel-flex-page .section-5 .section-title, 
	.single-products:not(.steel-flex-page) .section-6 .section-title {
		margin-bottom:40px;
	}
	
	.steel-flex-page .section-5 .feature-column, 
	.single-products:not(.steel-flex-page) .section-6 .feature-column {
		margin-bottom:44px;
	}
	
	.steel-flex-page .section-5 img, 
	.single-products:not(.steel-flex-page) .section-6 img {
		margin-bottom:15px;
	}
	
	.steel-flex-page .section-6 .feature-column,
	.single-products:not(.steel-flex-page) .section-10 .feature-column {
		margin-bottom:15px;
	}
	
	.steel-flex-page .section-5 .feature-column p:first-child, 
	.single-products:not(.steel-flex-page) .section-6 .feature-column p:first-child {
		margin-bottom: 6px;
	}
	
	
	.steel-flex-page .section-6 .feature-column,
	.single-products:not(.steel-flex-page) .section-10 .feature-column,
	.steel-flex-page .section-6 .feature-column .hover-state, 
	.single-products:not(.steel-flex-page) .section-10 .feature-column .hover-state {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.steel-flex-page .section-6 .feature-column .mobile-view,
	.single-products:not(.steel-flex-page) .section-10 .feature-column .mobile-view {
		display:block;
	}
	
	.steel-flex-page .section-6 .feature-column .desktop-view,
	.single-products:not(.steel-flex-page) .section-10 .feature-column .desktop-view {
		display:none;
	}
	
	.steel-flex-page .section-6 .feature-details, 
	.single-products:not(.steel-flex-page) .section-10 .feature-details {
		font-size:10px;
	}
	
	.steel-flex-page .section-6 .feature-title > span.title, 
	.single-products:not(.steel-flex-page) .section-10 .feature-title > span.title {
		font-size:15px;
	}
	
	.steel-flex-page .section-6,  
	.single-products:not(.steel-flex-page) .section-10 {
		background-color:#fff;
	}
	
	.steel-flex-page .section-7, 
	.single-products:not(.steel-flex-page) .section-7 {
		padding:70px 0 85px;
	}
	
	.single-products .hero-section .container {
		height:222px;
	}
	
	.single-products .hero-section .page-title {
		font-size:32px;
		line-height:46px;
		line-height:36px;
	}
	
	.single-products .hero-section .page-title sup:not(.tm) {
		top: -12px;
	}
	
	.single-products .hero-section .page-title sup.tm {
		top: -10px;
	}
	
	.single-products .hero-section .page-title .product-category {
		display:none;
	}
	
	.single-products .hero-subsection .container {
		max-height:160px;
		height:auto;
		width:960px;
		padding-left:0;
		padding-right:0;
	}
	
	.single-products .hero-subsection a > .hero-subsection-contents:before {
		width:-moz-calc( 100% - 70px );
		width:-webkit-calc( 100% - 70px );
		width:-ms-calc( 100% - 70px );
		width:-o-calc( 100% - 70px );
		width:calc( 100% - 70px );
	}
	
	.single-products .hero-subsection .hero-feature-title {
		font-size:15px;
		font-size:14px;
		padding-top:14px;
	}
	
	.single-products .hero-subsection .hero-feature-title span {
		font-size:10px;
	}
	
	.single-products .hero-subsection img {
		width: 70px;
		height: 70px;
		margin-right:18px;
	}
	
	.single-products:not(.steel-flex-page) .section-1 {
		padding-bottom:64px;
	}
	
	.single-products:not(.steel-flex-page) .section-2 {
		overflow-x:scroll;
		padding-bottom:30px;
	}
	
	.single-products:not(.steel-flex-page) .section-2 .container {
		width:960px;
		max-width:none;
	}
	
	.single-products:not(.steel-flex-page) .section-3 .image-thumbnail,
	.single-post .single-sidebar,
	.single-post .hero-section .hero-clear {
		display:none;
	}
	
	.single-products:not(.steel-flex-page) .section-3 .main-title {
		margin-top:0;
		margin:bottom:27px;
		font-size:36px;
	}
	
	.single-products:not(.steel-flex-page) .section-3 .main-subtitle {
		font-size:14px;
	}
	
	.single-products:not(.steel-flex-page) .section-3 .product-table-holder {
		overflow-x:scroll;
	}
	
	.single-products:not(.steel-flex-page) .section-3 .product-table {
		width:960px;
	}
	
	.single-products:not(.steel-flex-page) .section-3 .slick-arrow {
		height:36px;
		top:14px;
	}
	
	.single-products:not(.steel-flex-page) .section-3 .slick-arrow.slick-prev {
		display:none !important;
	}
	
	.single-products:not(.steel-flex-page) .section-8 {
		padding-top:56px;
	}
	
	.single-products:not(.steel-flex-page) .section-8 .section-title {
		font-size:16px;
	}
	
	.single-products:not(.steel-flex-page) .section-9 {
		padding-top:24px;
	}
	
	.single-products:not(.steel-flex-page) .section-9 .col-md-6 {
		margin-bottom:30px;
	}
	
	.single-products:not(.steel-flex-page) .section-9 .section-content .button {
		font-size:10px;
		padding-left:28px;
		padding-right:28px;
		text-align:left;
	}
	
	.single-products:not(.steel-flex-page) .section-9 .section-content .button:after {
		right: 28px;
	}
	
	.single-products:not(.steel-flex-page) .section-10 {
		margin-top:106px;
	}
	
	.single-products:not(.steel-flex-page) .section-11 .column {
		margin-bottom:45px;
	}
	
	.single-products:not(.steel-flex-page) .section-11 .column:last-child {
		margin-bottom:0;
	}
	
	.single-post .hero-section {
		overflow:visible;
	}
	
	.single-post .hero-slide {
		-webkit-filter:none;
		filter:none;
		left:0;
		width:100%;
	}
	
	.single-post .hero-section .page-title {
		line-height:30px;
		padding:25px;
	}
	
	.single-post .pagination {
		margin-top:65px;
	}

}

@media (max-width:576px) {

	.single-products.postid-1222 .hero-subsection .container,
	.single-products.postid-1242 .hero-subsection .container,
	.single-products.postid-1271 .hero-subsection .container,
	.single-products.postid-1272 .hero-subsection .container {
		width:600px;
	}
}

@media (max-width: 480px) {
	.section-background .background-overlay-title {
		font-size: 40px;
	}
}

@media (max-width: 360px) {
	.front-page .section-1 .section-1-wrap,
	.hero-section .section-1-wrap {
		left:15px;
		max-width:calc( 100% - 15px );
	}
	
	.section-background .background-overlay-title {
		font-size: 30px;
	}
	
	body,
	.about-page,
	.single-post {
		overflow-x:hidden;
	}
	
	.about-page .section-7 .size-full {
		max-width:100%;
	}
	
	.single-products.postid-1222 .hero-subsection .container,
	.single-products.postid-1242 .hero-subsection .container,
	.single-products.postid-1271 .hero-subsection .container,
	.single-products.postid-1272 .hero-subsection .container {
		width:480px;
	}
	
	.single-products .hero-subsection .container {
		width:600px;
	}
	
	.single-post .single-sidebar {
		padding-right:0;
	}
	
	.steel-flex-page .section-4 .section-background .animated-bullet.position-0 {
		bottom: 8%;
	}
	
	.steel-flex-page .section-4 .section-background .animated-bullet.position-1 {
		right: 9%;
	}
}


/* Global Distribution Styles */

.global-page{
	overflow-x: hidden;
}

.section-global{
    position: relative;
	margin-top: 40px;
	margin-bottom: 100px;
}

.section-global .content-box {
    min-height: 520px;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

.section-global .content-box ul li {
	list-style-type:none;
	display:inline-block;
	margin-right:25px;
	position:relative;
}

.section-global .content-box ul li:before {
	content: '\00B7';
	font-size: 80px;
	line-height: 0;
	position: absolute;
	top: 5px;
	left: -20px;
	color:#c1d000;
}

.section-global .content-box ul li:nth-child(2):before {
	color:#e0e780;
}

.section-global h1{
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.72;
  letter-spacing: normal;
  color: #0f3e66;
}

.section-global .map,
.section-global object,
.section-global #global-map {
    position: absolute;
    left: 160px;
}

.section-global .map.fill-image {
	z-index:9;
}

@media (max-width: 991px){
	.section-global{
		margin-bottom: 30px;
	}
	.section-global .map,
	.section-global object,
	.section-global #global-map {
		left: 0;
	}
	.section-global .content-box {
		text-align: center;
		align-items: center;
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.section-global .content-box {
		margin-top: auto;
		min-height: auto;
		justify-content: flex-start;
	}
	.section-global .map,
	.section-global object,
	.section-global #global-map {
		position: relative;
	}
	.section-global .map.fill-image {
		position:absolute;
		top:0;
	}
	
	
	.section-global h1{
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.section-global{
		min-height: auto;
	}
	.section-global h1{
		font-size: 42px;
	}
	.section-global .content-box{
		min-height: auto;
		justify-content: flex-start;
		display: flex;
		flex-direction: column;
	}
	.section-global .map {
		position: relative;
		left: 0;
	}
}

@media (max-width: 320px) {
	.section-global h1{
		font-size: 36px;
	}
}