.view-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
   background-color: rgba(51,51,51,0.5);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
#pie {background-color:#ffffff; float:center; text-align: center; font-family: 'Varela Round', sans-serif; font-size: 10px;}
#header2{
    position: absolute;
    z-index: 2000;
    width: 235px;
    height: 150px;
    top: 350px;

}
.middle_acced a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius: 50px;
    background: #009933;

}
.middle_acced a:hover{
  font-weight: bold;
    background: #009933;
    font-size:17px;
    color:#E1CC00;

}

#navigation {
    font-family: 'Varela Round', sans-serif;
    margin-top: 15px;
    width: 150px;
    display:block;
    list-style:none;
    z-index:3;
    text-decoration:none ;
    margin-left: -15px;
    
}
#navigation a{
    color: #444;
    display: block;
    background: #fffffa;
    
    line-height: 50px;
    padding: 0px 20px;
  
    margin-bottom: 6px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    font-size: 14px;
    text-decoration: none;

    ----    display: inline-block;
    color:#333;
    text-decoration: none;
    padding:10px 20px;
    line-height: normal;
    font-size: 18px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius: 50px;
}
#navigation a:hover {
    background: #ddd;
    font-weight: normal;
    font-size:19px;
}
.view-sixth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-sixth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
@media screen and (max-width: 1300px){
  header .logo,
  header nav{
    width: 100%;
    text-align: center;
    line-height: 40px;
  
}
  header object{
    visibility: hidden;
        }
  .header3{
    height: auto;
  }

  .header3 .logo,
  .header3 nav {  
    line-height: 50px;
  }
  #header2{
    position: absolute;
    z-index: 2000;
    width: 235px;
    height: 100px;
    top: 250px;

}

}
@media screen and (max-width: 1350px){
 #header2{
  display: none;
}

}
@media screen and (max-width: 1000px){

 #header2{
   
    z-index: 2000;
    top:220px;
visibility: hidden;

}
#header2 li a{
  font-size: 12px;
  width:35px;
  height: 5px;
  top: 20px;
}
#header2 li a:hover{
  
  font-size: 13px;
  width:40px;
  height: 5px;
  top: 20px;
}


}
    #wrapper1 {
      width:600px; 
      margin:0 auto; 
   
      background:#fff; 
     
      padding:25px; 
    
    
    
      text-align:left;
    }
    #lightbox {
      position:fixed; /* keeps the lightbox window in the current viewport */
      top:0; 
      left:0; 
      width:100%; 
      height:100%; 
      background:url(overlay.png) repeat; 
      text-align:center;
    }
    #lightbox p {
      text-align:right; 
      color:#ddd; 
      margin-right:20px; 
      margin-top: 40px;
      font-size:12px;
      font-style: italic;
    }
    #lightbox img {
      box-shadow:0 0 25px #111;
      -webkit-box-shadow:0 0 25px #111;
      -moz-box-shadow:0 0 25px #111;
      max-width:850px;
    }

    @media screen and (max-width: 500px) { 
header .logo,
header nav{
    color:#009933;
    font-size: 12px;
    font-family: 'Varela Round', sans-serif;
    line-height: 20px;
    float: left;
    font-weight: bold;
}
header {
    width: 100%;
    overflow: hidden;
    background: #252932;
    margin-bottom: 5px;
    height: auto;
}  .cb-slideshow li div h3 { font-size: 40px }
    .superior{
    width: 100%;
    font-size: 10px;
    line-height: 0.8;
    height: auto;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;

} 

header nav a {
    display: inline-block;
    color:#fff;
    text-decoration: none;
    padding:1px 2px;
    line-height: normal;
    font-size: 10px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius: 50px;
}
header nav a:hover{
    background: #009933;
    font-weight: bold;
    font-size:11px;
    color:#E1CC00;
}
.h1{
    font-weight: bold;
    font-size: 16px;
    font-family: 'Varela Round', sans-serif;
    text-align: left;
}

.span{
    font-size: 10px;
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
}
.ca-menu li{
    width: 100px;
    height: 150px;
    overflow: hidden;
    float: left;
    background-image:"images/transparente.png";
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
    text-decoration: none;
}

.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 0px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 70%;
}
.ca-main{
    font-size: 15px;
    font-family: 'Varela Round', sans-serif;
    opacity: 1;
    color: #333;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-sub{
    text-align:center;
    font-size: 8px;
    font-family: 'Varela Round', sans-serif;
    color: #666;
    line-height: 10px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;

}
p.ca-menu{
    margin-left: auto;
    margin-right: auto;
    width: 3em
}

.ca-menu li:hover{
    background-color: rgb(225,204,0,0);

}


}
