body {
	background: #fff;
	color: #000000;
	line-height: 1.4;
	font-family: "Roboto", sans-serif;
}
a {
	color: #000000;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 10px 0 10px 0;
	padding: 0;
	/*color: #000000;*/
}
.main-page {
	margin-top: 70px;
}
.wow {
	visibility: hidden;
}
/* Prelaoder */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("https://go.nvent.com/rs/760-EGW-100/images/preloader.svg") no-repeat center center;
}
/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #c4262e;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s ease-in-out;
    z-index: 9;
}
.back-to-top i {
	font-size: 24px;
	padding-top: 6px;
}
.back-to-top:focus {
	background: #e0072f;
	color: #fff;
	outline: none;
}
.back-to-top:hover {
	background: #e0072f;
	color: #fff;
}
/* Sections Header
--------------------------------*/

.section-header {
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 20px;
}
.section-header::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-header::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #c4262c;
	bottom: 0;
	left: calc(50% - 20px);
}

.section-header h2 {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
}
.section-header-dark {
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 20px;
}
.section-header-dark::before {
	content: '';
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #c4262e;
	bottom: 0;
	left: calc(50% - 25px);
}

.section-header-dark h2 {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
    color:#ffffff;
}
.section-header p {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #9195a2;
}
.section-with-bg {
	background-color: #f6f7fd;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .pull-left {   
    margin-left: 0px;
}
#header {
	height: 102px;
	padding: 16px 0px 13px 0px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
	background-color: #000000;
}
#header.header-scrolled, #header.header-fixed {
	background: #000000;
	height: 98px;
	padding: 16px 0px 13px 0px;
	transition: all 0.5s;
}
#header #logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 6px 0;
	line-height: 1;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#header #logo h1 span {
	color: #c4262e;
}
#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
}
#header #logo img {
	padding: 0;
	margin: 0;
	max-height: 74px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	min-width: 180px;
}
/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
	padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner {
  /* padding: 80px 0;
 background: #e6e7e8;*/
    text-align: center;
    margin-top: 100px;
    background-attachment: fixed;
	width: 100%;
	background: url("https://go.nvent.com/rs/760-EGW-100/images/IMG_20161203_114148.jpg") center center;
    background-color: #ffffff;
	background-size: cover;
	overflow: hidden;
	position: relative;
    /*height: 50vh;*/
}

.banner h4 {
    font-size: 37px;
    font-weight: 400;
    color: #000000;
    text-align: right;
    /*padding-bottom: 10px;
    text-shadow: #000000 0 2px 0;*/
}
.banner .cta-btn {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 25px;
    transition: 0.5s;
    text-align: left;
    /* margin-top: 10px; */
    color: #fff !important;
    background: #c4262e;
}
.banner .cta-btn:hover {
  background: #772432;
}

.banner h1{color: #000000;
	font-family: "Roboto", sans-serif;
	font-size: 37px; line-height: 53px; padding: 0px 0px;
	font-weight: 700;
	text-transform: uppercase; text-align: right;
    /*text-shadow: #000000 0 2px 0;*/
}
@media screen and (min-device-width: 1300px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
    .banner {
    padding: 20px 30px 40px 30px!important;
}
    .banner h1{color: #000000;
	font-family: "Roboto", sans-serif;
	font-size: 32px!important;
    line-height: 36px!important;
}
    .banner h4 {
        font-size: 30px!important;}
}

@media  (max-width: 768px){
    .banner h1 { padding: 15px;
        font-size: 28px; line-height: 35px; color: #ffffff; text-shadow: #000000 0 2px 0; background-color: rgba(0,0,0,0.4);}
    .banner h4 { color: #ffffff; text-shadow: #000000 0 2px 0;  background-color: rgba(0,0,0,0.4); padding: 15px;
        font-size: 25px;}
    .banner {    padding: 55px 20px 70px 20px;     margin-top: 55px;    height: 60vh;}
    
    .sub-logo{float: none; width: 35%!important; padding-top: 38px!important;}
}

/* Nav Meu Container */

#nav-menu-container {
	float: right;
	margin: 18px 0px 0px 0px;
}
/* Nav Meu Styling */

.nav-menu a {
	padding: 8px;
	text-decoration: none;
	display: inline-block;
	color: #9a9b9c;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
	outline: none;
}
.nav-menu .menu-active a, .nav-menu a:hover {
	color: #333333;
}
.nav-menu > li {
	margin-left: 8px;
}
.nav-menu > li > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #c4262e;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
	visibility: visible;
	width: 100%;
}
.nav-menu li.buy-tickets a {
	color: #fff;
	background: #c4262e;
	padding: 7px 22px;
	border-radius: 50px;
	border: 2px solid #c4262e;
	transition: all ease-in-out 0.3s;
	font-weight: 500;
	margin-left: 8px;
	margin-top: 2px;
	line-height: 1;
	font-size: 13px;
}
.nav-menu li.buy-tickets a:hover {
	background: none;
}
.nav-menu li.buy-tickets:hover a:before, .nav-menu li.buy-tickets.menu-active a:before {
	visibility: hidden;
}
.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
	border-radius: 3px;
}
.nav-menu ul li {
	transition: 0.3s;
}
.nav-menu ul li a {
	padding: 10px;
	color: #060c22;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
	border-radius: 3px;
}
.nav-menu ul li:hover > a {
	background: #c4262e;
	color: #fff;
}
.nav-menu ul ul {
	margin: 0;
}
/* Mobile Nav Toggle */

