
/* #PAGE LOAD */

body.royal_loader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
    opacity: 0;
}
#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    color: #EEEEEE;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
       -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
         -o-transition: -o-transform 0.3s linear;
            transition: transform 0.3s linear;
    -webkit-animation: fly 0.3s;
       -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
         -o-animation: fly 0.3s;
            animation: fly 0.3s;
}
#royal_preloader.number .percentage {
    color: #FFFFFF;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: -90px 0px 0px -90px;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 80px;
    width: 180px;
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
    color: #FFFFFF;
    position: absolute;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    letter-spacing: 3px;
    font-size: 36px;
    white-space: nowrap;
}
#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: left 0.8s linear;
       -moz-transition: left 0.8s linear;
        -ms-transition: left 0.8s linear;
         -o-transition: left 0.8s linear;
            transition: left 0.8s linear;
}
#royal_preloader.logo .loader {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}
#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
       -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
         -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
    position: absolute;
    width: 80px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin: 40px 0px 0px -40px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 75px;
  background-color: #333333;
  width: 100%;
  height: 100%;
}

.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  background-color: #292929;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 9999;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

footer .social {
    float: right;
    color: #FFF;
    padding: 28px 0;
}

footer ul {
  padding: 0;
}

footer .social ul li, footer .social-mobile ul li{
    list-style: none;
    float: left;
    margin-left: 25px;
}

footer .social ul li:first-child, footer .social-mobile ul li:first-child {
  margin-left: 0;
}

