@font-face {
	font-family: 'Raleway-Light';
	/*src: url('/fonts/Raleway-Light.eot');*/
	src: local('/fonts/Raleway-Light'), local('/fonts/Raleway-Light'),
	/*url('/fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),*/
	/*url('/fonts/Raleway-Light.woff') format('woff'),*/
	url('/fonts/Raleway-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Uni Sans Heavy';
	src: url('/fonts/uni_sans_heavy.eot');
	src: local('/fonts/uni_sans_heavy'), local('/fonts/Uniuni_sans_heavySansHeavy'),
	url('/fonts/uni_sans_heavy.eot?#iefix') format('embedded-opentype'),
	url('/fonts/uni_sans_heavy.woff') format('woff'),
	url('/fonts/UniSansHeavy.ttf') format('truetype');
}
@-webkit-keyframes rightThenLeft {
	0%   {right: 0%;}
	50%  {right: 50%;}
	100% {right: 100%;}
}
body {
	font-family: 'Raleway-Light';
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	overflow-x: hidden;
}
/*.form-reservation .title {
	font-family: 'Oswald-Medium';
}*/
#menu .nav > li > a, .title-box, .title-slide, .specification, span.prefix, .price-slide, p.phone, li.phone, .text_slider, .more a, .text-box p:first-child {
	font-family: 'Uni Sans Heavy';
}

