﻿/*
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.	Footer Styles
	6.  Page Styles
	7.	Form Styles
	8.  Free Form Styles
	9. 	Responsive Structure Styles
----------------------------------------------- ------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
	background-color: #9f0d00;
}

body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea, label, input {
	font-family: 'Gotham-Light', sans-serif;
	font-size: 100%;
}

body, p, select, textarea, label {
	font-size: 85%;
}

.page {
	margin: auto;
	padding-right: 40px;
	width: 984px;
}	
.page-wrapper {
	margin-left: 40px;
}

/* -------------------------------- [ Typeface ] */

@font-face {
    font-family: 'Gotham-Bold';
    src: url('/assets/fonts/Gotham-Bold.otf');
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('/assets/fonts/Gotham-Light.otf');
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('/assets/fonts/Gotham-Medium.otf');
}
@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/Gotham-Book.otf');
}

h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, fieldset legend {
	font-family: 'Gotham-Light', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 8px 0 6px;
}

h1, h2, h3, fieldset legend {
	line-height: 30px;
}

h1, fieldset legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 30px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

h2 {
	font-size: 14px;
	border: 0;
}

h3 {
	font-size: 11px;
	line-height: 20px;
}

p {
	color: #fff;
	line-height: 1.4;
	margin-bottom: 7px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.text-error {
	color: rgb(122, 4, 16);
	font-family: 'Gotham-Medium', sans-serif;
}

.dsb {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/

.header {
	height: 124px;
}
.header .logo img {
	float: left;
	position: relative;
	top: 45px;
	left: 15px;
}
.header .nav {
	float: right;
	width: 550px;
}
.header ul.nav li {
	float: left;
	color: #7a0410;
	margin-top: 5px;
	text-align: center;
}
.header ul.nav a {
	display: inline-block;
	width: 130px;
	font-size: 11px;
	color: #888;
}
.header ul.nav a:hover,
.header ul.nav li.selected a {
	background-color: transparent;
	color: white;
}

.header ul.nav li .arrow {
	width: 19px;
	height: 9px;
	margin: 0 auto;
	background: url(/assets/images/nav_arrow.png) no-repeat;
	/* for IE */ display:none;
}
.header ul.nav li:hover .arrow,
.header ul.nav li.selected .arrow {
	display: block;
}

.social {
	clear: right;
	float: right;
	width: 42px;
	margin: 35px 6px 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/
#primary_nav {
	position: absolute;
	top: 54px;
	left: -40px;
}

#primary_nav ul {
	list-style: none;
	margin: 0 0 50px 0;
}
#primary_nav a {
	transition: width 400ms;
	transition-timing-function: ease-in-out;

	/* Firefox 4: */
	-moz-transition: width 400ms;
	-moz-transition-timing-function: ease-in-out;

	/* Safari and Chrome: */
	-webkit-transition: width 400ms;
	-webkit-transition-timing-function: ease-in-out;

	/* Opera: */
	-o-transition: width 400ms;
	-o-transition-timing-function: ease-in-out;
}
#primary_nav a,
#primary_nav div {
	display: block;
	text-align: right;
	width: 217px;
	line-height: 20px;
	padding: 8px 33px 8px 0;
	margin-bottom: 8px;
	font-size: 13px;
	font-family: 'Gotham-Medium', sans-serif;
	text-transform: uppercase;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
	behavior: pie.htc;
}
#primary_nav a:hover {
    text-decoration: none;
}
#primary_nav div {
	font-family: 'Gotham-Light', sans-serif;
	padding: 0 33px 0 0;
	line-height: 25px;
	height: 25px;
}
#primary_nav li:hover a {
	width: 230px;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
.inner {
	position: relative;
}

.wrap {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	-moz-box-shadow: inset 0 0 25px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 0 25px 5px rgba(0,0,0,0.8);
	box-shadow: inset 0 0 25px 5px rgba(0,0,0,0.8);
	behavior: url(/assets/css/pie.htc);
}

