
@font-face {
font-family:'RaphaelIcons';
    src: url('raphaelicons-webfont.eot');
    src: local('☺'), 
url('fonts/raphaelicons-webfont.woff') format('woff'), 
url('fonts/raphaelicons-webfont.ttf') format('truetype'), 
url('fonts/raphaelicons-webfont.svgwebfontKOf9F4sx') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{margin:0; padding:0;}
.superior{
     background: #E1CC00;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    line-height: 1.6;
    text-align: right;
    font-family: 'BebasNeueRegular';
}

.superior a{
     letter-spacing: 0.1em;
    color: #000;
    display: inline-block;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    text-decoration: none;
    
}

.superior a:hover{
    background: rgba(255,255,255);
    color: #fff;
}
header {
width: 100%;
overflow: hidden;
background: #252932;
margin-bottom: 20px;
}

.wrapper {
width: 90%;
max-width: 1000px;
margin: auto;
overflow: hidden;
}
header .logo{
color:#009933;
font-size: 26px;
font-family: 'Varela Round', sans-serif;
line-height: 100px;
float: left;
font-weight: bold;
}
header nav{
float: right;
line-height: 100px;
}

.st-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
font-family: 'Varela Round', sans-serif;
}

header nav a {
display: inline-block;
color:#fff;
text-decoration: none;
padding:10px 15px;
line-height: normal;
font-size: 16px;
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:18px;
}
.st-container > input,
.st-container > a {
position: fixed;
bottom: 0px;
width: 33.33%;
cursor: pointer;
font-size: 18px;
height:70px;
line-height:70px;
}

.st-container > input {
opacity: 0;
z-index: 1000;
}

.st-container > a {
z-index: 10;
font-weight: 700;
background: #252932;
color: #fff;
text-align: center;
text-shadow: 1px 1px 1px rgba(151,24,64,0.2);
}

/* "Fix" for percentage rounding: add a background bar pseudo element with the same color like the labels */
.st-container:before {
content: '';
position: fixed;
width: 100%;
height: 34px;
background: #252932;
z-index: 9;
bottom: 0;
}

#st-control-1, #st-control-1 + a {
left: 0;
}

#st-control-2, #st-control-2 + a {
left: 33.33%;
}

#st-control-3, #st-control-3 + a {
left: 66.66%;
}



.st-container > input:checked + a,
.st-container > input:checked:hover + a{
background: #252932;
}

.st-container > input:checked + a:after,
.st-container > input:checked:hover + a:after{
bottom: 100%;
border: solid transparent;
content: '';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-bottom-color: #252932;
border-width: 20px;
left: 50%;
margin-left: -20px;
}

.st-container > input:hover + a{
background: #009933;
}

.st-container > input:hover + a:after {
border-bottom-color: #009933;
}

.st-scroll,
.st-panel {
position: relative;
width: 100%;
height: 100%;

}

.st-scroll {
top: 0;
left: 0;

-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
/* Let's enforce some hardware acceleration */
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
}

.st-panel{
background: #fff;
overflow: hidden;
} 

#st-control-1:checked ~ .st-scroll {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}
#st-control-2:checked ~ .st-scroll {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
#st-control-3:checked ~ .st-scroll {
-webkit-transform: translateY(-200%);
-moz-transform: translateY(-200%);
-o-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
}
#st-control-4:checked ~ .st-scroll {
-webkit-transform: translateY(-300%);
-moz-transform: translateY(-300%);
-o-transform: translateY(-300%);
-ms-transform: translateY(-300%);
transform: translateY(-300%);
}
#st-control-5:checked ~ .st-scroll {
-webkit-transform: translateY(-400%);
-moz-transform: translateY(-400%);
-o-transform: translateY(-400%);
-ms-transform: translateY(-400%);
transform: translateY(-400%);
}


/* Content elements */

.st-deco{
width: 200px;
height: 200px;
position: absolute;
top: 0px;
left: 50%;
margin-left: -100px;
background: #fa96b5;
-webkit-transform: translateY(-50%) rotate(45deg);
-moz-transform: translateY(-50%) rotate(45deg);
-o-transform: translateY(-50%) rotate(45deg);
-ms-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}

[data-icon]:after {
    content: attr(data-icon);
    font-family: 'RaphaelIcons';
    color: #fff;
text-shadow: 1px 1px 1px rgba(151,24,64,0.2);
position: absolute;
width: 200px;
height: 200px;
line-height: 200px;
text-align: center;
font-size: 90px;
top: 50%;
left: 50%;
margin: -100px 0 0 -100px;
-webkit-transform: rotate(-45deg) translateY(25%);
-moz-transform: rotate(-45deg) translateY(25%);
-o-transform: rotate(-45deg) translateY(25%);
-ms-transform: rotate(-45deg) translateY(25%);
transform: rotate(-45deg) translateY(25%);
}

