/*
Theme Name: Smog
Theme URI: http://www.smog.tv
Author: Diego Quintana & Smog TV
Author URI: http://diegoquintana.com/
Description: Exclusively for Smog TV.
Version: 1.0
License: Private
*/

@charset "UTF-8";
/* CSS Document */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
font,
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: width .3s ease-out, height .3s ease-out, color .3s ease-out, opacity .3s ease-out, background .3s ease-out, border .3s ease-out, font .3s ease-out;
	-moz-transition: width .3s ease-out, height .3s ease-out, color .3s ease-out, opacity .3s ease-out, background .3s ease-out, border .3s ease-out, font .3s ease-out;
	-o-transition: width .3s ease-out, height .3s ease-out, color .3s ease-out, opacity .3s ease-out, background .3s ease-out, border .3s ease-out, font .3s ease-out;
	-ms-transition: width .3s ease-out, height .3s ease-out, color .3s ease-out, opacity .3s ease-out, background .3s ease-out, border .3s ease-out, font .3s ease-out;
	transition: width .3s ease-out, height .3s ease-out, color .3s ease-out, opacity .3s ease-out, background .3s ease-out, border .3s ease-out, font .3s ease-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a img {
	border: none;
}

object {
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.capitalize {
	text-transform: capitalize;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.textcenter {
	text-align: center;
}

.fixed {
	position: fixed;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}

.separador {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 1.5625%;
}

.separador_half {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 0.78125%;
}

img {
	max-width: 100%;
}









/* DQ reset */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	display: block;
}

h1 {
	font-size: 250%;
}

h2 {
	font-size: 220%;
}

h3 {
	font-size: 190%;
}

h4 {
	font-size: 160%;
}

h5 {
	font-size: 130%;
}

h6 {
	font-size: 100%;
}

.separador {
	width: 100%;
	display: block;
	height: 0;
	padding-bottom: 1.5625%;
}











.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

/*.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}*/

.isotope .isotope-item {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

/**** disabling Isotope CSS3 transitions ****/

/*.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}*/

@-webkit-keyframes loading {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
	}

	0%,
	50%,
	100% {
		opacity: 0;
	}

	25%,
	75% {
		opacity: 1;
	}

	39% {
		-webkit-transform: rotate(180deg);
	}

	39.01% {
		-webkit-transform: rotate(0deg);
	}
}

@-moz-keyframes loading {

	0%,
	100% {
		-moz-transform: rotate(0deg);
	}

	0%,
	50%,
	100% {
		opacity: 0;
	}

	25%,
	75% {
		opacity: 1;
	}

	39% {
		-moz-transform: rotate(180deg);
	}

	39.01% {
		-moz-transform: rotate(0deg);
	}
}

@keyframes loading {

	0%,
	100% {
		transform: rotate(0deg);
	}

	0%,
	50%,
	100% {
		opacity: 0;
	}

	25%,
	75% {
		opacity: 1;
	}

	39% {
		transform: rotate(180deg);
	}

	39.01% {
		transform: rotate(0deg);
	}
}

#infscr-loading,
.loading {
	display: block;
	z-index: 99999;
	background: #000;
	border-radius: 500px;
	text-align: center;
	height: 0;
	position: fixed;
	left: 50%;
	top: 40%;
	width: 12%;
	padding-bottom: 12%;
	margin: 0px 0px 0px -6%;
	color: #000;
	/*box-shadow: 0px 5px 25px rgba(0,0,0,1), 0px -3px 10px rgba(255,255,255,0.3);
box-shadow: 0px 5px 25px rgba(255,255,255,0.3) inset, 0px 5px 25px #000;
box-shadow: 0px 0px 25px rgba(0,0,0,0.5), 0px -3px 5px rgba(255,255,255,0.2);*/
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
}

#infscr-loading img,
.loading img {
	display: inline-block;
	max-width: none;
	position: absolute;
	width: 30%;
	left: 35%;
	top: 14.9%;
	-webkit-animation: loading 1.5s 0s infinite;
	-moz-animation: loading 1.5s 0s infinite;
	animation: loading 1.5s 0s infinite;
}

/*.loading {
display: block;
position: fixed;
width: 3%;
left: 48.5%;
top: 45%;
z-index: 1;
-webkit-animation: loading 1.5s 0s infinite;
-moz-animation: loading 1.5s 0s infinite;
animation: loading 1.5s 0s infinite;
opacity: 0;
}*/



/*.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active blockquote {
}*/

#header_in h1,
#quehacemos,
.item .infoo h2,
.single article header h2,
.page article header h2,
#credits h3,
#credits h4,
#content h3,
#content h4 {
	font-family: 'futura-pt-bold', sans-serif !important;
	font-weight: 700;
	letter-spacing: 0.6px;
}

