/***********************************

		COMMON

***********************************/
.main-wrapper{
	position:relative;}
	
.section-heading{
	padding:26px 0 0 0;}

.section-heading h2,
.section-heading h3{
	margin:0; padding:0;
	text-align:center;
	text-transform:uppercase;}
.section-heading h2{
	font-size:32px;
	line-height:34px;
	font-weight:800;}
.section-heading h3{
	font-size:20px;
	line-height:59px;
	font-weight:600;}

@media(max-width:1000px){
.section-heading{
	padding:0 0 0 0;
	height:59px;}
.section-heading h2{
	display:none;}
.section-heading h3{
	line-height:59px;}
}

/*.vert-grad {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.2)), color-stop(100%,rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%,rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%,rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#00ffffff',GradientType=0 );
}*/
.vert-grad{
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 ); /* IE6-8 */

}

img {
	display: block;
	padding: 0;
	margin: 0;
	max-width: 100%;}
span.bold-text{
	font-weight:800;}
/***********************************

		HEADER

***********************************/
.header{
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	background-color:#ffffff;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 10000;
	height: 120px;
	border-bottom: 1px solid #cccccc;
	/*overflow: hidden;*/
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;}

.header.header-shrink {
	background-color:#ffffff;
	background-color: rgba(255, 255, 255, 0.95);
	height: 60px;}

.cbp-af-header.cbp-af-header-shrink #nav a {
	line-height: 60px;}

.navbar{
	margin-left:-15px;
	margin-right:-15px;
	position:relative;
	border-radius: 0;
	margin-bottom:0;}
	          
/* MAIN MENU */
ul.main-menu{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;}
ul.main-menu li{
	width:25%;
	height:120px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	clear:none;
	float:left;
	text-align:center;
	display:block;
	position:relative;
	vertical-align:middle;}
.header-shrink ul.main-menu li{
	height:60px;}

ul.main-menu li a{
	height:120px;
	margin:0px 0px 0px 0px;
	padding:45px 0px 0px 0px;
	display:block;
	font-size:16px;
	font-style:normal;
	text-align:center;
	color:#666666;
	text-transform:uppercase;
	vertical-align:middle;
	text-decoration:none;
	position:relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;}
.header-shrink ul.main-menu li a{
	padding:15px 0px 0px 0px;
	height:60px;}
	
