@charset "utf-8";

html, body {
	margin: 0px;
	padding: 0px;
	font: normal 14px 'Open Sans', sans-serif, Arial;
	color: #FFFFFF;
}

html {
	background: #D40000;
}

body {
	background: #707070;
}

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

a {
	text-decoration: none;
}

a img {
	border: 0px;
}

input, textarea {
	font: normal 14px 'Open Sans', sans-serif, Arial;
	color: #5e5e5e;
}

/**
 * Header
 */
#Header {
	background: #D40000;
	position: relative;
	width: 100%;
	height: 112px;
	-webkit-box-shadow: 0px 17px 30px 0px rgba(0, 1, 0, 0.1);
	-moz-box-shadow: 0px 17px 30px 0px rgba(0, 1, 0, 0.1);
	box-shadow: 0px 17px 30px 0px rgba(0, 1, 0, 0.1);
}

#Header h1 {
	margin: 0px;
	padding: 0px;
	height: 112px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
}

#Header h1 span {
	margin-top: -25px;
	position: relative;
	width: 215px;
	height: 50px;
	top: 50%;
	display: block;
	float: left;
}

#Logo {
	margin-right: 24px;
	position: relative;
	width: 254px;
	height: 131px;
	float: left;
	z-index: 10;
}

#Logo img {
	height: 100%;
}

#Menu {
	margin-top: 43px;
	margin-right: 27px;
	height: 28px;
	float: right;
}

#Menu a {
	margin-left: 24px;
	height: 28px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
}

#Menu a.Google,
#Menu a.Facebook,
#Menu a.YouTube {
	width: 28px;
	height: 28px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
}

#Menu a.Facebook { background: url('../image/menu-facebook.png'); margin-left: 32px; }
#Menu a.YouTube { background: url('../image/menu-youtube.png'); margin-left: 22px; }
#Menu a.Google { background: url('../image/menu-google.png'); margin-left: 22px; }

#Menu a.Google,
#Menu a.Facebook,
#Menu a.YouTube {
		background-size: 28px 28px;
}

#MobileMenuButton {
	background: url('../image/mobilemenu-button.png') 0 0 no-repeat;
	margin-right: 10px;
	position: relative;
	width: 30px;
	height: 29px;
	margin-top: 42px;
	display: none;
	float: right;
	z-index: 5000;
}

/**
 * Home
 */
/* Boxs */
#HomeBoxs {
	background: #707070;
	position: relative;
	height: 476px;
	overflow: hidden;
}

#HomeBoxs .Item {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#HomeBoxs .Item .Info {
	background: #FFFFFF;
	margin-right: -585px;
	position: absolute;
	width: 453px;
	height: 436px;
	top: 20px;
	right: -100%;
}

#HomeBoxs .Item .Info header {
	background: #000000;
	padding-left: 27px;
	height: 82px;
	line-height: 82px;
	font-weight: 300;
	font-size: 40px;
	color: #FFFFFF;
}

#HomeBoxs .Item .Content {
	margin-top: 14px;
	margin-left: 30px;
	margin-right: 223px;
}

#HomeBoxs .Item .Content .Price {
	background: url('../image/home-boxs-item-info-price.png') no-repeat;
	padding-top: 32px;
	padding-left: 53px;
	position: absolute;
	width: 164px;
	height: 118px;
	top: 113px;
	right: -33px;
	color: #FFFFFF;
}

#HomeBoxs .Item .Content .Price .Angle {
	transform:rotate(10deg);
}

#HomeBoxs .Item .Content .Price .Value b {
	font-weight: 800;
	font-size: 55px;
}

#HomeBoxs .Item .Content .Price .Name,
#HomeBoxs .Item .Content .Price .Value {
	font-weight: 300;
	font-size: 21px;
}

#HomeBoxs .Item .Content .Price .Name {
	margin-bottom: -16px;
}

#HomeBoxs .Item .Content div.Detail {
	border-bottom: solid 1px #B2B2B2;
	height: 47px;
	line-height: 47px;
	text-overflow: ellipsis;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	display: block;
	cursor: default;
	white-space: nowrap;
}

