@import url(web_fonts/fonts.css);

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

html, body {
	width: 100%;
	height: 100%;

	min-height: 692px;
	min-width: 960px;

	overflow: hidden;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: hel45, sans-serif;
}

body *{
	position: relative;
	color: #36424a;
}

a{
	color: inherit;
	text-decoration: none
}

img{
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6{
	font-family: hel75, sans-serif;
	font-weight:100;
}

p{
	font-family: hel45, sans-serif;
	font-weight:100;
}


/* ---------------------------- */
/* Intro Wrapper start */
.intro-wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center
}

.intro-wrapper h2, .intro-wrapper img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	opacity: 0;
}

.intro-wrapper h2 img{
	position: relative;
	vertical-align: top;
	left:auto;
	right: auto;
	top: auto;

	opacity: 1;
}

.intro-wrapper h2 {
	top: 40%;
	font-size: 6vw;
	font-family: hel45, sans-serif;
	line-height:normal;
	color:#e30613;
}

.intro-wrapper h2 span{
	display: block;
	font-size: 4vw;
	color: #70706e;
}

.intro-wrapper img {
	width: 40%;
	height: auto;
	top: 0;
	bottom: 0;
}


#intro-video{
	display: none;
	width: 100%;
	height: 100%;
}

#intro-video video{
	width: 100%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}

/* Intro Wrapper end */
/* ---------------------------- */

/* ---------------------------- */
/* Skip Intro button end */

.skipIntro {
	display: inline-block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-family: hel75, sans-serif;
	font-size: 12px;
	padding: 10px 15px 7px;
	color: #fff;
	background-color: #1b1b1b;
	cursor: pointer;
	transition: all .3s ease-out;
	z-index: 9990;
	text-transform: uppercase;
}

.skipIntro:hover, .btn.enter:hover {
	background-color: #d52b1e;
	color: #ffffff;
}

.btn.enter{
	position: relative;
	display: none;
	font-family: hel75, sans-serif;
	font-size: 12px;
	font-size: 1vw;
	padding: 10px 15px 7px;
	color: #fff;
	background-color: #1b1b1b;
	cursor: pointer;
	transition: all .3s ease-out;
	text-transform: uppercase;
	/*top: 63%;*/
	width: fit-content;
	margin: 5px auto 0;
}

.intro-video{
	cursor: pointer;
	/*display: inline-block;
	position: absolute;
	left: 10px;
	top: 52px;*/
	/*font-family: hel75, sans-serif;
	font-size: 12px;
	padding: 10px 15px 7px;
	color: #fff;
	background-color: #1b1b1b;
	transition: all .3s ease-out;
	text-transform: uppercase;*/
}

/*.intro-video:hover {
background-color: #d52b1e;
color: #ffffff;
}*/

/* Skip Intro button end */
/* ---------------------------- */

/* ---------------------------- */
/* header screen start */

#header-main {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	background-color: #fff;
	border-bottom: 1px solid rgba(39, 54, 70, 0.6);
	height: 52px;
	z-index: 9999;
}

#header-main > h2, #header-main .back {
	display: inline-block;
	line-height: 52px;
}

#header-main > h2 {
	position: absolute;
	vertical-align: middle;
	color: #263545;
	font-size: 20px;
	height: 52px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	/*margin-left: 312px;
	margin-right: 60px;*/
}

#header-main h2:first-letter{
	text-transform: uppercase;
}

#header-main .back {
	display: none;
	position: absolute;
	right: 72px;
	top: 0;
	cursor: pointer
}

#header-main .back img {
	/*vertical-align: middle;*/
	vertical-align: -6px;
	width: 24px
}

.logo.header {
	position: relative;
	left: 10px;
	display: inline-block;
	top: 11px;
	cursor: pointer
}
.logo.header a{
	display: inline-block;
	vertical-align: text-top;
	vertical-align: baseline;
	color: #263545;
}

.logo.header a h2{
	font-family: hel75, sans-serif;
	font-size: 31px;
	color: #e30613;
	margin-left: 15px;
	color: inherit;
}

.logo.header img {
	height: 30px
}

/* ------------------ */
/* Burger Icon Start */

#menu-toggle {
	position: absolute;
	display: inline-block;
	width: 36px;
	height: 36px;
	right: 10px;
	text-align: center;
	top: -2px;
	cursor: pointer
}

