body {
	font-family: 'Roboto', sans-serif;
	color: #666;
	background: #fff;
}
/* ------------------------------------------------------
-------- Font define -----------------------------------
-------------------------------------------------------*/

@font-face {
    font-family: proxima-nova;
    font-weight: 300;
    font-style: normal;
    src: url(../font/proxima-nova-thin.otf);
}
@font-face {
    font-family: proxima-nova;
    font-weight: 300;
    font-style: italic;
    src: url(../font/proxima-nova-thin-italic.otf);
}
@font-face {
    font-family: proxima-nova;
    font-weight: 400;
    font-style: normal;
    src: url(../font/proxima-nova-light.otf);
}
@font-face {
    font-family: proxima-nova;
    font-weight: 400;
    font-style: italic;
    src: url(../font/proxima-nova-light-italic.otf);
}
@font-face {
    font-family: proxima-nova;
    font-weight: 500;
    font-style: normal;
    src: url(../font/proxima-nova-regular.otf);
}
@font-face {
    font-family: proxima-nova;
    font-weight: 500;
    font-style: italic;
    src: url(../font/proxima-nova-regular-italic.otf);
}
@font-face {
    font-family: proxima-nova;
    font-weight: 600;
    font-style: normal;
    src: url(../font/proxima-nova-semibold.otf);
}
@font-face {
    font-family: proxima-nova;
    font-weight: 600;
    font-style: italic;
    src: url(../font/proxima-nova-semibold-italic.otf);
}
@font-face {
    font-family: proxima-nova;
    font-weight: 700;
    font-style: normal;
    src: url(../font/proxima-nova-bold.otf);
}
@font-face {
    font-family: proxima-nova;
    font-weight: 700;
    font-style: italic;
    src: url(../font/proxima-nova-bold-italic.otf);
}
@font-face {
    font-family: proxima-nova;
    font-weight: 800;
    font-style: normal;
    src: url(../font/proxima-nova-extrabold.otf);
}
@font-face {
    font-family: proxima-nova;
    font-weight: 800;
    font-style: italic;
    src: url(../font/proxima-nova-extrabold-italic.otf);
}



@font-face {
    font-family: dobra;
    font-weight: 300;
    font-style: normal;
    src: url(../font/dobra-light.ttf);
}
@font-face {
    font-family: dobra;
    font-weight: 300;
    font-style: italic;
    src: url(../font/dobra-light-italic.ttf);
}
@font-face {
    font-family: dobra;
    font-weight: 400;
    font-style: normal;
    src: url(../font/dobra-book.ttf);
}
@font-face {
    font-family: dobra;
    font-weight: 400;
    font-style: italic;
    src: url(../font/dobra-book-italic.ttf);
}
@font-face {
    font-family: dobra;
    font-weight: 500;
    font-style: normal;
    src: url(../font/dobra-medium.ttf);
}
@font-face {
    font-family: dobra;
    font-weight: 500;
    font-style: italic;
    src: url(../font/dobra-medium-italic.ttf);
}
@font-face {
    font-family: dobra;
    font-weight: 700;
    font-style: normal;
    src: url(../font/dobra-bold.ttf);
}
@font-face {
    font-family: dobra;
    font-weight: 700;
    font-style: italic;
    src: url(../font/dobra-bold-italic.ttf);
}
@font-face {
    font-family: dobra;
    font-weight: 800;
    font-style: normal;
    src: url(../font/dobra-black.ttf);
}
@font-face {
    font-family: dobra;
    font-weight: 800;
    font-style: italic;
    src: url(../font/dobra-black-italic.ttf);
}


/* ------------------------------------------------------
-------- Popup  ----------------------------------------
-------------------------------------------------------*/
.popup_wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	background: rgba(0,0,0,.7);
	top: 0;
	display: none;
}
.popup_wrap .inner {
	background: #fff;
	border-radius: 20px;
	width: 300px; 
	margin: 0 auto;
	padding: 15px;
	margin-top: 25vh;
}
.popup_wrap .inner .heading {
	border-bottom: 1px solid #ccc;
	font-family: dobra;
	font-size: 20px;
	font-weight: 600;
}
.popup_wrap .inner .cross {
	font-size: 24px;
	position: relative;
	right: 0;
	float: right;
	margin-top: -5px;
	margin-right: 10px;
}

