body {
	padding: 0px;
	margin: 0px;
	line-height: 1;
	background: #f3f3f3;
}

body, input, textarea {
	font: 13px 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	color: #727272;
}


/* Headings */
h1, 
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: inherit;
}
h1 { 
	padding-bottom: 27px;
	display: block;
	font-size: 27px;
	color: #26262d;
	font-weight: bold;
}
h2 { 
	font-size: 18px; 
	line-height: 27px; 
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	color: #26262d;
}
h3 { 
	font-size: 14px; 
	line-height: 0px; 
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-transform: none;
}
h4 { 
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	color: #090909;
}



.site_wrapper {
	width: 100%;
	margin: 0px auto 0 auto;
}

.top {
	width: 100%;
	float: left;
	padding: 40px 0px 30px 0px;
	text-align: center;
	background-color: #fff;
}

.content_area {
	width: 100%;
	float: left;
	padding: 45px 0px 0px 0px;
	text-align: center;
	background-color: #f3f3f3;
}
.content_area .container {
	width: 1170px;
	padding: 0px;
	margin: 0 auto;
}

.content_area .one_fourth {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.content_area .one_fourth.last {
	margin-right: 0%;
}




.gHover {
    position:relative; /* To animate the `top` position */
    margin:40px auto;
	border: 0px;
}



.bg_mo {
	float: left;
	width: 100%;
	background: #999;
}




@media only screen and (min-width: 1000px) and (max-width: 1169px){

.content_area .container {
	width: 1000px;
	padding: 0px;
	margin: 0 auto;
}

.content_area .one_fourth img {
	width: 100%;
}

	
}



@media only screen and (min-width: 768px) and (max-width: 999px){
	
.content_area .container {
	width: 767px;
	padding: 0px;
	margin: 0 auto;
}

.content_area .one_fourth img {
	width: 100%;
}

	
}