*{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	text-decoration: none;
	list-style: none;
	font-family: 'Roboto', sans-serif, Arial;
	color: #333;
	font-weight: 300;
	-webkit-appearance: none;
}
body{
	background: #efefef;
}
a{
	color: inherit;
}
a:hover, a:active{
	text-decoration: underline;
}
h1{
	font-size: 40px;
	font-weight: 400;
}
.animate{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.clear{
	clear: both;
}
.wrapper{
	width: 100%;
	min-width: 900px;
	position: relative;
}
.content_wrapper{
	max-width: 1200px;
	min-width: 800px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#header{
	width: 100%;
	position: absolute;
	z-index: 10;
}
#header .wrapper{
	background: repeat left top rgba(249,249,249,0.9);
	border-bottom: 1px solid #ccc;
	/*box-shadow: 0 0px 10px rgba(48, 48, 48, 0.1);*/
}
#header .wrapper .content_wrapper{
	height: 120px;
}
#header #header_logo{
	padding: 25px 0 0 40px;
	width: 230px;
	height: 70px;
	float: left;
}
#header #header_logo a{
	display: inline-block;
	width: 230px;
	height: 70px;
	background: url('../img/logo_coop_home_header.png') no-repeat center center;
	background-size: auto 100%;
}
#header #header_menu{
	float: right;
}
#header #header_menu ul{
	padding: 30px 0 0 0;
}
#header #header_menu ul li{
	padding: 15px 15px 5px 15px;
	display: inline-block;
	font-size: 130%;
	position: relative;
}
#header #header_menu ul li .menu_line{
	width: 0;
	height: 1px;
	border-bottom: 1px solid #333;
	margin: 0 auto;
}
#header #header_menu ul li:hover{
	/*color: #256093;*/
}
#header #header_menu ul li:hover .menu_line{
	width: 100%;
}
#header #header_menu ul li a{
	display: block;
	font-weight: 300;
	/*color: white;*/
	font-size: 90%;
}
#header #header_menu ul li a:hover{
	text-decoration: none;
}
#ads{
	position: relative;
	z-index: 9;
	/*box-shadow: 0 10px 20px rgba(2,4,0,0.1);*/
}
#ads .wrapper{
	height: 800px;
	/*background: #e6e6e6;*/
}
#ads .wrapper .content_wrapper{
}
#services{
	position: relative;
	z-index: 8;
}
#services *{
	color: white;
}
#services .wrapper{
	border-top: 1px solid #fff;
	background: url(../img/bg_home_ads.jpg) no-repeat center center;
	background-size: 100% auto;
	/*background: #000; */
	/*box-shadow: inset 0 -10px 20px rgba(2, 4, 0, 0.1);*/
}
#services .wrapper .content_wrapper{
	height: 630px;
}
#services .item_howto{
	float: left;
	width: 200px;
	padding: 50px;
	margin-bottom: 30px;
	cursor: pointer;
	/*position: relative;*/
}
#services h1{
	padding: 50px 50px 0 50px;
}
#services .item_howto .item_howto_icon{
	width: 200px;
	height: 200px;
	margin-bottom: 50px;
	border-radius: 100px;
	border: 0px solid #fff;
	line-height: 400px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgba(255,255,255,0);
}
#services .item_howto .item_howto_icon.gps{
	background: url('../img/icon_gps_home.png') no-repeat center top #fff;
}
#services .item_howto .item_howto_icon.server{
	background: url('../img/icon_server_home.png') no-repeat center top #fff;
}
#services .item_howto .item_howto_icon.db{
	background: url('../img/icon_db_home.png') no-repeat center top #fff;
}
#services .item_howto .item_howto_icon.phone{
	background: url('../img/icon_phone_home.png') no-repeat center top #fff;
}
#services .item_howto:hover .item_howto_icon,
#services .item_howto:active .item_howto_icon{
    /*color: rgba(255,255,255,1);*/
	background-color: transparent;
	background-position: center bottom;
}
#services .item_howto .item_howto_desc{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
}
#services .item_howto .desc{
	font-size: 15px;
	text-align: justify;
}
#services .item_howto .desc{
	display: none;
}
#faq{
	position: relative;
	z-index: 7;
	/*box-shadow: 20px 0 30px rgba(0,0,0,0.5);*/
}
#faq .wrapper{
	background: #e6e6e6;
	/*background: url('../img/bg_home_faq.png') repeat center top #e6e6e6;*/
}
#faq .wrapper .content_wrapper{
	background: url('../img/icon_faq_home.png') no-repeat right center;
	background-size: auto 50%;
	padding: 100px 50px;
	max-width: 1100px;
	font-size: 25px;
	/*height: 600px;*/
}
#faq .wrapper .content_wrapper h1{
	padding-bottom: 20px;
	text-shadow: 1px 1px #fff;
}
#faq .wrapper .content_wrapper ul li{
	padding: 10px 0;
}
#faq .faq_item.active{
	font-weight: 500;
}
#faq .faq_itemdesc{
	font-style: italic;
	font-size: 20px;
	max-width: 70%;
	display: none;
}
#faq .faq_itemdesc input[type=button]{
	width: 100px;
	height: 30px;
	background: #d60606;
	color: white;
	cursor: pointer;
}

#contact .wrapper .content_wrapper h1{
	padding-bottom: 20px;
	text-shadow: 1px 1px #fff;
}
#contact .wrapper .content_wrapper{
	padding: 100px 50px;
	max-width: 1100px;
	/*font-size: 25px;*/
}
#contact .left{
	float: left;
	width: 50%;
}
#contact .right{
	float: right;
	width: 50%;
}
#contact form div{
	padding: 10px 0;
}
#contact textarea,
#contact input[type=text]{
	width: 400px;
	height: 30px;
	padding: 5px;
	font-size: 15px;
}
#contact textarea{
	height: 150px;
	min-height: 150px;
	max-height: 150px;
	resize: none;
}
#contact .bt{
	float: left;
	width: 200px;
}
#contact .bt input[type=reset],
#contact .bt input[type=submit]{
	width: 180px;
	height: 40px;
	cursor: pointer;
	font-size: 15px;
}
#contact .bt input[type=reset]{
	background: #333;
	color: white;
}
#contact .bt input[type=submit]{
	background: #d60606;
	color: white;
}
#footer{
	position: relative;
	z-index: 6;
	/*background: #d53939;*/
	background: #d60606;
	/*background-size: 100% auto;*/
	/*height: 300px;*/
}
#footer .wrapper .content_wrapper{
	max-width: 1150px;
	padding: 40px 25px 20px 25px;
}
#footer .wrapper .content_wrapper .about,
#footer .wrapper .content_wrapper .contact,
#footer .wrapper .content_wrapper .download,
#footer .wrapper .content_wrapper .coop{
	float: left;
	padding: 0 25px;
}
#footer h2{
	padding-bottom: 10px;
}
#footer h2,
#footer li,
#footer p{
	color: white;
	font-weight: normal;
}
#footer p, #footer li{
	font-size: 15px;
	font-weight: 300;
	margin: 3px 0;
}
#footer .about{
	width: 350px;
	margin-bottom: 20px;
}
#footer .download,
#footer .coop{
	width: 130px;
	margin-bottom: 20px;
}
#footer .contact{
	width: 370px;
	margin-bottom: 20px;
}
#footer .copyright{
	color: white;
	text-align: center;
}