#HomeBoxs .Item .Content a.Detail {
	height: 47px;
	line-height: 47px;
	font-weight: 300;
	font-size: 18px;
	color: #a2a2a2;
	display: block;
}

#HomeBoxs .Item .Content a.Button {
	border: solid 2px #000000;
	margin-top: 20px;
	width: 218px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
	color: #000000;
	display: block;
	clear: both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#HomeBoxs .Item .Content a.Button:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

#HomeBoxs .Item .Content div.Detail img,
#HomeBoxs .Item .Content a.Detail img {
	margin-right: 13px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

#HomeBoxs .Item .Info header b {
	font-weight: 800;
}

#HomeBoxs .Item .Image {
	margin-left: -535px;
	position: absolute;
	width: 667px;
	height: 476px;
	top: 0px;
	left: 200%;
}

#HomeBoxs .Item .Image img {
	position: absolute;
	max-width: 100%;
	bottom: 0px;
}

#HomeBoxs .Item .Image .Promotion {
	background: #D40000;
	padding: 10px 30px 20px 30px;
	position: absolute;
	width: 260px;
	bottom: 40px;
	right: 40px;
	text-align: center;
	color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transform:rotate(-6deg);
}

#HomeBoxs .Item .Image .Promotion .Caption {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 36px;
}

#HomeBoxs .Item .Image .Promotion .Text {
	font-weight: 400;
	font-size: 16px;
}

#HomeBoxsLists {
	background: #2c2c2c;
	position: relative;
	height: 195px;
}

#HomeBoxsLists::before {
	content: "";
	background: url('../image/home-boxs-lists-arrow.png') no-repeat;
	margin-left: -22px;
	position: absolute;
	width: 45px;
	height: 23px;
	bottom: 100%;
	left: 50%;
	display: block;
	z-index: 25;
}

#HomeBoxsLists .Window {
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
	height: 195px;
}

#HomeBoxsLists .ButtonPrev {
	/*border-right: solid 1px #EFAA71;*/
	margin-top: 47px;
	position: absolute;
	width: 114px;
	height: 100px;
	left: 0px;
	overflow: hidden;
	cursor: pointer;
}

#HomeBoxsLists .ButtonNext {
	/*border-left: solid 1px #EFAA71;*/
	margin-top: 47px;
	position: absolute;
	width: 114px;
	height: 100px;
	right: 0px;
	overflow: hiddne;
	cursor: pointer;
}

#HomeBoxsLists .ButtonPrev i {
	background: url('../image/home-boxs-lists-prev.png') no-repeat;
	margin-left: -10px;
	position: absolute;
	width: 21px;
	height: 35px;
	top: 29px;
	left: 50%;
	display: block;
	opacity: 0.10;
	filter: alpha(opacity=10);
}

#HomeBoxsLists .ButtonNext i {
	background: url('../image/home-boxs-lists-next.png') no-repeat;
	margin-left: -10px;
	position: absolute;
	width: 21px;
	height: 35px;
	top: 29px;
	left: 50%;
	display: block;
	opacity: 0.10;
	filter: alpha(opacity=10);
}

#HomeBoxsLists .Window .Grid {
	margin: 0px 115px 0px 115px;
	padding-left: 1px;
	width: 940px;
	height: 195px;
	overflow: hidden;
}

#HomeBoxsLists .Window .Grid .Slide {
	position: relative;
	width: 9000px;
	height: 195px;
	left: 0px;
}

#HomeBoxsLists .Window .Grid .Slide .Item {
	margin-top: 47px;
	position: relative;
	width: 235px;
	height: 100px;
	text-align: center;
	float: left;
}

#HomeBoxsLists .Window .Grid .Slide .Item:after {
	content: " ";
	background: #424242;
	position: absolute;
	width: 1px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}

#HomeBoxsLists .Window .Grid .Slide .Item::before {
	content: " ";
	background: #424242;
	position: absolute;
	width: 1px;
	top: 0px;
	bottom: 0px;
	left: -1px;
}

