/* Condensed 
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('fonts/leaguegothic-condensed-regular-webfont.eot');
    src: url('fonts/leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-condensed-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}*/




/*General*/

html{
	height:auto;
	}
body{
	overflow-x:hidden;
	font-family: Cutive;
	font-size:11px;
	/*background: url('../img/bg.jpg') no-repeat;
    background-size: cover;*/
	color:white;
	min-height:calc(100vh - 50px);
	height:100%;
	background-image: -o-linear-gradient(bottom, #111111 0%, #333333 100%);
	background-image: -moz-linear-gradient(bottom, #111111 0%, #333333 100%);
	background-image: -webkit-linear-gradient(bottom, #111111 0%, #333333 100%);
	background-image: -ms-linear-gradient(bottom, #111111 0%, #333333 100%);
	background-image: linear-gradient(to bottom, #111111 0%, #333333 100%);
	
	padding:0px;
	margin:0px;
	}
#CLTlogo{
	background-image:url(../img/CLT.png);
	background-repeat:no-repeat;
	width:200px;
	height:50px;
	float:left;
	}
h1{
	font-family: Cutive;
	font-size:40px;
	text-align: center;
	margin: 0px 0px 30px;
	}
h2{
	font-family: Cutive;
	font-size:30px;
	position:absolute;
	top:-60px;
	}
h3{
	font-family: Cutive;
	font-size:20px;
	margin:0px;
	}
p {
	font-family: Open Sans;
	}
ol li{
	font-family: Open Sans;
	list-style-position: inside;
	padding: 5px;
    margin-left: 35px;
	}


.subtext{
	font-size:10px;
	padding-left:35px;
	}
input {
    border-radius: 0;
     -webkit-appearance: none;
}
#header{
	/*margin-top:70px;*/
	}

	
/*Fullscreen Video Background*/
#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: 1920px;
    height: 1080px;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../img/CLTbanner.jpg') no-repeat;
    background-size: cover; 
	
}

#container{
	width: 100%;
	margin-top:50px;
	position: relative;
	padding-top:20px;
}
#container_inner{	
	min-height: calc(100vh - 30px)
}

.content{
	position:relative;
	width:50%;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-moz-transform: translateX(-50%);
	transform:translateX(-50%);
	margin-top: 0px;
	}
.content_ld{
	position:relative;
	width:80%;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-moz-transform: translateX(-50%);
	transform:translateX(-50%);
	margin-top: 0px;
	}

#adleft{
	width:120px;
	height: 600px;
	
	float: left;
	margin: 0px 20px 0px 0px;
	}
#adright{
	width:120px;
	height: 600px;
	float: right;
	margin: 50px 0px 0px 20px;
	position:absolute;
	right:30px;
	}
#adright_sky{
	width:120px;
	height: 600px;
	float: left;
	margin: 50px 0px 0px 20px;
	position:absolute;
	right: 20px;
	top: 1100px;
	}


/*from Dudley Storey*/
#video-compare-container {
	display: inline-block;
	line-height: 0;
	position: relative;
	width: 100%;
	
}
#video-compare-container > video {
	width: 100%;
	height: auto;
	top: 0;
	height: 100%;
}
#video-clipper {
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden; 
	border-right: thin solid rgba(255,255,255,0.25);
}
#video-clipper video { 
	width: 100%; 
}
#video-clipper video { 
	width: 200%;
	position: absolute;
	height: 100%;
}





.selected {
	background-color:rgba(141,168,180,0.8);
}

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



.selection{
	position:absolute;
	margin-top: 15px;
	display: block;
	}
	
.left{
	float: left;
	text-align: left;
	width:30%;
	left: 0px;
	}
.center{
	text-align: center;
	/*! width:30%; */
	margin-left:50%;
	
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 70px;
	z-index:1;
	}
/*.center span{
	height:30px;
	float:left;
	border: thin solid #333;
	padding: 6px;
	line-height: 32px;
	cursor:pointer;
	}*/
	
.right{
	float: right;
	text-align: left;
	width:30%;
	right: 0px;
	}
	
.shootoutSelect{
	height:30px;
	clear:both;
	border: thin solid #333;
	background-color:#333;
	padding: 6px;
	line-height: 32px;
	padding-top:5px;
	margin-bottom:10px;
	}
.shootout{
	height:20px;
	/*clear:both;*/
	border: thin solid #333;
	padding: 6px;
	/*line-height: 32px;*/
	cursor:pointer;
	margin-bottom:20px;
	position:relative;
	}
