/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* STYLES */
body{
	color: #fff;
	background: #000;
}
.main-header{
	font-family: "futura-pt", arial, sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	display: none;
}
.main-header .website-title{
	font-weight: 700;
	font-size: 22px;
	margin: 10px 4.8%;
}
.main-header .website-title h2{
	color: #e9470f;
}
.primary-nav{
	background: #e7e7e7;
	display: block;
	padding:10px 0;
	margin-bottom: 26px;
}
.primary-nav .item{
	display: block;
	float: left;
	text-align: center;
	width:25%;
}
.primary-nav a{
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	width: 100%;
}
.primary-nav a:hover{
	color: #e9470f;
}
.primary-nav .active a{
	color: #e9470f;
}
.section{
	background: #000;
	overflow: hidden;
	text-align: center;
}
.section{
	background: #000 url(img/ajax-loader.gif) no-repeat 50% 50%;
}
.js .section{
	display: none;
}
.section .content{
	position: absolute;
/* 	display: none; */
	z-index: 1;
	text-align: left;
}
.section .content h1,
.section .content h2{
	color: #fff;
	padding:8px 20px 8px 10px;
	font-family: "futura-pt", arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	background: #000;
	display: inline-block;
	cursor: pointer;
}
.section .content h2{
	font-weight: normal;
	font-size: 16px;
}
.section .content .btn-hide{
	background: #000 url(img/ico-arrows.png) no-repeat 8px -34px;
	display: block;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	width: 30px;
	height: 30px;
	font-family: "futura-pt", arial, sans-serif;
}
.section .content.hidden .btn-hide{
	background-position: 10px 6px;
}
.section .slider-item{
	text-align: center;
	overflow: hidden;
}
.section .next-slide,
.section .prev-slide{
	font-family: "futura-pt", arial, sans-serif;
	font-size: 36px;
	text-decoration: none;
	display: block;
	background: #000;
	color: gray;
	position: absolute;
	bottom: 50%;
	left:0;
	padding:10px 20px;
}
.section .next-slide:hover,
.section .prev-slide:hover,
.section .next-slide:active,
.section .prev-slide:active{color: #fff;}
.section .next-slide{
	right:0;
	left: auto;
}
.section .next-slide.carousel-disabled,
.section .prev-slide.carousel-disabled{display: none;}
.footer{
	display: block;
	position: absolute;
	bottom: 0;
	right:0;	
	padding:20px;
	color: #fff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	
	text-shadow: 0px 0px 3px black;
	-moz-text-shadow: 0px 0px 3px black;
	-webkit-text-shadow: 0px 0px 3px black;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.touch-nav{
	position: fixed;
	display: block;
	right: 20px;
	bottom: 20px;
}

.touch-nav .btn-next,
.touch-nav .btn-prev{
	background: #000 url(img/ico-arrows.png) no-repeat 5px -100px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	z-index: 10000;
	margin: 5px 0;
}
.touch-nav .btn-next{
	background-position: 5px -69px;
}