@charset "utf-8";
/* CSS Document */

body, html {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	height: 100%;
	margin:0;
	padding:0;
}

input {
	width:300px;
	font-size:16px;
}
.foreground{
	position:relative;
	width:100%;
	background-color:#fff;
	margin:0px auto;
}
.fontgoblin{	
	color:darkred;
	font-family:Goblin One;
}
.motto{
	 font-size:60px !important ;
	 margin:10px auto 20px auto !important ;
}
.slogan{
	margin-bottom:20px !important ;
}
.parallax { 		
	/* Set a specific height */
	height: 600px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:20px;
	
	position:relative;
}
.productname{
	font-size:50px !important;
	margin:20px auto;
}
.content{
	width:80%;
	margin: 0 auto;
}
.content p{
	/*text-indent:20px;*/
	font-size:24px;/*18px;*/
	padding:15px 0;
}
.content70, .img70{
	width:70%;
	margin:40px auto;
}
.textcenter{
	text-align:center;
}

.logo-holder{
	margin:0 auto;
	width:512px;
	height:256px;
}
.logo{
	width:256px;
	height:256px;
	float:left;
}
#img00{
	margin-top:40px;
	background-attachment:scroll;
	background-position:top center;
	background-size:contain;
}

#img_parallax_00{ background-image: url("cutthroatcaverns_title_2688.jpg"); }
#img_parallax_01{ background-image: url("cutthroatcaverns_team_2688.jpg"); }
#img_parallax_02{ background-image: url("cutthroatcaverns_hate_2688.jpg"); }
#img_parallax_03{ background-image: url("cutthroatcaverns_fear_2688.jpg"); }
#img_parallax_04{ background-image: url("cutthroatcaverns_axe_2688.jpg"); }
#img_parallax_05{ background-image: url("cutthroatcaverns_trap_2688.jpg"); }

.img_center{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	background-color:white;
	color:white;
	font-weight:bold;		
	font-size:36px;
	/*padding:10px;*/
}
a.homelink{
	width:100%;
	height:400px;
	text-decoration:none;
	color:white;		
}
a.homelink:hover{
	
}

#trailer{
	width:1120px;
	height:630px;
}
#trailer-holder{
	height:700px !important;	
}

/* menu elements */

#menu{		
	position:fixed;
	top:0;
	width:100%;
	height:50px;
	z-index:3;
	
	background:#555A75;
	-webkit-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
	
	font-size:16px;
	font-weight:bold;
	color:white;
}
.menu-left, .menu-right{
	height:50px;
	/*padding-top:10px;*/
	margin-top:-10px;
}
.menu-left a, .menu-right a{
	color:white;
	text-decoration: none;
}
.menu-right a{
	display:inline-block;
	height:50px;
	padding-right:10px;
}
.menu-right a:hover{
	background-color:red;
}
.menu-left{
	float:left;
	margin-left:5%;
	/*padding-top:10px;*/
	/*margin-top:6px;*/
	z-index:1;
	width:300px;
	overflow:hidden;
	display:inline-block;		
}
.menu-right{
	float:right;
	/*margin-right:5px;*/
	width:160px;
}
.menu-left img, .menu-right img{
	vertical-align:middle;
}
#submenu{
	width:100%;
	/*height:50px;*/
	z-index:3;
	
	background:#555A75;
	-webkit-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
	
	font-size:16px;
	font-weight:bold;
	color:white;
}
.subdiv{
	float:left;
	width:140px;
    display: block;
    text-transform: uppercase;
    text-align: center;
	font-size:18px;
	/*border-right:1px solid white;*/
}
.subdiv a{
	display:inline-block;
	width:100%;
	/*height:50px;*/
	color:white;
	overflow:hidden;
	text-decoration:none;
    padding-top: 15px;
    padding-bottom: 13px;
	margin-bottom: -5px;
}
.subdiv a:hover{
	/*color:red;*/
	/*text-decoration:none;*/
	background-color:red;
}

#header{
	/*margin-top:50px;*/
	/*height:400px;*/
	/*background-color: gray;*/
	background-image: url("../cutthroatcaverns_title_2688.jpg");
}
#footer{
	font-size:20px;
	margin-top:0;
}

.accordion{
	width:100%;
	color:white;
	background-color:red;	
	margin:0 auto;
	text-align:center;
	font-size:36px;
	padding:10px;
	border:2px solid white;
}

.clearfloat{
	clear:both;
}
.nomargincenter{
	margin:0 auto;
}
.errors{
	color:red;
	font-size:16px;
	font-weight:bold;
}
.report{
	color:green;
	font-size:16px;
	font-weight:bold;
}
/* FORM ELEMENTS */
#formholder{
	/*text-align:center;*/
}
.formlabel{
	/*
	float:left;
	width:45%;
	text-align:right;
	display:inline-block;
	*/
	font-size:16px;
}
.formlabelmath, .forminputmath{
	float:left;
	width:50%;
	text-align:right;
}
.forminputmath{
	text-align:left;
}
.forminputmath select{
	width:50px;
	height:30px;
	/*
	color:white;
	background-color:navy;
	*/
	border:1px solid gray;
	font-size:larger;
}

.forminput{
	/*
	float:left;
	width:45%;
	text-align:left;
	padding-left:10px;
	display:inline-block;
	*/
}
.forminput input{
	width:400px;
	height:30px;
	/*
	color:white;
	background-color:navy;
	*/
	border:1px solid gray;
	font-size:larger;
}
.formcheckbox{
	margin:0 auto;
	width:450px;
	height:30px;
	font-size:larger;
 }
.formcheckbox input{
	width:50px;
	height:30px;
	float:left;
	font-size:larger;
}
.formcheckbox p{
	/*width:450px;*/
	float:left;
	text-align:left;
}
.forminput select{
	height:30px;
	font-size:larger;
}
.forminput textarea{
	width:400px;
	/*
	color:white;
	background-color:navy;
	*/
	border:1px solid gray;
	font-size:larger;
	font-family: 'Open Sans', sans-serif;
}
.forminput button{
	height:30px;
	width:200px;
	font-size:larger;
	font-family: 'Open Sans', sans-serif;
}
.formselect{	
	width:400px;
	font-size:larger;
	font-family: 'Open Sans', sans-serif;	
}

@media only screen and (max-width: 1140px){
	.subdiv { font-size: 16px; }
	#trailer{ width:840px; height:474px;}
	#trailer-holder{ height:500px !important; }
}
@media only screen and (max-width: 952px){
	.menu-left{ display:none; }
	.subdiv { font-size: 14px; }
	.img70{width:100%;}
	.logo{float:none; margin:0 auto;}
	.logo-holder{width:80%;height:auto;}
	.review-text{ margin-top:50px; margin-bottom:-30px;}
	#trailer{ width:840px; height:474px;}
	#trailer-holder{ height:500px !important; }

}
@media only screen and (max-width: 850px){
	.menu-left{ display:none; }
	.subdiv { font-size: 12px; }
	
	.badge img{ width:100%; }
	.motto, .productname { font-size: 40px !important; }
	
	#trailer{ width:560px; height:315px;}
	#trailer-holder{ height:350px !important; }
}

@media only screen and (max-width: 580px){
	.menu-left{	display:none; }
	.menu-right{ 
		font-size:12px;
		width:50%;
		overflow:hidden;
	}
	.subdiv { font-size: 10px; }
	.motto, .productname { font-size: 30px !important; }
	
	#trailer{ width:100%; height:300px;}
	#trailer-holder{ height:300px !important; }
	
}