.text_slider {
	line-height: 40px;
}
.clear{clear: both;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
hr.blue {
	height: 2px;
	background: #488db2;
}
a {
	color: #23a1d1;
  cursor:pointer;
}
a:hover {
	text-decoration: none;
}
.special-box {
	margin-bottom: 30px;
}
/*.special-box hr {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}*/
hr.line-right:after {
	content: "";
	height: 2px;
	width: 15%;
	background: #ff6e17;
	display: block;
	position: absolute;
	margin-top: -1px;
}
.page {
	min-height: 500px;
}
#language li {
	float: left;
	list-style-type: none;
}
#language li a {
	color: #fff;
	font-size: 18px;
	padding: 0px 5px;
}
#language {
	padding: 10px 0px;
}
.select-language a {
	color: #ff6e17 !important;
}
.select-language img {
	border: 1px solid #777676;
	BORDER-RADIUS: 100%;
}
form#language img {
	width: 16px;
	height: 16px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: transparent;
    border-radius: 0px;
	box-shadow: none;
}
.box-form-data .form-control, .form-information .form-control {
	display: block;
	width: 100%;
	height: 55px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
}
.box-form-data .date_finish, .date_start {
	border-right: 1px solid transparent;
}
.box-form-data input.date {
	width: 60%;
	float: left;
}
.box-form-data select.time {
	width: 40%;
	float: left;
	height: 55px;
	border: 1px solid #ccc;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.telephone {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0px;
}
.telephone i {
	font-size: 20px;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ff6e17;
	background-image: linear-gradient(to bottom, #ff6e17, #ff6e17);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}

/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* success */
p.center-v-g {
	z-index: 2;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.success-text {
	font-size: 18px;
	color: #007d0b;
}
/*header*/
li.ico-mess {
	margin: 0;
}
li.ico-mess img a {
	padding: 0;
}
li.ico-mess img {
	width: 25px;
}
.box-phone {
	text-align: center;
	color: #fff;
	padding: 5px 0px;
	font-size: 12px;
	text-transform: uppercase;
}
.box-phone span {
	margin: 0px 5px;
}
.header {
	transition: all 0.4s ease;
	background: transparent;
	position: absolute;
	top: 0px;
	z-index: 9;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 64%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 64%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 64%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );
}
.header-page {
	background: linear-gradient(95deg, rgb(56, 61, 69) 20%, rgb(56, 61, 69) 80%);
}
.box_content_slider {
	z-index:9;
	width: 50%;
}

/*.header_scroll.in .navbar {
	margin: 10px 0px;
}*/
li.phone {
	color: #fff;
	font-weight: bold;
	margin: 10px 5px;
	font-size: 18px;
}
.header_scroll.in #logo img {
	width: 150px;
}
.header_scroll {
	width: 100%;
	display:none;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
}
.header_scroll.in {
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease;
	position: fixed;
	top: 0px;
	z-index: 11;
	display: block;
	background: #fff;
}
span.currency {
	float: right;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}
.header-step {
	margin-bottom: 30px;
}
.step {
	background: #8FA7B9;
	min-height: 145px;
	width: 20%;
	float: left;
	position: relative;
}

.step-bg .title {
	color: #fff;
	text-align: left;
	font-size: 32px;
	line-height: 4em;
}
.step img {
	position: absolute;
	margin: 0 auto;
	top: 30px;
	border: 0;
	left: 0;
	right: 0;
}
.city2 {
	height: 0;
	transition: 1s;
	overflow: hidden;
}
.city2.check {
	height: auto;
	transition: 1s;
	overflow: visible;
}
.form-reservation {
	/*box-shadow: 0 0 21px rgba(0, 0, 0, 0.30980392156862746);*/
	box-shadow: 0 16px 23px -13px rgba(0, 0, 0, 0.25);
}
select.location {
	background: #fff url(/image/ico/location.png) no-repeat;
	background-position: 10px 8px;
	padding-left: 45px;
	font-size: 12px;
}
.date {
	background: #fff url(/image/ico/calendar.png) no-repeat;
	background-position: 10px 5px;
	padding-left: 45px;
}
/* menu */
.main-menu {
	background: #4D4D4D;
}
/*.main-menu-box {
	background: rgba(0, 0, 0, 0.36);
	padding: 10px 0px;
}*/
#menu {
/*	min-height: 40px;*/
}
#menu .nav > li > a {
	color: #fff;
	padding: 10px 5px 10px 5px;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 5px 20px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #000;
	/*padding: 2px 18px;*/
	float: right;
	background-color: none;
	margin-top:15px;
}
.mobile-menu {
	float: left;
	font-size: 18px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #000;
	background-color:none;
}
.navbar {
	margin: 15px 0px;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	#language {
		float: right;
	}
	.navbar-nav {
		/*display: table;
		margin: 0 auto;*/
		    margin: 20px -15px;
	}
	.header #logo img {
		height:70px;
		margin-top: 10px;
	}
	.header-page #logo img {
		height: 55px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.header #logo img {
		margin: 0 auto;
		display: table;
		width: 280px;

	}
	ul.list-attr li img {
    width: 20px;
}
	p.phone {
    font-size: 18px;
	}
	#language {
		margin: 0 auto;
		display: table;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #000;
		text-align:center;
		text-transform:uppercase;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #000;
	}

	.item-slide:hover .box-price a, .item-slide:hover .price-slide {
		font-size: 24px !important;
	}
}



/*main page*/
.maps {
	margin-top: 30px;
	margin-bottom: 30px;
}
img.abs-pos {
	width: 100%;
	position: relative;
}
.bg-box-information {
	min-height: 550px;
}
.abs {
	position: absolute;
	top: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	/*padding-top: 15px;*/
}
.slider {
	/*margin-bottom: 40px;*/
	position: relative;
	height: 100%;
	overflow: hidden;
}
p.phone {
	font-size: 24px;
	color: #fff;
}
.banner-text-position {
	position: absolute;
	bottom: 20%;
	padding-top: 15px;
	margin-left: 5%;
	border-left: 2px solid #fff;
	padding-left: 5px;
	color: #fff;
}
.banner-text-position p:first-child {
	font-size: 32px;
	margin-bottom: 23px;
}
.banner-text-position {
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.49);
}
.banner-text-position p:last-child {
	font-size: 21px;
}
.form-reservation {
	background: #fff;
	padding: 0px 15px 0px 55px;
}
.form-reservation {
	position: relative;
}
form#reservation {
	padding: 5px 0px 5px 0px;
}
form#reservation select {
	border:1px solid #fff;
	text-transform: uppercase;
}
.common-home .title-box {
    font-size: 24px;
    color: #666666;
    margin-bottom: 65px;
	text-align: center;
}