::-moz-selection {
	background: #fff105;
	background: rgba(255, 241, 5, 0.99);
	color: #000;
}

::selection {
	background: #fff105;
	background: rgba(255, 241, 5, 0.99);
	color: #000;
}

#fading_in {
	opacity: 0;
}

html {
	font-size: 62.5%;
	background: #000;
	min-height: 100%;
}

body {
	font-family: 'Courier New', Courier, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #ccc;
	background: #000;
	margin-left: 5px;
}

input,
textarea,
select {
	font-family: 'Courier New', Courier, monospace !important;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	outline: none;
}

#searchform #s {
	background: transparent;
	border: none;
	color: #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	width: 190px;
	width: 19rem;
}

#searchform #s:focus {
	color: #fff105;
}

#searchform #searchsubmit {
	border: none;
	background: #333;
	color: #fff;
}

#searchform #searchsubmit:hover {
	border: none;
	background: #fff105;
	color: #000;
}

.selectnav {
	display: none;
	font-size: 100%;
	text-transform: capitalize !important;
	font-family: 'Courier New', Courier, monospace;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 0px solid #7f7f7f;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	padding: 5px 0px 5px 7px;
	padding: 0.5rem 0rem 0.5rem 0.7rem;
	background: url(images/flecha_select.png) no-repeat right #000;
}

#page_nav {
	overflow: hidden;
	width: 0;
	height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #e6e7e8;
	text-transform: uppercase;
}

a {
	color: #fff105;
}

a:hover {
	color: #fff;
}

#page {
	padding: 0% 1.5625%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	z-index: 2000;
	position: relative;
	/*opacity: 0;*/
}

#logo {
	display: block;
	width: 6%;
	width: 50px;
	width: 5rem;
	/*margin-left: -50px; margin-left: -5rem;*/
	float: left;
	margin-right: -50px;
	margin-right: -5rem;
	float: right;
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#logo img {
	display: block;
	width: 100%;
	/*opacity: 0;*/
	position: relative;
	-webkit-transition: transform 400ms cubic-bezier(0.000, 0.010, 0.220, 1);
	/* older webkit */
	-webkit-transition: transform 400ms cubic-bezier(0.000, 0.010, 0.220, 1.140);
	-moz-transition: transform 400ms cubic-bezier(0.000, 0.010, 0.220, 1.140);
	-ms-transition: transform 400ms cubic-bezier(0.000, 0.010, 0.220, 1.140);
	-o-transition: transform 400ms cubic-bezier(0.000, 0.010, 0.220, 1.140);
	transition: transform 400ms cubic-bezier(0.000, 0.010, 0.220, 1.140);
	/* custom */
}

#header_in_holder {
	float: left;
	float: right;
	width: 100%;
}

#header_in {
	display: block;
	/*margin-right: 68px; margin-right: 6.8rem;*/
	margin-left: 68px;
	margin-left: 6.8rem;
	border-bottom: 1px solid #7f7f7f;
}

#header_in #htop {
	z-index: 2;
	position: relative;
}

#header_in h1 {
	float: left;
	font-size: 34px;
	font-size: 3.4rem;
	margin-right: 10px;
	margin-right: 1rem;
	line-height: 1;
	height: 32px;
	height: 3.2rem;
}

#header_in #htop #nav {
	float: right;
}

#header_in #htop #nav ul,
#header_in #htop #nav form {
	display: inline-block;
}

.qtrans_language_chooser {
	display: inline-block;
}

#header_in #htop #nav .qtrans_language_chooser .active a {
	color: #fff105;
}

#header_in #htop #nav .qtrans_language_chooser:before,
#header_in #htop #nav .qtrans_language_chooser:after {
	content: '|';
	padding: 0px 20px;
	padding: 0rem 2rem;
}