.content {
	overflow: auto !important;
	margin: 0 !important;
	padding: 0 2% !important;
	height: 100% !important;
	float: right !important;
	color: #fff;
	background-color: rgb(97,89,86); /* Internet Explorer 8 and under Support */
	background-color: rgba(97,89,86,0.7);
	width: 45%;
	position: relative;
	z-index: 1;
}

#bg-img {
	position: absolute;
	z-index: 0;
}

.content h1, .content h2, .content h3,
legend, label {
	color: #fff;
	text-transform: uppercase;
}

.content-wrap {
	margin: 15px 0;
	padding-bottom: 50px;
}

/* -------------------------------- [ Home Content ] */

#slideshow-wrapper {
	border-bottom: 1px solid #999999;
	min-height: 414px;
	height: 414px;
}
#slideshow .slides_container {
	width: 998px;
	height: 414px;
	display: none;
}

#slideshow img {
	max-width: 998px;
}

.pagination {
    float: right;
    position: relative;
    top: -402px;
    right: 18px;
    z-index: 120;
    margin: 0;
    list-style: none;
}

.pagination li {
    float: left;
    position: relative;
    margin: 0 5px 0 0;
}

.pagination li a {
    display: block;
    width: 16px;
    height: 0;
    padding-top: 16px;
    background-image: url(/assets/images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.pagination li.current a, .pagination li.current a:hover { background-position: 0 -16px }
.pagination li a:hover { background-position: 0 -32px }

/* -------------------------------- [ Slideshow ] */

/*-----------------------------------------------------------------------------------*/
/*	5.	Footer Styles
/*-----------------------------------------------------------------------------------*/
.footer {
	height: 35px;
	margin-top: 6px;
	font-family: 'Gotham-Light', serif;
	font-size: 11px;
	color: #fceee1;
	line-height: 15px;
}
.footer .copyright {
	float: left;
	width: 200px;
}
.footer .credits {
	float: right;
}
.footer .credits a {
	color: #fceee1;
	opacity: .6;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Page Styles
/*-----------------------------------------------------------------------------------*/

.gallery {
	margin-top: 15px;
}
.gallery a {
	display: inline-block;
	width: 85px;
	margin: 0 10px 10px 0;
	font-size: 85%;
	line-height: 1.3em;
	vertical-align: top;
}
.gallery img {
	width: 85px;
	height: 85px;
	margin-bottom: 5px;
}
.gallery span {
	display: block;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Form Styles
/*-----------------------------------------------------------------------------------*/
.input-xxlarge {
	width: 370px;
}

.recaptchatable label {
	color: inherit;
	line-height: inherit;
	text-transform: none;
	font-size: auto;
}

table th, table td  {
	font-size: 85%;
	padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Responsive Structure Styles
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
	/* 1024px - Default
	---------------------------------------------------------------------------------*/
	.page {
		width: 984px;
	}

	/* 1024px - Content
	---------------------------------------------------------------------------------*/
	.footer, .inner .wrap, .header {
		width: 944px;
	}
	.inner .wrap {
		height: 521px;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1600px) {
	/* 1600px - Default
	---------------------------------------------------------------------------------*/
	.page {
		width: 1221px;
	}

	/* 1600px - Content
	---------------------------------------------------------------------------------*/
	.footer, .inner .wrap, .header {
		width: 1201px;
	}
	.inner .wrap {
		height: 663px;
	}
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
	/* 1920px+ - Default
	---------------------------------------------------------------------------------*/
	.page {
		width: 1541px;
	}

	/* 1920px+ - Content
	---------------------------------------------------------------------------------*/
	.footer, .inner .wrap, .header {
		width: 1468px;
	}
	.inner .wrap {
		height: 810px;
	}

	.content { width: 30%; }
}
@media only screen and (min-width: 1921px) {
	/* 1920px+ - Default
	---------------------------------------------------------------------------------*/
	.page {
		width: 1861px;
	}

	/* 1920px+ - Content
	---------------------------------------------------------------------------------*/
	.footer, .inner .wrap, .header {
		width: 1841px;
	}
	.inner .wrap {
		height: 1016px;
	}

	.content { width: 30%; }
}