#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 15px 15px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #000000;
}
/* Mobile Nav Styling */

#mobile-nav {
	position: fixed;
	top: 98px;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(0, 0, 0, 0.8);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #fff;
	font-size: 17px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}
#mobile-nav ul li a:hover {
	color: #c4262e;
}
#mobile-nav ul li li {
	padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #c4262e;
}
#mobile-nav ul .menu-item-active {
	color: #c4262e;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(6, 12, 34, 0.8);
	display: none;
}
/* Mobile Nav body classes */

body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}
/*--------------------------------------------------------------
# Intro 2 Section
--------------------------------------------------------------*/
#intro2 {
	background-attachment: fixed;
	width: 100%;
	/*background: url(https://go.nvent.com/rs/760-EGW-100/images/h87135-headerbanner-bg.jpg) top center;*/
    background-color: #ffffff;
	background-size: cover;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	padding: 0px 20px 0px 0px;/**/
}
.protection {
	background-attachment: fixed;
	width: 100%;
    height: 563px;
	/**/background: url(https://go.nvent.com/rs/760-EGW-100/images/RAYCHEM-IG-EU2016-RoofGutterDeicingSystem-EN-2202_HR.jpg) top center no-repeat;
    background-color: #d7d7d7;
	/*background-size: cover;*/
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	padding: 0px 20px 0px 0px;/**/
}
.protection-cta .cta-btn {	
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 40px;
    transition: 0.5s;
    text-align: center;    
    margin: 200px 0 0px 0;/**/
    color: #fff !important;
    background: #c4262e;
}


.protection-cta .cta-btn:hover {
  background: #772432;
}
#intro2 .intro-container2 {
	top: 70px;
}
#intro2 p {
	margin: 0 0 15px 0; font-size: 17px; line-height: 25px;
}
#intro2 .padding-right-100 {
	padding-right: 40px;
}
#intro2:before {
	content: "";
	/*background: rgba(6, 12, 34, 0.8);*/
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

@media (max-width:768px){
    .protection {
    background-size: cover;
        height: auto;}
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
	width: 100%;
	/*height: 115vh;*/	
	height: 778px;
	background: url(https://go.nvent.com/rs/760-EGW-100/images/H83386-intro-bg.png) top center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
#intro:before {
	content: "";
	background: rgba(6, 12, 34, 0.8);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#intro .intro-container {
	position: relative;
	bottom: 0;
	left: 0;
	top: 113px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	padding: 0 15px;
}
#logo{padding-right: 0px;}
#intro h1, #intro2 h1, #header h1 {
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 40px; line-height: 46px;
	margin-top: 30px;
	font-weight: 600;
	text-transform: uppercase; text-align: left;
}
#intro2{/*margin-left: 15px;*/}
#intro2 h4 {
 font-size: 38px; color: #c4262e; text-align: center;  padding-bottom: 0px; 
}
#intro2 h3 {
 font-size: 32px; color: #000000; text-align: center;  padding-bottom: 50px; 
}
#intro h1 span, #intro2 h1, #header h1 span {
	color: #c4262e;
}
#intro2 .mktoError {
    left: 120px !important;
    bottom: -23px !important;
}
.form-style2 .mktoError {
    left: 134px !important;
}
.error{color: #fff !important; font-size: 24px !important; text-align: center; padding-top: 120px;}
#intro p {
	color: #ebebeb;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
}
#intro .play-btn, #intro2 .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#c4262e 50%, rgba(196, 39, 46, 0.15) 52%);
	border-radius: 50%;
	display: block;
	position: relative;
	overflow: hidden;
}
#intro .play-btn::after, #intro2 .play-btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#intro .play-btn:before, #intro2 .play-btn:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid rgba(163, 163, 163, 0.4);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}
#intro .play-btn:hover::after, #intro2 .play-btn:hover::after {
	border-left: 15px solid #c4262e;
	-webkit-transform: scale(20);
	transform: scale(20);
}
#intro .play-btn:hover::before, #intro2 .play-btn:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}
#intro .about-btn, #intro2 .about-btn {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #c4262e;
}
#intro .about-btn:hover, #intro2 .about-btn:hover {
	background: #c4262e;
	color: #fff;
}
#intro ul.square-bullet, #intro2 ul.square-bullet {
	list-style-type: none;
}
#intro ul.square-bullet li::before, #intro2 ul.square-bullet li::before {
	color: #838383 !important;/*content: "\25FC";*/
	content: "\25A0";
	margin-right: 11px;
}
#intro .format-2 h2, #intro2 .format-2 h2 {
	color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}