.st-panel h2 {
color: #333;
text-shadow: 1px 1px 1px rgba(151,24,64,0.2);
position: absolute;
font-size: 54px;
font-weight: 900;
width: 80%;
left: 10%;
text-align: center;
line-height: 50px;
margin: -70px 0 0 0;
padding: 0;
top: 50%;
-webkit-backface-visibility: hidden;
}

#st-control-1:checked ~ .st-scroll #st-panel-1 h2,
#st-control-2:checked ~ .st-scroll #st-panel-2 h2,
#st-control-3:checked ~ .st-scroll #st-panel-3 h2,
#st-control-4:checked ~ .st-scroll #st-panel-4 h2,
#st-control-5:checked ~ .st-scroll #st-panel-5 h2{
-webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards;
-moz-animation: moveDown 0.6s ease-in-out 0.2s backwards;
-o-animation: moveDown 0.6s ease-in-out 0.2s backwards;
-ms-animation: moveDown 0.6s ease-in-out 0.2s backwards;
animation: moveDown 0.6s ease-in-out 0.2s backwards;
}
@-webkit-keyframes moveDown{
0% { 
-webkit-transform: translateY(-40px); 
opacity: 0;
}
100% { 
-webkit-transform: translateY(0px);  
opacity: 1;
}
}

@-moz-keyframes moveDown{
0% { 
-moz-transform: translateY(-40px); 
opacity: 0;
}
100% { 
-moz-transform: translateY(0px);  
opacity: 1;
}
}

@-o-keyframes moveDown{
0% { 
-o-transform: translateY(-40px); 
opacity: 0;
}
100% { 
-o-transform: translateY(0px);  
opacity: 1;
}
}

@-ms-keyframes moveDown{
0% { 
-ms-transform: translateY(-40px); 
opacity: 0;
}
100% { 
-ms-transform: translateY(0px);  
opacity: 1;
}
}

@keyframes moveDown{
0% { 
transform: translateY(-40px); 
opacity: 0;
}
100% { 
transform: translateY(0px);  
opacity: 1;
}
}

.st-panel p {
position: absolute;
text-align: center;
font-size: 15px;
line-height: 35px;
color: #8b8b8b;
z-index: 2;
padding: 0;
width: 100%;
left: 0%;
top: 50%;
margin: 10px 0 0 0;
-webkit-backface-visibility: hidden;
}

.st-panel a {
font-weight: bold;
}
.st-panel a:hover {
color:#fff ;
;
}
#st-control-1:checked ~ .st-scroll #st-panel-1 p,
#st-control-2:checked ~ .st-scroll #st-panel-2 p,
#st-control-3:checked ~ .st-scroll #st-panel-3 p,
#st-control-4:checked ~ .st-scroll #st-panel-4 p,
#st-control-5:checked ~ .st-scroll #st-panel-5 p{
-webkit-animation: moveUp 0.6s ease-in-out 0.2s backwards;
-moz-animation: moveUp 0.6s ease-in-out 0.2s backwards;
-o-animation: moveUp 0.6s ease-in-out 0.2s backwards;
-ms-animation: moveUp 0.6s ease-in-out 0.2s backwards;
animation: moveUp 0.6s ease-in-out 0.2s backwards;
}

@-webkit-keyframes moveUp{
0% { 
-webkit-transform: translateY(40px); 
opacity: 0;
}
100% { 
-webkit-transform: translateY(0px);  
opacity: 1;
}
}

@-moz-keyframes moveUp{
0% { 
-moz-transform: translateY(40px); 
opacity: 0;
}
100% { 
-moz-transform: translateY(0px);  
opacity: 1;
}
}

@-o-keyframes moveUp{
0% { 
-o-transform: translateY(40px); 
opacity: 0;
}
100% { 
-o-transform: translateY(0px);  
opacity: 1;
}
}

@-ms-keyframes moveUp{
0% { 
-ms-transform: translateY(40px); 
opacity: 0;
}
100% { 
-ms-transform: translateY(0px);  
opacity: 1;
}
}

@keyframes moveUp{
0% { 
transform: translateY(40px); 
opacity: 0;
}
100% { 
transform: translateY(0px);  
opacity: 1;
}
}

/* Colored sections */

.st-color,
.st-deco{
background: #aab1b0;
}
.st-color [data-icon]:after {
color: #333;
}
.st-color .st-deco {
background: #fff;
}
.st-color h2 {
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
} 
.st-color p {
color: #fff;
color: rgba(255,255,255,0.8);
}


