html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
p {
    margin: 0 0 25px;
    font-size: 13px;
    line-height: 1.3;
}
@media (min-height: 767px) {
    p {
        margin: 0 0 24px;
        font-size: 16px;
        line-height: 1.4;
    }
}
a {
    color: #1d97d9;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #85CDEF;
}
.light {
    font-weight: 400;
}
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000000;
}
.navbar-brand {
    font-weight: 400;
    height: 50px;
    font-size: 14px;
        
}
.navbar-custom a {
    color: #ffffff;
}
.navbar-custom .nav li > a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li > a:hover,
.navbar-custom .nav li > a:focus,
.navbar-custom .nav li>.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #ffffff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: none;
}
@media (max-width: 767px) {
    .navbar-collapse .open .dropdown-menu > li > a
            {
                color:#fff!important;
            }
}
@media (min-width: 767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: none;
        letter-spacing: 1px;
        background: transparent;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
 
    .top-nav-collapse {
        background-color: #ffffff;
        padding: 0;
    }
    .top-nav-collapse a {
        color: #000000;
    }
    .top-nav-collapse  a:hover,
    .top-nav-collapse  a:focus,
    .top-nav-collapse .active {
        outline: none;
        background-color: rgba(150, 150, 150, 0.2) !important;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .top-nav-collapse .divider-vertical {

        border-right-color:  #ccc !important;

    }
}
.intro {
    display: table;
    width: 100%;
    height: auto;
    //padding: 100px 0;
    text-align: center;
    color: #ffffff;
    //background: url('../img/background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-body img {
    width: 100%;
    margin-bottom: 15px;
}
.intro .intro-body h1 {
    margin-bottom: 0;
}
.intro .intro-body h2 {
    margin-top: -33px;
    margin-bottom: 0;
}
.intro .ribbon {
    display: none;
}
@media (min-width: 992px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .intro .ribbon {
        display: block;
    }
}
.content-section {
    padding-top: 100px;
    min-height: 100%;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #ffffff;
    background: url(../img/bricks3.jpg) no-repeat center center fixed;
    background-color: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.visit-section {
    background: url('../img/mapa_iberia.png') no-repeat #2B5768;
    background-position: right -400px top 25%;
    COLOR:#FFF;

    /*background: white url(../img/line.png) repeat-x top;*/
}
@media (max-width: 767px) {
    .visit-section {
        background-image: none;
    }
    .navbar-brand {
        font-size: 11px;
    }
}
.visit-section img {
    width: 100%;
}
@media (min-width: 767px) {
    .content-section {
        padding-top: 100px;
    }
    .download-section {
        padding: 100px 0;
    }
}

.btn {
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-default {
    border: 1px solid #1d97d9;
    color: #1d97d9;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border: 1px solid #1d97d9;
    outline: none;
    color: #000000;
    background-color: #1d97d9;
}
.btn-huge {
    padding: 25px;
    font-size: 26px;
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #000000;
    border-radius: 35px;
    font-size: 40px;
    color: #000000;
    background: transparent;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: none;
    color: #000000;
    background: rgba(255, 255, 255, 0.1);
}
.btn-circle.light {
    border-color: #ffffff;
    color: #ffffff;
}
.btn-circle.light:hover,
.btn-circle.light:focus {
    color: #ffffff;
}
.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.banner-social-buttons {
    margin-top: 0;
}
@media (max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
    
}
@media (max-width: 767px) {
    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}
::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
/******************************************************************************/
dl.schedule {
    margin: 0;
    padding-left: 100px;
    height: auto;
    background: #ffffff url(bar.gif) bottom left no-repeat;
    line-height: 1em;
}
dl.schedule dd,
dl.schedule dt {
    height: 2em;
    line-height: 2em;
}
dl.schedule dt {
    float: left;
    text-align: right;
    margin-left: -120px;
    width: 120px;
    font-weight: bold;
}
dl.schedule dd {
    margin: 0;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
dl.schedule dd span {
    float: right;
    color: white;
    margin: 0 5px;
}
dl.schedule dd span:first-child {
    float: left;
}
dl.schedule dd.time {
    display: block;
}
dl.schedule dd.time div {
    width: 8.3%;
    display: inline-block;
    float: left;
    margin-left: -4.15%;
    margin-right: 4.15%;
    text-align: center;
}
dl.schedule dd.c1 {
    background: #ccc;
}
dl.schedule dd.c2 {
    background: #009DC0;
}
dl.schedule dd.d1 {
    margin-left: 41.9%;
    width: 49.9%;
}
dl.schedule dd.d2 {
    margin-left: 41.9%;
    width: 49.9%;
}
dl.schedule dd.d3m {
    margin-left: 8.3%;
    width: 20.83%;
}
dl.schedule dd.d3t {
    margin-left: 12.8%;
    width: 24.9%;
}
dl.schedule dd.d3t2 {
    margin-left: 0;
    width: 24.9%;
}
dl.schedule dd.d10 {
    margin-left: 41.9%;
    width: 33.3%;
}
.sponsor {
    margin-top: 20px;
}
.sponsor .logo {
    display: block;
    margin: 0 0;
}
.sponsor .logo img {
    width: 130px;
}
.copyright {
    font-size: 14px;
    margin-top: 35px;
}
.ribbon {
    background-color: #a00;
    overflow: hidden;
    white-space: nowrap;
    /* top left corner */

    position: absolute;
    right: -50px;
    top: 40px;
    /* 45 deg ccw rotation */

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    /* shadow */

    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}
.ribbon a {
    border: 1px solid #faa;
    color: #fff;
    display: block;
    font: 1.4em sans-serif;
    margin: 1px 0;
    padding: 10px 10px;
    min-width: 230px;
    text-align: center;
    text-decoration: none;
    /* shadow */

    text-shadow: 0 0 5px #444;
}


.bgstage {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;

    height: 325px;
    overflow: hidden;
    margin-top: 150px;

}
.anim_container
{
    background: url(../img/bg_1d.png)  center fixed #39BEDB;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    transition: background-image 1s ease-in-out;
}

#bg1{
    background:  url(../img/bg_2d.png) repeat-x;  
    transition: background-image 1s ease-in-out;


}
#bg2{
    background: url(../img/bg_3d.png)repeat-x;    
    transition: background-image 1s ease-in-out;
}
#bg3{
    background: url(../img/bg_4.png) repeat-x;    


}
#bg4{
    background: url(../img/cloud_1.png) top;    


}
#bg_title{
    // background: url(../img/arte.png) no-repeat center center;    
    //width: 271px;
    //height:209px;
    //margin-top: 10%;
    position: relative;
    background-position: 0px 0px !important;
}


