@charset "utf-8";
/* CSS Document */
html { font-size: 62.5%; } 
 
body {
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px; font-size: 2.4vw;
	color: #fff;
}
section, header, article, footer, aside, nav, img { display: block; }
a { text-decoration: none; }
a img { border: 0; }

img {
	max-width: 92%; /* Width is defined by surrounding element */
	margin: 0 auto;
}
.clear {
	clear: both;
}
.sitewidth {
	position: relative;
	width: 98%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}
.fullwidth {
	width: 100%;
}
.gold {
	color: #f8d38d;
}
.white {
	color: #fff;
}
.page {
	background: #000 url(../images/bg-page.jpg) top center no-repeat;
	border-top: #432 1px solid;
	padding: 2% 0;
}
.home .page {
	padding: 0;
}

@media  (min-width: 680px) {
    body {
        font-size: 13px; font-size: 1.4vw;
    }
    body.home {
        font-size: 13px; font-size: 1.4vw;
    }
}
@media  (min-width: 1000px) {
    body {
        font-size: 13px; font-size: 1.4rem;
    }
	
    body.home {
        font-size: 13px; font-size: 1.4vw;
    }
}
@media  (min-width: 1200px) {
    body.home {
        font-size: 13px; font-size: 1.3rem;
    }
}


/** Header **/
header {
}
.logo img {
	margin: 0 auto;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 17px; font-size: 2.7vw;
	text-transform: uppercase;
}
nav #nav {
	display: none;
}
nav li {
	margin: 0;
	padding: 0;
}
nav li a {
	display: inline-block;
	padding: 5px;
	color: #fad28c;
}
nav li:hover a,
nav li.active a {
	color: #fff;
	opacity: 0.9;
}
nav .logo {
	padding: 125px 0 0 0;
	float: right;
	width: 50%;
	margin: 0 25% 0 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 21px;
	text-transform: uppercase;
}
nav .logo a {
	color: #fff;
}
nav .logo .logosm {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.forum {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}
.twits {
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}
.twits li {
	float: left;
	padding: 0 0 0 5px;
	opacity: 0.6;
}
.twits li:hover {
	opacity: 1;
}
@media screen and (min-width: 640px) {
	nav #btnnav {
		display: none;
	}
	nav #nav {
		display: block;
	}
	nav ul {
		font-size: 17px; font-size: 1.7vw;
	}
	nav li {
		float: left;
	}
	nav li a {
		padding: 20px 17px 20px 0;
		opacity: 0.6;
	}
}

@media screen and (min-width: 1000px) {
	nav #nav {
		display: block;
	}
	nav ul {
		display: block;
		font-size: 17px;
	}
}




/** Footer **/
footer {
	clear: both;
	border-top: #222 1px solid;
	padding: 20px 0;
	font-size: 12px;
}




/** Common styles **/
h1 { 
	font-family: 'Adamina', serif; 
	font-weight: normal;
	color: #fad28c;
	font-size: 320%;
	text-shadow: 5px 5px 10px #000000, 5px 5px 20px #000000;
	margin: 2% 0;
}
h2 {
	font-family: 'Adamina', serif; 
	font-weight: normal;
	font-size: 150%;
}
h3 {
	font-size: 120%;
	color: #fad28c;
	margin: 0;
	text-transform: uppercase;
	line-height: 150%;
}
h3.page-description {
	text-transform: none;
	font-size: 120%;
	font-weight: 400;
}
img {
	border: #f8d38d 0px solid;
}
img.thumb {
	max-width: 135px;
}
a {
	color: #fad28c;
}
.home a {
	font-weight: bold;
}
article {
	color: #fad28c; 
	font-size: 13px; font-size: 1.3rem; /* Font sizing with rem and fallback to pixels */
	line-height: 140%;
	overflow: auto;
}
article a {
	color: #fff;
}
aside {
	font-size: 11px;
	color: #fad28c;
}
aside div {
	padding: 0 0 5% 0;
}

.border p,
.shade p {
	margin: 5px 0 10px 0;
	line-height: 150%;
}
.scrollpad {
	margin: 0 10px 10px 0;
	padding: 0 0 5px 0;
	background: transparent url(../images/border.png) bottom left repeat-x;
	line-height: 150%;
}
.shade h2 {
	background: transparent url(../images/border.png) bottom left repeat-x;
	margin: 10px 0;
	padding: 5px 0 15px 0;
}
.middle.shade img {
	float: left;
	margin: 0 10px 10px 0;
}
.bites {
	margin: -10px 0 0 0;
	padding: 0;
	list-style: none;
}
.bites li {
	background: transparent url(../images/border.png) bottom left repeat-x;
	margin: 0;
	padding: 0 0 5px 0;
}
.bites li:last-child {
	background: none;
}
.bites a {
	display: block;
	color: #fad28c;
	padding: 10px 0;
	font-size: 14px;
	background: transparent url(../images/icon-bite.png) center right no-repeat;
}
.passion {
	display: inline-block;
	padding: 2px 15px;
	background: #fad28c;
	color: #000;
	font-weight: bold;
	border-radius: 10px;
}
@media screen and (min-width: 680px) {
	.columns.three {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		   -moz-column-count: 3; /* Firefox */
				column-count: 3;
	}
	.columns {
		-webkit-column-gap: 2%; /* Chrome, Safari, Opera */
		   -moz-column-gap: 2%; /* Firefox */
				column-gap: 2%;
	}
}