#HomeBoxsLists .Window .Grid .Slide .Item .Image {
	margin-bottom: 10px;
	width: 100%;
	height: 64px;
	line-height: 64px;
}

#HomeBoxsLists .Window .Grid .Slide .Item .Image img {
	max-width: 90%;
	max-height: 100%;
	vertical-align: middle;
}

#HomeBoxsLists .Window .Grid .Slide .Item .Name {
	font-size: 16px;
	color: #FFFFFF;
}

#HomeBoxsLists .Window .Grid .Slide .Item .Image,
#HomeBoxsLists .Window .Grid .Slide .Item .Name {
	opacity: 0.10;
	filter: alpha(opacity=10);
}

#HomeBoxsLists .Window .Grid .Slide .Item.Active .Image,
#HomeBoxsLists .Window .Grid .Slide .Item.Active .Name {
	opacity: 1;
	filter: alpha(opacity=100);
}

/**
 * Conainer
 */
#Container {
	margin: 0 auto;
}

#Container .Text a {
	color: #60C6F2;
}

.cWidth {
	margin: 0 auto;
	max-width: 1170px;
}

#Container h2.Caption {
	margin: 0px;
	padding: 0px;
	height: 180px;
	line-height: 180px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 48px;
	color: #D40000;
	clear: both;
}

/**
 * Contact
 */
#Contact {
	margin-bottom: 101px;
	overflow: hidden;
}

#ContactText {
	width: 46.5%;
	float: left;
}

#ContactForm {
	width: 50%;
	float: right;
}

#ContactForm .MessageOK {
	margin-bottom: 10px;
	font-size: 26px;
	color: #FFFFFF;
}

#ContactForm .MessageERROR {
	margin-bottom: 10px;
	font-size: 26px;
	color: #FFFFFF;
}

#ContactForm input.t {
	background-color: transparent;
	border: solid 1px #D0D0D0;
	margin-bottom: 12px;
	padding: 0px 15px;
	width: 100%;
	height: 47px;
	line-height: 47px;
	color: #FFFFFF;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#ContactForm textarea {
	background-color: transparent;
	border: solid 1px #D0D0D0;
	margin-bottom: 12px;
	padding: 10px 15px;
	width: 100%;
	height: 219px;
	line-height: 18px;
	color: #FFFFFF;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#ContactForm input.error,
#ContactForm textarea.error {
	border-color: #FF0000;
}

#ContactForm .Error {
	position: relative;
	top: -10px;
	color: #FF0000;
}

#ContactForm input.b {
	background: #D40000;
	border: 0px;
	margin-top: 12px;
	padding: 0px;
	width: 222px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #FFFFFF;
	cursor: pointer;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/**
 * Reservation
 */
#Reservation {
	margin-bottom: 101px;
	overflow: hidden;
}

#ReservationImage {
	width: 50%;
	text-align: right;
	float: right;
}

#ReservationImage img {
	max-width: 100%;
}

#ReservationImage a {
	border: solid 2px #FFFFFF;
	margin: 0 auto;
	width: 219px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #FFFFFF;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#ReservationForm {
	width: 50%;
	float: left;
}

#ReservationForm .MessageOK {
	margin-bottom: 10px;
	font-size: 26px;
	color: #FFFFFF;
}

#ReservationForm .MessageERROR {
	margin-bottom: 10px;
	font-size: 26px;
	color: #FFFFFF;
}

#ReservationForm header {
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 40px;
	color: #FFFFFF;
}

#ReservationForm header b {
	font-weight: 800;
}

#ReservationForm input.t {
	background-color: transparent;
	border: solid 1px #D0D0D0;
	margin-bottom: 12px;
	padding: 0px 15px;
	width: 100%;
	height: 47px;
	line-height: 47px;
	color: #FFFFFF;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#ReservationForm input.tm {
	background: url('../image/reservation-calendar.png') center right no-repeat;
	border: solid 1px #D0D0D0;
	margin-bottom: 12px;
	padding: 0px 15px;
	width: 49%;
	height: 47px;
	line-height: 47px;
	color: #FFFFFF;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#ReservationForm textarea {
	background-color: transparent;
	border: solid 1px #D0D0D0;
	margin-bottom: 12px;
	padding: 10px 15px;
	width: 100%;
	height: 219px;
	line-height: 18px;
	color: #FFFFFF;
	clear: both;
	resize: vertical;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#ReservationForm input.error,