#intro .certified-logos, #intro2 .certified-logos {
	margin: 6px 0px 28px 0px;
}
.format-2 h2 {
	height: 60px;
	padding-left: 70px;
	line-height: 23px;
	padding-top: 8px;
}
.img1 {
	background-image: url("https://go.nvent.com/rs/760-EGW-100/images/img-01.png");
	background-repeat: no-repeat;
}
.img2 {
	background-image: url("https://go.nvent.com/rs/760-EGW-100/images/img-02.png");
	background-repeat: no-repeat;
}
.img3 {
	background-image: url("https://go.nvent.com/rs/760-EGW-100/images/img-03.png");
	background-repeat: no-repeat;
}
.format-2 p {
	font-size: 14px !important;
	line-height: 18px;
	padding-left: 70px;
}
.padding-left-64 {
	padding-right: 28px;
}
.text-white {
	color: #fff;
}
.margin-bottom-50 {
	margin-bottom: 8px;
}
#video h1 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 36px;
	margin-top: 125px;
	font-weight: 600;
	text-transform: uppercase;
}
.video-text-container {
	padding: 0px 5px 0px 5px;
}
#video h1 span {
	color: #c4262e;
	font-size: 20px;
}
#video p {
	color: #333333;
	font-weight: 400;
	font-size: 16px;
}
#video .play-btn, #venue .play-btn, #installation .play-btn, #inst-video .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#c4262e 50%, rgba(196, 38, 46, 0.15) 52%);
	border-radius: 50%;
	display: block;
	position: relative;
	overflow: hidden;
}
#video .play-btn::after, #venue .play-btn::after, #installation .play-btn::after, #inst-video .play-btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#video .play-btn:before, #venue .play-btn:before, #installation .play-btn:before, #inst-video .play-btn:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid rgba(163, 163, 163, 0.6);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}
#intro .play-btn:hover::after {
	border-left: 15px solid #c4262e;
	-webkit-transform: scale(20);
	transform: scale(20);
}
#video {
	background-color: #ffffff;/**/
	position: relative;
    margin: 0;
    padding: 70px 0;
}
.bg-gray {
	background-color: rgba(157, 157, 157, 0.1);
	position: relative;
}
#video .video-bg {
	width: 930px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 365px;
	background-position: center;
	background-image: url(https://go.nvent.com/rs/760-EGW-100/images/H83386-video-screen.png);
	background-repeat: no-repeat;
}
#venue .play-btn, #installation .play-btn, #inst-video .play-btn {
	text-align: center;
	margin: 0 auto;
	top: 178px;
}
 #video .play-btn {
	top: 135px;text-align: center;
	margin: 0 auto;
}
#venue .play-btn, #installation .play-btn {
	text-align: center;
	margin: 0 auto;
	top: 0px;
}
#inst-video .play-btn {
	text-align: center;
	margin: 0 auto;
	top: 16px;
}
#video .row {
	/*margin: 0 auto;
	padding: 50px 0px;*/
}
#video .play-btn:hover::before, #venue .play-btn:hover::before, #installation .play-btn:hover::before, #inst-video .play-btn:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}
#video .about-btn {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #c4262e;
}
#video .about-btn:hover {
	background: #c4262e;
	color: #fff;
}
 @-webkit-keyframes pulsate-btn {
 0% {
 -webkit-transform: scale(0.6, 0.6);
 transform: scale(0.6, 0.6);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
 opacity: 0;
}
}
 @keyframes pulsate-btn {
 0% {
 -webkit-transform: scale(0.6, 0.6);
 transform: scale(0.6, 0.6);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
 opacity: 0;
}
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
	background: url("https://go.nvent.com/rs/760-EGW-100/images/about-bg.jpg");
	background-size: cover;
	overflow: hidden;
	position: relative;
	color: #fff;
	padding: 60px 0 40px 0;
}
#about:before {
	content: "";
	background: rgba(13, 20, 41, 0.8);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#about h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}
#about h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}
#about p {
	font-size: 14px;
	margin-bottom: 20px;
	color: #fff;
}

#intro2 .cta-btn {	
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 40px;
    transition: 0.5s;
    text-align: center;    
    /*margin-top: 10px;*/
    color: #fff !important;
    background: #c4262e;
}


#intro2 .cta-btn:hover {
  background: #772432;
}




/************************ Contact Us *****************************/

.contact-us {
  padding: 60px 0 10px 0;
    background-color: #f9f9f9;
}

.contact-form {
  margin-bottom: 60px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid rgba(236, 239, 241, 0.07);
  height: 45px;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
  border-color: #000000;
}

#contact-submit {
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: #000000;
  padding: 12px 0;
  width: 100%;
  margin: 0;
}

/************************ Contact Us *****************************/

.contact-us {
  padding: 60px 0 10px 0;
    background-color: #f9f9f9;
}