.Ludwig{
	width:100px;
	float:left;
	
}
select{
	background: #333;
	color:#fff;
	font-family:inherit;
	-webkit-appearance: none;
 	-moz-appearance: none;
 	appearance: none;
 	line-height: 30px;
 	border-radius: 0;
	border: none;
	cursor: pointer;
	padding:0px 1em;
	width: 100%;
	z-index: 2;
	opacity: 1;
	/*filter: alpha(opacity=.01);*/
	font-size: 11px;
	border-bottom:thin #444 solid;
	
	/*! text-align: right; */
	}

	
option {
	/*font-family:Cutive;*/
	/*font-size:14px;*/
	/*-webkit-appearance: none;*/
 	/*-moz-appearance: none;*/
 	/*appearance: none;*/
	/*border:none;*/
 	line-height: 30px;
	
  	background:#555;
  	color:#ccc;
  	
  	padding:2px;
	display: block;
}
	
.rotate{
     /*! display: inline-block; */
     /*! overflow: hidden; */
     /*! height: 100%; */
     transform: translate(-50%, 50%) rotate(-90deg); 
     /*! padding: 10px; */
     /*! background-color: #300; */
     /*! vertical-align: middle; */
     position: absolute;
     top: 35%;
     left: 50%;
     transform-origin: center center;
}
.rotate::after{
	/*! content: " "; */
	/*! height:100%; */
	/*! display:inline-block; */
	/*! vertical-align:middle; */
	}

.rotated__inner:after {
     content: "";
     float: left;
     margin-top: 100%;
 }

#LselectHL{
	position:absolute; 
	left:-33px; 
	width:30px;  
	background-color:#333;  
    height: 100%;
	display:inline-block;
	}
	
#RselectHL{
	position:absolute; 
	right:-33px; 
	width:30px;  
	background-color:#333;  
    height: 100%;
	display:inline-block;
	}
	




.selectContainer{
	position:relative;
	/*! top:200px; */
	width:70%;
	/*! margin:0px 100px; */
	/*! left: 50%; */
	-webkit-transform:translateX(20%);
	-moz-transform: translateX(20%);
	transform:translateX(20%);
	margin-top: 0px;
	float: left;
	z-index:6000;
	}
#FScontainer{
	margin-bottom:15px;
	margin-bottom:15px;
}
	
#FSinfo{
	
	z-Index:999;
	width:100%;
	position:absolute;
	top:-300px;
	}
#FSinfo span{
	padding-left:200px;
	margin-top:5px;
	height:30px;
	display:inline-block;
	
	}
#fsinfospace{
	margin:10px;
	background:url(../img/fsinfo.png) no-repeat 0 0px;
	height:30px;
	}
#fsinfoarrow{
	margin:10px;
	background:url(../img/fsinfo.png) no-repeat 0 -40px;
	height:30px;
	}
#fsinfoesc{
	margin:10px;
	background:url(../img/fsinfo.png) no-repeat 0 -80px;
	height:30px;
	}
#donate{
	
	float:left;
	}


/* INFO */
#info{
	clear:both;
	padding-top: 300px;
	/*min-height:800px;*/
	
	display:block;
	line-height:1.5;
	text-align:justify;
	/*text-justify:inter-word;*/
	float:left;
	width:65%;
	/*padding-top:20px;*/
	padding-bottom:50px;
	transform:translateX(21%);
	z-index:-999;
	}

#info h1{
	font-family: Cutive;
	font-size:40px;
	text-align: center;
	/*! clear:both; */
	
	}
	
#info span{
	display:block;
	line-height:1.5;
	text-align:justify;
	/*text-justify:inter-word;*/
	float:left;
	width:65%;
	padding-top:20px;
	padding-bottom:50px;
	transform:translateX(21%);
	}
#videoDataLeft{
	display:none;
	}
#videoDataRight{
	display:none;
	}
.iOverlay{
	width:100%;
	height:100%;
	background-color:black;
	z-index:1000;
	}
.vidSelected{
	width:100%;
	background-color:#430001;
	height:30px;
	line-height: 38px;
	padding: 5px 16px;
	font-size: 11px;
	margin-bottom: -13px;
	}
.right select{
	text-align:right;
	}
.LselectShift{
	margin-left:-32px;
	}
#vidSelectedLFS{
	display:none;
	position:absolute;
	top:20px;
	left:20px;
	z-index:9999;
	}
#vidSelectedRFS{
	display:none;
	position:absolute;
	top:20px;
	right:20px;
	z-index:9999;
	}