/** Videos **/
.videolist {
	margin: 1% 0;
	padding: 0;
}
.videolist li {
	list-style: none;
	padding: 1%;
	margin: 1% 0;
}
.videolist div {
	padding: 5px 0 0 0;
	height: 30px;
	overflow: hidden;
}
.videolist img {
	border: #fad28c 2px solid;
}
.videolist a {
	display: block;
	color: #fad28c;
}





/** News **/
.news {
	padding: 5px 0 10px 0;
	position: relative;
}
.news .newsitem  {
	clear: left;
	margin: 5px 1% 15px 0;
}
.news h1 {
	margin: 0;
}
.news article {
	display: none;
}
.news .newsimg {
	float: left;
	width: 45%;
	max-width: 135px;
	margin: 0 10px 10px 0;
}
.news .teaser {
	display: block;
	margin: 0 0 0 45%;
	line-height: 140%;
}
.news .newsitem p {
	height: 85px;
	overflow: hidden;
	margin: 0;
}
.news .newsitem a {
	color: #fad28c;
	font-weight: bold;
}
.newspage .teaser {
	display: none;
}
.newspage .newsimg {
	float: left;
}
.newspage article {
	display: block;
}
.newspage .newsitem {
	clear: both;
	margin: 5% 0;
	padding: 0 0 2% 0;
	background: transparent url(../images/border.png) bottom left repeat-x;
}
.newspage article p {
	color: #fff;
}





/** Responsive iframe **/
iframe {
	max-width: 100%;
}
.iframe  { /* Wrapper div */
	position: relative;
	height: 0;
	overflow: hidden;
}
.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframe.gallery {
	padding-bottom: 70%; /* padding takes care of dynamic height */
	max-height: 700px;
}
.iframe.video {
	max-width: 600px;
	margin: 2% auto;
	padding-bottom: 80%; /* padding takes care of dynamic height */
	max-height: 400px;
}





/** Responsive styles **/
/***********************/

@media screen and (max-width: 480px) {
	body {
		background: #000 url(../images/header-miguel-sm.jpg) top right no-repeat;
	}
	header .sitewidth{
		height: 300px;
	}
	nav ul {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.7;
		background: #000;
		padding: 10px 5px;
	}
	nav li a {
		padding: 3px 5px;
	}
	nav .logo {
		padding: 105px 0 0 0;
	}
}


@media screen and (min-width: 481px) and (max-width: 767px) {
	body {
		background: #000 url(../images/header-miguel.jpg) top right no-repeat;
	}
	header .sitewidth{
		height: 450px;
	}
	nav ul {
		padding: 10px;
	}
	.videolist li {
		width: 45%;
		float: left;
		padding: 1% 5% 1% 0;
	}
}


@media screen and (min-width: 481px) {
	.page aside {
		width: 28%;
		float: left;
	}
	.page article {
		width: 65%;
		margin: 0 0 0 35%;
	}
}



@media screen and (min-width: 768px) {
	body {
		background: #000 url(../images/bg1.jpg) top center no-repeat;
	}
	header {
		background: transparent url(../images/header-nav.png) top center repeat-x;
	}
	header .sitewidth {
		background: transparent url(../images/header-miguel.png) top center no-repeat;
		color: #fff;
		height: 450px;
	}
	nav .logo {
		float: none;
		padding: 60px 0 0 0;
		clear: both;
		width: 30%;
		margin: 0 auto;
	}
	.right {
		float: right;
	}
	.left {
		float: left;
	}
	.bar {
		background: #000 url(../images/bg-page.jpg) top center no-repeat;
		border-top: #543 1px solid;
	}
	.shade {
		background: #000 url(../images/bg-shade.jpg) top center no-repeat;
	}
	.right.shade {
		background: transparent url(../images/shade-right.png) top left repeat-y;
		width: 30%;
		padding: 2% 2% 2% 2%;
	}
	.left.shade {
		background: transparent url(../images/shade-left.png) top right repeat-y;
		width: 28%;
		padding: 2% 2% 2% 0;
	}
	.middle.shade {
		width: 32%;
		margin: 0 auto;
		padding: 2% 2% 2% 0;
	}
	.left.scroll {
		width: 30%;
		padding: 2% 0;
	}
	.news {
		margin: 0 0 0 33%;
	}
	.news.fullwidth {
		margin: 0;
	}
	.news .newsitem {
		clear: none;
		width: 49%;
		float: left;
	}
	.videolist li {
		padding: 1% 4% 1% 0;
		width: 29%;
		float: left;
	}
	.iframe.video {
		padding-bottom: 50%; /* padding takes care of dynamic height */
	}
}





@media screen and (min-width: 980px) {
}