#menu-toggle span {
	display: block;
	background: #263545;
	border-radius: 2px;
	transition: all .25s cubic-bezier(.44, .1, .41, .94)
}

#menu-toggle #hamburger {
	position: absolute;
	height: 36px;
	width: 36px
}

#menu-toggle #hamburger span {
	width: 100%;
	height: 3px;
	position: relative;
	top: 30%;
	left: 0;
	margin: 6px auto
}

#menu-toggle #hamburger span:nth-child(1) {
	transition-delay: .125s
}

#menu-toggle #hamburger span:nth-child(2) {
	transition-delay: .25s
}

#menu-toggle #hamburger span:nth-child(3) {
	transition-delay: .375s
}

#menu-toggle.open #hamburger span {
	width: 0
}

#menu-toggle.open #hamburger span:nth-child(1) {
	transition-delay: 0s
}

#menu-toggle.open #hamburger span:nth-child(2) {
	transition-delay: .125s
}

#menu-toggle.open #hamburger span:nth-child(3) {
	transition-delay: .25s
}

#menu-toggle #cross {
	position: absolute;
	height: 42px;
	width: 42px;
	transform: rotate(45deg);
	top: 10px;

}

#menu-toggle #cross span:nth-child(1) {
	height: 0;
	width: 4px;
	position: absolute;
	top: calc(20% - 0px);
	left: calc(50% - 2px);
	transition-delay: 0s
}

#menu-toggle #cross span:nth-child(2) {
	width: 0;
	height: 4px;
	position: absolute;
	left: calc(20% - 0px);
	top: calc(50% - 2px);
	transition-delay: .15s
}

#menu-toggle.open #cross span:nth-child(1) {
	height: 60%;
	transition-delay: .525s
}

#menu-toggle.open #cross span:nth-child(2) {
	width: 60%;
	transition-delay: .375s
}

/* Burger Icon End */
/* ---------------- */

.navigation-category {
	display: table;
	position: fixed;
	background-color: #fff;
	text-align: center;
	top: 52px;
	right: -100%;
	z-index: 2999;
	transition: right .6s ease-in-out;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.link-wrapper ul {
	display: inline-block;
	padding: 15px 30px 10px;
	text-align: left;
}

.link-wrapper ul li {
	display: table;
	margin: 10px 0;
	text-align: left;
	list-style: none;
	color: #6d6e71;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	font-family: hel75, sans-serif;
	font-size: 18px;
}

.link-wrapper ul li.sect_wrapper{
	white-space: nowrap;

}

.link-wrapper ul li.sect_wrapper a{
	display: inline-block;
	vertical-align: middle;
}

.link-wrapper ul li.sect_wrapper a.active_section{
	opacity: 0.5;
	pointer-events: none;
}

.link-wrapper ul li.sect_wrapper a img{
	vertical-align: middle;
}

.link-wrapper ul li.downloadBrochure:last-child {
	font-size: 12px;
	margin-top: 25px;
	color: #6d6e71;
}

.link-wrapper ul li:hover {
	border-bottom: 1px solid
}

.link-wrapper ul li.sect_wrapper:hover {
	border-bottom: 1px solid transparent;
}

/* header screen start */
/* ---------------------------- */

/* ---------------------------- */
/* Home screen start */

.homescreen{
	display: none;
	position: relative;
	width: 100%;
	height: calc(100% - 52px);
	margin-top: 52px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 52px;
}

.hs_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	margin: auto;
	background: url(../images/bg-main.jpg) no-repeat center center;
	background-size: cover;
}

/*.hs_bg img{
width: 100%;
}*/

.homescreen .hs_introline{
	font-size: 2.5em;
	color: #e30613;
	top: 40%;
	left: 40px;
}

.homescreen .hs_content {
	display: none;
	width: 60%;
	margin: 5% auto 5%;
	text-align: center;
	box-sizing: border-box;
}

/*
.homescreen .hs_content h1{
position: relative;
font-size: 3.2vw;
color: #e30613;
margin-bottom: 20px;
}

.homescreen .hs_content h4{
position: relative;
margin-bottom: 10px;
color: #e40b13;
font-family: hel75, sans-serif;
font-size: 2.3vw;
font-size: 32px;
text-align: left;
}
*/