#ReservationForm textarea.error {
	border-color: #FF0000;
}

#ReservationForm .Error {
	position: relative;
	top: -10px;
	color: #FF0000;
	clear: both;
}

#ReservationForm input.b {
	background: #D40000;
	border: 0px;
	margin-bottom: 25px;
	padding: 0px;
	width: 222px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #FFFFFF;
	cursor: pointer;
	clear: both;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/**
 * Pricelist
 */
#Pricelist {
	padding-bottom: 101px;
	overflow: hidden;
}

#Pricelist .Group {
	background: #2C2C2C;
	position: relative;
	height: 195px;
}

#Pricelist .Group::before {
	content: "";
	background: url('../image/pricelist-group-arrow.png') no-repeat;
	margin-left: -22px;
	position: absolute;
	width: 45px;
	height: 23px;
	top: 100%;
	left: 50%;
	display: block;
	z-index: 25;
}

#Pricelist .Group .Window {
	margin: 0 auto;
	position: relative;
	max-width: 1170px;
	height: 195px;
}

#Pricelist .Group .ButtonPrev {
	/*border-right: solid 1px #EFAA71;*/
	margin-top: 47px;
	position: absolute;
	width: 114px;
	height: 100px;
	left: 0px;
	overflow: hidden;
	cursor: pointer;
}

#Pricelist .Group .ButtonNext {
	/*border-left: solid 1px #EFAA71;*/
	margin-top: 47px;
	position: absolute;
	width: 114px;
	height: 100px;
	right: 0px;
	overflow: hiddne;
	cursor: pointer;
}

#Pricelist .Group .ButtonPrev i {
	background: url('../image/home-boxs-lists-prev.png') no-repeat;
	margin-left: -10px;
	position: absolute;
	width: 21px;
	height: 35px;
	top: 29px;
	left: 50%;
	display: block;
	opacity: 0.10;
	filter: alpha(opacity=10);
}

#Pricelist .Group .ButtonNext i {
	background: url('../image/home-boxs-lists-next.png') no-repeat;
	margin-left: -10px;
	position: absolute;
	width: 21px;
	height: 35px;
	top: 29px;
	left: 50%;
	display: block;
	opacity: 0.10;
	filter: alpha(opacity=10);
}

#Pricelist .Group .Window .Grid {
	margin: 0px 115px;
	height: 195px;
	overflow: hidden;
}

#Pricelist .Group .Window .Grid .Slide {
	position: relative;
	width: 10000px;
	height: 195px;
	left: 0px;
	text-align: left;
	font-size: 0px;
}

#Pricelist .Group .Window .Grid .Slide .Item {
	margin-top: 47px;
	position: relative;
	width: 235px;
	height: 100px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}

#Pricelist .Group .Window .Grid .Slide .Item .Image {
	margin-bottom: 10px;
	width: 100%;
	height: 64px;
	line-height: 64px;
}

#Pricelist .Group .Window .Grid .Slide .Item .Image img {
	max-width: 90%;
	max-height: 100%;
	vertical-align: middle;
}

#Pricelist .Group .Window .Grid .Slide .Item .Name {
	font-size: 16px;
	color: #FFFFFF;
}

#Pricelist .Values {
	margin-top: 65px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#Pricelist .Values .Grid {
	width: 100%;
}

#Pricelist .Values .Grid .Item {
	background: #FFFFFF;
	margin-bottom: 10px;
	margin-right: 2%;
	width: 23.5%;
	float: left;
}

#Pricelist .Values .Grid .Item:last-child {
	margin-right: 0px;
}

#Pricelist .Values .Grid .Item .Name {
	background: #D40000;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #FFFFFF;
}

