/* Page styles!
-------------------------------------------------------------------------------*/

header
{
	background-color: #000;
	width: 100%;
	max-height: 100%;
	padding: 0 0 16px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

section#contact
{ 
	background-color: #000;
	background-image: url('../img/bg-contact.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 0;
	max-height: 450px;
	margin-bottom: 15px;
	overflow: auto;
	
	line-height: 0;
}

section#contact > div.column-layout.content
{
	padding-bottom: 20px;
}

section#contact h1,section#contact h3
{
	color: #fff;
}

section#contact a.close-button
{
	background-color: rgba(255,255,255,0.6);
	width: 28px;
	height: 30px;
	margin-top: 3px;
	cursor: pointer;
	
	text-align: center;
	font-size: 22px;
	font-family: 'Open Sans';
	font-weight: 400;
	line-height: 25px;
}

section#contact a.close-button:hover
{
	background-color: rgba(0,0,0,.5);
	color: #fff;
	text-decoration: none;
}

section#contact img
{
	margin: 30px auto;
	display: block;
}

section#contact input,section#contact textarea
{
	background-color: rgba(255,255,255,0.65);
	width: 100%;
}

section#contact input:focus,section#contact textarea:focus
{
	background-color: rgb(255,255,255);
}

section#contact input
{
	height: 34px;
	padding: 5px 10px;
	border: 0;
	font-size: 16px;
}

section#contact textarea
{
	height: 120px;
	padding: 7px 10px;
	border: 0;
	font-size: 16px;
}

section#contact button
{
	background-color: #000;
	width: 100%;
	height: 34px;
	border: 0;
}

section#contact button:hover h2
{
	color: #fff;
}

section#contact button h2
{
	line-height: 30px;
}

nav#main-nav
{
	margin: 0 auto;
	padding: 0 13px;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	position: relative;
}

nav#main-nav .fake-button
{
	display: none;
}

nav#main-nav ul
{
	list-style: none;
	text-align: right;
}

nav#main-nav ul li
{
	width: 12%;
	margin: 0 4px;
	
	display: inline-block;
}

nav#main-nav ul li a
{
	background-color: #2c2c2c;
	width: 100%;
	height: 32px;
	padding: 5px 5px;
	border: 5px solid #2c2c2c;
	
	display: inline-block;
	
	color: #939597;
	text-decoration: none;
	text-align: left;
	
	font-family: 'Merriweather Sans', sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	
	transition: 0.2s ease;
	transition-delay: 0.1s;
}

nav#main-nav ul li a.active
{
	padding: 5px 5px;
	border: 5px solid #ccc;
	color: #ccc;
	
	transition-delay: 0s;
}

nav#main-nav ul li a:hover
{
	padding: 5px 5px;
	border: 5px solid #fff;
	color: #fff;
	
	transition-delay: 0s;
}

nav#sub-nav
{
	background-color: rgba(20,20,20,0.5);
	width: 100%;
	min-height: 62px;
/* 	padding: 0 0 7px; */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	
}

nav#sub-nav.position-static
{
	position: static;
}

nav#sub-nav h1
{
	margin: 0;
	color: #fff;
}

nav#sub-nav > div
{
	max-width: 1200px;
/* 	min-height: 69px; */
	margin: 0 auto;
}

nav#sub-nav ul
{
	margin-top: -10px;
	list-style: none;
	float: right;
	text-align: right;
}

nav#sub-nav ul li
{
	margin: 10px 3px 0;
	
	display: inline-block;
}

nav#sub-nav ul li a
{
	background-color: #000;
	width: 100%;
	height: 32px;
	padding: 5px 5px;
	border: 5px solid #000;
	
	display: inline-block;
	
	color: #939597;
	text-decoration: none;
	text-align: left;
	
	font-family: 'Merriweather Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	
	transition: 0.2s ease;
	transition-delay: 0.1s;
}

nav#sub-nav ul li a:hover
{
	padding: 5px 5px;
	border: 5px solid #fff;
	color: #fff;
	
	transition-delay: 0.0s;
}

#page
{
	padding-top: 63px;
}

#logo-big
{
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
}

#logo-nav
{
	margin-left: 15px;
	float: left;
	position: relative;
	z-index: 1000;
	line-height: 10px;
}

#scroll-down
{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 999999;
	cursor: pointer;
	display: block;
}

.content
{
	max-width: 1200px;
	min-width: 305px;
	margin: 0 auto;
}

.category-box
{
	min-height: 250px;
	position: relative;
}

.category-box a
{
	background-position: center 65%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	border: 0px solid #fff;
	display: block;
	position: absolute;
	
	text-align: center;
	line-height: 140px;
	
	font-size: 28px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 300;
	
	color: #fff;
	
	transition: 0.2s ease;
}

.category-box a:hover
{
/* 	background-position: center 75%; */
	text-decoration: none;
/* 	border: 15px solid #fff; */
	
/* 	line-height: 100px; */

/* 	box-shadow: inset 0 0 0 15px rgba(255,255,255,0.6); */
	background-color: #000;
}

.bg-black,.hover-black:hover
{
	background-color: rgba(20,20,20,0.3) !important;
	color: #fff;
}

.bg-gray,.hover-gray:hover
{
	background-color: #404040 !important;
	color: #fff;
}

.bg-turquoise,.hover-turquoise:hover
{
	background-color: #7eb7b1 !important;
	color: #fff;
}

.bg-yellow,.hover-yellow:hover
{
	background-color: #f7b17d !important;
	color: #fff;
}

.bg-blue,.hover-blue:hover
{
	background-color: #7dc4da !important;
	color: #fff;
}

.bg-red,.hover-red:hover
{
	background-color: #e66351 !important;
	color: #fff;
}

.bg-wine,.hover-wine:hover
{
	background-color: #b25e5c !important;
	color: #fff;
}

.bg-purple,.hover-purple:hover
{
	background-color: #9f6490 !important;
	color: #fff;
}

.bg-green,.hover-green:hover
{
	background-color: #72c082 !important;
	color: #fff;
}

.colored-header
{
	transition: 0.2s ease;
}

.colored-header .column-layout
{
/* 	padding: 20px 0; */
}

.colored-header h1
{
	margin: 0;
	color: #fff;
	line-height: 30px;
}

.colored-header p
{
	line-height: 20px;
	margin-left: -8px;
}

.colored-header .span-6.last
{
/* 	padding-left: 15px; */
}

.colored-header img
{
	margin-right: 20px;
	float: left;
}

.footer,.footer a
{
	font-size: 11px;
	font-weight: normal;
	color: #afafaf;
	text-decoration: none;
}

.footer a:hover
{
	color: #000;
}

#slider-regular
{
	width: 100%;
	height: 530px;
}

#slider-regular .colored-header
{
	padding: 15px 0 16px;
}

#slider-regular .ei-slider-large
{
	margin-bottom: -5px;
}

#slider-fullscreen h1
{
	margin-top: -45px;
}

.blog-spotlight
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.blog-spotlight > .colored-header
{
	background-color: rgba(0,0,0,0.6);
}

.white-text,.white-text h1
{
	color: #fff;
	position: relative;
}

.white-text a
{
	color: #fff;
}

.fullscreen-content
{
	font-weight: 300;
	margin: 0 auto;
}

.fullscreen-content h1
{
	font-size: 38px;
}

#to-top
{
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	width: 400px;
	height: 30px;
	padding: 5px;
	margin-left: -200px;
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 99999;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: none;
}

#grid-widget
{
	margin-top: 20px;
}

#grid-widget > div
{
	position: relative;
}

#grid-widget > div > .grid-widget-hack
{
	margin-top: 90%;
}

#grid-widget > div > .grid-widget-img
{
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#grid-widget > div > a
{
	width: 100%;
	height: 100%;
	display: block;
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#grid-widget > div > a > span
{
	background-color: rgba(0,0,0,0.65);
	width: 100%;
	min-height: 70px;
	padding: 15px;
	
	display: none;
	
	position: absolute;
	bottom: 0;
	left: 0;
	
	text-align: center;
	text-decoration: none;
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	
	letter-spacing: 1px;
	
	color: #fff;
	
/* 	transition: all 0.2s ease; */
/* 	transition-delay: 0.1s; */
}

#grid-widget > div > a:hover > span
{
/* 	opacity: 1; */
	
/* 	transition-delay: 0s; */
}

.grid-widget-search
{
	cursor: pointer;
}

.grid-widget-search.active
{
	padding: 5px !important;
	border: 5px solid #fff !important;
	color: #fff !important;
}

#grid-widget-image
{
	height: 62px;
}

.button-white
{
	background-color: rgba(255,255,255,0.8);
	height: 40px;
	padding: 8px 14px;
	border: 1px solid #ccc;
	display: inline-block;
	cursor: pointer;
}

.button-white:hover
{
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	text-decoration: none;
}

.blog-post
{
	padding: 40px 0 80px;
	border-bottom: 1px solid #ccc;
}

.blog-post .button-white
{
	margin-top: 40px;
}

.blog-post img
{
	margin: 25px 0;
}

nav.blog-nav
{
	margin-top: -19px;
	text-align: center;
	
	position: relative;
	z-index: 999999;
}

nav.blog-nav ul
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	list-style: none;
	display: inline-block;
}

nav.blog-nav ul li
{
	float: left;
}

nav.blog-nav ul li a
{
	background-color: #fff;
	width: 32px;
	height: 34px;
	padding-top: 6px;
	border-left: 1px solid #ccc;
	color: #58585b;
	display: block;
	text-align: center;
}

nav.blog-nav ul li a.cur-page
{
	background-color: #444;
	color: #fff;
}

nav.blog-nav ul li a:hover
{
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

nav.blog-nav ul li a.disabled,nav.blog-nav ul li a.disabled:hover
{
	background-color: #fff;
	color: #ccc;
	cursor: default;
}

#slider-controls > div
{
	cursor: pointer;
}

#slider-controls img
{
	height: 100px;
}

.okay-column-slider
{
	position: relative;
}

.okay-column-slider > div
{
	height: 250px;
	overflow: hidden;
	transition: 0.4s ease;
	position: relative;
}


.okay-column-slider > div.hide
{
	width: 0;
	margin: 0;
	padding: 15px 0 0 0;
	border: 0;
	display: block;
	
	opacity: 0;
	
}

.noscroll
{
	overflow: hidden !important;
}

.ei-title
{
	text-align: center;
}

.ei-title h1
{
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	margin-top: 65px;
	
	font-size: 32px;
	line-height: 40px;
	
	font-family: 'Open Sans';
	font-weight: 600;
	
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.ei-title h2
{
	text-align: center;
	color: #fff;
	font-size: 17px;
	
	font-weight: 300;
	
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.ei-title img
{
	position: relative;
	margin-top: -40px;
	margin-bottom: -50px;
}

.ei-title a
{
	background-color: rgba(0,0,0,0.5);
	margin-top: 90px;
	padding: 8px 14px;
	border: 1px solid rgba(255,255,255,0.5);
	
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	font-size: 14px;
	
	font-family: 'Open Sans';
	font-weight: 600;
	font-style: normal;
	
	text-shadow: none;
	
	display: inline-block;
}

.ei-title a:hover
{
	background: #000;
	color: #fff;
	border-color: #fff;
}

.ei-title iframe
{
	width: 640px;
	height: 360px;
	margin-top: -60px;
	
	box-shadow: 0px 0px 15px rgba(0,0,0,0.75)
}

.ei-slider-large li > div.colored-header
{
	background-color: rgba(0,0,0,0.5);
	height: auto;
	margin: 0;
	top: 0;
	left: 0;
}

.okay-pagination
{
	position: fixed;
	top: 30%;
	right: 0;
	width: 34px;
}

.okay-pagination-up,.okay-pagination-down,.okay-pagination-top
{
	background-color: rgba(0,0,0,0.3);
	width: 34px;
	height: 30px;
	
	margin-bottom: 3px;
	
	display: block;
	
	color: #fff;
	
	text-align: center;
	vertical-align: bottom;
}

.okay-pagination-up:hover,.okay-pagination-down:hover,.okay-pagination-top:hover
{
	background-color: #000;
	
	text-decoration: none;
}

.okay-pagination-pages li
{
	background-color: rgba(255,255,255,0.5);
	width: 18px;
	height: 18px;
	margin: 16px 8px 0;
	
	display: block;
	
	cursor: pointer;
}

.okay-pagination-pages li.active
{
	width: 34px;
	height: 34px;
	margin: 8px 0 -8px;
	border: 8px solid #fff;
}

.okay-pagination-pages li:hover
{
	background-color: #fff;
}

.wanker
{
          box-sizing: border-box;
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #000;
  color: #fff;
  display: none;
  font-family: Helvetica, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  font-size: 1.5em;
}

.wanker-content
{
  position: relative;
  margin: 5em auto 0;
  width: 80%;
}

.wanker-content h1
{
  font-size: 2em;
  line-height: .9em;
  margin-bottom: 2em;
  color: #fff;
}

/* Print styles!
-------------------------------------------------------------------------------*/

@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

@media screen and (max-width: 720px)
{

.span-12,.span-11,.span-10,.span-9,.span-8,.span-7,.span-6,.span-5,.span-4,.span-3,.span-2,.span-1
{
	width: 100%;
	float: none;
	
/* 	padding-top: 20px; */
/* 	padding-bottom: 20px; */
}

nav#main-nav
{
	background: url('../img/btn-menu.png') no-repeat top right;
	width: 40px;
	height: 32px;
	margin-right: 10px;
	float: right;
	position: relative;
}

nav#main-nav .fake-button
{
	display: block;
	position: absolute;
	width: 40px;
	height: 32px;
	top: 0;
	right: 0;
	cursor: pointer;
}

nav#main-nav ul
{
	background: #000;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 48px;
	right: 0;
}

nav#main-nav ul li
{
	width: 150px;
	padding: 0 5px 10px 5px;
	display: block;
}

nav#main-nav.hover ul
{
	width: auto;
	height: auto;
}

nav#sub-nav ul
{
	text-align: left;
}

.text-right,.text-left
{
	text-align: center;
}

#grid-widget
{
	margin-top: 0;
}

#grid-widget > div
{
	float: left;
}

#grid-widget > div > a > span
{
	background-color: rgba(0,0,0,0.6);
	opacity: 1;
}

.fullscreen-content > .span-3
{
	display: none;
}

.okay-column-slider > div.hide, .okay-column-slider-prev, .okay-column-slider-next
{
	display: none;
}

.ei-title h1
{
	font-size: 25px;
	line-height: 28px;
	
	margin-bottom: 10px;
}

.ei-title h2
{
	font-size: 15px;
	margin-top: 0;
}

.ei-title a
{
	margin-top: 15px;
}

.ei-title

{
	padding: 0 20px;
}

.ei-slider-large
{
	margin-bottom: -62px !important;
}

.ei-slider-large li > div
{
	top: 25%;
}

#grid-widget > div > a > span
{
	display: block;
}

.okay-pagination
{
	display: none;
}

.footer
{
	font-size: 10px !important;
	text-align: center !important;
}

h2
{
	margin-top: 40px;
}

section#contact h2
{
	margin-top: 0;
}

section#contact
{
	max-height: none;
}

.ei-title iframe
{
	width: 384px;
	height: 288px;
}