ul.main-menu li a:hover{
	text-decoration:none;
	color:#CD1543;}
ul.main-menu li a.selected{
	text-decoration:none;
	color:#CD1543;}

ul.main-menu li a span{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;}
ul.main-menu li a span.nav-title{
	font-size:20px;
	line-height:22px;
	display:block;
	font-weight:700;}
.header-shrink ul.main-menu li a span.nav-title{
	font-size:16px;
	line-height:30px;
	font-weight:600;}
ul.main-menu li a span.nav-subtitle{
	color:#666666;
	font-size:14px;
	line-height:15px;
	display:block;
	font-weight:600;}
.header-shrink ul.main-menu li a span.nav-subtitle{
	display:none;}

ul.main-menu li.logo a{
	height:138px;
	margin:0; padding:0;
	background-image:url(../img/red-logo-bg.svg);
	background-repeat:no-repeat;
	background-position:center -20px;
	background-size:200px 158px;}
.no-svg ul.main-menu li.logo a{
	background-image:url(../img/red-logo-bg.png);}

ul.main-menu li.logo a span.logo-title{
	display:block;
	height:120px;}
ul.main-menu li.logo a span.logo-title {
	background-image:url(../img/logo-illumi-red.svg);
	background-repeat:no-repeat;
	background-position:center 32px;
	background-size:140px 56px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;}
.no-svg ul.main-menu li.logo a span.logo-title{
	background-image:url(../img/logo-illumi-red.png);}

.header-shrink ul.main-menu li.logo a{
	margin:0; padding:0;
	background-image:none;}
.no-svg .header-shrink ul.main-menu li.logo a{
	background-image:none;}
.header-shrink ul.main-menu li.logo a span.logo-title{
	display:block;
	height:60px;}
.header-shrink ul.main-menu li.logo a span.logo-title {
	background-image:url(../img/logo-illumi.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:70px 28px;}
.no-svg .header-shrink ul.main-menu li.logo a span.logo-title{
	background-image:url(../img/logo-illumi.png);}
	
ul.main-menu li.active span{
	text-decoration:none;
	color:#ffffff;}

ul.main-menu li.menu-item-hidden{
	display:none;}

/*********************************** 

			SECTION HOME 

***********************************/
section.section-home{
	height:620px;
	position:relative;}

.slider-bg{
	width:500px; height:500px;
	position:absolute;
	bottom:0px; left:50%;
	margin:0; padding:0;
	margin-left:-480px;
	background-image:url(../img/bg-white-kiosk.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:500px 500px;}
	
/* CUSTOMIZE THE CAROUSEL */
.carousel-inner{
	height:620px;}

.carousel-inner .item{
	padding-top:120px;}

.carousel-inner h1,
.carousel-inner h2, 
.carousel-inner h3 {
	color:#333333;}

.carousel-control.right,
.carousel-control.left{}

.carousel-control.right span.icon-lg,
.carousel-control.left span.icon-lg{
	display:block;
	position:absolute;
	margin-top:0px;
	width:32px; height:64px;}

.carousel-control.right span.icon-lg{
	top:50%; right:5px;}
.carousel-control.left span.icon-lg{
	top:50%; left:5px;}

.carousel-inner .row{
	height:500px;
	position:relative;}

.carousel-inner h1{
	font-size:36px;
	line-height:40px;
	font-weight:400;
	padding:0; margin:0;}

/* SLIDE 01 */
.slide-01 .slide-caption{
	position:absolute;
	bottom:50px;
	left:400px;}
.slide-01 .slide-caption h1{
	color:#ffffff;
	font-size:36px;
	padding:20px;
	background-color:#CD1543;}

ul.caption-list{
	width:490px;
	padding:10px 0 0 0; margin:0;
	list-style:none;}

ul.caption-list li{
	width:240px;
	color:#666666;
	padding:0 0 0 40px; margin:0;
	font-size:30px;
	line-height:40px;
	font-weight:400;
	display:inline-block;
	background-image:url(icons/grey/icon-plus.svg);
	background-repeat:no-repeat;
	background-position:8px center;}
.no-svg ul.caption-list li{
	background-image:url(icons/grey/icon-plus.png);}

/* SLIDE 02 */
.slide-02{
	background-image:url(../img/slide-bg-01.jpg);
	background-size:cover;
	background-position:center bottom;}
.slide-02 .slide-caption-left{
	width:380px;
	position:absolute;
	bottom:50px;
	left:15px;}
.slide-02 .slide-caption-right{
	width:440px;
	position:absolute;
	bottom:50px;
	right:15px;}
.slide-02 .slide-caption-left h1{
	color:#CD1543;
	font-size:34px;
	padding:20px;
	background-color: rgba(255, 255, 255, 0.50);}
.slide-02 .slide-caption-right h1{
	color:#ffffff;
	font-size:34px;
	padding:20px;
	background-color: rgba(0, 0, 0, 0.50);}
.slide-02 .slide-caption-arrow{
	width:100px;
	height:120px;
	display:block;
	position:absolute;
	bottom:50px;
	left:405px;
	background-color:#CD1543;}
.slide-02 .slide-caption-arrow span{
	width:100px;
	height:120px;
	display:block;}

/* SLIDE 03 */
.slide-03{
	background-image:url(../img/slide-bg-03.jpg);
	background-size:cover;
	background-position:center bottom;}
.slide-03 .slide-caption{
	width:440px;
	position:absolute;
	bottom:50px;
	left:15px;}
.slide-03 .slide-caption h1{
	color:#ffffff;
	font-size:34px;
	padding:20px;
	background-color: rgba(0, 0, 0, 0.50);
	/*background-color: rgba(205, 21, 67, 0.50);*/}

/*********************************** 

			FEATURE MAP 

***********************************/
/* FEATURE CONTENT */
.feature-list{}

.feature-list h4{
	font-size:14px;
	padding:0; margin:0;
	padding-top:10px;}

.feature-box{
	display:block;
	text-decoration:none;}
	
h4 .feature-title{
	padding:5px 20px 5px 20px;
	margin:0;
	border-bottom:1px solid #666666;
	display:block;
	font-weight:400;}	
	
.feature-box div{
	color:#333333;}
.feature-content{
	padding:0px 20px 0px 20px;
	clear:both;
	float:none;
	display:block;}
.feature-content.active{
	background-color:#666666;
	color:#ffffff;}
.panel {
	margin-bottom: 0;
	background-color:transparent;
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0  rgba(0, 0, 0, 0);}
.panel-collapse{
	overflow:hidden;}
.collapse {
display: none;
}

/* FEATURE MAP */
.feature-map{
	width:500px; height:500px;
	position:absolute;
	bottom:0px; left:50%;
	margin-left:-250px;}

.feature-point{
	display:block;
	width:6px; height:6px;
	border-radius:3px;
	background-color:transparent;
	position:absolute;
	cursor:pointer;}
.feature-point-start{
	display:block;
	width:6px; height:6px;
	border-radius:3px;
	background-color:#CD1543;}
.feature-point-zoom{
	display:block;
	width:50px; height:50px;
	border-radius:100px;
	border:1px solid #CD1543;
	position:absolute;
	top:-22px; left:-22px;}

/*********************************** 

			SECTION FUNCTIONALITY 

***********************************/
.section-functionality{
	min-height:400px;
	border-bottom:1px solid #cccccc;}

.section-functionality .section-heading{
	background-color:#666666;}

.section-functionality .section-heading h2{
	color:#ffffff;}
.section-functionality .section-heading h3{
	color:#cccccc;}

.section-functionality .container{
	position:relative;}

.section-functionality .info-kiosk-white{
	background-image:url(../img/bg-white-kiosk.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:500px 500px;}

.section-functionality .row{
	height:540px;
	padding:20px 0 0 0;}

.section-functionality h4 a{
	color:#CD1543;
	text-decoration:none;}
.section-functionality h4 a:hover{
	text-decoration:none;}

/* FUNCIONALITY MAP */
.m1f1{ left:259px; top:140px;}
.m1f2{ left:194px; top:140px;}
.m1f3{ left:244px; top:253px;}
.m1f4{ left:231px; top:300px;}
.m1f5{ left:273px; top:308px;}
.m1f6{ left:270px; top:44px;}
.m1f7{ left:280px; top:188px;}
.m1f8{ left:267px; top:201px;}
.m1f9{ left:273px; top:262px;}
.m1f10{ left:273px; top:270px;}

.section-functionality .feature-content{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;}
.section-functionality .feature-content.pointed{
	padding:10px 20px 10px 20px;
	background-color:#666666;
	color:#ffffff;}

/*********************************** 

			SECTION EQUIPMENT 

***********************************/
.section-equipment{
	min-height:400px;
	background-color:#CD1543;}

.section-equipment .section-heading{
	background-color:#666666;}
.section-equipment .section-heading h2{
	color:#ffffff;}
.section-equipment .section-heading h3{
	color:#cccccc;}

.section-equipment .container{
	position:relative;}

.section-equipment .info-kiosk-black{
	background-image:url(../img/bg-black-kiosk.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:500px 500px;}

.section-equipment .row{
	height:500px;
	padding:20px 0 20px 0;}

.section-equipment p,
.section-equipment h4 a{
	text-decoration:none;
	color:#ffffff;}
.section-equipment h4 a.feature-title{
	text-decoration:none;
	background-color:#ffffff;
	color:#666666;
	border-bottom:1px solid #cccccc;}
.section-equipment h4 a.feature-title.collapsed{
	text-decoration:none;
	background-color:transparent;
	color:#ffffff;
	border-bottom:1px solid #ffffff;}
.section-equipment h4 a.feature-title:hover{
	text-decoration:none;
	background-color:#ffffff;
	color:#666666;}

.section-equipment .feature-content{
	background-color:#ffffff;
	color:#666666;}
	
.section-equipment .feature-content ul{
	list-style:none;
	margin:0; 
	padding:5px 0 5px 0;}
.section-equipment .feature-content ul li{
	margin:0; padding:0;
	padding-bottom:0px;
	color:#666666;}	
.section-equipment .feature-point-start{
	background-color:#ffffff;}
.section-equipment .feature-point-zoom{
	border:1px solid #ffffff;}

/* EQUIPMENT MAP */
.m2f1{ left:259px; top:140px;}
.m2f2{ left:194px; top:140px;}
.m2f3{ left:244px; top:253px;}
.m2f4{ left:231px; top:300px;}
.m2f5{ left:273px; top:308px;}
.m2f6{ left:270px; top:44px;}
.m2f7{ left:280px; top:188px;}
.m2f8{ left:267px; top:201px;}
.m2f9{ left:273px; top:262px;}
.m2f10{ left:273px; top:270px;}

/*********************************** 

			SECTION USAGE 

***********************************/
.section-usage{
	min-height:400px;}
	
/*********************************** 

			SECTION HOME 

***********************************/
section.section-cookies{
	height:620px;
	margin-top: 120px;}

/*********************************** 

			FOOTER 

***********************************/	
.footer{
	min-height:300px;
	background-color:#666666;
	color:#ffffff;}
	
.footer p{
	padding: 10px 0px 0px 10px;}
	
/***********************************************

			CONTACT MENU
			
***********************************************/
ul.footer-content-menu{
	list-style:none;
	margin:0;
	padding:0;}
ul.footer-content-menu li{
	color:#ffffff;
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:10px;
	position:relative;}
ul.footer-content-menu li a{
	padding:10px 0px 10px 60px;
	color:#ffffff;
	display:block;
	line-height:18px;}
	
ul.social-menu li a{
	min-height:40px;}
	
ul.footer-content-menu li a:hover,
ul.footer-content-menu li a:focus{
	color:#ffffff;
	text-decoration:underline;}

ul.footer-content-menu .round-icon,
ul.footer-content-menu .icon-sm{
	width:40px; height:40px;
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	left:0; top:0;}

ul.footer-content-menu .round-icon{
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	border-radius:60px;
	background-color:#006385;}

ul.footer-content-menu .round-icon .icon-sm{
	margin:0;}

ul.contact-menu li{
	padding:10px 0 0 50px;
	margin-bottom:5px;}
ul.contact-menu li a{
	padding:0;}

ul.location-menu li .icon-sm{
	top:10px;}

	
	
ul li,
ol li,
table tr td{
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	line-height:19px;
	font-size: 13px;
	color:#373737;}

/*********************************** 

			SECTION COOKIES 

***********************************/
.section-cookies .section-heading{
	background-color: #666666;
	padding: 0px;}
.section-cookies .section-heading h3{
	color: #cccccc;}