@import"reset.css";
@import url(http://fonts.googleapis.com/css?family=Roboto:700,400,300|Roboto+Condensed:700,400,300&subset=latin,latin-ext);
body {background:#fff; font:normal 14px/20px 'Roboto', sans-serif; color:#333;}
html, body {
	height: 100%;
}

#ortalaAlan {
   width: 600px;
   height: 400px;
   background-color:#fff;
   border:10px solid #E9E9E9;
   border-radius:20px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -305px;
   margin-top: -200px;
   text-align:center;
}

#ortalaAlan p{
    
    color:#333333;
    font:16px "Roboto", sans-serif;
	line-height:24px;
    margin:10px 10px 0 10px;
	text-align:center;
}

#ortalaAlan p span{ font-weight:700 }

#ortalaAlan h2{
    
    color:#333333;
    font:18px "Roboto", sans-serif;
	line-height:24px;
    margin:30px 0 0 0;
	text-align:center;
}

#ortalaAlan .under {
	
	height:25px;
	background:#2a2962;
	color:#FFF;
	text-align:center;
	padding:10px 20px;
}
#ortalaAlan .under span { font:18px "Roboto", sans-serif;
	line-height:24px; letter-spacing:10px;}

[class^="hvr-"] {
  margin: .4em;
  padding: 0;
  cursor: pointer;
  background: #E9E9E9;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  text-decoration: none;
  color: #666;
  font-size:24px;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media only screen and (max-width: 980px) {
#ortalaAlan {
 
}
}