#Pricelist .Values .Grid .Item .Name b {
	padding-right: 7px;
	font-weight: 800;
	font-size: 30px;
}

#Pricelist .Values .Grid .Item .Name span {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
}

#Pricelist .Values .Grid .Item .Price {
	background-color: #707070;
	border-bottom: solid 1px #8D8D8D;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #FFFFFF;
}

#Pricelist .Values .Grid .Item .Price b {
	padding-right: 7px;
	font-weight: 800;
	font-size: 48px;
}

#Pricelist .Values .Grid .Item .Price span {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
}

#Pricelist .Values .Alerts {
	padding: 40px 0px;
	text-align: center;
	clear: both;
}

/**
 * Cars
 */
#Cars {
	margin-bottom: 53px;
	overflow: hidden;
}

#Cars .Item {
	border-bottom: solid 1px #9B9B9B;
	margin-bottom: 36px;
	overflow: hidden;
}

#Cars .Item .Info {
	margin-left: 4px;
	margin-bottom: 58px;
	text-align: right;
	width: 48%;
	float: right;
}

#Cars .Item .Info .List {
	margin-bottom: 56px;
	width: 350px;
	display: inline-block;
}

#Cars .Item .Info .List .Detail {
	border-bottom: solid 1px #9B9B9B;
	position: relative;
	height: 47px;
	line-height: 47px;
	text-align: left;
	text-overflow: ellipsis;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	overflow: hidden;
	display: block;
	cursor: default;
	white-space: nowrap;
}

#Cars .Item .Info .List .Detail .Key {
	position: absolute;
	top: 0px;
	right: 50px;
	left: 35px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#Cars .Item .Info .List .Detail .Key span {
	font-weight: 400;
	font-size: 14px;
}

#Cars .Item .Info .List .Detail .Val {
	position: absolute;
	top: 0px;
	right: 0px;
}

#Cars .Item .Info .List .Detail .Val img {
	margin-right: 0px;
}

#Cars .Item .Info .List .Detail img {
	margin-right: 13px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

#Cars .Item .Info .Buttons {
	height: 53px;
	clear: both;
}

#Cars .Item .Info .Buttons .More {
	border: solid 2px #FFFFFF;
	margin-bottom: 10px;
	margin-right: 46px;
	width: 218px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #FFFFFF;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#Cars .Item .Info .Buttons .Reservation {
	background: #D40000;
	border: solid 2px #D40000;
	margin-bottom: 10px;
	width: 218px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #FFFFFF;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#Cars .Item header {
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 40px;
	color: #FFFFFF;
}

#Cars .Item header b {
	font-weight: 800;
}

#Cars .Item .Image {
	position: relative;
	width: 50%;
	font-size: 0px;
	float: left;
}

#Cars .Item .Image img {
	max-width: 100%;
}

#Cars .Item .Image .Promotion {
	background: #D40000;
	padding: 10px 30px 20px 30px;
	position: absolute;
	width: 260px;
	bottom: 40px;
	right: 40px;
	text-align: center;
	color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transform:rotate(-6deg);
}

#Cars .Item .Image .Promotion .Caption {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 36px;
}

#Cars .Item .Image .Promotion .Text {
	font-weight: 400;
	font-size: 16px;
}

/**
 * CarInfo
 */
#CarInfo {
	
}

#CarInfo .Title {
	height: 174px;
}

#CarInfo .Title h2 {
	margin: 0px;
	padding: 0px;
	height: 174px;
	line-height: 174px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 48px;
	color: #d40000;
	float: left;
}

#CarInfo .Title a {
	background: #d40000;
	width: 222px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #FFFFFF;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#CarInfo .Promotion {
	background: #D40000;
	margin-bottom: 60px;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
}

#CarInfo .Promotion .Caption {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 40px;
}

#CarInfo .Promotion .Text {
	font-weight: 600;
	font-size: 18px;
}

#CarInfo section {
	margin-bottom: 60px;
	overflow: hidden;
}

