@charset "utf-8";

/**
 * Display: Classic
 */
html, body {
	margin: 0px;
	padding: 0px;
	font: normal 14px 'Source Sans Pro', sans-serif, Arial;
	color: #FFFFFF;
}

html {
	background: #000000;
}

body {
	background: #2C2C2C;
}

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

a {
	text-decoration: none;
}

a img {
	border: 0px;
}

/**
 * Container
 */
.cWidth {
	margin: 0 auto;
	width: 980px;
}

/**
 * Header
 */
#Header {
	background: #D40000;
	position: relative;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 32px 0px rgba(4, 5, 5, 0.33);
	-moz-box-shadow: 0px 0px 32px 0px rgba(4, 5, 5, 0.33);
	box-shadow: 0px 0px 32px 0px rgba(4, 5, 5, 0.33);
}

#Header .cWidth {
	position: relative;
	height: 106px;
}

#Header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}

#Logo {
	background: url('../image/logo.png') center right no-repeat;
	margin-top: 27px;
	padding-right: 34px;
	font-style: italic;
	font-weight: 300;
	font-size: 40px;
	color: #FFFFFF;
	overflow: hidden;
	display: block;
}

#Logo b {
	font-style: normal;
	font-weight: 700;
}

#MobileMenuButton {
	background: url('../image/mobilemenu-button.png') 0 0 no-repeat;
	position: absolute;
	width: 30px;
	height: 29px;
	top: 28px;
	right: 0px;
	text-indent: -999px;
	overflow: hidden;
	display: none;
}

#Header nav {
	float: right;
}

#Header nav .Item {
	margin-left: 42px;
	position: relative;
	height: 106px;
	float: left;
	z-index: 10;
}

#Header nav .Link {
	height: 106px;
	line-height: 106px;
	font-weight: 300;
	font-size: 24px;
	color: #FFFFFF;
	display: block;
}

#Header nav .Item .Submenu {
	background: #B90000;
	padding: 5px 0px;
	position: absolute;
	top: 100%;
	left: 0px;
	display: none;
}

#Header nav .Item:hover .Submenu {
	display: block;
}

#Header nav .Item .Submenu a {
	padding: 0px 37px 0px 17px;
	height: 40px;
	line-height: 40px;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
}

/**
 * Mobile Menu
 */
#MobileMenu {
	background: #B90000;
	padding: 20px 0px;
	position: fixed;
	top: 86px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow-y: scroll;
	display: none;
	z-index: 50;
}

#MobileMenu .Item {
	display: block;
}

#MobileMenu .Link {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	color: #FFFFFF;
	display: block;
}

#MobileMenu .Item .Submenu {
	padding: 0px 0px 15px 0px;
}

#MobileMenu .Item .Submenu a {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
}

/**
 * Slidebox
 */
#Slidebox {
	background: url('../image/slidebox.png') repeat-x;
	height: 436px;
}

#Slidebox .cWidth {
	position: relative;
	height: 100%;
}

#Slidebox .Info {
	width: 100%;
	color: #000000;
	float: left;
}

#Slidebox .Info b {
	font-weight: 600;
	font-size: 68px;
	display: block;
}

#Slidebox .Info span {
	margin-top: -15px;
	margin-bottom: 20px;
	line-height: 54px;
	font-weight: 200;
	font-size: 56px;
	display: block;
}

#Slidebox .Info p {
	font-weight: 300;
	font-size: 16px;
	display: block;
}

#Slidebox .Info .Price {
	background: url('../image/slidebox-price.png') no-repeat;
	margin-top: 37px;
	padding-top: 27px;
	padding-left: 40px;
	position: relative;
	width: 220px;
	height: 135px;
	color: #FFFFFF;
}

#Slidebox .Info .Price .Angle {
	transform:rotate(-10deg);
}

#Slidebox .Info .Price .Value b {
	font-weight: 800;
	font-size: 55px;
	display: inline-block;
}

#Slidebox .Info .Price .Name,
#Slidebox .Info .Price .Value {
	font-weight: 300;
	font-size: 21px;
}

#Slidebox .Info .Price .Name {
	margin-bottom: -16px;
}

#Slidebox .Box {
	position: absolute;
	top: 50px;
	right: -100px;
}

/**
 * Caption
 */
#Caption {
	background: #D40000;
	margin: 0px;
	padding: 0px;
	height: 128px;
	line-height: 128px;
	text-align: center;
	font-weight: 200;
	font-size: 54px;
	color: #FFFFFF;
}

/**
 * Content
 */
#Content {
	padding-top: 45px;
	padding-bottom: 77px;
	font-size: 15px;
}