@media screen and (max-width: 1350px){
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: 40px;
}
}



@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.otf');
    font-weight: normal;
    font-style: normal;
}

    
.ca-menu li{
    width: 200px;
    height: 300px;
    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:last-child{
        margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    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: 50%;
}
.ca-main{
    font-size: 30px;
    font-family: 'Varela Round', sans-serif;
    opacity: 0.8;
    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: 14px;
    font-family: 'Varela Round', sans-serif;
    color: #666;
    line-height: 40px;
    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: 6em
}

.ca-menu li:hover{
    background-color: #E1CC00;
    

}


.texto{
    font-size: 14px;
    text-align: justify;
    background-image: url("imagenes/fondo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;

}
.texto2{
    font-size: 14px;
    text-align: justify;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;

}
---
li{
 list-style: none;
 }
  nav {
 text-align: center;
 }
  nav ul {
 display: inline-block;
 margin: 0;
 padding: 0;
 /* Para IE 7*/
 zoom:1;
 *display: inline;
 }

.ca-menu li:hover .ca-icon{
    color: #fff;
    font-size: 90px;
}
.ca-menu li:hover .ca-main{
    color: #009933;
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeftRotate{
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate{
    from {
        -moz-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform: translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate{
    from {
        -ms-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform: translateX(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

.puesto{
    font-size: 20px;
    font-weight: bold;


}
.NContacto{
    font-size: 18px;
    font-weight: normal;

}
.EContacto{
    font-size: 15px;
    font-weight: normal;
    color:#333;
    text-decoration:none ;
}

#header2{
    position: absolute;
    z-index: 2000;
    width: 235px;
    height: 150px;
    top: 350px;

}
#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;
}
   
#pie {background-color:#ffffff; float:center; text-align: center; font-family: 'Varela Round', sans-serif; font-size: 10px;}

.main {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
}

.slides{
    width: 50%
}
.slides img{
    width: 50%
}

.slidesjs-pagination{
    background: #000;
    list-style: none;
    overflow: hidden;
}
.slidesjs-pagination li{
    float: left;
}
.slidesjs-pagination li a{
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.slidesjs-pagination li a:hover{
    background:#000;
    font-weight: normal;
}
.slides .active{
    background: #252932;
}
.slidesjs-navigation{
    background: #000;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    padding: 11.3px 20px;
    float: right;
}


.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;

}

@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;
}
.st-container > input,
.st-container > a {
position: fixed;
bottom: 0px;
width: 33.33%;
cursor: pointer;
font-size: 16px;
height:40px;
line-height:40px;
}
}
@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;
}
.st-panel h2 {
font-size: 30px;
}
.st-container > a {
font-size: 10px;
}
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;

} 
.st-panel p {
position: absolute;
text-align: center;
font-size: 12px;
line-height: 15px;
color: #8b8b8b;
z-index: 2;
padding: 0;
width: 100%;
left: 0%;
top: 50%;
margin: 5px 0 0 0;
-webkit-backface-visibility: hidden;
}

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: 5px;
    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);

}
img, video, object { max-width:80%; }
.main{
    visibility: hidden;
}
.audio{
    visibility: hidden;
}

    .superior { display: none; }
}
.st-container{
font-size: 10px;
}
}

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

.st-container{
font-size: 10px;
}
.st-panel h2 {
font-size: 20px;
}
.st-panel p {
width: 90%;
left: 5%;
margin-top: 0;

}
.st-container > a {
font-size: 10px;
}
}

@media screen and (max-width: 360px) {
.st-container > input:checked + a:after,
.st-container > input:checked:hover + a:after{

border-bottom-color: #252932;
border-width: 10px;

}
.st-container{
font-size: 8px;
}
.st-panel h2 {
font-size: 12px;
}
.st-panel p {
width: 90%;
left: 5%;
margin-top: 0;

}
img, video, object { max-width:8%; }
.st-container > a {
font-size: 8px;
}
.st-container:before {
content: '';
position: fixed;
width: 100%;
height: 10px;
background: #252932;
z-index: 9;
bottom: 0;
}
.st-container > input,
.st-container > a {
position: fixed;
bottom: 0px;
width: 33.33%;
cursor: pointer;
font-size: 8px;
height:10px;
line-height:10px;
}
.st-deco{
width: 120px;
height: 120px;
margin-left: -60px;

}
[data-icon]:after {
font-size: 30px;
-webkit-transform: rotate(-45deg) translateY(15%);
-moz-transform: rotate(-45deg) translateY(15%);
-o-transform: rotate(-45deg) translateY(15%);
-ms-transform: rotate(-45deg) translateY(15%);
transform: rotate(-45deg) translateY(15%);
display: NONE;
}
}