.grey{background-color:#333;}
.red{background-color:#430001;}
.fr{
	float:right;
	padding:0px 5px;
	}
#footer{
	position:absolute;
	
	height:30px;
	width:99%;
	text-align:center;
	padding:5px;
	background-color:#000;
	}
#footer span{
	cursor:pointer;

}
	
/*Slideout Feedback*/
#slideout {
	position: fixed;
	top: 70px;
	left: 0px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index:7000;
}
#slideout_trigger{
	transform: translate(-87%, 18%) rotate(-90deg);
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 50%;
	transform-origin: center right;
	padding: 15px 10px 5px;
}
#slideout_inner {
	position: fixed;
	padding:5px;
	top: 70px;
	left: -390px;
	width: 380px;
	height: 520px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#slideout:hover {
  left: 390px;
}
#slideout:hover #slideout_inner {
  left: 0;
}
#slideout_inner label{
	height:30px;
	display:block;
	float:left;
	width:100px;
	margin:5px;
	}
#slideout_inner input{
	height:30px;
	display:block;
	float:right;
	}
#slideout_inner textarea{
	height:140px;
	width:340px;
	display:block;
	float:right;
	}

/*slideout General Information*/
#slideout_info {
	position: fixed;
	top: 250px;
	left: 0px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index:7000;
}
#slideout_info_trigger{
	transform: translate(-79%, 18%) rotate(-90deg);
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 50%;
	transform-origin: center right;
	padding: 15px 10px 5px;
}
#slideout_info_inner {
	position: fixed;
	padding:5px;
	top: 250px;
	left: -390px;
	width: 380px;
	height: 300px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#slideout_info:hover {
  left: 390px;
}
#slideout_info:hover #slideout_info_inner {
  left: 0;
}

.clear{
	clear:both;
	}
.fright{
	float:right;
	}
.fleft{
	float:left;
	}

.block{
	display:block;
	margin-bottom:20px;
	}
.block a{
	text-decoration:none;
	color:#00adef;
	clear:both;
	}
	
.TeamMember{
	/*display:block;
	margin-bottom:20px;
	height:100px;*/
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	border: thin solid #666;
	padding: 10px;
	}
	
	
.TeamDescription{
	clear:both;
	}
.TeamMember a{
	text-decoration:none;
	color:#00adef;
	clear:both;
	}
	
#adright{
	position:absolute;
	width:300px;
	height:600px;
	right:0px;
	top:0px;
	}
	
/*fullscreen*/
:-webkit-full-screen .FS{
  display:block;
}

:-moz-full-screen .FS {
  display:block;
}

:-ms-fullscreen .FS {
  display:block;
}

:full-screen .FS{ /*pre-spec */
  display:block;
}

:fullscreen .FS{ /* spec */
  display:block;
}

/* //////////////////Camera Rental/////////////// */
.cr_container{
	padding:30px 0px;
	border-bottom:thin solid #666;
	position:relative;
	width:80%;
	left: 80%;
	-webkit-transform:translateX(-80%);
	-moz-transform: translateX(-80%);
	transform:translateX(-80%);
	}
.cr_container img{
	display:block;
	margin: 5px 20px 5px 0px;
	}
.cr_container span{
	border-right:thin solid #ccc;
	padding:0px 10px;
	}	

/* //////////////////Lens Data /////////////// */
.ld_container{
	/*padding:30px 0px;
	border-bottom:thin solid #666;
	position:relative;
	width:80%;
	left: 80%;
	-webkit-transform:translateX(-80%);
	-moz-transform: translateX(-80%);
	transform:translateX(-80%);*/

	padding: 30px 0px;
	border-bottom: thin solid #666;
	position: relative;
	display: inline-block;
	}
	
	
.ld_container img{
	display:block;
	margin: 5px 20px 5px 0px;
	}
.ld_container span{
	border-right:thin solid #ccc;
	padding:0px 10px;
	}
.table { 
	display: table;
	 
	}
.row { 
	display: table-row;
	 }
.cell { 
	font-family:Open Sans;
	display: table-cell; 
	padding:2px 4px;
	border-right:thin solid #666;
	border-bottom:thin solid #666;
	vertical-align:bottom;
	text-align:right;
	
}

#reset{
	margin-top:20px;
	}

.coming-soon{
	background-image:url(/img/coming-soon.png);
	position:absolute;
	width:70px;
	height:66px;
	right:-70px;
	top:-10px;
	border:none;
	}