.contact-info .title-box {
	margin-bottom: 20px;
	text-align: left;
}
.title-box span {
	color: #ff6e17;
}
.title-box {
    font-size: 24px;
    color: #666666;
    margin-bottom: 30px;
}
.title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #000;
}
.description {
    text-align: justify;
}
.list-class {
	margin-top: 80px;
}
.img-class img {
	margin: 0 auto;
}
.form-mail {
    padding: 30px;
    background: #E5E5E5;
	margin-bottom: 30px;
}
textarea#message {
	height: 120px;
}
.send-contacts button {
	width: 100%;
	background: #fff;
	color: #0b0b0b;
	border:1px solid #ccc;
	padding: 16px;
}
.send-contacts > div > div {
	margin-bottom: 10px;
}
.title-mail-form {
    color: #666666;
    margin-bottom: 20px;
}
button.btn-rent {
	background: #DA8B05 url("/img/ico-search.png") no-repeat;
	background-size: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4281b1', endColorstr='#53a0b3',GradientType=1 );
	border: 1px solid transparent;
	color: #fff;
	border-radius: 100%;
	padding: 22px;
	text-transform: uppercase;
	font-size: 16px;
	margin: 6px 0px;
}
.img-slide img {
    /*width: 100%;*/
}
.box-title-right {
	text-align: right;
	font-size: 22px;
}
.image-special {
	position: relative;
}
.image-special img {
	width: 100%;
}
.box-special {
	margin-bottom: 30px;
}
.price-slide span {
	font-size: 10px;
}
.information_special .price-slide {
	background: rgb(66,129,177);
	background: -moz-linear-gradient(left, rgba(66,129,177,1) 0%, rgba(83,160,179,1) 100%);
	background: -webkit-linear-gradient(left, rgba(66,129,177,1) 0%,rgba(83,160,179,1) 100%);
	background: linear-gradient(to right, rgba(66,129,177,1) 0%,rgba(83,160,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4281b1', endColorstr='#53a0b3',GradientType=1 );
	color: #fff;
	padding: 15px 25px;
	text-align: center;
	display: block;
	float: right;
	border-radius: 4px;
	font-size: 24px;
}
.information_special .price-slide span {
	font-size: 16px;
}
/* contacts page */
.title-page {
	color: #fff;
	font-size: 36px;
}
.box-contact {
	background: rgba(0, 0, 0, 0.46);
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 5em;
	box-shadow: 0 0 21px rgba(0, 0, 0, 0.30980392156862746);
}
.box-contact .line {
	width: 70%;
	margin-left: 0;
}
.address {
	color: #fff;
}
.bg-box img {
	width: 100%;
}
.box-contact hr.line:after {
	content: "";
	height: 2px;
	width: 25%;
	background: #ff6e17;
	display: block;
	position: absolute;
	margin-top: -1px;
}
.box-contact .title-page {
	text-transform: uppercase;
}
.maps h4 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
.maps p {
	margin: 0;
	line-height: 30px;
}
.box-contact p {
	color: #fff;
}
img.ico-mess {
    width: 25px;
    margin-right: 10px;
}
.information-contact footer {
	margin: 0;
}
.text-danger {
	background: #f7bbbb;
	margin-top: 15px;
}
/* home */

.map {
	margin-bottom: 30px;
}
.section-contact {
	margin: 20px 0px;
}
/* content */
#content {
	/*min-height: 600px;*/
}.text_slider {
	 z-index: 9;
	 color: #fff;
	 width:100%;
 }
/* list car*/
body.rent-car_list, body.rent-reservation-step1 {
    background: url(/img/bg_page_car.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body.rent-car_list .step {
	display: none;
}
body.rent-car_list .step-bg {
	width: 100%;
}
.row-klass {
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0;
    height: 40px;
}
.section-class {
	background: #fff;
	padding: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
	margin: 0px 7.333333333333332%;
	margin-bottom: 25px;
	margin-top:25px;
	border-radius: 4px;
	border-bottom: 2px solid #e1a036;
}
.rent-reservation-step1 .section-class,  .rent-reservation-step2 .section-class {
	margin:0px;
	margin-bottom: 25px;
}
.section-class h3, .section-class hr {
	margin-left: 4%;
	width: 92%;
}
.box-name-klass {
    display: block;
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
    white-space: nowrap;
}
.box-name-klass {
	border: 1px solid transparent;
	text-align: center;
    background: #fff;
}
.box-name-klass a {
	color:#666666;
	padding: 10px 10px;
    display: block;
}
.box-name-klass:hover {
	border: 1px solid #ff6e17;
	/*text-align: center;
	padding: 14px 10px;*/
}
.box-name-klass:hover a {
	color:#ff6e17;
}
.box-item-class .name {
	position: absolute;
	top: 10px;
	right: 50%;
	color: #000;
}
.img-class {
	margin-bottom: 50px;
}
.car-box-item {
	position: relative;
	margin: 0px 8.333333333333332%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    border-radius: 4px;
	margin-bottom: 30px;
    padding: 20px;
    background: #fff;
}
.box-name-klass.active_klass {
	border: 1px solid #ff6e17;
}
.item-car {
    margin-top: 30px;
}.car-price {
    float: right;
}
.car-price span {
	color: #ff6e17;
	font-weight: bold;
	font-size: 26px;
}
ul.list-attr {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}
ul.list-attr li {
    float: left;
    width: 25%;
    border: 1px solid #CBCBCB;
    padding: 5px 10px;
    height: 44px;
}
ul.list-attr li span {
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
.title-car, .order-title {
    font-size: 24px;
    line-height: 24px;
    color: #666666;
    margin: 15px 0px;
}
.car-box-item .title-car {
    font-size: 24px;
    line-height: 24px;
    color: #666666;
    margin:0px;
}
.title-car a {
    color: #666;
}
.box-title-reservation .title-klass {
	text-align: center;
}
.box-title-reservation .title-car {
	margin: 0px 0px 5px 0px;
	text-align: center;
}
.title-klass {
    font-size: 14px;
    text-transform: uppercase;
    color: #4D4D4D;
    font-weight: bold;
    line-height: 30px;
}
/*.more {
	min-height: 60px;
}*/
a.url-resrvation {
    color: #ff6e17;
    font-weight: bold;
    float: right;
    margin-top: 5px;
}

/* page car */
.car-name {
    font-size: 24px;
    line-height: 24px;
    color: #666666;
    margin: 0px;
}
.page-car {
    margin-top: 40px;
}
.main-img {
    width: 100%;
}
.row.box-attribute span {
	font-size: 13px;
}

/*reservation*/
#reservation img.ico {
    left: 25px;
    position: absolute;
	top:10px;
}
#reservation {
	color: #000;
}
#reservation p {
	color: #989898;
	text-align: left;
	font-size: 13px;
	margin-bottom: 0px;
}
.car-box-item-reservation {
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
}
.car-box-item-reservation p {
	margin:0;
}
.car-box-item-reservation .labels img{
	margin-top:20px;
}
.box-title-reservation {
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.car-box-item-reservation > div > img {
    margin-top: 15px;
}
ul.list-attr-reservation {
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 0px;
}
ul.list-attr-reservation li {
	float: left;
	width: 50%;
	border: 1px solid #CBCBCB;
	padding: 5px 10px;
	height: 44px;
}
ul.list-attr-reservation li span {
	font-size: 10px;
	margin-left: 15px;
}
.more p {
	font-size: 12px;
	margin: 0;
}
ul.list-attr-reservation li {
	margin-bottom: 10px;
}
a.btn-reservation {
	background: #ff6e17;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	padding: 12px 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.btn-reservation-block, .btn-reservation-block:hover {
	background: #afb4b4;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	padding: 12px 10px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: default;
}
.box-form-data {
	background:#fff;
	padding: 10px 50px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, 0.18), 23px 0 20px -23px rgba(0, 0, 0, 0.18), 0 0 40px rgba(0, 0, 0, .1) inset;
}
.box-form-data .date {
	background: #fff;
	text-align: center;
	padding: 0;
}
.search-content .ico {
	margin: 0 auto;
	display: table;
	margin-top: 12px;
}
input.date {
	width: 60%;
	float: left;
}
select.time {
	width: 40%;
	float: left;
	height: 40px;
	border: transparent;
	font-size: 12px;
}
.date_finish, .date_start {
	border-right: 1px solid transparent;
}

/* footer */
footer {
	/*margin-top: 30px;*/
}
.footer {
	padding-top: 30px;
	background: #222222;
	border-top: 10px solid #ff6e17;
	color: #e2e2e2;
	background-size: cover;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.top-footer {
	background: #ff6e17;
	height: 50px;
	position: relative;
	top: 1px;
}

hr.line:after {
	content: "";
	height: 2px;
	width: 45%;
	background: #ff6e17;
	display: block;
	position: absolute;
	margin-top: -1px;
}
hr.line-center:after {
	content: "";
	height: 2px;
	width: 35%;
	background: #64B0B8;
	display: block;
	position: absolute;
	margin: 0 auto;
	margin-top: -1px;
	left: 0;
	right: 0;
}
ul.list-seti {
	padding: 0;
	display: table;
}
ul.list-seti li {
	list-style-type: none;
	float: left;
	margin: 0px 5px;
}
img.logo-footer {
	margin-bottom: 15px;
	width: 50%;
}
.bottom-footer {
	background: #1C1C1C;
	padding: 20px 0px;
}
p.powered {
	line-height: 30px;
	margin: 0;
}
/* newsletter */
input#email {
	height: 35px;
	margin: 7px 0px;
}
a#button-subscribe {
	margin: 7px 0px;
}
span.message-danger {
	color: #fff;
	margin: 15px 0px;
	display: block;
}
span.message-success {
	color: #fff;
	margin: 15px 0px;
	display: block;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-white {
	width: 100%;
	margin-top: 15px;
	background: no-repeat;
	border: 2px solid #fff;
	border-radius: 0px;
	color: #fff;
	text-transform: uppercase;
	height: 55px;
}
.btn-white:hover, .btn-white:active, .btn-white.active, .btn-white.disabled, .btn-white[disabled] {
	background-color: rgba(255, 156, 8, 0.65);
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 768px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 15px;
	}
	#box-contacts {
		margin-top: 40px;
	}
	form#reservation > .row > div {
		text-align: right;
	}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
  overflow: hidden;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
	/*img.abs-pos {
		width: auto !important;
		margin-left: -65%;
	}*/
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
	.telephone {
		margin: 10px 0px;
	}
	.navbar {
		margin: 5px 0px 0px 0px;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}




