/**Google Font**/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');

.flip-card{
/*       align: center;*/
	margin:10px 10px;
	max-width: 250px;
    	max-height:250px;
	/*font-family: 'Roboto', sans-serif !important;*/
        
}
.flip-card .front{
	color:#fff;
	background:#eb6822;
	overflow:hidden;
        backface-visibility: hidden;
        transform-style: preserve-3d;
}
.flip-card .back{
	/*color:#fff;*/
	background:#410b5f;
	overflow:hidden;
        backface-visibility: hidden;
        transform-style: preserve-3d;
}
.flip-card h2, .flip-card h3, .flip-card h4{
	text-align:center;
	margin:0px;
	padding:8px;
	font-family: 'Roboto', sans-serif !important;
	font-weight:300;
        
}
.flip-card h2{
	font-size:25px;
}
.flip-card h3{
	font-size:22px;
}
.flip-card h4{
	font-size:17px;
}
/*.flip-card hr{
	margin:5px auto;
	width:50%;
	height:0px;
}
.flip-card .front hr{
	border-top:2px double #f44336;
}
.flip-card .back hr{
	border-top:2px double #fff;
}*/
.flip-card p{
	text-align:center;
	/*margin:0px;*/
	padding:4px 4px;
	font-family: 'Arimo', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:22px;
}
/*flip-card span{
    padding-bottom: 50px;
}*/
/*.flip-card .front p{
	color:#333;
}*/
.flip-card a{
	font-family: 'Roboto', sans-serif !important;
	text-decoration:none;
        margin: 50px;
}
.flip-card ul li{
	margin-left:-15px;
	text-align:left;
	color:#f44336;
	font-family: 'Roboto', sans-serif !important;
	font-size:14px;
	font-weight:300;
}
.flip-card .front, .flip-card .back{
	width:100%;
	padding:8px;
	overflow:hidden;
	box-shadow: 0px 0px 5px 2px #ddd;
}
.flip-card .flip-card-body{
	margin:0px;
	padding:3px;
	height:100%;
	width:100%;
	overflow:hidden;
}
.flip-card .flip-card-space{
	width:100%;
	height:auto;
	margin-top:100px;
	margin-bottom:100px;
}
/*.flip-card .btn-seemore{
	font-size: 16px;
	font-family: 'Roboto', sans-serif !important;
	padding: 5px 20px;
	margin:5px auto;
	text-decoration: none;
}
.flip-card .front .btn-seemore{
	background:#f44336;
	color:#fff;
	border:1px solid #fff;
	box-shadow:0px 0px 2px 2px #f44336;
}
.flip-card .back .btn-seemore{
	background:#fff;
	color:#f44336;
	border:1px solid #f44336;
	box-shadow:0px 0px 2px 2px #fff;
}*/
/*.flip-card .front .flip-card-body{
	border:2px solid #f44336;
}
.flip-card .back .flip-card-body{
	border:2px solid #fff;
}*/
.flip-card .rounded{
	float:none;
	width:100%;
	height:auto;
	border-radius:10px;
}
.flip-card .rounded .flip-card-body, .flip-card .rounded img{
	border-radius:10px;
}