.modal-dialog {
	border: 5px solid #FFC542;
}
.modal-header {
	font-size: 30px;
	font-family: 'Norican', cursive;
}


nav {
	background: #333;
	color: #fff;
	min-height: 40px;
	padding: 5px 0 2px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0px;
}
@media (max-width: 992px) {
	nav {
		width: 100vw;
	}
}

.akce-img {
	width: 100%;
}

.nav_down {
	width: 100%; 
	height: 15px;
	background-image: url(../img/nav_bg.png);
	position: fixed;
	z-index: 10;
	top: 50px;
}
@media (max-width: 992px) {
	.nav_down {
		display: none;
	}
}

body > nav > div > ul {
	float: left;
	list-style: none;
	font-size: 14px;
	padding-left: -40px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 992px) {
	body > nav > div > ul {
		padding-left: 0;
	}
}

nav ul li {
	list-style: none;
	float: left;
	padding-top: 10px;
	margin-right: 15px;
	margin-top: 3px;
	margin-left: 0;
	font-size: 14px;
}
@media (max-width: 992px) {
	nav ul li {
		padding: 10px 0 13px;
		margin: 0;
		width: 25%;
		text-align: center;
	}
}

.clickable {
    cursor: pointer;
}

nav ul li a {
	color: #fff;
	text-transform: uppercase;
}
nav ul li a:hover {
	color: #ffc542;
}
nav .call_now {
	float: right;
}
@media (max-width: 992px) {
	nav .call_now {
		display: none;
	}
}
nav .call_now p {
	color: #fff;
}
nav .call_now p strong {
	color: #7bdc1c;
	font-size: 18px;
	font-weight: 500;
}