.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}

.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.transform {
  -webkit-transform: scale(1.2) translateX(5px) rotate(5deg);
  -moz-transform: scale(1.2) translateX(5px) rotate(5deg);
  -ms-transform: scale(1.2) translateX(5px) rotate(5deg);
  -o-transform: scale(1.2) translateX(5px) rotate(5deg);
  transform: scale(1.2) translateX(5px) rotate(5deg);
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.notransform {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.upborderradius {
  -webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.borderradius {
 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;    
	border-radius: 5px;
}

/*order*/
.sticky {
    position: fixed;
    z-index: 101;
}
.stop {
    position: relative;
    z-index: 101;
}
.img-car img {
	width: 100%;
}
.form-information > div {
	margin-bottom: 15px;
}
.form-information {
	margin-top: 45px;
}
.form-information h2 {
    text-transform: uppercase;
}
.order-option > p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}
button#btn_order {
	opacity: 0.7;
	transition: 1s;
}
.btn-order.active {
	opacity: 1 !important;
	transition: 1s;
}
.item-option {
    background: #F1F2F2;
    padding: 15px 5px;
    margin-bottom: 10px;
	border: 1px transparent;
}
.check_label {
	display: none;
}
.btn-option {
    font-size: 14px;
    background: #f1f2f2;
    border: 1px solid #666666;
    /*padding: 2px 10px;*/
    width: 22px;
    height: 22px;
    position: relative;
}
span#count input {
    height: 22px;
    border: 1px solid #666666;
    text-align: center;
    background: #f1f2f2;
}
.select-option {
	border: 1px solid #ff6e17;
	background: #ff6e17;
	color: #fff;
}
.select-option .input-group {
	color: #000;
}
.option-name {
    text-transform: uppercase;
    font-size: 16px;
}
.description-option p {
    font-size: 12px;
    margin: 0;
    line-height: 15px;
}
.order-price {
    border: 1px solid #ff6e17;
}
.order-price {
    border: 1px solid #ff6e17;
    padding: 15px 15px;
    font-size: 16px;
}
span#total-price-order {
    color: #ff6e17;
    font-weight: bold;
    font-size: 24px;
}
.btn-order {
    background: #ff6e17;
    border: 1px solid transparent;
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    text-transform: uppercase;
}
.box-gallery {
	position: relative;
}