.contact-form {
  margin-bottom: 60px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid rgba(236, 239, 241, 0.07);
  height: 45px;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
  border-color: #000000;
}

#contact-submit {
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: #000000;
  padding: 12px 0;
  width: 100%;
  margin: 0;
}

.google-map #map_canvas {
  height: 400px;
}

.contact-info p {
  margin-bottom: 25px;
}

.con-info {
  margin-bottom: 20px;
}

.con-info i,
.con-info span {
  float: left; font-size: 18px;
}

.con-info span {
  margin: 0px 0 0 15px; font-size: 17px; line-height: 24px;
}
.service-block {
  padding: 30px 20px 20px;
  border-left: 1px solid rgba(236, 239, 241, 0.07);
  border-top: 1px solid rgba(236, 239, 241, 0.07);
  margin-bottom: 40px;
  box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000000;
  padding: 0 0 30px 0;
  color: #ffffff;
  font-size: 14px;
}
#footer .footer-top {
  background: #000000;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
    padding-left: 30px;
    border-left: 1px solid #9a9b9c;
}
#footer .footer-top .footer-info h3 {
  font-size: 35px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700; color: #ffffff;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 35px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding:  0;
  text-align: left;
  transition: 0.3s;
    padding-right: 10px;
}
#footer .footer-top .social-links a:hover {
  color: #c4262e;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 15px;
  font-weight: 500;
  color: #c4262e;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: white;
}

#footer .copyright{font-size: 11px; color: #646464;}

.brand-footer__solutions {
  order: 2;
  padding-bottom: 18px
}
.social-list {
	margin-bottom: 56px;
	margin-top: 15px;
}
.social-list li {
	margin-right: 17px;
	padding-left: 0;
	float: left;
	position: static;
}
.social-list li a {
	display: list-item;
	text-indent: -9999em;
	width: 45px;
	height: 24px;
    
}
.social-list li.face a {
	background: url(https://go.nvent.com/rs/760-EGW-100/images/face-icon.png) no-repeat 0 0;
}
.social-list li.linkedin a {
	background: url(https://go.nvent.com/rs/760-EGW-100/images/linkedin-icon.png) no-repeat 0 0;
}
.social-list li.g-plus a {
	background: url(https://go.nvent.com/rs/760-EGW-100/images/g-plus-icon.png) no-repeat 0 0;
}
.social-list li.twitter a {
	background: url(https://go.nvent.com/rs/760-EGW-100/images/twitter-icon.png) no-repeat 0 0;
}
.social-list li.youtube a {
	background: url(https://go.nvent.com/rs/760-EGW-100/images/youtube-icon.png) no-repeat 0 0;
}


@media(min-width:720px) {
  .brand-footer__solutions {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    order: 0;
    padding-bottom: 0
  }
}
@media (max-width: 768px) {
    #footer .footer-top {
  text-align: center;
}
   #footer .footer-top .footer-info{
        padding-left: 0; border-left:0;
    }
    #footer .footer-top .footer-info h3{font-size: 31px;}
    .brand-footer__solutions a{padding-right: 0!important;}
    .nav-link { text-align: left;       color: #ffffff;}
}
@media(min-width:920px) {
  .brand-footer__solutions {
    padding-top: 15px
  }
}
.brand-footer__solutions h4 {
  color: #9a9b9c;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: .75rem !important;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  margin: 0 0 .5em;
  width: auto
}
@media(min-width:720px) {
  .brand-footer__solutions h4 {
    font-size: 1.125rem
  }
}
@media(min-width:920px) {
  .brand-footer__solutions h4 {
    font-size: 1.25rem
  }
}
.brand-footer__solutions h4__link {
  color: inherit
}
.brand-footer__solutions h4__link:hover {
  color: #9a9b9c
}
@media(min-width:920px) {
  .brand-footer__solutions h4 {
    font-size: 1rem
  }
}
.brand-footer__solutions a {
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
  color: #d8363e;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem !important;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: capitalize;
  margin: 0 0 .5em;
  width: auto
}
@media(min-width:720px) {
  .brand-footer__solutions a {
    font-size: 1.125rem
  }
}
@media(min-width:920px) {
  .brand-footer__solutions a {
    font-size: 1.25rem
  }
}
.brand-footer__solutions a__link {
  color: inherit
}
.brand-footer__solutions a__link:hover {
  color: #9a9b9c
}
@media(min-width:920px) {
  .brand-footer__solutions a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 1rem
  }
}

.brand-footer__solutions a:hover {
  color: #991e24
}
.brand-footer__solutions a:first-child {
  padding-left: 0
}
.brand-footer__solutions a:last-child {
  padding-right: 0
}

/********************  FORM START ******************************/
@media (max-width: 767px) {
.form-style2 {    padding: 0px 13px!important;}
    .form-style2 {    margin: 0px 0!important;}
.mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    height: 2.3em!important;
}
#form-part{margin-top:0px!important;}
     .header-bg {    height: 110vh;}
    .form-head{font-size: 20px;}
    .mktoForm textarea.mktoField {
    height: 100px!important;
}
    
    #mobile-body-overly {
    width: 100%!important;
    height: 100%!important;
    /* z-index: 997; */
    top: 0!important;
    left: 0!important;
    position: fixed!important;
    background: rgba(6, 12, 34, 0.8)!important;
    display: none!important;
}
}
#form-part{margin-top:-130px;}
.form-head{padding: 20px 0 0 0; color: #ffffff;}
.form-style2 {
	width: 100%;
	/*padding-left: 174px;
	background-color: rgba(240, 240, 240, 0.7);
	border: 1px solid #cfcfcf;*/
	padding: 50px 30px 50px 30px;
	margin: 0px 0;
}
#mktoForm_9239 input, #mktoForm_9239 textarea {
	padding: 10px 14px;
	border: 1px solid #ced4da;
}
.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
	background: #c4262e !important;
	width: 164px !important;
	height: 42px;
	font-size: 13px !important;
	border-radius: 22px !important;
	border: 0px solid gray !important;
	box-shadow: none !important;
	text-transform: uppercase;
	padding: 15px 15px !important;
	margin-top: 15px !important;
	font-weight: bold !important;
	color: #fff !important;
}
.form #sendmessage {
	color: #c4262c;
	border: 1px solid #c4262c;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.form #sendmessage.show, .form #errormessage.show, .form .show {
	display: block;
}
.form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
.form input, .form textarea {
	padding: 15px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px; border:solid 1px #9a9b9c; 
}
.form button[type="submit"] {
	background: #c4262c;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
}
.form button[type="submit"]:hover {
	background: #13a456;
}
label.mktoLabel.mktoHasWidth {
	font-weight: normal!important;
	color:#000000; font-size:18px;
}
.document-form input {
	margin-bottom: 10px !important;
	height: 40px !important;
}
.document-form select {
	height: 36px !important;
}
.form-style2 .mktoError {
    left: 156px !important;
}