.homescreen .hs_content p{
	margin-bottom: 10px;
	font-size: 22px;
	color: #fff;
}


.section-callout-container{
	position: relative;
	width: 100%;
	height:auto;

	left: 0;
	right: 0;

	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-callout-container .sect-callout{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 195px;
	height: 276px;
	margin: 20px;
	background-color: #fff;
	border-radius: 10px;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
}

.section-callout-container .sect-callout span{
	font-size: 20px;
	font-family: hel75, sans-serif;
	text-align: center;
	color: #706f6f;
}

.section-callout-container .sect-callout img{
	width: 140px;
	height: auto;
	margin: 25px auto 10px;
}

.section-callout-container .sect-callout:nth-last-of-type(2) span{
	margin-top: 15px;
}


.section-callout-container .sect-callout:last-child{
	background-color: #e30613;
}

.section-callout-container .sect-callout:last-child span{
	color: #fff;
}




/* Home screen end */
/* ---------------------------- */

/* ---------------------------- */
/* feature wrapper start */

#feature-sec-wrapper {
	display: none;
	position: absolute;
	top: 52px;
	right: 0;
	/*height: calc(100% - 42px);
	width: 100%;*/
	height: auto;
	width: auto;
	background-color: transparent;
	/*pointer-events: none;*/
}

#feature-sec-wrapper .feat-sect{
	top: 250px;
	display: none;
	position: absolute;
	background-color: #fff;
	display: block;
	width: auto;
	border: 2px solid rgba(89, 91, 93, 0.6);
	padding: 8px;
	box-sizing: border-box;
	width: 300px;
	right: 10px;
}

#feature-sec-wrapper .feat-sect .title{
	background-color: #1d2735;
	font-size: 24px;
	font-family: hel75, sans-serif;
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#feature-sec-wrapper .feat-sect p{
	font-size: 14px;
	padding: 2px;
	box-sizing: border-box;
	color: #1d2735;
}

#feature-sec-wrapper .feat-sect p.extended-sect-link{
	color: #e30613;
	cursor: pointer;
	font-family: hel75, sans-serif;
	margin-top: 10px;
}

.popup-content-wrapper{
	display: inline-block;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	top: 12vh;
}
.popup-content-wrapper .content span{
	position: absolute;
	/*top: 20px;
	left: 20px;*/
	text-align: left;
}

.popup-content-wrapper .content img{
	height: 74vh;
}

/* ---------------------------- */
/* Extended Screen */

#feature-sec-extended-wrapper{
	display: block;
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 999;
	overflow: scroll;
}

#feature-sec-extended-wrapper .feat-sect-extended{
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

#feature-sec-extended-wrapper .feat-sect-extended.video{
	width: 100%;
	height: 100%;
	padding: 30px;
	text-align: center;
}

#feature-sec-extended-wrapper .feat-sect-extended  img.ext-vid-img{
	position: relative;
	height: 100%;
	border: 1px solid rgba(50,50,50,0.3);

}

#feature-sec-extended-wrapper .feat-sect-extended  img.ext-vid-img[data-visual-type="video"]{
	cursor: pointer;
}

#feature-sec-extended-wrapper .feat-sect-extended   img.vid-play-img{
	position: absolute;
	position: absolute;
	left: calc(50% - 48px);
	top: calc(50% - 48px);
	pointer-events: none;
}

#feature-sec-extended-wrapper .feat-sect-extended .video-wrapper{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 25px;
	box-sizing: border-box;
}

#feature-sec-extended-wrapper .feat-sect-extended.content{
	padding: 30px 0;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	text-align: left;
}

#feature-sec-extended-wrapper .feat-sect-extended .print-dwnload{
	text-align: right;
}

#feature-sec-extended-wrapper .feat-sect-extended .print-dwnload div{
	display: inline-block;
	margin: 10px;
}

#feature-sec-extended-wrapper .feat-sect-extended .print-dwnload div a{
	display: inline-block;
	font-size: 14px;
	text-align: center;
}

#feature-sec-extended-wrapper .feat-sect-extended .print-dwnload div a img{
	display: block;
	height: 32px;
	margin: auto;
	margin-bottom: 5px;
}

