@charset "UTF-8";

/* */
* {
	font: 14px 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: black;
	background: white;
}
a {
	color: black;
	text-decoration: none;
}
a:hover, a:focus {
	color: #3BF;
}
a {
   outline: 0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1 {
	font-size: 1.2em;
	font-weight: 400;
}
h1 span {
	font-weight: 200;
	/*display: none;*/
}
h2 {
	font-size: 1.15em;
	font-weight: 400;
	margin: 0 0 2em;
}
h3 {
	font-size: 1.1em;
	font-weight: 400;
}
p {
	margin: 0 0 .3em;
}

td {
	vertical-align: top;
	padding: 0 20px 20px 0;
}

small {
	font-size: .85em;
}

strong {
	font-weight: 400;
}

.blue {
	color: #3BF;
}
.grey {
	color: #666;
}
.clear {
	clear: both;
}
div.error {
	font-size: .8em;
	font-weight: 500;
	color: #3BF;
	margin: 5px 0;
}

/* STRUCTURE */
#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: white;
}
#main {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#left_col {
	position: absolute;
	max-width: 240px;
	left: 0;
	top: 0;
	padding: 30px;
	z-index: 10;
	background: rgba(255,255,255,0.9);
}

#content {
	position: relative;
	margin: 0;
	padding: 0;
}

.subcontent {
	font-size: .95em;
	line-height: 1.5em;
	padding: 110px 90px 30px 300px;
}
.subcontent p {
	margin: 0 0 .5em;
}

/* NAV */
nav {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	padding: 0;
	background: none;
	display: block;
}

/* PRIMARY NAV */
#primary_nav {
	position: relative;
	padding: 60px 0 0;
}

.menu {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
.menu li {
	line-height: 1.2em;
	padding: 0.3em 0;
	margin: 0 0 0.2em;
}
.menu li a.active {
	color: #3BF;
}

/* MENU TOGGLE */
#menuToggle {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 30px;
	height: 30px;
	background: url(../images/menu.svg) left top no-repeat;
	background-size: 30px 30px;
	display: none;
	cursor: pointer;
	z-index: 100;
}

/* SECONDARY NAV */
#secondary_nav {
	position: relative;
	line-height: 30px;
	padding: 0;
	margin: 50px 0 30px;
}

.slider-thumbs {
	width: 50px;
	height: 50px;
	display: block;
}
.slider-nav {
	width: 25px;
	height: 23px;
	display: block;
	margin: 15px 0 10px;
	float: left;
}
#pager {
	width: 50px;
	font-size: .8em;
	line-height: 20px;
	text-align: center;
	/*letter-spacing: -0.02em;*/
	display: block;
}
.slider-thumbs, .slider-nav {
	background: url(../images/sprites_nav.png) 0 0 no-repeat;
	background-size: 110px 83px;
	text-indent: -9999px;
}
.slider-thumbs {
	background-position: 0 0;
}
.slider-nav.prev {
	background-position: 0 -60px;
}
.slider-nav.next {
	background-position: -25px -60px;
}
.slider-thumbs:hover {
	background-position: -60px 0;
}
.slider-nav.prev:hover {
	background-position: -60px -60px;
}
.slider-nav.next:hover {
	background-position: -85px -60px;
}

/* NEWSLETTER SUBSCRIPTION */
#newsletterSubscribe p {
	font-size: .9em;
}
#newsletterSubscribe input[type="text"], #newsletterSubscribe input[type="email"] {
	width: 30px;
	height: 21px;
	line-height: 21px;
	font-size: .9em;
	padding: 0 25px 0 5px;
	border: 1px solid #CCC;
	border-radius: 0;
	background: none;
	box-shadow: none;
	vertical-align: middle;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
#newsletterSubscribe input[type="text"].open, #newsletterSubscribe input[type="email"].open {
	width: 130px;
}
#newsletterSubscribe input[type="submit"] {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-indent: -9999px;
	margin-left: -25px;
	background: url(../images/submit.png) center center no-repeat;
	background-size: 11px 17px;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
}
#newsletterResult {
	max-width: 200px;
	display: none;
	color: #3BF;
}

/* FLOATING NAV */
.floating_nav {
	position: absolute;
	left: 300px;
	top: 0;
	height: 100%;
	z-index: 999;
}
.floating_nav a {
	position: absolute;
	height: 100%;
	top: 0;
}
.floating_nav .prev {
	width: 30%;
	left: 0;
	cursor: url(../images/floating_nav_prev.png), w-resize;
}
.floating_nav .thumbs {
	width: 40%;
	left: 30%;
	cursor: url(../images/floating_nav_thumbs.png), zoom-out;
}
.floating_nav .next {
	width: 30%;
	right: 0;
	cursor: url(../images/floating_nav_next.png), e-resize;
}

/* SLIDER */
.owl-item div {
	padding: 30px 90px 30px 300px;
}
.owl-item img {
	display: block;
	max-width: 100%;
	/*
	width: 100%;
	height: auto;
	*/
	margin: 0 auto;
}
/*
.owl-item.loading {
	min-height: 300px;
	background: url(../images/loading.gif) center center no-repeat;
}
*/

/* THUMBNAILS */
.thumbnails {
	display: none;
	padding: 30px 90px 30px 300px;
}
.thumbnails li {
	position: relative;
	min-width: 80px;
	height: 140px;
	margin: 0 20px 20px 0;
	float: left;
	display: block;
	background: url(../images/loading.gif) center center no-repeat;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
.thumbnails li a {
	/*width: 200px;*/
	height: 140px;
	display: none;
}
.thumbnails li img {
	height: 140px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 1024px) {
	body {
		font-weight: 300;
	}
	h1, h2, h3, strong {
		font-weight: 500;
	}
	.owl-item div, 
	.thumbnails {
		padding: 30px 30px 30px 260px;
	}
}

/* SMARTPHONES */
@media screen and (max-width: 480px) {
	#left_col {
		position: relative;
		width: auto;
		max-width: none;
		background: none;
	}
	nav {
		position: absolute;
		left: 0;
		top: 80px;
		width: 100%;
		padding: 20px 0 200px;
		background: rgba(255,255,255,0.9);
		display: none;
		z-index: 20;
	}
	#menuToggle {
		display: block;
	}
	#primary_nav {
		padding-top: 0;
	}
	#primary_nav, #secondary_nav, #newsletterSubscribe {
		margin-left: 30px;
		margin-right: 30px;
	}
	#primary_nav a, #secondary_nav a {
		font-size: 1.25em;
	}
	.owl-item div, 
	.thumbnails {
		padding: 30px;
		text-align: center;
	}
	.thumbnails li {
		height: 90px;
		margin: 0 8px 16px;
		float: none;
		display: inline-block;
	}
	.thumbnails li img {
		height: 90px;
	}
}

/* ########################## RETINA IMAGES ########################## */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.slider-thumbs, .slider-nav {
		background-image: url(../images/sprites_nav@2x.png);
	}
	.floating_nav .prev {
		cursor: url(../images/floating_nav_prev@2x.png), w-resize;
	}
	.floating_nav .thumbs {
		cursor: url(../images/floating_nav_thumbs@2x.png), zoom-out;
	}
	.floating_nav .next {
		cursor: url(../images/floating_nav_next@2x.png), e-resize;
	}
	#newsletterForm input[type="submit"] {
		background-image: url(../images/submit@2x.png);
	}
}