#cta .form button[type="submit"]:hover, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
	background: #c4262e !important;
}
.document-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
	background: #000000 !important;
	border: 0;
	padding: 10px 30px!important;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
	cursor: pointer;
	margin-top: 15px;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
	border: 0px solid #000000 !important;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    padding: 8px 3px!important; font-size: 18px;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    color: #fff;
    border: 1px solid #c4262e!important;
    padding: 0.6em 2.1em!important;
    font-size: 1.0em!important;
    background-color: #c4262e!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c4262e), to(#c4262e))!important;
    background-image: -webkit-linear-gradient(top, #c4262e, #c4262e)!important;
    background-image: -moz-linear-gradient(top, #c4262e, #c4262e)!important;
    background-image: linear-gradient(to bottom, #c4262e, #c4262e)!important;
	border-radius: 30px;
}
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
    text-align: left;
    margin: 0;
    padding: 0;
    color: #000000!important;
}

.mktoForm .mktoError .mktoErrorMsg {
    display: block;
    margin-top: 7px;
    background-color: #e51b00;
    background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
    border: 1px solid #9f1300;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    color: #f3f3f3!important;
    font-size: 15px!important;
    line-height: 1.2em;
    max-width: auto;
    padding: 0.4em 0.6em!important;
    text-shadow: #901100 0 -1px 0;
}
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
    text-align: left;
    margin: 0;
    padding: 0 0 1px 0!important;
    color: #000000!important;
    font-size: 18px!important;
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
    margin-left: 1.5em;
    /* margin-top: 0.1em; */
    margin-bottom: 0.3em;
    line-height: 1.0em;
    display: block;
    /* min-height: 12px; */
    font-size: 16px;
    font-weight: 500;
}
.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
    padding: 0;
    margin-top: 5px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	background: #000000;
	/*padding: 25px 0 25px 0;*/
	color: #eee;
	font-size: 14px;
}
#footer .footer-top {
	background: #040919;
	padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
	margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
	font-size: 26px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: #fff;
}
#footer .footer-top .footer-info img {
	height: 40px;
	margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
	color: #fff;
}
#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #222636;
	color: #eee;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
	background: #c4262e;
	color: #fff;
}
#footer .footer-top h4 {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
	border-bottom: 2px solid #c4262e;
}
#footer .footer-top .footer-links {
	margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 5px;
	color: #c4262e;
	font-size: 18px;
}
#footer .footer-top .footer-links ul li {
	border-bottom: 1px solid #262c44;
	padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
	color: #c4262e;
}
#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
	line-height: 26px;
}
#footer .footer-top .footer-newsletter {
	margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
	border: 0;
	padding: 6px 8px;
	width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
	background: #c4262e;
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
	background: #e0072f;
}
#footer .copyright {
	text-align: center;
	padding-top: 30px;
}
#footer .credits {
	text-align: center;
	font-size: 12px;
	color: #9a9b9c;
	line-height: 16px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
#subscribe input {
	min-width: 400px;
}
}