#CarInfo section .Caption {
	padding-bottom: 15px;
	font-weight: 800;
	font-size: 40px;
	color: #FFFFFF;
}

#CarInfo section .List {
	width: 29.91%;
	float: left;
}

#CarInfo section .List:last-child {
	margin-right: 0px;
}

#CarInfo section .List .Detail {
	border-bottom: solid 1px #9B9B9B;
	position: relative;
	height: 47px;
	line-height: 47px;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	cursor: default;
}

#CarInfo section .List .Detail img {
	position: relative;
	top: -2px;
	vertical-align: middle;
}

#CarInfo section .List .Detail .Key {
	position: absolute;
	top: 0px;
	right: 50px;
	left: 35px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#CarInfo section .List .Detail .Key span {
	font-weight: 400;
	font-size: 14px;
}

#CarInfo section .List .Detail .Val {
	position: absolute;
	top: 0px;
	right: 0px;
}

#CarInfo section .List .Detail .Val img {
	margin-right: 0px;
}

#CarInfo section .Text {
	padding-top: 10px;
	line-height: 22px;
	font-size: 16px;
	color: #FFFFFF;
}



#CarInfo section .Pricelist .Grid {
	width: 100%;
}

#CarInfo section .Pricelist .Grid .Item {
	background: #FFFFFF;
	margin-bottom: 10px;
	margin-right: 2%;
	width: 23.5%;
	float: left;
}

#CarInfo section .Pricelist .Grid .Item:last-child {
	margin-right: 0px;
}

#CarInfo section .Pricelist .Grid .Item .Name {
	background: #D40000;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #FFFFFF;
}

#CarInfo section .Pricelist .Grid .Item .Name b {
	padding-right: 7px;
	font-weight: 800;
	font-size: 30px;
}

#CarInfo section .Pricelist .Grid .Item .Name span {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
}

#CarInfo section .Pricelist .Grid .Item .Price {
	background-color: #707070;
	border-bottom: solid 1px #8D8D8D;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #FFFFFF;
}

#CarInfo section .Pricelist .Grid .Item .Price b {
	padding-right: 7px;
	font-weight: 800;
	font-size: 48px;
}

#CarInfo section .Pricelist .Grid .Item .Price span {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
}
/*
#CarInfo section .Pricelist .Grid {
	width: 110%;
}

#CarInfo section .Pricelist .Item {
	background: #8FD7F6;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 285px;
	height: 140px;
	text-align: center;
	text-transform: uppercase;
	float: left;
}

#CarInfo section .Pricelist .Item .Name {
	margin-bottom: -10px;
	padding-top: 23px;
	font-weight: 300;
	font-size: 30px;
	color: #FFFFFF;
}

#CarInfo section .Pricelist .Item .Price {
	font-weight: 300;
	font-size: 24px;
	color: #FFFFFF;
}

#CarInfo section .Pricelist .Item .Price b {
	font-weight: 800;
	font-size: 48px;
	color: #FFFFFF;
}
*/
#CarInfo .Gallery {
	width: 67.09%;
	float: right;
}

#CarInfo .Gallery .Image {
	background-color: #464646;
	background-repeat: no-repeat;
    background-position: 50% 25%;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: width, height;
    -moz-transition-property: width, height;
    -o-transition-property: width, height;
    transition-property: width, height;
	margin: 0 auto;
	height: 535px;
	line-height: 535px;
	text-align: center;
	font-size: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#CarInfo .Gallery .Image img {
	max-width: 100%;
	max-height: 487px;
	vertical-align: middle;
}

#CarInfo .Gallery .Images {
	background: #2C2C2C;
	padding-top: 32px;
	padding-bottom: 33px;
	position: relative;
	font-size: 0px;
}

#CarInfo .Gallery .Images::before {
	content: "";
	background: url('../image/home-boxs-lists-arrow.png') no-repeat;
	margin-left: -22px;
	position: absolute;
	width: 45px;
	height: 23px;
	bottom: 100%;
	left: 50%;
	display: block;
	z-index: 25;
}