/*media module*/
@media (min-width: 1366px){
    .form-reservation {
		background: #fff;
		padding: 0px 15px 0px 55px;
        width: 100%;
    }
}
@media(min-width: 1024px){
	.slick-slide img {
		width: 100%;
	}
}
@media(min-width: 768px){
    .form-reservation {
        width: 100%;
		border-radius: 70px;
		margin-top: 25px;
    }
	.banner-text {
		width: 50%;
		float: right;
	}
	.title-mail-form {
		font-size: 36px;
	}
	.slick-slide img {
		width: 100%;
	}

}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
	.text_slider p, .text_slider p span, .text_slider div span {
			font-size: 22px !important;
			line-height: 5px;
		}
}
@media (min-width: 539px) {
	.mob-img {
    display: none;
}

}
	@media (max-width:540px){
		img.desc-img {
		display: none;
		}
		
	}
    @media(max-width: 767px){

	.abs {position: relative;}
	.navbar {
		position: absolute;
		/*right: 15px;*/
		width: 100%;
	}
	
	.slider {height: auto;}
	.text_slider {
		position: absolute;
		margin-left: 15px;
		margin-right: 15px;
	}
	/*.text_slider p:last-child span {
		font-size: 14px !important;
	}*/
	.text_slider p:first-child span {
		font-size: 40px !important;
		line-height: 44px;
		letter-spacing: 0px;
		font-weight: bold;
	}
	.text_slider p, .text_slider p span, .text_slider div span {
		font-size: 54px !important;
	}
	p.phone {
		font-size: 26px !important;
	}
	.text_slider {
		width: auto !important;
		margin-top:15vh;
	}
	#menu .nav > li > a {
		color: #000;
		text-align: center;
	}
	.text_slider {
		z-index: 2;
	}
	a.url-resrvation {
		text-align: center;
		float: none;
		display: block;
		border: 1px solid;
		padding: 10px 0px;
		margin-top: 15px;
	}
	.car-price {float:left;}
	.car-box-item {padding:10px}
	.slick-slide img {
		width: 100%;
	}
	.common-home .title-box {
		font-size: 18px !important;
	}
	.row-klass {
		height: auto;
		display: block;
	}
	ul.list-attr li {
		width: 50%;
	}

	.navbar {position: relative;}
	.navbar-nav {
		margin: 7.5px -15px;
		/*background: rgba(0, 0, 0, 0.39);*/
		background: #fff;
		padding: 0px 15px;
	}
	.navbar-toggle .fa {
		font-size: 24px;
	}
	.form-reservation {
		background: #fff;
		padding: 0px 30px 0px 30px;
		margin: 0px;
        width: 100%;
		border-radius: 0 0 50px 50px;
	}
	.form-reservation {
		/*box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.52);*/
		box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, 0.18), 23px 0 20px -23px rgba(0, 0, 0, 0.18), 0 0 40px rgba(0, 0, 0, .1) inset;
		margin-bottom: 20px;
		margin-top: 20px;
		padding-bottom: 10px;
}
	form#reservation select, .date_finish, .date_start {
		border: 1px solid #d8d7d7 !important;
		text-transform: uppercase !important;
	}
	#reservation p {
		margin-top:15px;
	}
	button.btn-rent {
		margin: 0 auto;
		display: table;
		top: 10px;
		position: relative;
	}
	select.time {
		float:none;
	}
	.box-title-reservation {
		position: relative;
	}
	.banner {
		margin-bottom: 40px;
		background: url(/image/bg_mobile.jpg) no-repeat;
		background-size: cover;
	}
	form#reservation > .row > div {
		text-align: left;
	}
	#reservation img.ico {
		z-index: 9;
		top: 15px;
	}
	input.date {
		padding-left: 45px;
	}
	.title-mail-form {
		font-size: 28px;
		text-align: center;
	}
	/* logo */
	#logo {
		margin: 10px 0px 5px 0px;
	}
	div#logo {
		margin-top: 10px;
		width: 25%;
		float: left;
	}
	.navbar-toggle {
		margin-top: 25px;
	}
	.top {
		min-height:45px;
		padding: 10px 0px;
	}
	form#reservation p {
		color: #000;
	}
	.page-information img {
    width: 100%;
	}
	.box-contact .address {
		margin-bottom: 30px;
	}
}