@media (min-width: 768px) {
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	padding: 20px 0;
}
#contact .contact-phone {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
    #intro2{
	padding: 90px 30px 70px 30px;}
   
}
 .banner{
	padding: 40px 0px 40px 0px;}
   


@media (min-width: 991px) {
#schedule .sub-heading {
	width: 75%;
}
}

@media (min-width: 1024px) {
#intro {
	background-attachment: fixed;
}
#about {
	background-attachment: fixed;
}
#subscribe {
	background-attachment: fixed;
}
}

@media (max-width: 1199px) {
#header .container {
	max-width: 100%;
}
.nav-menu a {
	padding: 8px 4px;
}
}

@media (max-width: 991px) {
#header {
	background: rgba(0, 0, 0, 0.98);
	height: 100px;
	padding: 15px 0;
	transition: all 0.5s;
}
#nav-menu-container {
	display: none;
}
#mobile-nav-toggle {
	display: inline;
}
#intro .intro-container {
	top: 70px;
}
#intro h1 {
	font-size: 34px;
}
#intro p {
	font-size: 16px;
}
#schedule .nav-tabs a {
	padding: 8px 60px;
}
}

@media (max-width: 768px) {
.back-to-top {
	bottom: 15px;
}
#faq #faq-list a {
	font-size: 18px;
}
#faq #faq-list i {
	top: 13px;
} #video {
        margin-top: 0px;
    padding-left: 25px;
    width: 100%;
    padding-right: 27px;
    margin-left: 0px;
}
    #intro2 .cta-btn {font-size: 16px;}
}

@media (max-width: 767px) {
#schedule .nav-tabs a {
	padding: 8px 50px;
}
#intro {
	width: 100%;
	height: 200vh;
	top: 33px;
}
#inst-video .video-p {
	width: auto;
}
.download-documents .document-form {
	padding: 30px 10px 30px 8px;
}
.download-documents span.mktoButtonWrap.mktoSimple {
	margin-left: 0px !important;
}
#intro2 {
    margin: 0 10px;
}
#contact form#mktoForm_9239 {
    width: auto !IMPORTANT;
}
#contact .mktoHtmlText.mktoHasWidth  {
    width: auto !important;
}
/*.download-documents {
width: 245px;
}*/

.download-documents .mktoError {
	left: 120px;
}
.form-style2 .mktoError {
	left: 0px!important;
	bottom: -25px;
}
.form-style2 {
	padding: 25px 10px!important;
}
.form-style2 .mktoForm span {
	margin-left: 0px !important;
}
.form-style2 .social-list li {
	margin-right: 5px;
}
#intro2 .padding-right-100 {
	padding-right: 0px;
}
#intro h1, #intro2 h1, #header h1 {
	font-size: 27px;
	margin-top: 10px; line-height: 30px;
}
    #intro2 h4 {
        font-size: 31px; padding-bottom: 0px;}
    #intro2 h3 {
        font-size: 27px; padding-bottom: 0px;}
    #intro2 p {
    font-size: 15px!important;
}
    .pull-left{width: 55%;}
    .pull-right{width: 100%;}
    .tdtext {
    padding: 0 0px 25px 20px;
}
    .social-links, .contact-box{text-align: center!important;}
    .section-left{border-right:solid 0px #787878!important;}
    .section-right{margin-top: 30px!important;}
    .section-header h2 {
    font-size: 29px;
}
.padding-left-64 {
	padding-right: 0px;
}
#intro2 .format-2 h2 {
	font-size: 16px;
	line-height: 18px;
}
#video h1 {
	font-size: 26px;
	margin-top: 32px;
}
.video-text-container {
	padding: 0px 20px 0px 20px;
}
.col-lg-6.venue-map {
	margin-top: 20px;
}
#contact ul {
	margin: 0px;
	text-align: center;
	padding-left: 60px;
}
.social-list li {
	margin-right: 0px;
}
#contact .form input, #contact .form textarea {
	padding: 10px 14px;
	border-radius: 0;	
	box-shadow: none;
	font-size: 15px;
	height: 40px;    width: 100% !important;
}
.document-form {
	padding: 20px;
}
#contact .form .mktoForm .mktoFormCol{
float: none;
}	
#contact .form input, #contact .form textarea {
     width: 100%;
}
#contact .form .mktoForm .mktoFieldWrap {
    /*float: left;*/
    width: 100%;
}
}

@media (max-width: 574px) {
#venue .venue-info h3 {
	font-size: 24px;
}
}

@media (max-width: 480px) {
#schedule .nav-tabs a {
	padding: 8px 30px;
}
}

@media (max-width: 460px) {
#subscribe button {
	margin-top: 10px;
}
}
.container-fluid {
    width: 100% !important;
     /*padding-right: 0px !important; 
     padding-left: 0px !important; */
    margin-right: auto;
    margin-left: auto;
}

