.render {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-overflow {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*** AVISO COOKIES ***/
#cookiewarning {
  font-size: 13px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
#cookiewarning div {
  text-align: center;
  margin: 0px;
  padding: 10px 0;
  width: auto;
  background: rgba(0, 0, 0, 0.7);
  font-size: 90%;
  color: #858585;
  font-size: 14px;
  color: #fff;
  padding-right: 40px;
}
#cookiewarning div i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-style: normal;
  border: 1px solid #fff;
  padding: 0px 6px 0 7px;
  border-radius: 50%;
}
#cookiewarning div i:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin-bottom: 40px;
  min-height: 675px;
  background: none;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  padding-bottom: 20px;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -50px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  padding: 4px 10px;
  display: block;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: 2px solid transparent;
}
.flex-control-paging li a:hover {
  text-decoration: none;
  color: #fff;
}
.flex-control-paging li a.flex-active {
  border: 2px solid #fff;
  color: #fff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/** GLOBALES **/
body {
  background-color: #181818;
  color: #9a9a9a;
  font-family: 'PT Sans', sans-serfif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oranienbaum', serif;
  color: #fff;
  font-weight: normal;
}
p {
  line-height: 24px;
}
.btn {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all all 0.3 linear ease;
  -moz-transition: all all 0.3 linear ease;
  -ms-transition: all all 0.3 linear ease;
  -o-transition: all all 0.3 linear ease;
  transition: all all 0.3 linear ease;
}
.btn-default {
  background: #4e4c3a;
  color: #fff;
  border: 0;
  border-radius: 3px;
  font-size: 16px;
  padding: 10px 20px;
}
.btn-default:hover,
.btn-default:focus {
  background: #5d5a45;
  color: #fff;
  outline: none;
}
.btn-custom {
  background: transparent;
  color: #b7b49e;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 16px;
  padding: 10px 20px;
}
.btn-custom:hover,
.btn-custom:focus {
  border-color: #b7b49e;
  color: #b7b49e;
  outline: none;
}
.btn-custom:active {
  background: #5d5a45;
  border-color: #5d5a45;
  color: #fff;
}
.animate .title {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 3s linear;
  -moz-transition: all 3s linear;
  -o-transition: all 3s linear;
  transition: all 3s linear;
  -webkit-transition: all all 3 linear ease;
  -moz-transition: all all 3 linear ease;
  -ms-transition: all all 3 linear ease;
  -o-transition: all all 3 linear ease;
  transition: all all 3 linear ease;
}
.animate svg {
  display: none;
}
.animate svg .path {
  stroke-dasharray: 3200;
  stroke-dashoffset: 3200;
}
.animate.activated .title {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.animate.activated svg {
  display: block;
}
.animate.activated svg .path {
  -webkit-animation: dash 30s linear forwards;
  -moz-animation: dash 30s linear forwards;
  -o-animation: dash 30s linear forwards;
  animation: dash 30s linear forwards;
}
.animate.activated svg .path lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes dash{ 0%{ stroke-dashoffset: 3200; } 100%{ stroke-dashoffset: 0 }}
@-moz-keyframes dash{ 0%{ stroke-dashoffset: 3200; } 100%{ stroke-dashoffset: 0 }}
@-o-keyframes dash{ 0%{ stroke-dashoffset: 3200; } 100%{ stroke-dashoffset: 0 }}
@keyframes dash{ 0%{ stroke-dashoffset: 3200; } 100%{ stroke-dashoffset: 0 }}
 lh-keyframes-noop { -lh-keyframes-noop: noop;
}
.animate.activated .galeria {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.social a {
  color: #9a9a9a;
  font-size: 30px;
  margin-top: 15px;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all all 0.3 linear ease;
  -moz-transition: all all 0.3 linear ease;
  -ms-transition: all all 0.3 linear ease;
  -o-transition: all all 0.3 linear ease;
  transition: all all 0.3 linear ease;
}
.social a:hover {
  color: #fff;
  text-decoration: none;
}
/*** ESTRUCTURA ***/
header {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
}
header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
header .mbYTP_wrapper {
  z-index: 1!important;
}
header .bg-imagen {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
header .nombre-video {
  position: absolute;
  z-index: 3;
  left: 15px;
  bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
}
header #portada {
  position: absolute;
  z-index: 2;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header #portada #logo-big {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -248px;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 3;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-transition: all opacity 0.3 linear ease;
  -moz-transition: all opacity 0.3 linear ease;
  -ms-transition: all opacity 0.3 linear ease;
  -o-transition: all opacity 0.3 linear ease;
  transition: all opacity 0.3 linear ease;
}
header #portada #logo-big.active {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
header #portada #btn-arrow {
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -30px;
  border-radius: 50%;
  z-index: 4;
  -webkit-animation: arrow 2s ease;
  -moz-animation: arrow 2s ease;
  -o-animation: arrow 2s ease;
  animation: arrow 2s ease;
}
header #portada #btn-arrow lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes arrow{ 0%{ -webkit-transform: translate3d(0,-100px,0) } 20%{ -webkit-transform: translate3d(0,20px,0) } 40%{ -webkit-transform: translate3d(0,-20px,0) } 60%{ -webkit-transform: translate3d(0,10px,0) } 80%{ -webkit-transform: translate3d(0,-10px,0) } 100%{ -webkit-transform: translate3d(0,0,0) }}
@-moz-keyframes arrow{ 0%{ -moz-transform: translate3d(0,-100px,0) } 20%{ -moz-transform: translate3d(0,20px,0) } 40%{ -moz-transform: translate3d(0,-20px,0) } 60%{ -moz-transform: translate3d(0,10px,0) } 80%{ -moz-transform: translate3d(0,-10px,0) } 100%{ -moz-transform: translate3d(0,0,0) }}
@-o-keyframes arrow{ 0%{ -o-transform: translate3d(0,-100px,0) } 20%{ -o-transform: translate3d(0,20px,0) } 40%{ -o-transform: translate3d(0,-20px,0) } 60%{ -o-transform: translate3d(0,10px,0) } 80%{ -o-transform: translate3d(0,-10px,0) } 100%{ -o-transform: translate3d(0,0,0) }}
@keyframes arrow{ 0%{-webkit-transform: translate3d(0,-100px,0);-moz-transform: translate3d(0,-100px,0);-ms-transform: translate3d(0,-100px,0);transform: translate3d(0,-100px,0);} 20%{-webkit-transform: translate3d(0,20px,0);-moz-transform: translate3d(0,20px,0);-ms-transform: translate3d(0,20px,0);transform: translate3d(0,20px,0);} 40%{-webkit-transform: translate3d(0,-20px,0);-moz-transform: translate3d(0,-20px,0);-ms-transform: translate3d(0,-20px,0);transform: translate3d(0,-20px,0);} 60%{-webkit-transform: translate3d(0,10px,0);-moz-transform: translate3d(0,10px,0);-ms-transform: translate3d(0,10px,0);transform: translate3d(0,10px,0);} 80%{-webkit-transform: translate3d(0,-10px,0);-moz-transform: translate3d(0,-10px,0);-ms-transform: translate3d(0,-10px,0);transform: translate3d(0,-10px,0);} 100%{-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}}
 lh-keyframes-noop { -lh-keyframes-noop: noop;
}
header #portada #btn-arrow i {
  color: #fff;
  font-size: 60px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition: all all 0.5 linear ease;
  -moz-transition: all all 0.5 linear ease;
  -ms-transition: all all 0.5 linear ease;
  -o-transition: all all 0.5 linear ease;
  transition: all all 0.5 linear ease;
}
header #portada #btn-arrow:hover,
header #portada #btn-arrow:focus {
  text-decoration: none;
}
header #portada #btn-arrow:hover i,
header #portada #btn-arrow:focus i {
  text-shadow: 0 0 20px #fff;
}
header #portada #btn-arrow.active {
  pointer-events: none;
}
header #portada #btn-arrow.active i {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
nav {
  background: rgba(24, 24, 24, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 6;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all all 0.3 linear ease;
  -moz-transition: all all 0.3 linear ease;
  -ms-transition: all all 0.3 linear ease;
  -o-transition: all all 0.3 linear ease;
  transition: all all 0.3 linear ease;
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  -o-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
nav.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
nav #logo span {
  width: 173px;
  height: 33px;
  background: url('../images/logo.png');
  display: inline-block;
  margin-top: 10px;
}
nav .navbar {
  margin-bottom: 0;
}
nav .navbar-collapse {
  padding: 0;
}
nav .menu {
  padding: 0;
  margin: 0;
}
nav .menu li {
  list-style: none;
  display: inline-block;
}
nav .menu li a {
  display: block;
  color: #9a9a9a;
  padding: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all all 0.3 linear ease;
  -moz-transition: all all 0.3 linear ease;
  -ms-transition: all all 0.3 linear ease;
  -o-transition: all all 0.3 linear ease;
  transition: all all 0.3 linear ease;
}
nav .menu li a:hover {
  text-decoration: none;
  color: #fff;
}
nav .menu li a.active {
  color: #fff;
}
nav .menu li a:focus {
  text-decoration: none;
  outline: none;
}
nav .menu li a.activo {
  color: #fff;
}
.megamenu {
  background: rgba(16, 16, 16, 0.9);
  position: fixed;
  top: 60px;
  z-index: 6;
  width: 100%;
  padding-bottom: 20px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -400px, 0);
  -moz-transform: translate3d(0, -400px, 0);
  -o-transform: translate3d(0, -400px, 0);
  -ms-transform: translate3d(0, -400px, 0);
  transform: translate3d(0, -400px, 0);
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all all 0.3 linear ease;
  -moz-transition: all all 0.3 linear ease;
  -ms-transition: all all 0.3 linear ease;
  -o-transition: all all 0.3 linear ease;
  transition: all all 0.3 linear ease;
}
.megamenu.activo {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
}
.megamenu.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.megamenu h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #9a9a9a;
}
.megamenu .galeria {
  margin-top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.megamenu .galeria a:nth-child(4n+4) {
  margin-right: 0;
}
.megamenu .galeria a:nth-child(7n+7) {
  margin-right: 5px;
}
.megamenu .galeria a:before,
.megamenu .galeria a:after {
  display: none;
}
.megamenu .galeria img {
  width: 86px;
  height: 86px;
}
.megamenu .vermas {
  float: none;
  display: block;
  text-align: right;
  color: #9a9a9a;
  font-style: italic;
}
.megamenu .vermas:hover {
  color: #fff;
  text-decoration: none;
}
.megamenu hr {
  margin-top: 15px;
  margin-bottom: 0;
  border-color: #323232;
}
/*** ESTRUCTURA INTERNA **/
.interna nav {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.interna .megamenu,
.interna .galeria {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.interna main {
  padding-top: 80px;
}
/*** PORTADA ***/
main {
  position: relative;
  z-index: 5;
  background: #181818;
}
main .title {
  margin-bottom: 20px;
  position: relative;
}
main .title h3 {
  text-transform: uppercase;
  font-size: 40px;
}
main .title p {
  font-size: 18px;
}
main .title hr {
  border-color: #363529;
  border-width: 2px;
  margin-top: -15px;
}
main .title i {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -17.5px;
  font-size: 35px;
  color: #363529;
}
main #about,
main #pictures,
main #videos,
main #contact {
  padding: 40px 0 60px 0;
}
main #videos,
main #contact,
main .models,
main .works {
  background: url('../images/pattern-bg.png') #1e1e1e;
}
main #contact {
  padding-bottom: 0;
  position: relative;
}
.galeria {
  margin-top: 20px;
  -webkit-transform: translate3d(0, 1000px, 0);
  -moz-transform: translate3d(0, 1000px, 0);
  -o-transform: translate3d(0, 1000px, 0);
  -ms-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0);
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-transition: all all 0.8 linear ease;
  -moz-transition: all all 0.8 linear ease;
  -ms-transition: all all 0.8 linear ease;
  -o-transition: all all 0.8 linear ease;
  transition: all all 0.8 linear ease;
}
.galeria a {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
.galeria a:nth-child(7n+7) {
  margin-right: 0;
}
.galeria a div {
  width: 158px;
  height: 158px;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-transition: all opacity 0.3 linear ease;
  -moz-transition: all opacity 0.3 linear ease;
  -ms-transition: all opacity 0.3 linear ease;
  -o-transition: all opacity 0.3 linear ease;
  transition: all opacity 0.3 linear ease;
}
.galeria a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.galeria a:hover:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.galeria a:hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.models,
.works,
.login {
  padding-top: 0;
  padding-bottom: 40px;
}
.models .galeria a img,
.works .galeria a img,
.login .galeria a img {
  height: 200px;
}
.models .galeria a span,
.works .galeria a span,
.login .galeria a span {
  background: #000;
  padding: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all all 0.3 linear ease;
  -moz-transition: all all 0.3 linear ease;
  -ms-transition: all all 0.3 linear ease;
  -o-transition: all all 0.3 linear ease;
  transition: all all 0.3 linear ease;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.models .galeria a span:after,
.works .galeria a span:after,
.login .galeria a span:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #000;
  border-width: 5px;
  margin-left: -5px;
  z-index: 2;
}
.models .galeria a:hover span,
.works .galeria a:hover span,
.login .galeria a:hover span {
  -webkit-transform: translate3d(0, 24px, 0);
  -moz-transform: translate3d(0, 24px, 0);
  -o-transform: translate3d(0, 24px, 0);
  -ms-transform: translate3d(0, 24px, 0);
  transform: translate3d(0, 24px, 0);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.models h4,
.works h4,
.login h4 {
  font-size: 28px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.models h4 .btn,
.works h4 .btn,
.login h4 .btn {
  font-family: 'PT Sans', sans-serfif;
  padding: 5px 10px;
  margin-top: -5px;
}
.models h4 .btn i,
.works h4 .btn i,
.login h4 .btn i {
  margin-left: 2px;
  font-size: 12px;
}
.models .ficha .datos,
.works .ficha .datos,
.login .ficha .datos {
  background: #181818;
  padding: 10px;
  border-radius: 3px;
}
.models .ficha .datos dl,
.works .ficha .datos dl,
.login .ficha .datos dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}
.models .ficha .datos dl dt,
.works .ficha .datos dl dt,
.login .ficha .datos dl dt,
.models .ficha .datos dl dd,
.works .ficha .datos dl dd,
.login .ficha .datos dl dd {
  display: inline;
}
.models .ficha .datos dl dt,
.works .ficha .datos dl dt,
.login .ficha .datos dl dt {
  color: #fff;
  margin-right: 3px;
}
.models .ficha .datos dl:last-child,
.works .ficha .datos dl:last-child,
.login .ficha .datos dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.models .ficha .fotos,
.works .ficha .fotos,
.login .ficha .fotos {
  overflow-x: hidden;
}
.models .ficha .fotos .galeria,
.works .ficha .fotos .galeria,
.login .ficha .fotos .galeria {
  margin-top: 0;
  width: auto;
  display: table;
  display: -moz-box;
}
.models .ficha .fotos .galeria a,
.works .ficha .fotos .galeria a,
.login .ficha .fotos .galeria a {
  float: none;
  white-space: nowrap;
}
.models .ficha .fotos .galeria a:nth-child(7n+7),
.works .ficha .fotos .galeria a:nth-child(7n+7),
.login .ficha .fotos .galeria a:nth-child(7n+7) {
  margin-right: 5px;
}
.models .ficha .fotos .galeria a:before,
.works .ficha .fotos .galeria a:before,
.login .ficha .fotos .galeria a:before {
  display: none;
}
.models .ficha .fotos .galeria a:hover,
.works .ficha .fotos .galeria a:hover,
.login .ficha .fotos .galeria a:hover {
  color: transparent;
}
.models .ficha .fotos .galeria a:last-child,
.works .ficha .fotos .galeria a:last-child,
.login .ficha .fotos .galeria a:last-child {
  margin-right: 0;
}
.models .ficha .fotos .galeria img,
.works .ficha .fotos .galeria img,
.login .ficha .fotos .galeria img {
  width: auto;
  height: 280px;
}
.models .ficha .fotos.scrollable .viewport,
.works .ficha .fotos.scrollable .viewport,
.login .ficha .fotos.scrollable .viewport {
  height: 290px !important;
}
.models .ficha .acciones,
.works .ficha .acciones,
.login .ficha .acciones {
  margin-top: 20px;
  padding-right: 0;
}
.models .ficha .acciones .btn,
.works .ficha .acciones .btn,
.login .ficha .acciones .btn {
  padding: 8px 15px;
}
.models .ficha .acciones .btn i,
.works .ficha .acciones .btn i,
.login .ficha .acciones .btn i {
  margin-right: 3px;
  margin-left: -3px;
  font-size: 14px;
}
.pagination {
  text-align: center;
  margin-bottom: 0;
}
.pagination > li > a {
  background: none;
  padding: 4px 10px;
  border: 0;
  margin: 0 2px;
  color: rgba(255, 255, 255, 0.8);
}
.pagination > li > a:hover,
.pagination > li > a:active,
.pagination > li > a:focus {
  background: none;
  color: #fff;
}
.pagination > li > a:before,
.pagination > li > a:after {
  display: none;
}
.pagination > li.active > a {
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
}
.pagination > li.active > a:hover,
.pagination > li.active > a:active,
.pagination > li.active > a:focus {
  background: none;
  color: #fff;
  border-color: #fff;
}
#map {
  width: 100%;
  height: 520px;
  margin-top: 40px;
}
#map .infowindow {
  font-size: 16px;
  font-weight: bold;
  color: #303030;
  text-align: center;
  width: 180px;
}
#map .infowindow span {
  display: block;
  font-size: 14px;
  color: #515151;
  font-weight: normal;
}
.form {
  position: absolute;
  bottom: 70px;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.form form {
  width: 360px;
  padding: 10px;
  background: rgba(24, 24, 24, 0.8);
  pointer-events: all;
}
.form form h3 {
  text-transform: uppercase;
  color: #b7b7b7;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.form form .form-control {
  border-radius: 0;
  border-color: #4e4c3a;
  background: rgba(0, 0, 0, 0.5);
  font-style: italic;
  color: #707070;
  height: 42px;
}
.form form .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #4e4c3a;
  background: #111;
}
.form form .checkbox label a {
  color: inherit;
}
.form form textarea.form-control {
  height: 100px;
}
.works .form,
.login .form {
  position: relative;
  bottom: inherit;
  width: 83.33333333333334%;
}
.works .form form,
.login .form form {
  width: 100%;
  margin-top: 20px;
}
.works .form form .row,
.login .form form .row {
  margin-bottom: 20px;
}
.works .form form .row textarea,
.login .form form .row textarea {
  height: 100px;
}
.login .form {
  width: 50%;
}
footer {
  text-align: center;
  padding: 40px 0;
}
footer a {
  color: #9A9A9A;
}
footer a:hover {
  text-decoration: none;
  color: #9A9A9A;
}
.oscuro {
  position: fixed;
  top: 70px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
  z-index: 8;
  border-radius: 0;
  background: rgba(83, 81, 63, 0.94);
  border: 0;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
}
.oscuro i {
  font-size: 26px;
  vertical-align: sub;
  margin-right: 5px;
}
.oscuro .close {
  position: absolute;
  color: #fff;
  top: 0;
  right: 5px;
  text-shadow: none;
}
/*** PRINT ***/
.print body {
  background: none;
  color: #000;
  font-family: Arial, sans-serif;
}
.print h1,
.print h2,
.print h3,
.print h4,
.print h5 {
  color: #000;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.print a {
  color: #000;
  text-decoration: underline;
}
.print ul li {
  list-style: none;
}
.imagenes_subidas {
  min-height: 300px;
  margin-bottom: 15px;
}
.imagenes_subidas i {
  position: absolute;
  top: -15px;
  right: 0px;
  font-size: 25px;
  color: red;
  font-weight: bold;
  cursor: pointer;
}
#aviso_privacidad {
  float: right;
  color: inherit;
}
#aviso_privacidad:hover {
  text-decoration: none;
}
#volumen {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 3;
  cursor: pointer;
}
/*** RESPONSIVE DESIGN ***/
@media (min-width: 992px) and (max-width: 1199px) {
  nav .menu li a {
    padding: 20px 13px;
  }
  .mbYTP_wrapper #mbYTP_bgndVideo {
    display: none!important;
  }
  header #portada {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .galeria a img {
    width: 130px;
    height: 130px;
  }
  .models .galeria a img {
    height: auto;
  }
  .megamenu .galeria img {
    width: 69px;
    height: 69px;
  }
  .flexslider {
    min-height: inherit;
  }
  #volumen {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-10 {
    padding-left: 0;
  }
  nav #logo span {
    width: 130px;
    height: 25px;
    margin-top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 18px;
  }
  nav .menu li a {
    padding: 20px 6px;
  }
  .mbYTP_wrapper #mbYTP_bgndVideo {
    display: none!important;
  }
  header #portada {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .galeria a img {
    width: 98px;
    height: 98px;
  }
  .models .galeria a img {
    height: auto;
  }
  .megamenu .galeria img {
    width: 51px;
    height: 51px;
  }
  .flexslider {
    min-height: inherit;
  }
  #volumen {
    display: none;
  }
}
@media (max-width: 767px) {
  .mbYTP_wrapper #mbYTP_bgndVideo {
    display: none!important;
  }
  header #portada {
    background-color: rgba(0, 0, 0, 0.8);
  }
  header #portada #logo-big {
    width: 250px;
    margin-left: -125px;
    margin-top: -27.5px;
  }
  .navbar {
    margin-top: -45px;
    float: none!important;
  }
  .navbar .navbar-toggle {
    background: transparent;
    margin: 10px 0;
  }
  .navbar .navbar-toggle:focus {
    outline: none;
  }
  .navbar .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar .navbar-collapse {
    padding: 0;
    background: rgba(31, 31, 31, 0.95);
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar .navbar-collapse .menu {
    padding: 10px 0;
  }
  .navbar .navbar-collapse .menu li {
    display: block;
  }
  .navbar .navbar-collapse .menu li a {
    width: 100%;
    padding: 10px 15px;
  }
  .navbar .navbar-collapse .menu span {
    display: none;
  }
  .navbar .navbar-collapse .menu .visible-xs {
    margin-left: 15px;
  }
  .navbar .navbar-collapse .menu .visible-xs li a:before {
    content: '';
    position: relative;
    width: 7px;
    height: 8px;
    border-left: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    display: inline-block;
    left: -5px;
    top: -3px;
  }
  #volumen {
    display: none;
  }
  main #about,
  main #pictures,
  main #videos,
  main #contact {
    padding: 20px 0 40px 0;
  }
  main #contact {
    padding-bottom: 0;
  }
  .title {
    zoom: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  .galeria {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .galeria > a {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .galeria > a:nth-child(7n+7) {
    margin-right: 2%;
  }
  .galeria > a:nth-child(2n+2) {
    margin-right: 0;
  }
  .galeria > a img {
    width: 100%;
    height: 100%;
  }
  #contact .title {
    padding: 0 15px;
  }
  .inline-svg,
  main .title i {
    display: none!important;
  }
  .form {
    position: relative;
    bottom: inherit;
  }
  .form form {
    width: 100%;
  }
  #map {
    height: 250px;
  }
  .fancybox-type-iframe,
  .fancybox-type-iframe .fancybox-inner {
    width: 280px!important;
    height: 155px!important;
  }
  .models .ficha .fotos {
    margin-top: 20px;
  }
  .models .ficha .fotos .galeria a,
  .works .ficha .fotos .galeria a {
    width: 33%;
    margin-right: 5px;
  }
  .works .form {
    width: 100%;
  }
  .models .galeria a img,
  .works .galeria a img {
    height: auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  nav #logo span {
    background: url('../images/logo@2x.png');
    background-size: contain;
  }
}
