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

a img {border:none}


body{
	background:#000;
	padding:0px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
}

h1 {
	color:#FFF;
	border-bottom:2px solid #EEE615;
	padding:5px;
	font-weight:lighter;
	letter-spacing:2px;
	font-family: 'Patua One';
	font-size:28px;
}

h2{color:#CCC; border-bottom:0px solid #999;padding:5px;font-family: 'Patua One';}
h3{color:#999;padding:5px;}


.list{padding:10px; color:#CCC; border-bottom:1px solid rgba(153,153,153,.3); list-style:none;}

p{
	color:#CCC;
	line-height:28px;
	background:rgba(0,0,0,.4);
	padding:10px;
	font-size:14px;
}

#skeleton{
	width:990px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:200px;
	z-index:3;
	background:#111;
	border: 1px solid rgba(0,153,153,0);
	position: relative;
}

.skeleton_content{
	margin-left:250px;
	margin-top:70px;
	background:rgba(51,51,51,.1);
	min-height:1000px;
	height:auto;
	width:720px;
	padding:10px;
	border-right:1px solid rgba(51,51,51,1);
	border-left:1px solid rgba(51,51,51,1);
	
}




#main_header_skel{
	width:100%;
	position:fixed;
	height:60px;
/*	background: url(../img/stock/carbon.png);*/
	background:rgba(0,0,0,1);
	margin-left: auto;
	margin-right: auto;
    z-index:5;
	border-bottom:1px solid rgba(204,204,204,.5);
	-moz-box-shadow: 0 7px 30px -6px #000000;
	-webkit-box-shadow: 0 7px 30px -6px #000000;
	box-shadow: 0 7px 30px -6px #000000;
}

#main_header_content{
	width:990px;
	background:none;
	height:45px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	margin-left:30px;
	margin-top:0px;
	left:0px;
	position:absolute;
	border:none;
}

#upload_files{
	width:700px;
	height:30px;
	position:absolute;
	background:none;
	border:0px solid rgba(255,255,255,0);
	display:block;
	margin-left:280px;
	margin-top:0px;
	padding:10px;
	color:rgba(255,255,255,.5);
}

#upload_files a{
	color:#F6F562;
	text-decoration:none;
	margin-right:5px;
	font-size:13px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	margin-left:5px;
	opacity:.7;
}

#upload_files img {
	margin:0px;
	padding:0px;
}

#upload_files a:hover {
	text-decoration:underline;
	color:#FFF;
	opacity:1;
}
	
#search_field{
	width:200px;
	height:10px;
	position:absolute;
	background:none;
	border:1px solid #999;
	display:block;
	margin-left:200px;
	margin-top:8px;
	color:rgba(255,255,255,.7);
	padding:8px;
	font-size:12px;
}

#navigation_skell{
	width:210px;
	height:100%;
	position: absolute;
	background:none;
	z-index:3;
	left:0px;
	margin-top:60px;
	border-left:0px solid rgba(51,51,51,0);
	
}

#navigation_skell_inner{
	width:250px;
	height:1000px;
	background:rgba(0,0,0,1);
	position:absolute;
	margin-top:10px;
}

.nav_dropdown{
	width:250px;
	background:none;
	height:430px;
	list-style:none;
	display:list-item;
	margin:0px;
}

.nav_dropdown li{
	background:none;
	width:290px;
	padding:0px;
	margin-left:-20px;
}

.nav_dropdown a{
	width:150px;
	float:left;
	margin-bottom:5px;
	margin-top:7px;
	padding-left:30px;
	padding-bottom:10px;
	padding-top:0px;
	font-size:15px;
	text-decoration:none;
	color:#FFF;
	background:url(../img/stock/cat_02.png) no-repeat;
	opacity:.5;
	border-bottom:1px solid #333;
	
}

.nav_dropdown a:hover {
	opacity:1;
	text-decoration:none;
	color:#FFF;
	border-bottom:1px solid #FFF;
}

#current{
	opacity:1;
	color:#FC0;
	border-bottom:2px solid #FC0;
	font-weight:bold;
	background: url(../img/stock/cat_03.png) no-repeat;

	}
.title{
	font-size:12px;
	border-bottom:1px solid #4183c4;
	letter-spacing:1px;
	padding-bottom:4px;
	color:#333;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:0px;
	text-align:left;
}

.title_arrow{
	opacity:.5;
	height:10px;
	float:right;
}

.title_arrow:hover{
	opacity:1;
	cursor:pointer;
}


#footer{
	bottom:0px;
	margin-bottom:0px;
	position:fixed;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	z-index:999;
	background:rgba(20,20,20,1);
	-webkit-box-shadow: 0 0 40px 4px rgba(0,0,0,1);
	box-shadow: 0 0 40px 4px rgba(0,0,0,1);
	font-size:5px;
	border-top:1px solid rgba(102,102,102,.4);
}

#footer h2{padding:0px; margin:9px;}


.director{
	background:rgba(0,0,0,.4);
	
	border-top:rgba(238,230,21,.4) solid 2px;
}

.director h2{ letter-spacing:2px; color:#FFF; text-align:center; text-decoration:underline; }



.director2{
	background:rgba(0,0,0,.4);
	border:rgba(204,204,204,.2) solid 1px;margin:10px;
	padding:10px;
}

.director2 h2{ letter-spacing:2px; color:rgba(255,204,51,1); font-size:18px; padding:5px; margin:0px;}

.director2 h3{ letter-spacing:2px; color:#CCC; font-size:14px; padding:5px; margin:0px;}



/*-----------Gallery-------*/






























/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2014: Sebastian Pontow, Rene Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
  */
  
  	#slider {
				width:600px;
				height:250px;
				
				/*IE bugfix*/
				padding:0;
				margin:0;
			}
			
			#slider li { list-style:none; }
			
			
			
.rhino-btn {
	background:url(../img/rhinoslider-sprite.png) 0 0 no-repeat;
	z-index:10;
	width:56px;
	height:53px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-prev, .rhino-next { bottom:-4px; }

.rhino-prev {
	left:-6px;
	background-position:-168px 0;
}

.rhino-next {
	right:-6px;
	background-position:-106px 0;
}

.rhino-prev:hover { background-position:-168px -53px; }

.rhino-next:hover { background-position:-106px -53px; }

.rhino-toggle {
	top:-4px;
	left:-6px;
}

.rhino-play { background-position:0 0; }

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; }

.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets {
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin:0 0 0 -50px;
	z-index: 10;
	background: #fff;
	padding:0;
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
	background:url(../img/rhinoslider-sprite.png) -224px 0 no-repeat;
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}

.rhino-bullets li {
	float:left;
	display:inline;
	margin:0 2px;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 16px;
	height: 15px;
	cursor: pointer;
	background: white;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 5px 0;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	color:#999;
	background:#eee;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#fff;
	background:#5cd4e8;
}


/*---Accordian for ANY Page---*/

.ac-container{
	width: 700px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'Patua One';
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #fff;
	line-height: 33px;
	font-size: 20px;
	font-weight:100;
	background: #222;
	border-bottom:1px solid rgba(51,51,51,1);
	margin-bottom:2px;
}
.ac-container label:hover{
	background: #000;
	color:#FC0;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #FC0;
	color: #000;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(0,0,0,1);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #FFF;
	line-height: 23px;
	font-size: 13px;
	padding: 20px;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}