.qtrans_widget_end {
	display: none !important;
}

#header_in #htop #nav form {
	margin-top: 10px;
	margin-top: 1rem;
	margin-right: 0px;
}

#header_in #htop #nav ul li {
	display: inline-block;
	vertical-align: bottom;
	margin-right: -4px;
	padding: 0px 3px;
	padding: 0rem 0.3rem;
	margin-top: 12px;
	margin-top: 1.2rem;
	line-height: 1;
}

#header_in #htop #nav ul li:before {
	content: '/';
	padding-right: 8px;
	padding-right: 0.8rem;
}

#header_in #htop #nav ul li:first-child:before {
	content: '';
	padding-right: 0;
}

#header_in #htop #nav ul li a {
	display: inline-block;
	padding: 3px;
	padding: 0.3rem;
	color: #ccc;
}

#header_in #htop #nav ul li.current_page_item a,
#header_in #htop #nav ul li a:hover {
	color: #fff105;
}

#header_in h2 {
	font-family: 'Courier New', Helvetica, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #ccc;
	font-weight: normal;
}

#header_in h2 a {
	display: block;
	color: #ccc;
}

#header_in h3 {
	font-weight: 700;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: right;
	float: right;
	line-height: 1;
	z-index: 2000;
}

/*#header_in h3 span#texto {
margin-right: 300px;
}*/

#header_in h3 #what {
	color: #fff105;
	display: block;
}

#header_in h3 #what .in {
	display: block;
	position: relative;
	height: 25px;
	height: 2.5rem;
}

#header_in h3 #what .in ul {
	display: block;
	padding: 3px;
	padding: 0.3rem;
}

#header_in h3 #what .in li {
	display: block;
	height: 0;
	margin: 0;
	overflow: hidden;
	/*background: #000;*/
	opacity: 0;
	padding-left: 5px;
	padding-left: 0.5rem;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-align: right;
}

#header_in h3 #what .in #menucillo {
	display: inline-block;
}

#header_in h3 #what .in #menucillo li {
	background: #000;
	padding-right: 10px;
	margin-right: -10px;
}

#header_in h3 #what .in li a {
	display: block;
}

#header_in h3 #what .in #menucillo li:first-child {
	display: block;
	height: auto;
	opacity: 1;
	background: url(images/flecha_select.png) no-repeat 5% 3px #000;
}

#header_in h3 #what .in li:last-child {
	padding-bottom: 3px;
	padding-bottom: 0.3rem;
	border-radius: 0px 0px 0px 3px;
	border-radius: 0rem 0rem 0rem 0.3rem;
}

#header_in h3 #what .in:hover li {
	display: block;
	height: auto;
	opacity: 1;
}

#header_in #meta_main {
	display: table;
	width: 100%;
	position: relative;
	z-index: 0;
}

#header_in #meta_main h2 {
	float: left;
}

#footer {
	/*opacity: 0;*/
}







#nav-single .nav-previous {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	text-align: right;
	padding-right: 20px;
	padding-right: 2rem;
	border-right: 1px solid #333;
}

#nav-single a {
	color: #eee;
}

#nav-single .nav-next {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding-left: 20px;
	padding-right: 2rem;
}

/*#video_main, #making_of {
	width: 100%;
max-width: 720px;
margin-left: auto;
margin-right: auto;
}*/

#video_main.left,
#content_holder.left,
#making_of.left {
	width: 62%;
}

#making_of img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	margin-top: 10px;
	margin-top: 1rem;
	/*padding: 5px;
border: 1px solid #333;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#making_of h3 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

#making_of br {
	display: none;
}

#making_of img:first-of-type {
	margin-top: 0;
}

#credits.right {
	width: 33%;
	padding-left: 2.5%;
	border-left: 1px solid #333;
}

#credits strong {
	color: #fff;
	font-weight: normal;
}

.single article header h2,
.page article header h2 {
	font-size: 48px;
	font-size: 4.8rem;
}

.single article header h3,
.page article header h3 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-transform: capitalize;
	font-family: 'Courier New', Courier, monospace;
}

.single article header h3 li {
	display: inline-block;
}

.single article header h3 li:nth-of-type(n+1):before {
	content: '/';
	padding: 0px 8px;
	padding-right: 0rem 0.8rem;
}

.single article header h3 li:nth-of-type(1):before {
	content: '';
	padding: 0;
}

.single article header h3 a,
.page article header h3 a {
	color: #ccc;
}











#grilla {
	margin: 0px 0px 0px 0px;
	z-index: 1000;
}

#grilla .item {
	float: left;
	margin: 0;
	opacity: 0;
	width: 20%;
	padding: 0px 5px 5px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	overflow: hidden;
}

/*#grilla .item:hover {
	z-index: 20;
}*/

