body
{
	padding: 0px;
	margin: 0px;
}

hr
{
	margin-top: 0px;
}

.page
{
	padding: 0px;
	margin: 0px;
}

.header
{
	padding: 0px;
	margin: 0px;
}

.dark-stripe
{
	height: 35px;
	background-color: #000000;
}

.light-stripe
{
	height: 60px;
	background-color: #FFFFFF;
	padding: 20px 48px 20px 48px;
	box-sizing: content-box;
}

.logo
{
	width: 30%;
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.logo h1
{
	text-transform: uppercase;
	font-family: 'Roboto';
	font-size: 30px;
	color: #222222;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

.logo p
{
	font-size: 14px;
	margin: 0px;
	font-family: 'Roboto';
	color: #222222;
}

a, a:active, a:focus, a:visited
{
	color: #555555;
	text-decoration: none;
	outline: 0;
}

.mainmenu
{
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.mainmenu ul
{
	list-style: none;
	font-family: 'Roboto';
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.mainmenu ul a
{
	text-decoration: none;
	color: rgb(106, 106, 106);
	line-height: 22px;
}

.mainmenu ul > li
{
	display: inline-block;
}

.mainmenu ul > li a
{
	padding: 10px;
}

.mainmenu ul > li:hover a
{
	color: #29C9FD;
}

.slider
{
	padding: 0px;
	margin: 0px;
//	background-color: #000000;
//	padding-left: 60px;
//	padding-right: 60px;
}

.slider img
{
	width: 100%;
	height: 100%;
	margin-bottom: -4px;
}

.stripe
{
	height: 3px;
	background: #000000 url(../img/stripe1.png) no-repeat;
}

.content
{
//	background-color: #F0F0F0;
	padding: 10px 48px 10px 48px;
	font-family: 'Roboto';
}

div.section-block {
	text-align: center;
	padding-top: 50px;
}

.section-block a {
	color: #555555;
	text-decoration: none;
}

.section-block a:hover {
	color: #0044C1;
	text-decoration: none;
}

div.section-item {
//	border: 1px solid blue;
	display: inline-block;
	width: 270px;
	height: 250px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

div.section-item-image {
	border: 1px solid #888888;
	width: 200px;
	height: 200px;
	display: inline-block;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

div.section-item-image:hover {
	border: 1px solid #00A3D7;
}

div.section-item-title {
//	font-weight: bold;
	font-size: 20px;
}

#item-image-web {
	background-image: url("../img/web_gray.png");
	background-size: 70%;
}

#item-image-web:hover {
	background-image: url("../img/web.png");
	background-size: 70%;
}

#item-image-business {
	background-image: url("../img/business_gray.png");
	background-size: 70%;
}

#item-image-business:hover {
	background-image: url("../img/business.png");
	background-size: 70%;
}

#item-image-mobile {
	background-image: url("../img/mobile_gray.png");
	background-size: 90%;
}

#item-image-mobile:hover {
	background-image: url("../img/mobile.png");
	background-size: 90%;
}

#item-image-entertainment {
	background-image: url("../img/entertainment_gray.png");
	background-size: 50%;
}

#item-image-entertainment:hover {
	background-image: url("../img/entertainment.png");
	background-size: 50%;
}
