@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body.front {position:initial;}
@media (max-width: 500px) {

  .logo-intro {
    width:300px!important;
    height: auto;
  margin-bottom: 20px;
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
}

.center-wrap {
  text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -170px!important;
    margin-left: -150px!important;
    width: 300px!important;
    height: 235px!important;
}​

}
.logo-intro{
  margin-bottom: 30px;
  width: 400px;
  height: auto;
    
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;}

.texto1{-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
animation-delay: 1.2s;}

.texto2{-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
animation-delay: 1.5s;}

.texto3{-webkit-animation-delay: 1.8s;
-moz-animation-delay: 1.8s;
animation-delay: 1.8s;}

.texto4{-webkit-animation-delay: 2.1s;
-moz-animation-delay: 2.1s;
animation-delay: 2.1s;}

.center-wrap{
  text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -200px;
    width: 400px;
    height: 168px;
}​
.texto-inicio {

  text-align: center;
  width: 100%;
}
.texto-inicio a, .texto-inicio span {
    font-family: 'Open Sans', sans-serif;
    color: #05345c;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  outline: medium none;
  position: relative;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.texto-inicio a:hover {
 color: #000;
}
#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}


.cl-effect-3 a {
	padding: 8px 0;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(255,255,255,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
a{text-decoration:none;}