#feature-sec-extended-wrapper .feat-sect-extended.content > h3{
	color: #e5001c;
	font-size: 32px;
	margin: 20px 0 30px;
	padding: 10px;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-row{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#feature-sec-extended-wrapper .feat-sect-extended .sect-row:last-child{
	margin-bottom: 0px;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col{
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col:last-child{
	width: 50%;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col .icon-col{
	display: inline-block;
	width: 80px;
}
#feature-sec-extended-wrapper .feat-sect-extended .sect-col .icon-col img{
	width: 100%;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col .text-content-col{
	width: calc(100% - 85px);
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	box-sizing: border-box;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col h4{
	color: #e5001c;
	font-size: 24px;
	margin-bottom: 15px;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col p{
	margin-bottom: 10px;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col p.highlight{
	color: #e30613;
	font-family: hel75, sans-serif;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col p:last-child{
	margin-bottom: 0px;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col ul {
	margin: 10px 0 15px;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col ul li{
	margin: 7px 0 0px 17px;
}


#feature-sec-extended-wrapper .feat-sect-extended .sect-col img.cont-img{
	width: 100%;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col p.img-caption{
	font-size: 14px;
	margin-top: 10px;
	font-style: italic;
}



#feature-sec-extended-wrapper .feat-ext-close{
	position: absolute;
	right: 24px;
	top: 16px;
	cursor: pointer;
}

/* ---------------------------- */


footer {
	display: none;
	position: fixed;
	background-color: #0f141b;
	min-width: 960px;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	z-index: 1002;
}

footer div.sect-link{
	display: none;
	width: 100%;
	padding: 10px 10px 20px;
	/*margin-bottom: 10px;*/
	box-sizing: border-box;
}

footer div.sect-link ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

footer div.sect-link ul li{
	list-style: none;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.4s ease-out;

}

footer div.sect-link ul li img{
	width: 56px;
	vertical-align: middle;
	margin-right: 10px;
}

footer div.sect-link ul li span{
	font-size: 14px;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.05rem;
	font-family: hel75, sans-serif;
	color: #fff;
}

footer div.sect-link ul li:last-child span{
	font-size: 18px;
}


footer div.sect-link ul li:hover{
}
footer div.sect-link ul li.active{
	background-color: #e30613;;
	pointer-events: none;
}



footer div.foo-link {
	position: relative;
	text-align: center;
}
footer div.foo-link ul li {
	display: inline-block;
	list-style: none;
	color: #fff;
	font-size: 12px;
	margin: 5px 10px;
	cursor: pointer;
}


.full-spec-btn{
	display: inline-block;
	background-color: #36424a;
	font-family: hel75,sans-serif;
	font-size: 14px;
	padding: 10px 12px 6px;
	margin: 20px 50px;
	color: #fff;
	vertical-align: top;
	cursor: pointer;
	transition: all 0.4s ease-out;
}

.full-spec-btn:hover {
	background-color: #d52b1e;
	color: #ffffff;
}



.pop-window{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 40px;
	box-sizing: border-box;
	z-index: 9999;
	overflow: hidden;
}

.pop-content-wrapper{
	position: relative;
	position: 100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: scroll;
}

.pop-content {
	position: relative;
	display: none;
	width: 100%;
	height: 100%;
}

.pop-content.video{

}


.pop-content-wrapper .pop-close {
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: #D4D6D8;
	padding: 10px;
	box-sizing: border-box;
	z-index: 9;
	right: 0px;
	top: 0px;
	cursor: pointer;

}

.pop-content-wrapper .pop-close img {
	width: 28px;
	cursor: pointer;
	vertical-align: bottom
}



/* --------------------------------- */
/* Terms & condition template start */

.tc-tempt {
	display: none;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	padding: 70px 20px 120px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: scroll
}

.tc-tempt h3 {
	font-size: 24px
}

.tc-tempt h4 {
	font-size: 18px
}

.tc-tempt h3, .tc-tempt h4 {
	color: #d52b1e;
	margin-top: 30px
}

.tc-tempt h3:nth-of-type(1){
	margin-top: 0px;
} 

.tc-tempt p {
	padding: 0;
	font-size: 14px;
	color: #37424a
}

/* Terms & condition template end */
/* --------------------------------- */

.pos-abs-center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

img.full-width {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto
}

.bold {
	font-family: hel75!important
}

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



@media all and (max-width:1155px) {
	footer .foo-wrapper{
		justify-content:flex-start;
		padding: 15px;
		box-sizing: border-box;
	}
}