#grilla .item .in {
	width: 100%;
	height: 0;
	margin: 0;
	padding-bottom: 56.25%;
	position: relative;
	line-height: 0.8;
	overflow: hidden;
}

#grilla .item.x1 {
	width: 19.66666666%;
	width: 20%;
}

#grilla .item.x2 {
	width: 39.75%;
	width: 40%;
}

#grilla .item.x2 .in {
	padding-bottom: 56.59%;
	padding-bottom: 56.7%;
}

#grilla .item.x3 {
	width: 59.833333333%;
	width: 60%;
}

#grilla .item.x3 .in {
	padding-bottom: 56.79%;
}

#grilla .item.x4 {
	width: 79.91.666666666%;
	width: 80%;
}

#grilla .item.x5 {
	width: 100%;
}

#grilla .item .thumb,
#grilla .item .thumb img {
	display: block;
	width: 100%;
}

#grilla .item .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1300;
	overflow: hidden;
}

#grilla .item .thumb img {
	display: block;
	margin: 0;
	width: 100%;
	/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 5px 0px 0px;*/
	max-width: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.item .infoo {
	display: table;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0% 4%;
	z-index: 2000;
	background: rgba(255, 241, 51, 0.85);
	background: #fff105;
	background: rgba(0, 0, 0, 0.85);
	background: #000;
	color: rgba(255, 241, 51, 1);
	color: #fff105;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.item:hover .infoo {
	opacity: 1;
}

/*#grilla .item:hover .thumb img {
-webkit-filter: blur(5px) contrast(5) grayscale(1);
}*/

.item .infoo h2 {
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	display: inline-block;
	margin-left: -1%;
	margin-left: 0%;
	line-height: 1;
	padding: 2% 8% 0% 0%;
	color: #000;
	color: rgba(255, 241, 51, 1);
	/*	text-shadow: 0px 0px 7px rgba(0,0,0,1);*/
	/*background: #000;*/
}

.item.x2 .infoo h2 {
	font-size: 26px;
	font-size: 2.6rem;
	font-size: 32px;
	font-size: 3.2rem;
}

.item.x3 .infoo h2,
.item.x4 .infoo h2,
.item.x5 .infoo h2 {
	font-size: 32px;
	font-size: 3.2rem;
	font-size: 42px;
	font-size: 4.2rem;
}

.item .infoo h3 {
	font-size: 21px;
	font-size: 2.1rem;
	display: inline-block;
	display: none;
	font-weight: 700;
	margin-left: -1%;
	margin-left: 0%;
	line-height: 0.8;
	padding: 0% 0% 2% 0%;
	color: #000;
	color: rgba(255, 241, 51, 1);
	/*	text-shadow: 0px 0px 7px rgba(0,0,0,1);*/
	/*background: #000;*/
}

.item .infoo h3:before {
	/*content: '\00a0/\00a0';*/
}

.item.x2 .infoo h3 {
	font-size: 26px;
	font-size: 2.6rem;
	font-size: 32px;
	font-size: 3.2rem;
}

.item.x3 .infoo h3,
.item.x4 .infoo h3,
.item.x5 .infoo h3 {
	font-size: 32px;
	font-size: 3.2rem;
	font-size: 42px;
	font-size: 4.2rem;
}

#grilla .item .infoo .inn {
	display: table-cell;
	vertical-align: middle;
	padding: 10% 0%;
	height: 80%;
	width: 100%;
	/*text-align: center;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*.item .infoo {
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 2000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: rgba(255, 241, 5, 0.85);
}

.item:hover .infoo {
	opacity: 1;
}

.item .infoo h2 {
	color: #000;
	font-size: 32px; font-size: 3.2rem;
}

.item.x1 .infoo h2 {
	font-size: 21px; font-size: 2.1rem;
}

#grilla .item .infoo .inn {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}*/