#CarInfo .Gallery .Images .cWidth {
	position: relative;
}

#CarInfo .Gallery .Images .ButtonNext {
	background: url('../image/home-boxs-lists-next.png') center no-repeat;
	position: absolute;
	width: 46px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
}

#CarInfo .Gallery .Images .ButtonPrev {
	background: url('../image/home-boxs-lists-prev.png') center no-repeat;
	position: absolute;
	width: 46px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
}

#CarInfo .Gallery .Images .Window {
	margin: 0 48px;
	position: relative;
	height: 72px;
	overflow: hidden;
}

#CarInfo .Gallery .Images .Window .Slide {
	position: absolute;
	width: 5000px;
	top: 0px;
	left: 0px;
}

#CarInfo .Gallery .Images a {
	border: solid 3px transparent;
	margin: 0px 2px;
	width: 88px;
	height: 66px;
	overflow: hidden;
	display: block;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#CarInfo .Gallery .Images a.Active {
	border-color: #FFFFFF;
}

#CarInfo .Gallery .Images a img {
	width: 88px;
	height: 66px;
}

/**
 * Short About Us
 */
#ShortAboutUs {
	background-color: #FFFFFF;
	padding: 75px 0px 70px 0px;
	color: #2C2C2C;
	overflow: hidden;
}

#ShortAboutUs header {
	padding-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 36px;
	color: #000000;
}

#ShortAboutUs .ItemText {
	margin-bottom: 50px;
	position: relative;
	color: #2C2C2C;
}

#ShortAboutUs .ItemText p {
	padding: 5px 0px;
	text-align: justify;
}

#ShortAboutUs .ItemText:before {
	content: "";
	margin-top: 30px;
	margin-left: -60px;
	border-bottom: solid 7px #D50100;
	position: absolute;
	width: 120px;
	top: 100%;
	left: 50%;
}

/**
 * Why Me
 */
#WhyMe {
	background-color: #1B1B1B;
	padding: 75px 0px 90px 0px;
	overflow: hidden;
}

#WhyMe header {
	padding-bottom: 60px;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	color: #FFFFFF;
}

#WhyMe .Item {
	margin-right: 2.75%;
	position: relative;
	width: 31.5%;
	float: left;
}

#WhyMe .Item::after {
	content: "";
	background-color: #D40000;
	position: absolute;
	height: 7px;
	bottom: -36px;
	left: 30%;
	right: 30%;
}

#WhyMe .Item:last-child {
	margin-right: 0;
}

#WhyMe .Item .Icon {
	margin-bottom: 15px;
	text-align: center;
}

#WhyMe .Item .Caption {
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	color: #FFFFFF;
}

#WhyMe .Item .Text {
	text-align: justify;
	font-weight: 400;
	font-size: 13px;
	color: #999999;
}

/**
 * Compare
 */
#Compare {
	background-color: #FFFFFF;
	padding: 60px 0px;
}

#Compare header {
	padding-bottom: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #000000;
}

#Compare .Window {
	position: relative;
	overflow: hidden;
}

#Compare .ButtonPrev {
	background: rgba(0, 0, 0, 0.20) url('../image/compare-arrow-prev.png') center no-repeat;
	position: absolute;
	width: 44px;
	top: 0px;
	bottom: 0px;
	left: 285px;
	cursor: pointer;
}

#Compare .ButtonNext {
	background: rgba(0, 0, 0, 0.20) url('../image/compare-arrow-next.png') center no-repeat;
	position: absolute;
	width: 44px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
}

#Compare .ColumnName {
	background-color: #A6A6A6;
	width: 285px;
	float: left;
}

#Compare .ColumnName .RowName {
	background-color: #8A0000;
	width: 100%;
	height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#Compare .ColumnName .Row {
	border-bottom: solid 1px #8B8B8B;
	padding: 0px 12px;
	width: 100%;
	height: 37px;
	line-height: 37px;
	font-size: 13px;
	color: #FFFFFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#Compare .ColumnSlide {
	margin-left: 285px;
}

