BODY
{
	font-family: "Open Sans", sans-serif;
	background-color: #E8E8E6;
}
.wrapper.footer
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	margin: auto;
}
.container
{
	width: 1200px;
	margin: 150px auto auto;
	clear: both;
	display: block;
}
.left_column
{
	float: left;
	display: inline-block;
	width: 60%;
	height: 420px;
}
.right_column
{
	float: right;
	display: inline-block;
	width: 40%;
	height: 419px;
}
.logo
{
	background: url(logo.png) no-repeat;
	height: 250px;
	width: 650px;
	margin: auto;
}
.left_column .content
{
	/*[empty]margin-left:;*/
}
.content P
{
	text-align: center;
}
.content UL.contact
{
	/*[disabled]background:url(../img/shadow.png) no-repeat 59% 75%;*/
	margin: auto;
	padding: 0px;
	float: none;
	height: 38px;
	width: 670px;
}
.content UL.contact LI
{
	background: url(icons.png) no-repeat center left;
	list-style: none;
	margin: 0px;
	padding: 0px 15px 0px 29px;
	float: left;
	/*[empty]line-height:;*/
}
.content UL.contact LI A
{
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 15px;
}
.content UL.contact LI A:hover
{
	color: #E91D24;
}
.content UL.contact LI.site
{
	background-position: -2px -4px;
}
.content UL.contact LI.email
{
	background-position: -1px -45px;
}
.content UL.contact LI.tel
{
	background-position: 1px -86px;
}
UL.social
{
	width: 180px;
	margin: -10px auto auto;
	height: 108px;
}
UL.social LI
{
	height: 50px;
	width: 50px;
	float: left;
	padding: 10px;
	list-style: none;
}
UL.social LI A
{
	height: 50px;
	width: 50px;
	float: left;
	list-style: none;
}
UL.social LI.fb
{
	background: url(facebook-logo-button.png) no-repeat center center;
}
UL.social LI.insta
{
	background: url(instagram-logo.png) no-repeat center center;
}
UL.social LI.fb:hover
{
	background: url(facebook-logo-buttonh.png) no-repeat center center;
}
UL.social LI.insta:hover
{
	background: url(instagram-logoh.png) no-repeat center center;
}
UL.links
{
	margin: auto;
	width: 620px;
	height: 35px;
	padding: 0px;
	line-height: 0.6;
}
UL.links LI
{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	list-style: none;
	border-right: 1px solid #000000;
}
UL.links LI.last
{
	padding: 0px 0px 0px 10px;
	border: 0px solid #000000;
}
UL.links LI.first
{
	padding: 0px 10px 0px 0px;
}
UL.links LI A
{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
UL.links LI A:hover
{
	color: #E91D24;
}
.img
{
	background: url(dekstop.png) no-repeat;
	width: 500px;
	height: 400px;
}
.footer
{
	margin: 40px auto auto !important;
	display: inline-block;
	width: 100%;
	padding: 30px 0px;
	display: inline-block;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
.footer UL
{
	margin: auto !important;
	display: block;
	width: 50%;
	padding: 0px;
}
.footer UL LI
{
	list-style: none;
	margin: 0px;
	padding: 0px 15px;
	display: inline-block;
	border-right: 1px solid #000000;
}
.footer UL LI.last
{
	border-right: 0px solid #000000;
}
.footer UL LI A
{
	list-style: none;
	color: #E91D24;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
}
.footer UL LI A:hover
{
	list-style: none;
	color: #000000;
	text-decoration: none;
}