@import url(din.css);
html{
  height: 100%;
}
body{
  height: 100%;
}
.center{
  text-align: center;
}
.pTop10{
  padding-top: 10px; 
}
.pBottom10{
  padding-bottom: 10px; 
}
#container{
  margin: 0px auto;  
}

header{

}
header #bannerHeader{
  position: relative;
  padding-top: 20px;
}

header #txBannerHeader{
  background-color: rgba(56, 168, 225, 0.8);
  bottom: 0;
  color: #FFFFFF;
  height: 150px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  padding: 10px 30px;
  -webkit-border-radius: 10px;    
  border-radius: 5px;
  line-height: 25px;
  -webkit-box-shadow:  1px 2px 2px 0px #555555;        
  box-shadow:  1px 2px 2px 0px #555555;
  z-index: 1000;
}

header #txBannerHeader h1{
  font-family: 'DinRegular';
  font-size: 26px;
  line-height: 110%;
  font-weight: normal;
  padding: 6px 20px;
}


#nav-main{
  list-style:none;
  margin:0;
  padding:0;
  width: 100%;
}
#nav-main li{
  float:left;
  width: 20%;
}
#nav-main li a{
  display:block;
  text-decoration:none;
  text-align:center;
  padding-top: 35px;
  cursor: pointer;
}
#nav-main li a:hover{

}
.li-logo-phone{
  text-align: center;
  border-bottom: 2px solid #00A8E6;
  padding-bottom: 5px;
}
#slider{
  min-width: 100%;
}

#slider .images div{
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0px auto;
}


/** How is **/
article#howIs{
  padding: 25px 5px;
}


/** Mision,Vision,Valores**/
article#values{
  background-color: #F5F5F5;
  margin: 0 25px;
  padding: 35px 0 50px;
}
article#values h4{
  border-bottom: 2px solid #a8d0ec;
  padding-bottom: 10px;
}
article#values ul{
  list-style: none;
  margin-left: 10px;
}
article#values li{
}


/** Banner **/
article#bannerCenter{
  position: relative;
}
article#bannerCenter #txBannerCenter{
  background-color: #1C4A84;
  border-radius: 10px 10px 10px 10px;
  bottom: 0;
  box-shadow: 1px 2px 7px 0 #000000;
  color: #FFFFFF;
  font-size: 16px;
  height: 43px;
  left: 0;
  line-height: 20px;
  margin: auto;
  padding: 10px 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 347px;
}

/** Implementation **/
article#implementation{
  background-color: #F5F5F5;
  margin: 0 25px;
  padding: 35px 0 50px;
  position: relative
}



/** Operation **/
article#operation{
  padding: 15px 5px;
}
article#operation h4{
  border-bottom: 2px solid #a8d0ec;
  padding-bottom: 10px;
}
#balloons{
  position: relative;
}
#balloons #balloonLeft{
  position: absolute;
  left: 0px;
  top: 120px;
}
#balloons #balloonTop{
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
#balloons #balloonRight{
  position: absolute;
  right: 0px;
  top: 120px;
}
#balloons #balloonPersons{
  position: absolute;
  top: 170px;
  left: 0px;
  right: 0px;
  margin: 0px auto;  
}





/** Contact s**/
article#contact{
  padding: 0px 0px 0px;
  position: relative;
}
#map-canvas {
  height: 400px;
  width: 100%;
  margin: 0px;
  padding: 0px
}
#email{
  background: none repeat scroll 0 0 #009EE1;
  bottom: 95px;
  color: #FFF;
  left: 0;
  margin: 0 auto;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  width: 400px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  font-size: 16px;
}
#address{
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: 0;
  color: #2B457E;
  left: 0;
  margin: 0 auto;
  padding: 8px 20px;
  position: absolute;
  right: 0;
  width: 530px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
#contact ul{
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 9px;
  margin: 0px
}
#contact ul li{
  text-align: center;
  line-height: 15px;
  font-weight: bold;
  font-size: 12px;
}
#contact p{
  text-align: center;
  padding: 2px 0px;
  margin: 0px;
}



/** FOOTER  **/
footer .topShadow{
  width: 100%;
  height: 1px;
  -webkit-box-shadow:  1px 2px 7px 0px #000;        
  box-shadow:  1px 2px 7px 0px #000;
}
footer{
  background-color: #d0d0d0;

}
#social{
  padding: 20px 0px;
  margin: 0px;
}









/** BOOTSTRAP  **/
.navbar {
  margin-bottom: 20px;
}
.navbar .nav > li {
  float: left;
  width: 19.5%;
  text-align: center;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #213d78;
  text-decoration: none;
  background: none;
  box-shadow: none;
}
.navbar .nav > li > a {
  padding: 50px 0px 0px;
}


/** Responsive **/
@media (min-width: 768px) and (max-width: 979px) {
  header #txBannerHeader{
    width: 85%;
  }  
  #balloons{
    height: 235px;
  }
  #balloons #balloonLeft, #balloons #balloonRight{
    top: 95px;
  }
  #nav-main{
    font-size: 13px;
  } 
}
@media (max-width: 767px) {
  header #txBannerHeader{
    width: 85%;
  }  
  #nav-main li{
    clear: left;
    width: 100%;
  }  
  #nav-main li a{
    padding-top: 5px;
  }    
  #balloons{
    height: 235px;
  }  
  #balloons #balloonLeft, #balloons #balloonRight{
    top: 95px;
  }  
  article#values, article#implementation{
    margin: 0px;
    padding: 20px;
  }
  article#values .span3{
    padding-bottom: 10px;    
  }
  #email{
    width: 200px;
  }
  #address{
    width: 300px;
  }
}
@media (max-width: 480px) {
  #email{
    width: 200px;
  }
  #address{
    width: 250px;
  }
  article#bannerCenter #txBannerCenter{
    font-size: 12px;
    height: 37px;
    line-height: 18px;
    width: 90%;
  } 
  #balloons #balloonLeft, #balloons #balloonRight{
    top: 85px;
  }    
}

.position-relative {
    position: relative;
}

.login {
    position: absolute;
    right: 5px;
    top: -10px;
}

.login a {
    font-size: 10px;
    text-transform: uppercase;
    color: #009EE3;
}

.mail-contact, .mail-contact:hover {
    color: #ffffff;
    text-decoration: none;
}

/** Video **/
article#operation {
    padding-bottom: 0;
}
#video {
    background: #f4f4f5;
    min-height: 507px;
}

.img-centered {
    margin: 0 auto;
}

.title-article img {
    margin: 35px 0 10px 0;
}

.video-wrapper {
    background: url(../img/ceomakers-wrapper-video.png) no-repeat;
    background-size: 100%;
    height: 341px;
    margin: 0 auto;
    width: 523px;    
}

.video-wrapper iframe {
    margin-left: 76px;
    margin-top: 56px;
}

@media (max-width: 480px) {
    .video-wrapper {
        height: 273px;
        width: 420px;    
    }
    
    .video-wrapper iframe {
        margin-left: 66px;
        margin-top: 46px;
    }
    
    iframe {
        height: 180px;
        width: 295px;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .video-wrapper {
        height: 182px;
        width: 280px;    
    }
    .video-wrapper iframe {
        margin-left: 32px;
        margin-top: 25px;
    }
    iframe {
        height: 132px;
        width: 215px;
    }
}