html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
}

.main--centered{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}


.network-strip{
	width: 100%;
	height: 60px;
	background: #dcdcdc;
}


.network-strip-item{
	float: left;
	margin-left: 4%;
	margin-top: 15px;
}

.network-strip-item img{
	width: 100%;
}

.network-strip-item a{
	text-decoration: none;
}

.network-strip-network{
	width: 10%;
	float: left;
	margin-top: 10px;
	margin-left: 3%;
	margin-right: 3%;
}

.network-strip-network img{
	width: 100%;
}

.network-strip-capital{
	background: url('./img/network-capital.png') no-repeat;
	background-size: 100%;
	transition: background-image 0.2s ease-in-out;
	width: 8%;
	margin-top: 23px;

}

.network-strip-capital:hover{
	background: url('./img/network-capital-color.png') no-repeat;
	background-size: 100%;
}

.network-strip-mag{
	background: url('./img/network-mag.png') no-repeat;
	background-size: 100%;
	transition: background-image 0.2s ease-in-out;
	width: 8%;
}

.network-strip-mag:hover{
	background: url('./img/network-mag-color.png') no-repeat;
	background-size: 100%;
}

.network-strip-city{
	background: url('./img/network-city.png') no-repeat;
	background-size: 100%;
	transition: background-image 0.2s ease-in-out;
	width: 4%;
}

.network-strip-city:hover{
	background: url('./img/network-city-color.png') no-repeat;
	background-size: 100%;
}

.network-strip-ilovestyle{
	background: url('./img/network-ilovestyle.png') no-repeat;
	background-size: 100%;
	transition: background-image 0.2s ease-in-out;
	width: 8%;
}

.network-strip-ilovestyle:hover{
	background: url('./img/network-ilovestyle-color.png') no-repeat;
	background-size: 100%;
}


.network-strip-timeout{
	width: 4%;
	background: url('./img/network-timeout.png') no-repeat;
	background-size: 100%;
	transition: background-image 0.2s ease-in-out;
}

.network-strip-timeout:hover{
	background: url('./img/network-timeout-color.png') no-repeat;
	background-size: 100%;
}
.network-strip-cooking{
	width: 8%;
	background: url('./img/network-cooking.png') no-repeat;
	background-size: 100%;
	transition: background-image 0.2s ease-in-out;
}


.network-strip-cooking:hover{
	background: url('./img/network-cooking-color.png') no-repeat;
	background-size: 100%;
}

.network-strip-sigmalive{
	background: url('./img/network-sigmalive.png') no-repeat;
	background-size: 100%;
	transition: background-image 0.2s ease-in-out;
	width: 8%;
}
.network-strip-sigmalive:hover{
	background: url('./img/network-sigmalive-color.png') no-repeat;
	background-size: 100%;
}


.network-strip a{
	height: 50px;
	display: block;
}

.network-top{
	border-top: 3px solid #cacaca;
}

.network-separator{
	width: 1px;
	float: left;
	margin-top: 15px;
	height: 30px;
	background: #aaaaaa;
}
