com/**************GENERAL*************************/
/*
@font-face {
    font-family: 'Elegantlight';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/Elegantlight.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa Bold/Nexa Bold.eot') format('embedded-opentype'),
         url('fonts/Nexa Bold/Nexa Bold.woff') format('woff'),
         url('fonts/Nexa Bold/Nexa Bold.ttf') format('truetype'),
         url('fonts/Nexa Bold/Nexa Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
html
{
    font-size: 16px;
}
@font-face {
    font-family: 'Corbel';
    src: url('fonts/Corbel/Corbel.eot') format('embedded-opentype'),
         url('fonts/Corbel/Corbel.woff') format('woff'),
         url('fonts/Corbel/Corbel.ttf') format('truetype'),
         url('fonts/Corbel/Corbel.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Gillsansmt';
	src: url('fonts/GillSansMT/gillsansmt.eot');
	src: local('Gillsansmt'),
       url('fonts/GillSansMT/gillsansmt.woff') format('woff'),
       url('fonts/GillSansMT/gillsansmt.ttf') format('truetype');
}

@font-face {
    font-family: 'Bell';
    src: url('fonts/Bell_MT.eot') format('embedded-opentype'),
         url('fonts/Bell_MT.woff') format('woff'),
         url('fonts/Bell_MT.ttf') format('truetype'),
         url('fonts/Bell_MT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BernardoModa';
    src: url('fonts/BernardoModa.eot') format('embedded-opentype'),
         url('fonts/BernardoModa.ttf') format('truetype'),
         url('fonts/BernardoModa.woff') format('woff'),
         url('fonts/BernardoModa.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Bookman';
    src: url('fonts/bookos.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body{
    font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    background: #000;
    font-weight: 400;
    font-size: 16px;
    color: #aa3e03;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ie7 body{
    overflow:hidden;
}
.container{
    position: relative;
    text-align: center;
    z-index: 10;
}
.clear{
    clear: both;
}
img{
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
/*********************************************/
/**************HEADER*************************/
/*********************************************/

nav.desktop{
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  position: relative;
  top:40px;
  z-index: 2;
}
nav.desktop > ul > li{
  float: left;
}
nav.desktop > ul > li.menu{
  width: 45%;
}
nav.desktop > ul > li.logo{
  width: 10%;
  position: relative;
  text-align: center;
}

header .menu > ul{
   width:100%;
   box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
}

header .nav-li{
  width: 33%;
  padding: 1%;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 19px;
  font-weight: bold;
  font-family: 'Corbel';
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-align: center;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
header .nav-li:hover{
  background-color: rgba(135, 104, 13, 0.7);

}
.hide{
    display: none;
}
nav ul{
    position: relative;
    top: -10%;
}
.logo img
{
    position: relative;
    top:-40px;
    z-index: 2000;
    width: 70%;
    height: auto;
}
/************************************************************/
/****************** MEDIA SCREEN ****************************/
/************************************************************/

@media screen and (min-width: 1350px) {
    header .nav-li{
        font-size: 19px;
    }
    .center > ul{
      top:150px;
    }
    .info > ul > li {
      width: 14.27%;
      font-size: 15px;
    }
}
@media screen and (max-width: 1300px) {
    header .nav-li{
        font-size: 17px;
    }

}
@media screen and (max-width: 1060px) {
    nav.desktop{
      top:20px;
    }
    header .nav-li{
        font-size: 15px;
    }
    .menu > ul > li:nth-child(1),
    .menu > ul > li:nth-child(2){
        width: 50%;
    }
    .menu > ul > li:nth-child(3){
        width: 40%;
        margin-left: 25%;
    }
    .logo img{
        top: 0px;
    }
    iframe{
        height: 400px;
    }
    .info > ul > li > a{
        font-size: 14px;
    }
}




.albumSelect a {
    display: block;
    padding: 2% 0;
    text-align: center;
}

.default-nav > li:before {
    content: "-";
    margin-right: 10px;
}

.default-nav > li {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
    text-transform: none;
    display: block;
    width: 100%;
    cursor: pointer;
    font-family: 'Gillsansmt';
}

.default-nav > li:hover
{
  -webkit-transform: translate(7px,0);
  -moz-transform: translate(7px,0);
  -o-transform: translate(7px,0);
  -ms-transform: translate(7px,0);
}
.sub-menu a{
    display: block;
    padding: 5% 0;
    text-align: center;
}

.sub-menu a:hover, .albumSelect a:hover{
    background-color: #fff;
    color:#000;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: color 500ms linear;
    -moz-transition: color 500ms linear;
    -o-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}



.container > header {
    padding: 1% 0;
     position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}



.customized{
    float:right !important;
    padding: 1% 1% !important;
}



.separate{
    margin: 0 !important;
    padding: 0 !important;

    width: 2px !important;
    background-color: #fff;
    height:30px;
}


.separate:hover{
    cursor: inherit;
    background-color: #FFF !important;
}
/*********************************************/
/**************ACTION BUTTONS*****************/
/*********************************************/
.center > ul{
    width: 100%;
    z-index: 1000;
    position: absolute;
    top:120px;
}
.center > ul > li{
    list-style: none;
    float: left;
}
.customize, .packages{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 45px;
    cursor: pointer;
    font-family: 'Corbel';
    font-weight: bold;
    background-color:  rgba(108, 93, 8, 0.8);
    width: 21.5%;
    text-transform: uppercase;
    color:#FFF;
    padding: 7.5px 0.5%;

}

.ac_text {
    margin: 0 2px;
    position: relative;
    top: 5px;
}
.ac_icon{
    height: 31px;
    width: 32px;
    display: inline-block;
    background-color: rgba(19,16,5, 0.7);
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);

    -o-transition-duration: 1s; /* Chrome, Safari, Opera */
    -webkit-transition-duration: 1s; /* Chrome, Safari, Opera */
    transition-duration: 1s;
}

