
/*================= FONT (OPEN SANS) IMPORT FROM GOOGLE FONTS =================*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,latin-ext,cyrillic);


/*=============================== COMMON BEGIN ================================*/
body{ padding:0px; margin:0px; font-family: 'Roboto';}
.header{ text-align:center; border-top:5px double #eb645d; width:100%; margin:0px auto; z-index:999; 
padding: 10px ;}
.frontpage{ padding-top:0px; text-align:center; margin:0px auto;  padding-bottom:20px; }
h1{ margin:0px 0 0 0px;
	color: #ffffff;   
	background-color:#f06739;
	padding: 5px 24px;	
    font-family: 'Roboto';
    font-size: 36px;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
	}
i{
		color:#fff;
		font-size:36px;
}
h3{ margin-top:0px;color: #333;  display: block;  font-size: 16px; font-weight: 200;text-align:center; margin-top:-82px;}
h2{ margin-top:0px;color: #333;  display: block;  font-size: 18px; font-weight: 100;text-align:center; padding:20px 0;}
a, a:hover{ text-decoration:none; outline:none;}
a img{  
	padding: 4px; 
	text-decoration:none; 
	margin:0px auto; 
	background:#fff;
	border-radius:0px;
	border:1px solid #eee;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	}
	
a:hover img{  
	text-decoration:none;
	padding:2px;
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05); /* Standard Property */
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
h4{
	font-size:40px;
	font-weight:100;
	padding:10px;
	margin-bottom:40px;
	display:inline-block;
	border-bottom:1px solid #f06739;
}
p{
	font-size:17px;
	font-weight:200;
}
.border{
		border-top:1px solid #eee;
}

.footer{ text-align:center; color:#333; padding:10px;}
	