#Content .ButtonAdd {
	background: #D40000;
	padding: 0px 20px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
}

#Content .Pricelist {
	border-collapse: collapse;
	margin: 20px 0px 40px 0px;
	width: 100%;
}

#Content .Pricelist tr td {
	border-top: solid 1px #D5D6D0;
	border-bottom: solid 1px #D5D6D0;
	height: 28px;
}

#Content .Pricelist tr td.Name {
	text-align: left;
}

#Content .Pricelist tr td.Price {
	text-align: right;
}

/**
 * Boxs
 */
.Boxs {
	overflow: hidden;
}

.Boxs .Item {
	background: #FBFBFB;
	margin-top: 55px;
	margin-right: 10px;
	position: relative;
	width: 320px;
	/*height: 260px;*/
	overflow: hidden;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 98px 0px rgba(4, 5, 5, 0.23);
	-moz-box-shadow: inset 0px 0px 98px 0px rgba(4, 5, 5, 0.23);
	box-shadow: inset 0px 0px 98px 0px rgba(4, 5, 5, 0.23);
}

.Boxs .Item:nth-child(3n) {
	margin-right: 0px;
}

.Boxs .Item .Title {
	background-color: rgba(0, 0, 0, 0.60);
	padding: 0px 20px;
	position: absolute;
	height: 66px;
	line-height: 66px;
	top: 0px;
	left: 0px;
	right: 0px;
	font-weight: 300;
	font-size: 24px;
	color: #FFFFFF;
}

.Boxs .Item .Title b {
	font-weight: 700;
}

.Boxs .Item .Image {
	width: 100%;
	/*height: 260px;
	line-height: 260px;*/
	text-align: center;
	font-size: 0px;
}

.Boxs .Item .Image img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}

/**
 * Contact
 */
#ContactForm {
	margin-bottom: 63px;
	width: 33%;
	float: left;
}

#ContactForm input.t {
	border: solid 1px #D5D6D0;
	margin-bottom: 10px;
	padding: 0px 10px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font: normal 14px 'Source Sans Pro', sans-serif, Arial;
	color: #6f6f6f;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#ContactForm textarea.t {
	border: solid 1px #D5D6D0;
	margin-bottom: 30px;
	padding: 8px 10px;
	width: 100%;
	height: 110px;
	line-height: 18px;
	font: normal 14px 'Source Sans Pro', sans-serif, Arial;
	color: #6f6f6f;
	resize: vertical;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#ContactForm input.b {
	background: #D40000;
	border: 0px;
	padding: 0px 20px;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	font: normal 18px 'Source Sans Pro', sans-serif, Arial;
	color: #FFFFFF;
	display: block;
	float: left;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#ContactInfo {
	margin-bottom: 63px;
	width: 61.2%;
	float: right;
}

#ContactInfo .big {
	font-size: 40px;
}

.MessageOK {
	height: 50px;
	font-size: 20px;
	color: #008406;
}

.MessageERROR {
	height: 50px;
	font-size: 20px;
	color: #d00000;
}

#GoogleMaps {
	width: 100%;
	height: 10px;
	clear: both;
}

/**
 * Article
 */
#Article {
	background: #686868;
	
}

#Article .Item {
	margin-right: 5%;
	padding: 40px 0px;
	width: 30%;
	float: left;
}

#Article .Item:nth-child(3n) {
	margin-right: 0px;
}

#Article .Item .Title {
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 24px;
	color: #FFFFFF;
}

#Article .Item .Description {
	margin-bottom: 15px;
	line-height: 18px;
	font-size: 14px;
	color: #b5b5b5;
}

#Article .Item .Button {
	background: #D40000;
	width: 100px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
}

/**
 * Footer
 */
#Footer {
	background: #000000;
	padding-bottom: 30px;
	color: #FFFFFF;
	overflow: hidden;
}

#Footer .cWidth {
	padding-top: 43px;
}

#Footer .Info {
	margin-bottom: 53px;
	line-height: 23px;
	font-weight: 300;
	float: left;
}

#Footer .Info .big {
	font-size: 40px;
}

#Footer .Social {
	float: right;
}

#Footer .Social a {
	margin-left: 22px;
	font-size: 0px;
	float: left;
}

#Footer nav.Left {
	float: left;
}

#Footer nav.Left a {
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
}

#Footer nav.Left span {
	margin: 0px 10px;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
}

#Footer nav.Right {
	float: right;
}

#Footer nav.Right a {
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
}

#Footer nav.Right span {
	margin: 0px 10px;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
}

/* Clear */
.Clear, .clear { clear: both; }