.icon_rotate{
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.ac_icon img {
    height: auto;
    margin: 17%;
    vertical-align: middle;
    width: 65%;
}
.customize{
    text-align: center;
   margin-left:  1%;
}
.customize > .ac_icon{
    float: right;
}
.content{
    display: block;
    width: 55%;
}
.content ul{
    list-style: none;
    overflow: hidden;
}
.packages{
    text-align: center;
    margin-right: 1%;
}
.packages > .ac_icon{
    float: left;
}
/***********************/
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../img/topics/pattern.png) repeat top left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.text-sense
{
    margin-right: 30px;
    z-index: 500;
    position: absolute;
    bottom: 90px;
    left: 0px;
    height: 100px;
    width: 100%;
    text-align: right;
    font-weight: bold;
    color: #fff;
    font-family: 'BernardoModa', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.8rem;
    padding: 0;
    text-shadow:-2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    /*
    text-shadow: -3px -3px 3px #000, 3px -3px 3px #000, -3px 3px 3px #000, 3px 3px 3px #000;
    */
}
.text-sense p
{
    margin-right: 1%;
}
.text-sense p:first-child{
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
}
.cb-slideshow li div{
      z-index: 1000;
    position: absolute;
    bottom: 140px;
    left: 0px;
    width: 30%;
    color: #fff;
    opacity: 0;

    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;

}
/*
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}*/


.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 5rem;
    padding: 0;
    line-height: 100px;
}