#Compare .ColumnSlide .RowName {
	background-color: #D40000;
	width: 100%;
	height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#Compare .ColumnSlide .Row {
	border-bottom: solid 1px #D5D5D5;
	padding: 0px;
	width: 100%;
	height: 37px;
	line-height: 37px;
	font-size: 13px;
	color: #FFFFFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#Compare .ColumnSlide .RowName .Win,
#Compare .ColumnSlide .Row .Win {
	margin-left: 64px;
	margin-right: 55px;
	position: relative;
	height: 100%;
	overflow: hidden;
}

#Compare .ColumnSlide .RowName .Win .Space {
	position: relative;
	width: 10000px;
	height: 37px;
	line-height: 37px;
	left: 0px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#Compare .ColumnSlide .Row .Win .Space {
	position: relative;
	width: 10000px;
	height: 37px;
	line-height: 37px;
	left: 0px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#Compare .ColumnSlide1 .RowName .Win .Space,
#Compare .ColumnSlide1 .Row .Win .Space {
	left: -153px;
}

#Compare .ColumnSlide .RowName .Win .Space .Column,
#Compare .ColumnSlide .Row .Win .Space .Column {
	width: 153px;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 13px;
	overflow: hidden;
	float: left;
	white-space: nowrap;
}

#Compare .ColumnSlide .RowName .Win .Space .Column {
	color: #FEFEFE;
}

#Compare .ColumnSlide .Row .Win .Space .Column {
	height: 100%;
	color: #000000;
}

#Compare .ColumnSlide .Row .Win .Space .Column img {
	position: relative;
	vertical-align: top;
	top: 9px;
}

#Compare .ColumnSlide .Row .Win .Space .Column .color {
	position: relative;
	width: 40px;
	height: 16px;
	top: 10px;
	vertical-align: top;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.CompareActive1 .ColumnSlide .Win .Space { left: -153px !important; }
.CompareActive2 .ColumnSlide .Win .Space { left: -306px !important; }
.CompareActive3 .ColumnSlide .Win .Space { left: -459px !important; }
.CompareActive4 .ColumnSlide .Win .Space { left: -612px !important; }
.CompareActive5 .ColumnSlide .Win .Space { left: -765px !important; }
.CompareActive6 .ColumnSlide .Win .Space { left: -918px !important; }
.CompareActive7 .ColumnSlide .Win .Space { left: -1071px !important; }
.CompareActive8 .ColumnSlide .Win .Space { left: -1224px !important; }
.CompareActive9 .ColumnSlide .Win .Space { left: -1377px !important; }
.CompareActive10 .ColumnSlide .Win .Space { left: -1530px !important; }

/**
 * Google Maps
 */
#GoogleMaps {
	background: #E5E5E5;
	width: 100%;
	height: 622px;
}

/**
 * Footer
 */
#Footer {
	background: #D40000;
	padding: 30px;
	overflow: hidden;
}

#Footer .Left {
	color: #FFFFFF;
	float: left;
}

#Footer .Left .Caption {
	padding-bottom: 38px;
	font-weight: 700;
	font-size: 36px;
}

#Footer .Left .mobile {
	display: none;
}

#Footer .Right {
	float: right;
}

#Copyright {
	text-align: right;
	font-size: 16px;
	color: #FFFFFF;
	clear: both;
}

#RzetelnaFirma {
	background: url('../image/footer-rzetelnafirma.png') no-repeat;
	margin-top: 0px;
	width: 141px;
	height: 60px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	float: right;
}



#ActionPhoneCall {
	background: #D40000;
	padding: 20px 0px;
	position: fixed;
	height: 24px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	font-size: 0px;
	display: none;
	z-index: 1000;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#ActionPhoneCall svg {
	margin-right: 6px;
	vertical-align: top;
	display: inline-block;
}
#ActionPhoneCall svg path {
	fill: #FFFFFF;
}
#ActionPhoneCall span {
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
}

@media all and (max-width: 786px) {
	#ActionPhoneCall {
		display: block;
	}
}

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

/* Float */
.fleft { float: left; }
.fright { float: right; }