/* EDITABLE THROUGH BACKEND */
html {
	height: 100%;
	box-sizing: border-box;
}

body {
	margin: 0;
	float: left;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #000000;
	background-color: #fff;
	min-height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	color: #888;
}

h1 {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 22px;
	font-weight: 700;
	color: #171920;
	width: 100%;
}

h2 {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	color: #171920;
	width: 100%;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
}

.center {
	margin: 0 auto;
	width: 1010px;
}

#logoback{
	float:left;
	width:100%;
	height:75px;
	background:#171920;
}
#logo{
	float:left;
	margin-top:10px;
	width:100%;
}
#menuback{
	float:left;
	width:100%;
	background:#f0575b;
	margin:2px 0 0 0 ;
}
#menuback ul{
	float :left;
}
#menuback li{
	float:left;	
}
#menuback a {
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	padding:5px 5px ;
	margin-right:10px;
}
#menuback a:hover{
	background:#fff;
	color:#F0575B;
	height:100%;
}

#banner{
	float:left;
	background:url("../images/banner.jpg");
	width:100%;
	height:335px;
	margin:20px 0 0 0;
}
.blog{
	float:left;
	margin-top: 20px;
}
.blogitem{
	float:left;
	width:250px;
	padding:2px 3px 2px 0;
}
.blogitem:last-child{
	float:left;
	padding:2px 0 2px 0;
}
.blogimg img{
	float:left;
	width:250px;
	height: 250px;
	margin-bottom:3px;
}
.blogtext a{
	float:left;
	background:#171920;
	text-transform:uppercase;
	color:#fff;
	width:250px;
	padding:20px 0;
	font-weight:bold;
	text-align:center;
	font-size:16px;
}
.blogtext a:hover{
	float:left;
	background:#2a2c32;
	color:#fff;
	width:250px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
}
#content{
	float:left;
	width:100%;	
	margin:30px 0;
}
#footer{
	float:left;
	width:100%;
	background:#171920;
	height:100px;
	font-size:12px;
	color:#fff;
}
#footerimg {
	width:100%;
	margin:10px 10px 10px 0;
	float:left;
}

#mainContact{
	float: left;
	width: 100%;
	text-align: center;
}

#mainContact input, textarea{
	margin: 10px 0;
}

.formTitle{
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin: 3% 0% 2%;
}

#mainContact [type="text"], textarea{
	float: left;
	width: 100%;
}

#mainContact [type="submit"]{
	float: left;
	width: 100%;
	background: #f0575b;
}