/*********************************************/
/***************** FOOTER ********************/
/*********************************************/
footer
{
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.info{
    position: absolute;
    display: block;
    background-color: rgba(0,0,0, 0.9);
    width: 100%;
    top: -95px;
    margin-bottom: 20px;

}
.info > ul{
      width: 100%;
      display: table;
      text-align: center;

}
.info > ul > li
{
    display: table-cell;
    color: #fff;
    height: 40px;
    line-height: 14px;
    position: relative;
}

.info > ul > li:not(:first-child):before {
    content: '\2022';
    left: -50%;
    position: relative;
    top: 15px;
}
.info > ul > li:first-child:before {
    content: '\2022';
    left: -70%;
    color:none;
    position: relative;
    top: 38%;
}
.info > ul > li > a{
    padding: 0;
    display: block;
    font-size: 15.5px;
}

.info_circle {
    font-size: 14px;
    margin-right: 15%;
    position: relative;
}
.info li:hover:not(:last-child)  a{
  color:#000;
  -webkit-transition: color 500ms linear;
  -moz-transition: color 500ms linear;
  -o-transition: color 500ms linear;
  -ms-transition: color 500ms linear;
  transition: color 500ms linear;
}
.info  li:hover:not(:last-child){
  background-color: #fff;
  cursor: pointer;
  transition: color 500ms linear;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
/************************************************************/
/****************    ACTION FORM   **************************/
/************************************************************/

.service-picker, .tour-picker{
    display: none;
    background-color:  rgba(108, 93, 8, 0.4);
    padding: 5%;
    cursor: default;
    position: relative;
    top: 7px;
}
.tour-picker img{
    width: 100%;

    -webkit-transition: width .2s, height .2s;
    -moz-transition: width .2s, height .2s;
    -o-transition: width .2s, height .2s;
    transition: width .2s, height .2s;
}
.tour-picker img:hover{
    position: relative;
    left: -5%;
}
.tour-picker li{
    list-style: none;
    cursor: pointer;
}
.service-picker > ul > li > ul
{
    overflow: hidden;
    text-transform: none;
}
.service-picker > ul > li > ul > li, .service-picker > ul > li{
    list-style: none;
    text-align: left;
}
.service-picker > ul > li > ul > li > img{
    width: 15%;
    height: auto;
    margin-left: 10%;
    cursor: pointer;
}
.service-picker > ul > li > ul > li{

    float: left;
    margin: 2% 0;
    font-family: 'Bookman';
}
.service-picker > ul > li > ul > li:nth-child(2n+1){
    width: 55%;
    font-size: 1.1rem;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
}
.service-picker > ul > li > ul > li:nth-child(2n){
    width: 45%;
}


.service-picker > ul > li > ul > li > input{
     background-color: rgba(255, 255, 255, 0.5);
    border: medium none;
    border-radius: 15px;
    color: #333333;
    font-size: 0.9rem;
    font-weight: bold;
    height: 17px;
    padding: 2px 0 0 8%;
    width: 70%;
}
.index-select {
    font-size: 0.9rem;
    border:none;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    width: 30%;
}


#action{
    margin-top: 5px;
    float: right;
    padding: 2.5%;
    cursor: pointer;
    background-color: rgba(139, 124, 29, 0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.9rem;
}
#action:hover{
    -webkit-box-shadow: 1px 1px 16px 0px rgba(255, 253, 237, 0.75);
    -moz-box-shadow:    1px 1px 16px 0px rgba(255, 253, 237, 0.75);
    box-shadow:         1px 1px 16px 0px rgba(255, 253, 237, 0.75);
}





/************************************************************/
/******************    PAGE     *************************/
/************************************************************/
.wrapper{
  z-index: 100;
  position:absolute;
  display: none;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:   #E6E6E6;
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   -webkit-opacity: 0.6;
   opacity: 0.6;
  }


.show_real_video {
    position: relative;
    padding: 0 10px;
}
.real_close, .close{
    cursor: pointer;
    position: absolute;

}
.close {
    right: 7px;
    top: -20px;
    width: 5%;
}
.real_close {
    top: -30px !important;
    width: 50px !important;
}
.close img, .real_close img{
    width: 100%;
}

.excellence_text{
    position: relative;
    padding: 0 10px;
}
.excellence_blocks table{
    border-collapse: separate;
    border-spacing: 15px 5px;
    color: #fff;
    width: 100%;
}
.excellence_blocks td{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "Bell";
    text-align: center;
    margin-top: 2%;
    width: 50%;
}

.excellence_blocks  th{
    font-family: "BernardoModa","Arial Narrow",Arial,sans-serif;
    text-align: center;
    font-weight: bold;
    padding: 1% 0;
}
.text-content a {
    color: blue;
}
.excellence{
    background-color: rgba(170,156,71, 0.8);
}
.excellence_hover{
    background-color: rgba(170,156,71, 0.95);
    cursor: inherit;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
}
.premium{
    background-color: rgba(135,135,135, 0.8);
}
.premium_hover{
    background-color: rgba(135,135,135, 0.95);
        cursor: inherit;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
}
.quality{
    background-color: rgba(176,105,95, 0.8);
}
.quality_hover{
    background-color: rgba(176,105,95, 0.95);
    cursor: inherit;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
}
.text-title{
    margin-bottom: 2%;
    overflow: hidden;
}
.text-content, .text-title{
    background-color: rgba(255,255,255, 0.8);
    padding:1.5%;
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#000;
}
.text-content{
    overflow-y:scroll;
}
.first_line, .second_line{
    font-family: "BernardoModa","Arial Narrow",Arial,sans-serif;
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 2.2rem;
    text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff,
        0 0 0.2em #fff;
    letter-spacing: 3px;
}

.first_line{
  margin-left: 1%;
  display: inline;
  text-align: left;
}
.second_line{
    text-align: right;
    margin-right: 10%;
}

.about-us p{
    overflow:hidden;
}
.text-content  p, .about-us p{
    font-family: "Bell";
    letter-spacing: 1.5px;
    line-height: 1.5rem;
    text-align: justify;
    -moz-text-align-last: center; /* Code for Firefox */
    -webkit-text-align-last: center;
    text-align-last: center;
}

.lyrics{
    margin:0 20%;
    text-align: center;
    font-family: "Bell";
    letter-spacing: 1.5px;
    line-height: 1.5rem;
}

iframe{
    width: 100%;
    min-height: 300px;
}


/************************************************************/
/******************    JOURNALISM  *************************/
/************************************************************/
.journalism{
    font-size: 1.1em;
    letter-spacing: 2px;
    line-height: 1.8em;
}
.journalism img{
    width: 90%;
}

/************************************************************/
/******************    CONTACT     *************************/
/************************************************************/

#success, #error {
    display: none;
    text-align: center;
}
#success p {
    border: 1px solid #000;
    color: #000;
    padding: 10px;
}
#success p, #error p {
    color: #000;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.conctact-button {
    background: rgba(108, 93, 8, 0.8);
    border: 2px solid rgb(54,46,4);
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    height: 35px;
    margin-bottom: 10%;
    width: 100%;
    margin-top: 2%;
}



textarea.form-control {
    height: auto;
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

.form-group {
    margin-bottom: 15px;
}

.has-feedback {
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}