.tdtext{font-size:20px; padding:0 30px 25px 20px; vertical-align:middle; text-align:left;}
.info-box{margin-left: 10px;}
.info-box i{font-size: 40px; color: #c4262e; border-radius: 50%; padding: 0px; margin:0;}
.info-box1 i{font-size: 30px; color: #c4262e; border-radius: 50%; padding: 0 8px; margin:0;}
#video h4{font-size:1.4rem; font-weight:500; color:#000000;}
.contact-box{text-align: left;}
.section-left{border-right:solid 1px #787878;}

/********** HOME CUBE ***********/
@media screen and (max-width: 767px) {
  .home-cube {
    display: block;
      text-align: center;
      padding: 30px;
      background-color: #ffffff!important;
      font-size: 17px; 
  }
}
@media screen and (min-width: 768px) {
    .icon1{margin-top: 0px; width: 50%!important; height: 50%!important;}
  .home-cube {
    background: #f0f0f0;
  }
  .home-cube .cube.component {
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .home-cube .cube.component .cube-container {
    overflow: hidden;
  }
  .home-cube .cube.component h5 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 3rem;
  }
  .home-cube .cube.component p.desc {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .home-cube .cube.component a.start-over {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #000000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    text-decoration: none;
  }
  .home-cube .cube.component a.start-over:before {
    font-family: icomoon;
    content: '\e914';
    color: #c4262e;
    font-size: 10px;
    font-size: 1rem;
    margin-right: .5rem;
  }
  .home-cube .cube.component .cube-stage {
    position: relative;
  }
  .home-cube .cube.component .category-tiles {
    position: relative;
    width: 100%;
    left: 0;
    opacity: 1;
    transition: left .5s, opacity .5s;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-flow: row nowrap;
  }
  .home-cube .cube.component .category-tiles.selected {
    left: -105%;
    opacity: 0;
  }
  .home-cube .cube.component .category-tiles.selected a {
    height: 0;
    padding: 0;
  }
  .home-cube .cube.component .category-tiles a {
    text-decoration: none;
    background: #c4262e;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow-wrap: break-word;
    flex-flow: column nowrap;
    color: #ffffff;
    font-size: 23px!important;
    padding: 30px 0!important;
  }
  .home-cube .cube.component .category-tiles a:first-of-type:after {
    background-color: #88030a;
  }
  .home-cube .cube.component .category-tiles a:first-of-type:hover {
    background: #88030a;
  }
  .home-cube .cube.component .category-tiles a:nth-of-type(2):after {
    background-color: #88030a;
  }
  .home-cube .cube.component .category-tiles a:nth-of-type(2):hover {
    background: #88030a;
  }
  .home-cube .cube.component .category-tiles a:nth-of-type(3):after {
    background-color: #88030a;
  }
  .home-cube .cube.component .category-tiles a:nth-of-type(3):hover {
    background: #88030a;
  }
  .home-cube .cube.component .category-tiles a:last-of-type:after {
    background-color: #88030a;
  }
  .home-cube .cube.component .category-tiles a:last-of-type:hover {
    background: #88030a;
  }
  .home-cube .cube.component .category-tiles a .icon {
    /*border: 2px solid #ffffff;*/
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 10px;
    font-size: 60px;
   /* font-size: 6rem;*/
    height: 100px;
    width: 100px;
  }
  .home-cube .cube.component .category-tiles a .icon span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .home-cube .cube.component .category-tiles a:hover {
    color: #ffffff;
  }
  .home-cube .cube.component .category-tiles a:hover:after {
    background-color: #ffffff;
  }
  .home-cube .cube.component .cat-panel {
    position: absolute;
    left: 105%;
    top: 0;
    opacity: 0;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    transition: all .5s;
  }
  .home-cube .cube.component .cat-panel.active {
    position: relative;
    left: 0;
    max-height: 100%;
    margin-top: 1rem;
    padding-top: 4rem;
    opacity: 1;
    transition: all .5s;
  }
  .home-cube .cube.component .cat-panel .filter-button-group {
    margin: 2rem 0;
  }
  .home-cube .cube.component .cat-panel .filter-button-group button {
    background: transparent;
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    margin-right: 1rem;
    border: none;
  }
  .home-cube .cube.component .cat-panel .filter-button-group button:after {
    content: '';
    display: block;
    position: relative;
    top: 0;
    background-color: transparent;
    height: 4px;
    width: 100%;
    border-radius: 5px;
  }
  .home-cube .cube.component .cat-panel .filter-button-group button:hover,
  .home-cube .cube.component .cat-panel .filter-button-group button.active {
    color: #c4262e;
  }
  .home-cube .cube.component .cat-panel .filter-button-group button:hover:after,
  .home-cube .cube.component .cat-panel .filter-button-group button.active:after {
    background-color: #c4262e;
  }
  .home-cube .cube.component .cat-panel .filter-data {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    max-height: 0;
    z-index: 1;
    transition: opacity .5s;
  }
  .home-cube .cube.component .cat-panel .filter-data.active {
    position: relative;
    opacity: 1;
    z-index: 2;
    max-height: 100%;
  }
  .home-cube .cube.component .cat-panel .filter-data h3 {
    margin-bottom: 2rem;
  }
  .home-cube .cube.component .cat-panel .filter-data p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
    max-width: 90%;
    margin-bottom: 2rem;
  }
  .home-cube .cube.component .cat-panel .grid {
    width: 100%;
  }
  .home-cube .cube.component .cat-panel .item {
    width: calc(32% - 1rem);
    height: 140px;
    margin-bottom: 2rem;
  }
    
  .home-cube .cube.component .cat-panel .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    padding: 3rem 1rem 2rem;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    box-shadow: inset 0px 0px 0px 2px transparent;
    text-align: center;
  }
  .home-cube .cube.component .cat-panel .item a > div {
    flex: 1;
  }
  .home-cube .cube.component .cat-panel .item a > div:first-child {
    text-align: center;
  }
  .home-cube .cube.component .cat-panel .item a > div img {
    max-height: 90px;
    width: auto;
    padding-right: 1rem;
  }
  .home-cube .cube.component .cat-panel .item.application:before {
    content: 'Applications';
    color: #c4262e;
    position: absolute;
    top: .5rem;
    left: 1rem;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  .home-cube .cube.component .cat-panel .item.application a:before {
    content: '';
    background-color: #c4262e;
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 2.5rem;
    left: 1rem;
  }
  .home-cube .cube.component .cat-panel .item.application a:hover {
    border: 1px solid #c4262e;
    box-shadow: inset 0px 0px 0px 2px #c4262e;
  }
  .home-cube .cube.component .cat-panel .item.brand:before {
    content: 'Brands';
    color: #000000;
    position: absolute;
    top: .5rem;
    left: 1rem;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  .home-cube .cube.component .cat-panel .item.brand a {
    flex-flow: column nowrap;
  }
  .home-cube .cube.component .cat-panel .item.brand a:before {
    content: '';
    background-color: #000000;
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 2.5rem;
    left: 1rem;
  }
  .home-cube .cube.component .cat-panel .item.brand a:hover {
    border: 1px solid #000000;
    box-shadow: inset 0px 0px 0px 2px #000000;
  }
  .home-cube .cube.component .cat-panel .item.product:before {
    content: 'Products';
    color: #eeaf00;
    position: absolute;
    top: .5rem;
    left: 1rem;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  .home-cube .cube.component .cat-panel .item.product a:before {
    content: '';
    background-color: #eeaf00;
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 2.5rem;
    left: 1rem;
  }
  .home-cube .cube.component .cat-panel .item.product a:hover {
    border: 1px solid #eeaf00;
    box-shadow: inset 0px 0px 0px 2px #eeaf00;
  }
  .home-cube .cube.component .cat-panel .item.industry:before {
    content: 'Industries';
    color: #f36f21;
    position: absolute;
    top: .5rem;
    left: 1rem;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  .home-cube .cube.component .cat-panel .item.industry a:before {
    content: '';
    background-color: #f36f21;
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 2.5rem;
    left: 1rem;
  }
  .home-cube .cube.component .cat-panel .item.industry a:hover {
    border: 1px solid #f36f21;
    box-shadow: inset 0px 0px 0px 2px #f36f21;
  }
}
@media screen and (min-width: 992px) {
  .home-cube .cube.component .category-tiles a {
    padding: 40px 15px;
  }
  .home-cube .cube.component .category-tiles a .icon {
    /*border: 4px solid #ffffff;
    font-size: 100px;*/
      vertical-align: middle;
    margin: 0 auto 10px;
   /* font-size: 10rem;*/
    height: 90px;
    width: 90px;
  }
  .home-cube .cube.component .category-tiles a.cat-Industries .icon {
    /*font-size: 90px;
    font-size: 10rem;*/
  }
  .home-cube .cube.component .cat-panel .filter-button-group {
    margin: 2rem 0 5rem;
  }
  .home-cube .cube.component .cat-panel .item {
    width: calc(33% - 1rem);
  }
  .home-cube .cube.component .cat-panel .item a > div img {
    padding-right: 0;
  }
}
.home-cube .cube.component .category-tiles a {
    text-decoration: none;
    background: #c4262e;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow-wrap: break-word;
    flex-flow: column nowrap;
    color: #ffffff;
    font-size: 20px;
    width: 25%;
    padding: 20px 0;
  }

.icon-text{text-align: left; padding-top: 20px;}
.icon-text p{font-size: 16px;;}
/************** Image Library *************/
/**/.photo-gallery {
  color:#313437;
  background-color:#f7f7f7; padding-bottom: 70px;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
    body{margin-left: 10px;}
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding:10px;
}

.carousel-control-prev {
    left: 35px!important;
}
.carousel-control-next {
    right: 35px!important;
}

.width-auto {
    width: auto;
}

.text-lg {
    font-size: 5rem;
    color: #ffffff!important;
}

.carousel-indicators li {
    border: none;
    background: #ccc;
}

.carousel-indicators li.active {
    background: #c4262e;
}

.sub-logo{padding-top: 30px; width: 160px; float: right;}