/* -----------------------
	Header
----------------------- */
header{
	width: 100%;
	height: 550px;
	background: url(../img/header_bg.png);
	margin-top: 30px;
	overflow: hidden;
}	
header .clouds {
	width: 100%;
	height: 300px;
	background: url(../img/clouds_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 130px;
	position: absolute;
}
header .content {
	width: 100%;
	min-height: 100px;
	position: absolute;
	text-align: center;
	margin-top: 80px;
}
@media (max-width: 992px) {
	header .content {
		text-align: center;
	}
}
@media (max-width: 992px) {
	header .content img {
		max-width: 90%;
	}
}


/* -----------------------
	Car
----------------------- */
.car {
	height: 450px;
	background: url(../img/car_bg.png);
	background-position: center;
	margin-top: -305px;
	position: relative;
	z-index: 9;
}
@media (max-width: 768px) {
	.car {
		background-size: 300%;
		background-position: top center;
		height: 480px;
		background-repeat: no-repeat;
	}
}
@media (max-width: 500px) {
	.car {
		background-size: 300%;
		background-position: top center;
		height: 350px;
		background-repeat: no-repeat;
	}
}


/* -----------------------
	Rozcestnik
----------------------- */
.rozcestnik {
	padding-bottom: 100px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.rozcestnik h2 {
	font-size: 36px;
	text-shadow: 3px 3px 0 rgba(0,0,0,.25);
	font-family: dobra;
	font-family: 'Norican', cursive;
}
.rozcestnik p {
	font-size: 16px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	font-family: proxima-nova;
}
.rozcestnik .link {
	padding: 10px 25px;
	display: inline-block;
	margin-top: 15px;
	background: #333;
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
	font-family: dobra;
	text-transform: uppercase;
	box-shadow: 3px 3px 0px rgba(0,0,0,.25);
}
.rozcestnik .eshop {
	width: 49%;
	min-height: 350px;
	background: #ffc628;
	float: left;
	margin-right: 2%;
	padding: 20px 30px;
}
.rozcestnik .poptavka {
	width: 49%;
	min-height: 350px;
	background: #333;
	float: left;
	padding: 20px 30px;
}
.rozcestnik .poptavka .link {
	background: #666;
}


/* -----------------------
	Top links
----------------------- */

.eshop_link {
	width: 30px;
	height: 30px;
	position: relative;
	margin-top: -300px;
	z-index: 9;
}
.eshop_link .round {
	width: 135px;
	height: 135px;
	border-radius: 70px;
	background: #FFC628;
	text-align: center;
	color: #fff;
	line-height: 135px;
	vertical-align: middle;
	font-size: 28px;
	font-weight: 700;
	text-shadow: 3px 3px 0px rgba(0,0,0,.2);
	border: 2px solid #666;
	display: inline-block;
}
.eshop_link .line {
	width: 178px;
	height: 2px;
	background: #9C9C9C;
	margin-top: -70px;
	margin-left: 135px;
}

.poptavka_link {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 9;
	float: right;
}
.poptavka_link .round {
	width: 135px;
	height: 135px;
	border-radius: 70px;
	background: #FFC628;
	text-align: center;
	color: #fff;
	line-height: 135px;
	vertical-align: middle;
	font-size: 28px;
	font-weight: 700;
	text-shadow: 3px 3px 0px rgba(0,0,0,.2);
	border: 2px solid #666;
	margin-left: -135px;
	display: inline-block;
	transition: all .4s ease;
}
.poptavka_link .round:hover {
	background: #666;
}
.poptavka_link .line {
	width: 160px;
	height: 2px;
	background: #9C9C9C;
	margin-top: -70px;
	margin-left: -294px;
}



/* -----------------------
	How 
----------------------- */
.how {
	text-align: center;
	padding: 10px 0 60px 0;
}
.zpetnauvod {
	float: left;
	background: #666;
	color: #fff;
	border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.how h2 {
	font-family: 'Norican', cursive;
	font-size: 48px;
	color: #666;
	text-shadow: 3px 3px 0 rgba(0,0,0,.2);
	margin: 5px 0 100px 0;
}
.how p.i {
	font-size: 14px;
	color: #b6b6b6;
	margin: 0 auto;
	max-width: 600px;
	font-weight: 300;
	margin-top: 10px;
}
.how .progress_how {
	background: #fff;
	min-height: 250px;
	background: url(../img/progress_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
@media (max-width: 992px) {
	.how .progress_how {
		background: none;
	}
}
.how .progress_how form {
	border: 0;
}
.how .progress_how .submit {
	width: 160px;
	height: 160px;
	border-radius: 80px;
	background: #ffc542;
	float: right;
	margin-top: 90px;
	margin-right: 2px;
}
@media (max-width: 992px) {
	.how .progress_how .submit {
		float: left;
		margin-left: -20px;
		margin-top: 100px;
		margin-bottom: 50px;
	}
}
@media (max-width: 768px) {
	.how .progress_how .submit {
		float: left;
		margin-top: 125px;
		margin-left: -180px;
	}
}
.how .progress_how .inputbox_brand {
	margin-top: 63px;
	margin-left: 4px;
}
@media (max-width: 1200px) {
	.how .progress_how .inputbox_brand {
		margin-left: 2px;
		margin-top: 80px;
	}
}
@media (max-width: 992px) {
	.how .progress_how .inputbox_brand {
		margin-left: 0;
	}
}
@media (max-width: 992px) {
	.how .progress_how .inputbox_brand {
		margin-left: 0;
		margin-top: 30px;
	}
}
.how .progress_how .inputbox_brand .number_pr {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #ffc542;
	font-size: 28px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-shadow: 3px 3px 0px rgba(0,0,0,.2);
	padding-top: 5px;
	position: relative;
	z-index: 2;
	float: left;
}
@media (max-width: 1200px) {
	.how .progress_how .inputbox_brand .number_pr {
		margin-left: -20px;
	}
}
@media (max-width: 992px) {
	.how .progress_how .inputbox_brand .number_pr {
		margin-left: 0px;
	}
}
.how .progress_how .inputbox_brand .inner {
	text-align: left;
	height: 41px;
	background: #666;
	position: relative;
	color: #fff;
	padding-left: 35px;
	padding-right: 17px;
	z-index: 1;
	float: left;
	font-size: 12px;
	margin-left: -30px;
	margin-top: 4.5px;
	border-radius: 20px;
	box-shadow: 3px 3px 0px rgba(0,0,0,.2);
}
.how .progress_how .inputbox_brand select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 10px;
    -moz-padding-start: 10px;
    background-color: #666; /* fallback color if gradients are not supported */
    background-image: url(../img/downarrow.png), -webkit-linear-gradient(top, #666, #666); /* For Chrome and Safari */
    background-image: url(../img/downarrow.png), -moz-linear-gradient(top, #666, #666); /* For old Fx (3.6 to 15) */
    background-image: url(../img/downarrow.png), -ms-linear-gradient(top, #666, #666); /* For pre-releases of IE 10*/
    background-image: url(../img/downarrow.png), -o-linear-gradient(top, #666, #666); /* For old Opera (11.1 to 12.0) */ 
    background-image: url(../img/downarrow.png), linear-gradient(to bottom, #666, #666); /* Standard syntax; must be last */
    background-position: center right;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 2px;
    box-shadow: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.how .progress_how .inputbox_model {
	margin-top: 130px;
	margin-left: 2px;
}
@media (max-width: 992px) {
	.how .progress_how .inputbox_model {
		margin-left: 0;
		margin-top: 15px;
	}
}
@media (max-width: 768px) {
	.how .progress_how .inputbox_model {
		margin-left: 0;
		margin-top: 60px;
	}
}
.how .progress_how .inputbox_model .number_pr {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #ffc542;
	font-size: 28px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-shadow: 3px 3px 0px rgba(0,0,0,.2);
	padding-top: 5px;
	position: relative;
	z-index: 2;
	float: left;
}
.how .progress_how .inputbox_model .inner {
	text-align: left;
	height: 41px;
	max-width: 200px;
	background: #666;
	position: relative;
	color: #fff;
	padding-left: 35px;
	padding-right: 17px;
	z-index: 1;
	float: left;
	font-size: 12px;
	margin-left: -30px;
	margin-top: 4.5px;
	border-radius: 20px;
	box-shadow: 3px 3px 0px rgba(0,0,0,.2);
}
.how .progress_how .inputbox_model select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 10px;
    -moz-padding-start: 10px;
    background-color: #666; /* fallback color if gradients are not supported */
    background-image: url(../img/downarrow.png), -webkit-linear-gradient(top, #666, #666); /* For Chrome and Safari */
    background-image: url(../img/downarrow.png), -moz-linear-gradient(top, #666, #666); /* For old Fx (3.6 to 15) */
    background-image: url(../img/downarrow.png), -ms-linear-gradient(top, #666, #666); /* For pre-releases of IE 10*/
    background-image: url(../img/downarrow.png), -o-linear-gradient(top, #666, #666); /* For old Opera (11.1 to 12.0) */ 
    background-image: url(../img/downarrow.png), linear-gradient(to bottom, #666, #666); /* Standard syntax; must be last */
    background-position: center right;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 2px;
    box-shadow: 0;
    color: #fff;
    font-size: 13px;
	max-width: 150px;
    font-weight: 300;
    margin: 0;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.how .progress_how .inputbox_motor {
	margin-top: 65px;
	margin-left: 12px;
}
@media (max-width: 992px) {
	.how .progress_how .inputbox_motor {
		margin-left: 0;
		margin-top: 15px;
	}
}
@media (max-width: 768px) {
	.how .progress_how .inputbox_motor {
		margin-left: 0;
		margin-top: 60px;
	}
}
.how .progress_how .inputbox_motor .number_pr {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #ffc542;
	font-size: 28px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-shadow: 3px 3px 0px rgba(0,0,0,.2);
	padding-top: 5px;
	position: absolute;
	z-index: 2;
	float: left;
}
.how .progress_how .inputbox_motor .inner {
	text-align: left;
	height: 41px;
	max-width: 200px;
	background: #666;
	position: relative;
	color: #fff;
	padding-left: 45px;
	padding-right: 25px;
	padding-top: 9px;
    font-weight: 300;
	z-index: 1;
	float: left;
	font-size: 13px;
	margin-left: 20px;
	margin-top: 4.5px;
	border-radius: 20px;
	box-shadow: 3px 3px 0px rgba(0,0,0,.2);
}

.how .progress_how .inputbox_motor .inner span {
	margin-left: 10px;
	font-weight: 700;
}
.how .progress_how .inputbox_motor .inner .hidden {
	display: none;
}

.info_expanded{
	height: auto;
	min-height: 340px;
	min-width: 260px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}

.hid {
	display: none;
}

.how .progress_how .inputbox_motor {
	position: absolute;
}

.how .progress_how .inputbox_motor .hid {
	padding-top: 20px;
}

.how .progress_how .inputbox_motor select {
	-webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 10px;
    -moz-padding-start: 10px;
    background-color: #666; /* fallback color if gradients are not supported */
    background-image: url(../img/downarrow.png), -webkit-linear-gradient(top, #666, #666); /* For Chrome and Safari */
    background-image: url(../img/downarrow.png), -moz-linear-gradient(top, #666, #666); /* For old Fx (3.6 to 15) */
    background-image: url(../img/downarrow.png), -ms-linear-gradient(top, #666, #666); /* For pre-releases of IE 10*/
    background-image: url(../img/downarrow.png), -o-linear-gradient(top, #666, #666); /* For old Opera (11.1 to 12.0) */ 
    background-image: url(../img/downarrow.png), linear-gradient(to bottom, #666, #666); /* Standard syntax; must be last */
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #888;
    border-radius: 10px;
    box-shadow: 0;
    color: #fff;
    font-size: 12px;
	max-width: 170px;
    font-weight: 300;
    margin: 0;
    overflow: hidden;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.how .progress_how .inputbox_motor .vin {
	background: transparent;
	width: 180px;
	margin: 5px 0 0px;
	border-radius: 10px;
	border: 1px solid #888;
	padding: 7px;
	font-size: 12px;
}
.how .progress_how .inputbox_motor .email {
	background: transparent;
	width: 180px;
	margin: 5px 0 0px;
	border-radius: 10px;
	border: 1px solid #888;
	padding: 7px;
	font-size: 12px;
}
.how .progress_how .inputbox_motor .telephone {
	background: transparent;
	width: 180px;
	margin: 5px 0 0px;
	border-radius: 10px;
	border: 1px solid #888;
	padding: 7px;
	font-size: 12px;
}
.how .progress_how .inputbox_motor .informace {
	background: transparent;
	width: 180px;
	height: 90px;
	resize: none;
	margin: 5px 0;
	border-radius: 10px;
	border: 1px solid #888;
	padding: 7px;
	font-size: 12px;
}

.info_podminky {
	font-size: 12px;
}
.info_podminky a {
	color: #ffc542;
}

body > div.how > div.progress_how > form > div:nth-child(4) > div > input[type="submit"] {
	cursor: pointer;
}

.how .progress_how .submit a{
	width: 140px;
	height: 140px;
	border-radius: 70px;
	border: 6px solid #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	text-shadow: 3px 3px 0px rgba(0,0,0,.2);
	color: #fff;
	margin-top: 10px;
	background: #ffc542;
	overflow: hidden;
	display: inline-block;
	line-height: 120px;
	vertical-align: middle;
}


@media (max-width: 992px) {
	#how > div.progress_how > form > div {
		display: block;
		width: 100%;
	}
}


/* -----------------------
	Information
----------------------- */
.information {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(left,  #eeeeee 0%, #eeeeee 50%, #ffc847 51%, #ffc847 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #eeeeee 0%,#eeeeee 50%,#ffc847 51%,#ffc847 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #eeeeee 0%,#eeeeee 50%,#ffc847 51%,#ffc847 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffc847',GradientType=1 ); /* IE6-9 */
}
@media (max-width: 768px) {
	.information {
		background: #eeeeee;
		filter: none;
	}
}
.information .about {
	min-height: 300px;
	background: #eee;
	padding: 40px 40px 100px 15px;
}
.information .about img {
	margin-top: 10px;
	margin-right: 15px;
}
.information .about h2 {
	font-family: 'Norican', cursive;
	font-size: 36px;
}
.information .about p {
	font-size: 13px;
	margin-top: 13px;
}

.information .count {
	padding: 60px 40px 40px 15px;
	color: #fff;
	text-align: center;
}
@media (max-width: 992px) {
	.information .count {
		background: #ffc847;
		padding: 30px 40px;
	}
}
@media (max-width: 992px) {
	.information .container {
		padding: 0;
	}
}
.information .count .text {
	font-family: 'Norican', cursive;
	font-size: 40px;
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 10px;
	text-shadow: 3px 3px 0px rgba(0,0,0,.2);
}
.information .count .count_number {
	color: #444;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin-top: 20px;
	text-shadow: 3px 3px 0px rgba(0,0,0,.2);
}


/* -----------------------
	sent form
----------------------- */
.sent_form {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 10000;
	padding: 50px;
	top: 0;
	display: none;
}
@media (max-width: 992px) {
	.sent_form {
		padding: 20px;
	}
}

.sent_form .inner {	
	background: #333;
	box-shadow: 0px 0px 40px 20px rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	padding: 30px;
	color: #fff;
	text-align: center;
}

.sent_form .title {
	font-size: 48px;
	margin-top: 20px;
}
@media (max-width: 992px) {
	.sent_form .title {
		font-size: 30px;
		margin-top: 20px;
	}
}

.sent_form .subtext {
	font-size: 30px;
	font-weight: 300;
}
.sent_form i {
	font-size: 100px;
	margin-top: 100px;
}
@media (max-width: 992px) {
	.sent_form i {
		font-size: 50px;
	}
}
.sent_form a {
	margin-top: 20px;
	font-size: 14px;
	border: 2px solid #fff;
	border-radius: 25px;
	padding: 10px 20px;
	text-transform: uppercase;
	display:inline-block;
	color: #fff;
	transition: all 0.2s ease;
}
@media (max-width: 992px) {
	.sent_form a {
		display: inline-block;
		margin-top: 30px;
	}
}

.sent_form a i {
	font-size: 14px;
	margin-top: 0px;
}
.sent_form a:hover {
	background: #fff;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.sent_form img {
	position: relative;
	float:right;
	cursor: pointer;
}

/* -----------------------
	Footer 
----------------------- */
footer {
	background: #333;
	color: #fff;
	padding-top: 40px;
}
footer p.title {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
}
footer .copyright {
	padding: 0;
	text-align: center;
}
footer .copyright img {
	display: block;
	margin: 0 auto;
}
footer .copyright a {
	color: #fff;
	font-size: 24px;
	margin-top: 14px;
	text-decoration: none;
	margin-right: 3px;
}
footer .copyright a:hover {
	color: #000;
	text-decoration: none;
}
footer .navigace ul {
	padding: 0 18px;
}
footer .navigace ul li {
	color: #ffc542;
	margin-bottom: 4px;
}
footer .navigace ul li a {
	font-weight: 300;
	font-size: 12px;
	color: #ddd;
	transition: all 0.2s ease;
}
footer .navigace ul li a:hover {
	color: #ffc542;
}
footer .contact span {
	font-size: 24px;
	color: #ffc542;
	margin-right: 10px;
	vertical-align: inherit;
}
footer .contact table {
	border-collapse: separate;
	border-spacing: .7em;
}
footer .contact {
	font-weight: 300;
	color: #ddd;
	font-size: 12px;
}
footer .credits {
	border-top: 1px solid #444;
	color: #777;
	font-size: 12px;
	font-weight: 300;
	padding: 22px 0;
	margin-top: 50px;
}
@media (max-width: 992px) {
	footer .credits p {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}

footer .credits p {
	margin: 0;
}
footer .credits p.left {
	float: left;
}
footer .credits p.right {
	float: right;
}

.pop_brand {
	position: absolute;
	margin-top: -110px;
	margin-left: 20px;
}
@media (max-width: 1200px) {
	.pop_brand {
		margin-left: 10px;
	}
}
@media (max-width: 992px) {
	.pop_brand {
		display: none;
	}
}
.pop_model {
	position: absolute;
	margin-top: -45px;
	margin-left: 25px;
	display: none;
}
@media (max-width: 1200px) {
	.pop_model  {
		margin-top: 0;
	}
}
.pop_info {
	position: absolute;
	margin-top: -110px;
	margin-left: 30px;
	display: none;
}