.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carroussel_cpt
{
    bottom:20px; 
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.title_text{font-size: 30px;text-shadow: 1px 1px 4px #000000;}
.title_shadow{text-shadow: 1px 1px 4px #000000;}
@media (max-width: 440px) {
    .title_text{font-size: 12px !important;padding-top:5px}
}

@media (max-width: 740px) {
    .title_text{font-size: 20px ;padding-top:10px}
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0 5px;
    border-right: 1px solid #ffffff;

}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;

}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        border-right: none;
        border-top: 1px solid #444;
        width:100%;
        height:1px;
        margin: 5px 0px;
    }
}
.fb_button
{
    font-size: 20px;

}
.fb_button:hover
{
    color: #3B589C;

}
#plane_content
{
    width:200px;

    height:81px;
    position:absolute;
}
#plane
{
    background:url(../img/airplane.png);
    width:200px;
    height:81px;
    float:left;
}

#spacing
{
    color: #ffffff;
    background: url(../img/bricks2.jpg) no-repeat center center fixed;
}
.bgmanel
{
    background: url(../img/registration.png) no-repeat left center;    
    background-position: 40px 0;
    width: 100%;
    height:206px;


    position: absolute;

}
.dropdown-lang .dropdown-menu
{
    min-width: 50px ;
}
.dropdown-lang .dropdown-menu > li > a {

    padding: 10px 19px;
};
 .participant-list flag
 {
     margin-right: 10px;
 }
  .participant-list h6
 {
    padding: 4px 4px 0;
    
 }
.participant-list
 {
     
     border-top: 1px solid #eee;
     min-height: 48px;
 }
 
  .participant-list h3
  {
      margin: 10px 0 0;
  }
  .box-shadowed
  {
      -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
  }
  #about{
      background: url(../img/bg_1light.png) top center ;
     
  }