footer .social ul li a, footer .social ul li a:hover {
    color: #FFF;
    text-decoration: none;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

footer .social ul li a:hover {
    color: #684F84;
    text-decoration: none;
}


footer .social-mobile {
  color: #FFF;
  padding: 28px 0;
  display: inline-block;
  float: right;
} 

footer .social-mobile svg {
  height: 16px;
}

footer .social-mobile li a:hover path {
  fill:#684F84;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  -ms-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}

.copy {
  padding: 28px 0;
  margin-bottom: 0;
  float: left;
  font-size: 11px;
}

.pl-30 {
  padding-left: 30px;
}

p {
  color: #B7B9BB;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
}

h2 {
  color:#FFF;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin:30px 0 40px;
}

.logo h1 {
  text-indent: -9999px;
  margin: 0;
}

.figure {
  padding: 0;
  height: calc(100vh - 153px);
  height: -webkit-calc(100vh - 153px);
  height: -moz-calc(100vh - 153px);
}

/*.box {
  display: table;
  height: calc(100vh - 81px);
}

.box-center{
  display: table-cell;
  vertical-align: middle;
}*/

.navbar {
    margin-bottom: 0px;
    border-radius: 0;
    height: 81px;
}

.navbar-brand {
  padding: 8px 15px;
}

.navbar-default {
  background-color: #292929;
  border-color: #292929;
  padding: 15px 0;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-left: 40px;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
}

.nav li:first-child a {
  margin-left: 0;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
  color: #FFFFFF;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #684F84;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #FFF;
  background-color: transparent;
  border-bottom: 4px solid #552285;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #252424;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #59238B;
}
.navbar-default .navbar-toggle {
  border-color: #552285;
  background-color: #552285;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #DFD1ED;
}

/* Home Page
-------------------------------------------------- */
.home-section {
  height: 700px;
  height: calc(100% - 153px);
  height: -webkit-calc(100% - 153px);
  height: -moz-calc(100% - 153px);
  padding-top: 81px;
}
/* Revolution Slider
-------------------------------------------------- */
.tp-banner-container {
  width:100%;
  position:relative;
  padding:0;
  height: 700px !important;
  height: calc(100vh - 153px) !important;
  height: -webkit-calc(100vh - 153px) !important;
  height: -moz-calc(100vh - 153px) !important;
}


/* About Page
-------------------------------------------------- */
.about-section {
  height: 700px;
  height: calc(100% - 153px);
  height: -webkit-calc(100% - 153px);
  height: -moz-calc(100% - 153px);
  padding-top: 81px;
}

.img-about {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 700px;
  height: -webkit-calc(100%);
}

.img-about-left {
	background: url(../images/about-image-left.jpg);
}

.img-about-right {
	background: url(../images/about-image-right.jpg);
}

/* Service Page
-------------------------------------------------- */
.service-section {
  height: 700px;
  height: calc(100% - 153px);
  height: -webkit-calc(100% - 153px);
  height: -moz-calc(100% - 153px);
  padding-top: 81px;
}

.service-section [class^="col-xs-"] {
  padding:0;
}

.grid {
  overflow: hidden;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  min-height: calc(100vh - 153px);
  min-height: -webkit-calc(100vh - 153px);
  min-height: -moz-calc(100vh - 153px);
  max-height: calc(100vh - 153px);
  max-height: -webkit-calc(100vh - 153px);
  max-height: -moz-calc(100vh - 153px);
  width: 100%;
  height: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 30px;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 75%;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo.img-sonido {
  background: url(../images/servicios-sonido.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 700px;
}

figure.effect-apollo.img-iluminacion {
  background: url(../images/servicios-iluminacion.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 700px;
}

figure.effect-apollo.img-adicionales {
  background: url(../images/servicios-adicionales.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 700px;
}

.img-sonido:hover:before, .img-iluminacion:hover:before, .img-adicionales:hover:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1500px;
  height: 1500px;
  background: rgba(255,255,255,0.3);
  content: '';
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 200px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-apollo h2 {
  text-align: left;
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  color: #FFF;
}

/* Gallery Page
-------------------------------------------------- */
.gallery-section {
  height: 700px;
  height: calc(100% - 153px);
  height: -webkit-calc(100% - 153px);
  height: -moz-calc(100% - 153px);
  padding-top: 81px;
}

.img-gallery {
  padding: 30px;
}

#gallery a img {
  margin-top: 15px;
}

#gallery h4 {
  position: absolute;
  bottom: 27px;
  right: 50px;
  color: #FFF;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 20px;
}
#gallery h4 span {
  position: absolute;
  bottom: -15px;
  right: 1px;
  color: #FFF;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 13px;
}

#galeria h2 {
  margin: 0;
}

/* Contact Page
-------------------------------------------------- */
.contact-section {
  height: 700px;
  height: 100%;
  padding-top: 81px;
}

#google-container {
  position: relative;
  width: 100%;
  height: 400px;
  height: calc(100vh - 450px);
  height: -webkit-calc(100vh - 450px);
  height: -moz-calc(100vh - 450px);
  margin-top: 20px;
}

.form-control {
  border:none;
}

input {
  color: #552285;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  padding: 4px 12px;
  width: 100%;
  height: 34px;
  overflow: hidden;
  background: URL(../images/flecha.svg) no-repeat 100% 0px #FFF;
  color: #552285;
}

select {
  width: 100%;
  height: 39px;
  outline: none;
  padding-left: 12px;
  font-size: 13px;
  border-color: transparent;
}

.form-control {
  font-size: 13px;  
}

.form-control::-webkit-input-placeholder {color:#552285}
.form-control:-moz-placeholder {color:#552285}
.form-control::-moz-placeholder {color:#552285}
.form-control:-ms-input-placeholder {color:#552285}

select:focus, .form-control:focus{
  border-color: #552285;
  box-shadow: none;
}

.btn-primary, .btn-primary:focus  {
  background-color: #552285 !important;
  border-color: #552285 !important;
  outline: none !important;
}

.btn-primary:hover,.btn-primary:active {
  background-color: #4D1E84 !important;
  border-color: #4D1E84 !important;
}

.contact-info {
  line-height: 2;
  font-size: 18px;
}

.contact-info a {
  color: #B7B9BB;
}

.contact-info a:hover {
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #google-container {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1440px) {
  #google-container {
    max-height: 600px;
  }
}

#cd-google-map {
  position: relative;
}

#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(85, 34, 133, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(85, 34, 133, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #4e2679;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}


/* Player
-------------------------------------------------- */
.ttw-music-player {
    font-family: 'Ubuntu', sans-serif;
    position: fixed;
    top: -2px;
    left: calc(50% - 80px);
    left: -webkit-calc(50% - 80px);
    left: -moz-calc(50% - 80px);
    z-index: 9999;
}

.ttw-music-player .player {
    width: 100%;
}

/** Track Info **/
.ttw-music-player .track-info {
    width: 215px;
    margin: 8px 0 0 30px;
    float: left;
    font-size: 12px;
    display: none;
}

.ttw-music-player .track-info p {
    margin: 0 0 8px 0;
}

.ttw-music-player .player .title {
    color: #efefef;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    font-family: 'Lato Bold', arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.ttw-music-player .artist-outer {
    color: #727272;
    font-family: 'Lato Italic', arial, sans-serif;
    font-style: italic;
}

.ttw-music-player .artist {
    color: #999;
    font-family: 'Lato', arial, sans-serif;
    margin-left: 4px;
}


/** Player **/
.ttw-music-player .player-controls {
  height: 30px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  float: left;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-top: 32px solid #552285;
}

.ttw-music-player .player-controls .main {
  width: 52px;
  height: 12px;
  margin: 0px 30px;
  float: left;
  position: relative;
  top: -20px;
}

.ttw-music-player .player-controls div {

    float: left;
    cursor: pointer;
}

.ttw-music-player .previous, .ttw-music-player .next {
    height: 10px;
    width: 15px;
    margin: 1px 0;
}

.ttw-music-player .play, .ttw-music-player .pause {
    width: 8px;
    height: 12px;
    margin: 0 7px;
}

.ttw-music-player .previous {
    background: transparent url(../images/reproductor/player-previous.png) no-repeat center center scroll;
}

.ttw-music-player .next {
    background: transparent url(../images/reproductor/player-next.png) no-repeat center center scroll;
}

.ttw-music-player .play {
    background: transparent url(../images/reproductor/player-play.png) no-repeat center center scroll;
}

.ttw-music-player .pause {
    background: transparent url(../images/reproductor/player-pause.png) no-repeat center center scroll;
}

.ttw-music-player .progress-wrapper {
    height: 9px;
    width: 135px;
    float: left;
    background: transparent url(../images/reproductor/player-progress.png) repeat-x 0 0 scroll;
    margin: 11px 10px 10px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: none;
}

.ttw-music-player .progress {
    height: 9px;
    width: 135px;
    cursor: pointer;
}

.ttw-music-player .elapsed {
    height: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 1px;
    width: 60%;
    background: transparent url(../images/reproductor/player-elapsed.png) repeat-x 0 0 scroll;
}

.ttw-music-player .unused-controls {
    display: none !important;
}


/** Track List **/
.ttw-music-player .tracklist {
    display: none;
 }


/** Transitions **/
.ttw-music-player .more,
.ttw-music-player .album-cover .highlight,
.ttw-music-player .tracklist li,
.ttw-music-player .buy {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.ttw-music-player .player:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}


/* Responsive
-------------------------------------------------- */
@media (max-width: 479px) {
.navbar-brand {
  padding: 12px 15px;
}
.logo h1 {
  width: 80%;
}
}

@media (max-width: 567px) {
footer{
  text-align: center;
}
footer .copy{
  display: none;
}
.social-mobile {
  float: none !important;
}
}

@media (max-width: 667px) {
.ttw-music-player {
    display: none !important;
}
}

@media (max-width: 767px) {
    .navbar {
      margin-bottom: 0px;
      border-radius: 0;
      height: auto;
    }
    .navbar-collapse {
        float: none !important
    }
    .nav>li>a {
      margin: 10px 15px -5px !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      margin-top: 15px;
    }

    .service-section [class^="col-xs-"] {
    width:100%;
    }
    .grid figure img {
    width: 100%;
    height: auto;
    }
}

@media (max-width: 800px){
  body {
  height: auto;
  margin-bottom: 0;
  }
}

@media (max-width: 991px){
.pl-30 {
padding-left: 15px;
}
}

@media (max-width: 1024px) {
.ttw-music-player {
    font-family: 'Ubuntu', sans-serif;
    position: fixed;
    top: 76px;
    left: calc(50% - 80px);
    left: -webkit-calc(50% - 80px);
    left: -moz-calc(50% - 80px);
    z-index: 90;
}
}

@media (min-width: 993px) and (max-width: 1130px) {
p {
  font-size: 12px;
}
}

@media (max-height: 480px) {
footer {
  position: relative !important;
}
.grid figure {
  min-height: 100vh !important;
  /*max-height: 100%;*/
}
}