/**/
html.lb-disable-scrolling {
	overflow: hidden;
	/* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
	position: fixed;
	height: 100vh;
	width: 100vw;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;

	/* Image border */
	border: 4px solid white;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;

	/* Background color behind image.
       This is visible during transitions. */
	background-color: white;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(/img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(/img/lightbox/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(/img/lightbox/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #4ae;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(/img/lightbox/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/*time*/
.block-info {
	position: relative;
	height: 55px;
	width: 100%;
	top: 0px;
	z-index: 9;
	background: rgb(39,36,36);
	background: -moz-linear-gradient(top, rgba(39,36,36,1) 0%, rgba(39,36,36,1) 80%, rgba(32,29,29,1) 100%);
	background: -webkit-linear-gradient(top, rgba(39,36,36,1) 0%,rgba(39,36,36,1) 80%,rgba(32,29,29,1) 100%);
	background: linear-gradient(to bottom, rgba(39,36,36,1) 0%,rgba(39,36,36,1) 80%,rgba(32,29,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272424', endColorstr='#201d1d',GradientType=0 );
}
.exit {
	position: absolute;
	right: 10px;
	top: 5px;
	color: rgba(255, 255, 255, 0.21);
	cursor: pointer;
}
.line-g {
	width: 3px;
	height: 35px;
	background: #ff6e17;
	display: -webkit-box;
	position: absolute;
	top: 10px;
}
span.site, span.phone {
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	margin-left: 25px;
}
span.site a, span.phone a {
	color: #fff;
	margin-left: 15px;
}

/* labels */
.label_special, .label_lider, .label_new, .label_top {
	position: absolute;
	top: 55px;
	left: -10px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	z-index: 2;
}

.label_top img,.label_lider img, .label_new img, .label_special img {
	width: 100%;
}


/*payment */
.page-payment {
	position: relative;
	min-height: 500px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
}
.box-payment {
	text-align: center;
	width: 350px;
	height: 250px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, 0.18), 23px 0 20px -23px rgba(0, 0, 0, 0.18), 0 0 40px rgba(0, 0, 0, .1) inset;
}
.box-payment form {
	margin-top: 100px;
}
.box-contact a {
    color: #fff;
}
.contact-info a {
    color: #666666;
}
/*modal*/
.modal-dialog img {
	max-width: 100%;
	height: auto !important;
	display: block;
}