#ask{
	overflow: hidden;
}
#ask ul{
	list-style: none;
	width: 316px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#ask h1{
	width:100%;
	text-align: left;
	font-size: 15px;
	color: #083a6b;
	padding: 5px;
	font-family: "BPG Nino Mtavruli Bold", sans-serif;
	
}
#ask ul li p{
	height: 70px;
	background-color: #083a6b;
	position: absolute;
	left: 0;
	width: 0;
	-webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
	
}
#ask ul li span{
	opacity: 0
}
#ask ul li div{
	height:36px;
	width: 56px;
	
	right: 2px;
	top: 2px;
	text-align: center;
	position: absolute;
	color: #083a6b;
	line-height: 33px;
}
#ask ul li{
	width: 290px;
	height: 31px;
	border: 1px solid #a9b6c2;
	border-radius: 10px;
	cursor: pointer;
	margin: 10px 0px;
	position: relative;
	color: #000;
	margin-left: 3px;
	padding: 0px 10px;
	line-height: 35px;
	font-family: "BPG Arial Caps", sans-serif;
	text-align: left;
	
}
#ask ul li:hover{
	color: #da2127;
}
.sertye{
	margin-left: -220px;
	 -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ripplelink {
    display: block;
    float: left;
    width: 49.6%;
    margin: 0.2%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 0;
}
.ink {
  display: block;
  position: absolute;
  background:rgba(3, 103, 152, 0.4);
  border-radius: 100%;
  -webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
          height: 51px; width: 51px; top: -9.5px; left: 7px;
}

.animate {
	-webkit-animation:ripple 0.3s linear;
   -moz-animation:ripple 0.3s linear;
    -ms-animation:ripple 0.3s linear;
     -o-animation:ripple 0.3s linear;
        animation:ripple 0.3s linear;
}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
@media only screen and (max-width: 727px) {
	
 #ask ul li{
	width: 91%;
	
}
}
@media only screen and (max-width: 571px) {
	
 #ask ul li{
	width: 88%;
	
}
}
@media only screen and (max-width: 441px) {
	
 #ask ul li{
	width: 85%;
	
}
}