.videoholder {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.videoholder iframe,
.videoholder embed,
.videoholder object {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#gmapholder {
	width: 100%;
	padding-bottom: 30%;
	height: 0;
	position: relative;
}

#gmapholder #map-canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#aboutin .left {
	width: 50%;
}

#aboutin .right {
	width: 48%;
}

.contactcol {
	width: 28%;
}

.contactcol.left {
	padding-right: 5%;
}















.aparece768 {
	display: none;
}

.aparece600 {
	visibility: hidden;
}

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

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

	#header_in h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	#header_in h3 #what .in {
		height: 22px;
		height: 2.2rem;
	}

	#grilla .item.x2 .in {
		padding-bottom: 56.59%;
	}

	#infscr-loading,
	.loading {
		top: 32%;
		width: 20%;
		padding-bottom: 20%;
		margin: 0px 0px 0px -10%;
	}

}

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

	.js #main_nav {
		display: none !important;
	}

	.js #selectnav2 {
		display: inline-block;
	}

	.item .infoo h3 {
		display: none;
	}

}

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

	html {
		font-size: 67%;
	}

	/*#video_main, #making_of {
max-width: none;
}*/

	#video_main.left,
	#content_holder.left,
	#making_of.left {
		width: 100%;
		float: none;
	}

	#making_of img {
		padding: 0;
		border: none;
	}

	#credits.right {
		width: 100%;
		float: none;
		padding-left: 0;
		border-left: none;
	}

	#aboutin .left {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0px auto;
		float: none;
	}

	#aboutin .right {
		width: 100%;
		float: none;
	}

	.aparece768 {
		display: block;
	}

	#infscr-loading,
	.loading {
		top: 40%;
		width: 20%;
		padding-bottom: 20%;
		margin: 0px 0px 0px -10%;
	}

	.js #texto,
	.js #menucillo {
		display: none !important;
	}

	.js #selectnav1 {
		display: block;
		float: none;
		width: 35%;
		margin: 0px auto;
	}


	#logo {
		display: none;
	}

	#header_in #meta_main {
		display: block;
	}

	#header_in #htop #nav {
		float: none;
		width: 100%;
		text-align: center;
	}

	.js #header_in h3 {
		float: none;
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
		display: block;
		width: 100%;
		margin: 0px auto 12px auto;
		margin: 0rem auto 1.2rem auto;
	}

	.js #header_in h3 #what {
		display: block;
	}

	.js #header_in h3 #what .in {
		height: auto;
	}

	#header_in h1,
	#header_in #meta_main h2,
	#header_in #meta_main #nav,
	#header_in #htop #nav form {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}

	#header_in #htop #nav .qtrans_language_chooser:after {
		content: '';
		padding: 0;
	}

	#header_in #meta_main h2 br {
		display: none;
	}

	.single article header h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}

}

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

	.aparece600 {
		visibility: visible;
	}

	.js #selectnav1 {
		width: 45%;
	}

	.contactcol {
		width: 100%;
	}

	.contactcol.left {
		padding-right: 0%;
	}

	.separador {
		padding-bottom: 2.5%;
	}

	.separador_half {
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 1.25%;
	}

}

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

	html {
		font-size: 60%;
	}

	.js #selectnav1 {
		width: 55%;
	}

	#infscr-loading,
	.loading {
		top: 35%;
		width: 40%;
		padding-bottom: 40%;
		margin: 0px 0px 0px -20%;
	}

	#grilla .item .in {
		padding-bottom: 56.25% !important;
	}

	#grilla .item.x1,
	#grilla .item.x2,
	#grilla .item.x3,
	#grilla .item.x4,
	#grilla .item.x5 {
		width: 50%;
	}

	.item .infoo h2,
	.item .infoo h3 {
		font-size: 21px !important;
		font-size: 2.1rem !important;
	}

	#gmapholder {
		padding-bottom: 60%;
	}

}

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

	#grilla .item.x1,
	#grilla .item.x2,
	#grilla .item.x3,
	#grilla .item.x4,
	#grilla .item.x5 {
		width: 100%;
		padding: 0px 0px 12px 0px;
	}

	.item .infoo h2,
	.item .infoo h3 {
		font-size: 21px !important;
		font-size: 2.1rem !important;
	}

}