@CHARSET "UTF-8";

.ias_loader, .ias_trigger {
	text-align:center;
	margin: 10px 0 40px;
	width: 100%;
	min-width: 310px;
	float: left;
	clear: both;
}

@media only screen and (max-width:320px){
	.ias_loader, .ias_trigger {
		width: 310px;
	}
}

.ias_trigger a img{
	margin-right: 20px;
	margin-left: 20px;
	border-top: 10px solid transparent;
}

.ias_trigger a span{
	vertical-align: top;
	margin-top: 20px;
}


.ias_trigger a:link,
.ias_trigger a:visited {
	float: left;
    text-align: center;
    width: 100%;
    line-height: 45px;

    background-color: #f14551;
    
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

@media only screen and (max-width:600px){
	.ias_trigger a:link,
	.ias_trigger a:visited{
		font-size: 1em;
	}
}

.ias_trigger a:hover,
.ias_trigger a:active {
    background: #56af1f;
}



