/*==============================
1. Fonts
===============================*/

@import url("datepicker.css");
@import url("select2.css");

/*==============================
2. Reset Styles
===============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
        font-family: 'Segoe UI',arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
header ol, 
footer ol, 
header ul,
footer ul{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
        outline: none;
}

button{
        cursor: pointer;
}

/* Clearfix */
.clearfix { display: inline-block; }

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}


.clearfix { display:block; }

/*===================================
2.1. Defaults,  h1, h2, h3, h4, h5, a
===================================*/

h1 {
	font-size: 24px;
	line-height: 30px;
	color: #0898d2;
	text-decoration: none;
}

h2 {
	font-size: 19px;
	line-height: 24px;
	color: #0898d2;
	text-decoration: none;
}

h3 {
        font-size: 16px;
	line-height: 20px;
	color: #0898d2;
}

h4, h5, h6 {
        font-size: 14px;
	line-height: 28px;
	color: #0898d2;
	font-weight: bold;
}

a, a:link, a:visited {
	color: #545454;
	font-size: 12px;
}

ul, ol {
	padding: 0px;
	margin: 0px 0px 15px 20px;
}

p{
	padding: 0px 0px 15px 0px;
}

b, strong{
    font-weight: bold;
}

a:hover, a:visited:hover { text-decoration: none; }

.floatLeft { float: left; }

.floatRight { float: right; }

.bg-none { background: none !important; }

.italic,u,i{ font-style: italic; }

.overflow-none{ overflow: inherit !important; }

.alignCenter { text-align: center; display: block; }

.center-box{margin: 0 auto; width: 965px;}

/*==============================
3. Wrapper and Header styles
===============================*/

body{
    background: url('../img/bg-body.png') repeat 0 0;
}

#wrapper{
    min-height: 100%;
    position: relative;
}

.header-main{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 26;
    width: 100%;
    box-shadow: 0 0 20px #999;
}

.header-top{
    background: url('../img/bg-body.png') repeat 0 0;
}

.top-nav{
    float: left;
}

.top-nav ul{
    margin: 0;
}

.top-nav ul li{
    float: left;
    background: url('../img/bg-li-top-nav.png') no-repeat right 0;
    height: 41px;
}

.top-nav ul li.first a{
    background: url('../img/home.png') no-repeat 0 center;
}

.top-nav ul li a{
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    height: 41px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 18px 0 15px;
}

.top-nav ul li a:hover{
    text-decoration: underline;
}

.language{
    float: right;
    padding: 13px 0 0 0;
}

.language p{
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    float: left;
    padding: 0 10px 0 0;
}

.language ul{
    margin: 0;
    float: left;
}

.language li{
    display: inline-block;
    margin: 0 1px 0 0;
}

.header-bottom{
    background: rgba(33,154,206,1);
    background: -moz-linear-gradient(top, rgba(33,154,206,1) 0%, rgba(0,128,183,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33,154,206,1)), color-stop(100%, rgba(0,128,183,0.8)));
    background: -webkit-linear-gradient(top, rgba(33,154,206,1) 0%, rgba(0,128,183,0.8) 100%);
    background: -o-linear-gradient(top, rgba(33,154,206,1) 0%, rgba(0,128,183,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(33,154,206,1) 0%, rgba(0,128,183,0.8) 100%);
    background: linear-gradient(to bottom, rgba(33,154,206,1) 0%, rgba(0,128,183,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#219ace', endColorstr='#0080b7', GradientType=0 );
    -webkit-box-shadow: inset 0px -10px 12px 0px rgba(255, 255, 255, 0.35);
    -moz-box-shadow:    inset 0px -10px 12px 0px rgba(255, 255, 255, 0.35);
    box-shadow:         inset 0px -10px 12px 0px rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid #084d6e;
}

.company-title{
    padding: 0 0 30px 0;
}

.logo{
    width: 157px;
    height: 39px;
    padding: 20px 15px 0 0;
    float: left;
}

.logo a{
    width: 157px;
    height: 0;
    padding-top: 39px;
    display: block;
    overflow: hidden;
    background: url('../img/logo.png') no-repeat 0 0;
}


.slogan{
    float: left;
    padding: 30px 0 0 0;
}

.slogan p{
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    padding: 0;
}

.contacts-box{
    float: right;
    text-align: right;
    padding: 25px 10px 0 0;
}

.contacts-box p{
    font-family: 'Segoe UI';
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 0;
}

.contacts-box p span{
    font-family: 'Segoe UI';
    font-size: 19px;
    line-height: 14px;
    color: #fff;
}

.contacts-box a{
    font-family: 'Segoe UI';
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
}

.company-title .help-btn{
    float: right;
    width: 132px;
    height: 23px;
    display: block;
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 0 0 42px;
    margin: 25px 0 0 0;
    background: url('../img/bg-help-btn.png') no-repeat 0 0;
}

.company-title .help-btn:hover{
    opacity: 0.9;
}

/*==============================
4. Container styles
===============================*/

.main-slider-box{
    position: relative;
    z-index: 10;
    padding: 41px 0 0 0;
    margin-bottom: -33px;
}

.main-slider-box .center-box{
    position: relative;
    z-index: 20;
    height: 0px;
}

.main-slider-box .slider-desc{
    position: absolute;
    left: 50%;
    bottom: 50%;
    text-align: left;
    width: 860px;
    margin: 0 0 -61px -430px;
}
.slides > li{
    position: relative;
}

.slider-desc p{
    color: #fff;
    display: inline-block;
    padding: 12px 20px 15px 24px;
    font-weight: 300;
}

.slider-desc .h2-title{
    background-color: rgba(53,53,53,0.8);
    font-size: 37px;
    line-height: 37px;
}

.slider-desc .h2-title a{
    font-size: 37px;
    line-height: 37px;
}

.slider-desc .h3-title{
    background-color: rgba(73,73,73,0.8);
    font-size: 30px;
    line-height: 30px;
}

.slider-desc .h3-title a{
    font-size: 30px;
    line-height: 30px;
}

.main-slider-box ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.main-slider-box .slides li{
    outline: none !important;
    cursor: default !important;
    background-color: transparent !important;
    opacity: 1 !important; 
}

.main-slider-box .slides img{
    max-width: 100%;
    min-width: 965px;
    outline: none !important;
    cursor: default !important;
    background-color: transparent !important;
    opacity: 1 !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.main-slider-box .slides img:active,
.main-slider-box .slides li:active,
.main-slider-box .slides a:active{
    outline: none !important;
    cursor: default !important;
    background-color: transparent !important;
    opacity: 1 !important; 
}

.flex-direction-nav li{
    background: #93bf33;
    background: -moz-linear-gradient(top, #93bf33 0%, #71a002 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93bf33), color-stop(100%,#71a002)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #93bf33 0%,#71a002 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #93bf33 0%,#71a002 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #93bf33 0%,#71a002 100%); /* IE10+ */
    background: linear-gradient(to bottom, #93bf33 0%,#71a002 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93bf33', endColorstr='#71a002',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 50%;
    border-radius: 26px;
}

.flex-direction-nav li.prev-li{
    left: 50%;
    margin-left: -500px;
}

.flex-direction-nav li.next-li{
    right: 50%;
    margin-right: -500px;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next{
    display: block;
    background-image: url('../img/prev-next.png');
    background-repeat: no-repeat;
    background-position:  17px center;
    height: 0px;
    width: 52px;
    overflow: hidden;
    padding: 52px 0 0 0;
}

.flex-direction-nav .flex-next{
    background-position:  -64px center;
}

.main-slider-box .flex-control-nav{
    position: absolute;
    left: 50%;
    margin: 0px 0px 0px -240px;
    padding: 0px;
    list-style: none;
    bottom: 65px;
}

.main-slider-box .flex-control-nav li{
    display: inline-block;
    margin: 0 6px;
    font-size: 0;
    line-height: 0;
}

.main-slider-box .flex-control-nav li img{
    border-radius: 12px;
    cursor: pointer;
    background: #40b6e4; /* Old browsers */
    background: -moz-linear-gradient(top, #40b6e4 0%, #0082c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40b6e4), color-stop(100%,#0082c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #40b6e4 0%,#0082c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #40b6e4 0%,#0082c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #40b6e4 0%,#0082c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #40b6e4 0%,#0082c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40b6e4', endColorstr='#0082c7',GradientType=0 ); /* IE6-9 */
    padding: 6px;
    -webkit-box-shadow:inset 1px 0 2px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.5);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.main-slider-box .flex-control-nav li img.flex-active{
    background: #4e4e4e;
}

.top-content{
    position: relative;
    z-index: 25;
    margin-bottom: -31px;
}

.top-content-widget{
    position: relative;
    z-index: 20;
    padding: 35px 0 25px 0;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
}

.bread-crumbs{
    padding: 0 0 20px 0;
}

.bread-crumbs ul{
    margin: 0;
}

.bread-crumbs li{
    list-style: none;
    display: inline-block;
    font-family: 'Segoe UI';
    font-size: 12px;
    line-height: 12px;
    color: #404040;
}

.bread-crumbs li a{
    font-family: 'Segoe UI';
    font-size: 12px;
    line-height: 12px;
    color: #404040;
}

.top-content .title{
    font-family: 'Segoe UI';
    font-size: 22px;
    line-height: 16px;
    color: #404040;
}

.container p,
.container li{
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 18px;
    color: #404040;
}

.secondary-nav{
    height: 57px;
    border-radius: 3px;
    background: #454545;
    background: -moz-linear-gradient(top, rgba(126,126,126,1) 0%, rgba(69,69,69,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(126,126,126,1)), color-stop(100%, rgba(69,69,69,1)));
    background: -webkit-linear-gradient(top, rgba(126,126,126,1) 0%, rgba(69,69,69,1) 100%);
    background: -o-linear-gradient(top, rgba(126,126,126,1) 0%, rgba(69,69,69,1) 100%);
    background: -ms-linear-gradient(top, rgba(126,126,126,1) 0%, rgba(69,69,69,1) 100%);
    background: linear-gradient(to bottom, rgba(126,126,126,1) 0%, rgba(69,69,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#454545', GradientType=0 );
    margin: 0 0 7px;
}

.secondary-nav ul{
    margin: 0;
}

.secondary-nav > ul > li{
    list-style: none;
    float: left;
    background: url('../img/bg-li-secondary-nav.png') no-repeat right 0;
    position: relative;
}

.secondary-nav > ul > li:hover .submenu{
    display: block;
}

.secondary-nav > ul > li.last{
    background-image: none;
}

.secondary-nav > ul> li.last > a:hover{
    border-radius: 0 3px 3px 0;
}

.secondary-nav > ul > li > a{
    font-family: 'Segoe UI';
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 139px;
    height: 38px;
    margin: 0 0 0 -2px;
    padding: 19px 0 0 0;
}

.secondary-nav > ul > li.first > a{
    margin: 0;
    width: 143px;
}

.secondary-nav > ul > li.first > a:hover{
    border-radius: 3px 0 0 3px;
}

.secondary-nav > ul > li:hover > a,
.secondary-nav > ul > li > a.active{
    background: #8aba1b; /* Old browsers */
    background: rgba(148,193,51,1);
    background: -moz-linear-gradient(top, rgba(148,193,51,1) 0%, rgba(108,154,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(148,193,51,1)), color-stop(100%, rgba(108,154,0,1)));
    background: -webkit-linear-gradient(top, rgba(148,193,51,1) 0%, rgba(108,154,0,1) 100%);
    background: -o-linear-gradient(top, rgba(148,193,51,1) 0%, rgba(108,154,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(148,193,51,1) 0%, rgba(108,154,0,1) 100%);
    background: linear-gradient(to bottom, rgba(148,193,51,1) 0%, rgba(108,154,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c133', endColorstr='#6c9a00', GradientType=0 );
}

.submenu{
    background: url('../img/bg-submenu.png') no-repeat 205px 60px #4e4e4e;
    width: 285px;
    position: absolute;
    left: -2px;
    top: 57px;
    padding: 40px 0 30px 20px;
    display: none;
}

.submenu ul li{
    list-style: none;
    background: url('../img/bg-li-submenu.png') no-repeat 0 11px;
    padding: 0 0 0 23px;
}

.submenu li a{
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 30px;
    color: #fff;
}

.deals{
    background: #40b6e4; /* Old browsers */
    background: rgba(46,167,215,1);
    background: rgba(46,167,215,1);
    background: -moz-linear-gradient(top, rgba(46,167,215,1) 0%, rgba(0,128,183,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,167,215,1)), color-stop(100%, rgba(0,128,183,1)));
    background: -webkit-linear-gradient(top, rgba(46,167,215,1) 0%, rgba(0,128,183,1) 100%);
    background: -o-linear-gradient(top, rgba(46,167,215,1) 0%, rgba(0,128,183,1) 100%);
    background: -ms-linear-gradient(top, rgba(46,167,215,1) 0%, rgba(0,128,183,1) 100%);
    background: linear-gradient(to bottom, rgba(46,167,215,1) 0%, rgba(0,128,183,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea7d7', endColorstr='#0080b7', GradientType=0 );
    -webkit-box-shadow: inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
}

.shadow-box{
    background: url('../img/shadow-box.png') no-repeat 0 bottom;
}

.deals .shadow-box{
    padding: 40px 0 70px 0;
}

.container h2{
    font-family: 'Segoe UI';
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.deals .center-box{
    position: relative;
}

.deals .shadow-box h2{
    padding: 0 0 45px 0;
}

.our-cars .other-car{
    float: left;
    margin: 0 15px 0 0;
}

.deals .global-pix{
    float: left;
    width: 245px;
    position: relative;
    margin: 0 15px 0 0;
}

.deals .global-pix .new-price{
    position: absolute;
    right: 45px;
    top: 20px;
    z-index: 10;
}

.deals .green-circle,
.desc-box .green-circle{
    display: block;
    background: url('../img/bg-green-circle.png') no-repeat 0 0;
    width: 88px;
    height: 88px;
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: 20;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.best-price{
    font-size: 10px;
    line-height: 12px;
    padding: 25px 0 0 0;
    height: 63px;
}

.best-price span{
    display: block;
    font-size: 31px;
    line-height: 28px;
}

.sale{
    font-size: 16px;
    line-height: 16px;
    padding: 25px 0 0 0;
    height: 63px;
}

.sale span{
    display: block;
    font-size: 24px;
    line-height: 21px;
}

.deals .global-pix .sale,
.desc-box .sale{
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: 20;
}

.deals .pix-box{
    width: 245px;
    height: 165px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.deals .pix-box img{
    max-width: 245px;
    max-height: 165px;
}

.car-description{
    float: left;
    width: 210px;
}

.car-description .car-model{
    font-family: 'Segoe UI';
    font-size: 21px;
    line-height: 18px;
    color: #fff;
}

.car-description ul{
    margin: 0 0 8px 0;
}

.car-description li{
    list-style: none;
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.car-description .check{
    width: 139px;
    height: 23px;
    display: block;
    font-family: 'Segoe UI';
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 0 0 45px;
    background: url('../img/bg-check.png') no-repeat 0 0;
}

.car-description .check:hover{
    opacity: 0.9;
}

#wrapper .more{
    background: url('../img/bg-more-btn.png') no-repeat 0 0;
    width: 64px;
    height: 67px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -44px;
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 20px 12px 0 12px;
}

.container .more.more-deals{
    top: inherit !important;
    bottom: -115px;
}

.advantages{
    background-color: #fff;
    -webkit-box-shadow: inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
}

.advantages .center-box{
    padding: 85px 0 0 0;
}

.all-advantages{
    text-align: center;
    padding: 0 0 20px 0;
}

.advantages h2{
    color: #494949;
    padding: 0 0 30px 0;
}

.advantages h3{
    font-family: 'Segoe UI';
    font-size: 22px;
    line-height: 16px;
    color: #313131;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

.other-advantage{
    width: 295px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.other-advantage img{
    margin: 0 0 30px 0;
    height: 68px;
    vertical-align: bottom;
}

.how-we-work{
    background: url('../img/shadow-box.png') no-repeat 0 bottom;
    -webkit-box-shadow: inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    padding: 60px 0 0 0;
    text-align: center;
}

.how-we-work .center-box{
    position: relative;
}

.how-we-work h2{
    padding: 0 0 90px 0;
}

.how-we-work ul{
    margin: 0;
}

.how-we-work li{
    list-style: none;
    display: inline-block;
    font-family: 'Segoe UI';
    font-size: 19px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    width: 270px;
    margin: 0 20px 100px 20px;
}

.how-we-work li img{
    margin: 0 0 40px 0;
}

.how-we-work .arrow1{
    position: absolute;
    left: 325px;
    top: 150px;
}

.how-we-work .arrow2{
    position: absolute;
    left: 600px;
    top: 150px;
}

.how-we-work .arrow3{
    position: absolute;
    right: 100px;
    top: 330px;
}

.how-we-work .arrow4{
    position: absolute;
    left : 480px;
    bottom: 170px;
}

.clients-review{
    background-color: #fff;
    -webkit-box-shadow: inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
}

.clients-review .center-box{
    padding: 65px 0 20px 0;
    position: relative;
}

.clients-review h2{
    color: #3d3d3d;
    padding: 0 0 50px 0;
}

.global-avatar{
    width: 141px;
    height: 141px;
    border: 4px solid #1893c8;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(10, 93, 146, 1);
    -moz-box-shadow:    0px 2px 0px 0px rgba(10, 93, 146, 1);
    box-shadow:         0px 2px 0px 0px rgba(10, 93, 146, 1);
    border-radius: 100px;
    margin: 0 auto 15px;
}

.avatar{
    width: 141px;
    height: 141px;
    border-radius: 100px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.avatar img{
    max-width: 141px;
    max-height: 141px;
    border-radius: 100px;
}

.review-box{
    text-align: center;
}

.other-review{
    display: inline-block;
    width: 405px;
    vertical-align: top;
    margin: 0 35px;
}

.other-review .name{
    font-family: 'Segoe UI';
    font-size: 18px;
    line-height: 18px;
    color: #484848;
}

.container .more.more-reviews{
    top: 173px !important;
}

.slider-car-box{
    -webkit-box-shadow: inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3), inset -15px -20px 20px -15px rgba(255,255,255,0.5);
    -moz-box-shadow:    inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3), inset -15px -20px 20px -15px rgba(255,255,255,0.5);
    box-shadow:         inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3), inset -15px -20px 20px -15px rgba(255,255,255,0.5);
    padding: 60px 0 0px 0;
    text-align: center;
}

.slider-car-box .center-box{
    position: relative;
}

.slider-car-box h2{
    padding: 0 0 35px;
}

.slider-car-box ul,
.slider-car-box ol{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.slider-car{
    width: 100%;
    margin: 0 auto;
}

.slider-car .flex-direction-nav li{
    margin-top: -26px;
}

.slider-car .flex-viewport{
    border: 8px solid #26a0d2;
    border-radius: 10px;
    background-color: #26a0d2;
}

.slider-car .flex-viewport li{
    font-size: 0px;
    line-height: 0px;
}

.slider-car .flex-viewport img{
    border-radius: 8px;
    width: 100%;
    background-color: transparent;
    overflow: hidden;
}

.slider-car .flex-control-nav{
    padding: 25px 0;
}

.slider-car .flex-control-nav li{
    display: inline-block;
    margin: 0 4px;
    box-shadow: 0 2px 2px #000;

    border-radius: 6px;
}

.slider-car .flex-control-nav a{
    display: block;
    background-color: #c3c3c3;
    width: 35px;
    height: 0px;
    overflow: hidden;
    padding: 10px 0 0 0;
    border-radius: 5px;
    box-shadow: 0 0 1px #fff inset;
    cursor: pointer;
}

.slider-car .flex-control-nav a.flex-active{
    background-color: #eaeaea;
}

.map-box{
    width: 100%;
    height: 515px;
    background-color: #fff;
}

.map-box .inp-text input{
    width: 92%;
    padding: 13px 0% 15px 8%;
}

.gmap{
    width: 100%;
    height: 515px;
}

.map-box .center-box{
    position: relative;
    height: 0px;
    z-index: 20;
}

.map-box .pix-girl{
    display: block;
    position: absolute;
    top: 185px;
    right: 290px;
    background: url('../img/pix-girl.png') no-repeat 0 0;
    width: 194px;
    height: 329px;
    z-index: 15;
}

.map-box .form-box{
    position: absolute;
    right: 0px;
    top: 60px;
    width: 260px;
    padding: 30px 20px 40px;
    border-top: 1px solid #40b6e4;
    background: #40b6e4; /* Old browsers */
    background: -moz-linear-gradient(top, #40b6e4 0%, #0082c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40b6e4), color-stop(100%,#0082c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #40b6e4 0%,#0082c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #40b6e4 0%,#0082c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #40b6e4 0%,#0082c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #40b6e4 0%,#0082c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40b6e4', endColorstr='#0082c7',GradientType=0 ); /* IE6-9 */
    border-radius: 12px;
    z-index: 10;
    box-shadow: 0 1px 1px 0 #fff inset;
}

.map-box .title{
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    padding: 0 0 20px;
}

.map-box label{
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 2px 10px;
}

.map-box .inp-block{
    margin: 0 0 10px;
}

.inp-text{
    display: block;
    background: url('../img/bg-input.png') no-repeat 0 0;
    margin: 0 20px 0 0;
    position: relative;
}

.main-input .inp-text{
    z-index: 50;
}

.inp-text input{
    font-size: 14px;
    line-height: 14px;
    color: #898989;
    display: block;
    width: 94%;
    padding: 13px 3% 15px 3%;
    background-color: transparent;
    border: none;
}

.inp-text .right-inp{
    display: block;
    width: 20px;
    height: 42px;
    background: url('../img/inp-text-right.png') no-repeat 0 0;
    position: absolute;
    right: -20px;
    top: 0;
}

.inp-block .btn-submit{
    width: 174px;
    height: 29px;
    display: block;
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 0 0 22px;
    margin: 25px auto 0;
    background: url('../img/bg-help-btn.png') no-repeat 0 0;
    border: none;
}

/*==============================
5. Footer styles
===============================*/

.footer-top{
    -webkit-box-shadow: inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    padding: 25px 0 30px 0;
}

.footer-top .park{
    min-height: 210px;
    width: 275px;
    float: left;
    padding: 0 25px 0 0;
    border-right: 1px solid #fff;
}

.footer-top .p-title{
    font-family: 'Segoe UI';
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 45px 15px;
}

.footer-top p{
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 0 0 0 40px;
}

.park a{
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 0 40px;
}

.footer-top .share{
    float: left;
    border-right: 1px solid #fff;
    padding: 0 10px 0 0;
    min-height: 210px;
}

.share ul{
    margin: 0 0 0 35px;
    width: 260px;
}

.share ul li{
    display: inline-block;
    margin: 0 2px 10px 0;
}

.share ul li a img{
    opacity: 0.8;
}

.share ul li a:hover img{
    opacity: 1;
}

.footer-top .info{
    float: left;
}

.info ul{
    margin: 0 0 0 40px;
}

.info ul li{
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: url('../img/sprite.png') no-repeat 0 top;
    padding: 0 0 0 30px;
    height: 18px;
    margin: 0 0 20px 0;
}

.info ul li.two-li{
    background-position: 0 -54px;
}

.info ul li.three-li{
    background-position: 0 -113px;
}

.info ul li.four-li{
    background-position: 0 -157px;
}

.footer-bottom{
    background: url('../img/bg-footer-bottom.png') no-repeat center top;
    padding: 55px 0 0 0;
}

.footer-bottom .copyright{
    text-align: center;
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding: 0 0 20px 0;
}

/*==============================
6. Form search styles
===============================*/

.form-search{
    position: relative;
    padding-bottom: 42px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 80px;
}

.form-search.active-form{
    height: 240px;
}

.form-search .title-form,
.form-search label{
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 10px;
}

.form-search .find-location{
    float: right;
    padding: 0 0 0 20px;
    background: url('../img/icon-find-location.png') no-repeat 0 2px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.form-search .find-location:hover{
    text-decoration: underline;
}

.form-search .main-input{
    margin-right: 135px;
    position: relative;
    z-index: 150;
}

.form-search .btn-search{
    position: absolute;
    top: 30px;
    right: 0px;
    background: #94c133; /* Old browsers */
    background: -moz-linear-gradient(top, #94c133 0%, #72a001 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94c133), color-stop(100%,#72a001)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #94c133 0%,#72a001 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #94c133 0%,#72a001 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #94c133 0%,#72a001 100%); /* IE10+ */
    background: linear-gradient(to bottom, #94c133 0%,#72a001 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c133', endColorstr='#72a001',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 1px 0 #fff inset, 0 2px 0px 0px #4d7f3c;
    height: 38px;
    border: none;
    width:128px;
    border-radius: 20px;
    outline: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 20/*100*/;
}

.form-search .btn-search span{
    display: block;
    background-image: url('../img/icon-lupa.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    font-weight: normal;
    font-family: 'Segoe UI',arial,sans-serif;
    color: #fff;
    font-size: 19px;
    line-height: 18px;
    padding: 7px 0 13px 20px;
    outline: none !important;
}

#wrapper .form-search .more{
    top: inherit;
    bottom: -45px;
}

.form-search.active-form .inp-block{
    position: relative;
    margin: 0 0 10px 0;
}

.active-form .icon-select{
    display: block;
    background: url('../img/icon-select.png') no-repeat 0 0;
    width: 25px;
    height: 26px;
    position: absolute;
    right: -10px;
    top: 7px;
    z-index: 20;
}

.active-form .main-input{
    margin-right: 0px;
}

.active-form .btn-search{
    top: 195px;
}

.form-search .data-time-box{
    padding-left: 30px;
    width: 300px;
    float: left;
    position: relative;
}

.form-search .first-time{
    background: url('../img/icon-pick-up.png') no-repeat 0 center;
    margin-right: 20px;
}

.form-search .second-time{
    background: url('../img/icon-return.png') no-repeat 0 center;
}

.data-time-box .inp-text{
    width: 120px;
    margin-right: 30px;
    float: left;
}

.data-time-box .inp-text input{
    padding-left: 40px;
}

input.date-field{
    background: url('../img/icon-date.png') no-repeat 10px center
}

input.time-field{
    background: url('../img/icon-time.png') no-repeat 10px center
}

.data-time-box #date3,
.data-time-box #date4{
    position: absolute;
    left: 30px;
    top: 45px;
}

#date1,
#date2,
#date3,
#date4{
    opacity: 0;
    z-index: 20;
}

#date1 .close,
#date2 .close,
#date3 .close,
#date4 .close{
    display: block;
    background: url('../img/close.png') no-repeat 0 0;
    width: 34px;
    height: 34px;
    position: absolute;
    right: -30px;
    top: -30px;
}

.check-box label{
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    vertical-align: middle;
}

.form-bottom{
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.form-search .data-time-box:hover{
    z-index: 20;
}

.form-search .more .title-2{
    display: none;
}

.form-search .more.active{
    background-position: 0 bottom !important;
}

.form-search .more.active .title-1{
    display: none;
}

.form-search .more.active .title-2{
    display: block;
    padding-top: 17px;
}

.search-result{
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    position: absolute;
    left: 0px;
    top: 30px;
    padding: 60px 20px 20px;
    width: 925px;
    border-radius: 20px;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 1px 0 #fff;
    z-index: 30;
}

.search-result .filters{
    margin: 0 0 30px;
}

.search-result .filters span{
    font-size: 16px;
    line-height: 20px;
    color: #6c6c6c;
}

.search-result .filters a{
    color: #6c6c6c;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    background: url('../img/bg-filters.png') no-repeat 0 0;
    padding: 10px 0 11px 30px;
    position: relative;
    margin-right: 10px;
}

.filters .right-filter{
    display: block;
    position: absolute;
    right: -10px;
    top: 0px;
    width: 10px;
    height: 35px;
    background: url('../img/bg-filters-right.png') no-repeat 0 0;
}

.location-list{
    width: 335px;
    float: left;
    margin: 0;
}

.search-result .title{
    color: #6c6c6c;
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0 12px;
}

.location-list ul{
    margin: 0px;
    padding: 0px 0 10px;
}

.location-list ul li{
    background: url('../img/marker-icons.png') no-repeat 0 2px;
    padding: 0 0 6px 20px;
}

.location-list ul a{
    color: #87b816;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.location-list .list-air li{
    background-position: 0 2px;
}

.location-list .list-train li{
    background-position: 0 -71px;
}

.location-list .list-other-location li{
    background-position: 0 -135px;
}

.location-list ul a:hover{
    text-decoration: underline;
}

.location-detail{
    float: right;
    width: 570px;
}

#wrapper .btn-choose{
    background: url("../img/btn-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-family: 'Segoe UI';
    font-size: 14px;
    height: 23px;
    line-height: 14px;
    margin: 0;
    padding: 6px 0 0 42px;
    text-decoration: none;
    text-transform: uppercase;
    width: 167px;
}

.location-detail ul{
    margin: 0px;
    padding: 10px 0;
    list-style: none;
}

.location-detail ul li{
    width: 275px;
    display: inline-block;
    vertical-align: top;
    color: #505050;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
}

.location-detail strong{
    display: block;
    color: #505050;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.search-result p,
.search-result div{
    color: #505050;
    font-size: 14px;
    line-height: 18px;
}

.search-result a{
    color: #7eaf09;
    font-size: 14px;
    line-height: 18px;
}

.location-detail .map-box{
    height: 148px;
    width: 550px;
    border: 10px solid #2da5d6;
    border-radius: 6px;
    box-shadow: 0 0 3px #a1a1a1;
}

.datepickerDoW span {
    padding: 4px 4px 10px;
    font-size: 14px;
    display: block;
}

.datepickerDays span {
    display: block;
    font-size: 15px;
    padding: 7px 5px;
}

div.datepicker{
    height: 254px !important;
    width: 662px !important;
}

.datepickerContainer{
    height: 234px !important;
    width: 642px !important;
}

div.datepicker table{
    width: 100%;
}

.datepickerDays a{
    height: auto;
    width: auto;
}

.datepickerGoPrev > a{
    padding-left: 7px;
}

.datepickerGoNext > a{
    padding-right: 7px;
}

.search-result{
    display: none;
}

.main-slider-box{
    height: 500px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/*==============================
7. content styles
===============================*/

.content{
    padding-top: 253px;
     background-color: #f0f0f0;
    -webkit-box-shadow: inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         inset 0px 7px 12px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.content .top-content{
    box-shadow: none;
    border: 1px solid #e8e8e8;
    padding: 45px 0 20px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0px 0px 33px;
}

.row{
    display: block;
    width: 100%;
    text-align: justify;
}

.row:after{
    content: "";
    display: inline-block;
    width: 100%;
}

.top-content .row p{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #6c6c6c;
    padding: 0 0 10px 20px;
}

.top-content .row{
    padding: 0 25px;
    width: auto;
}

.top-content .row .title{
    color: #111111;
}

.top-content .row .date{
    color: #047a00;
    padding-left: 10px;
}

.row .pick-up{
    background: url('../img/pick-up.png') no-repeat 0 5px;
}

.row .return{
    background: url('../img/return.png') no-repeat 0 5px;
}

.content .secondary-nav a,
.content .secondary-nav a:first-child{
    text-transform: uppercase;
    width: auto;
}

.content .secondary-nav ul{
    display: table;
    width:100%;
}

.content .secondary-nav ul li{
    display: table-cell;
    float: none;
    
}

.content .secondary-nav ul li a{
    border-left: 1px solid transparent;
}

.content .secondary-nav ul li:hover a,
.content .secondary-nav ul li a.active{
    border-left: 1px solid #999;
}

.content .secondary-nav ul li:hover a:after,
.content .secondary-nav ul li a.active:after{ 
    top: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(108, 154, 0, 0); 
    border-top-color: #6c9a00; 
    border-width: 10px; 
    margin-left: -10px; 
}

.content .secondary-nav ul li:first-child a{
    border-left: none;
}

.top-content .sort{
    padding-top: 10px;
    height: 20px;
}

.top-content .sort p{
    display: inline-block;
    padding: 0px;
    font-size: 13px;
}

.top-content .sort .sort-by{
    padding-left: 20px;
    background: url('../img/icon-sort.png') no-repeat 0 5px;
}

.top-content .sort-by a{
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    line-height: 20px;
    color: #6c6c6c;
}

.top-content .sort-by a.active{
    color: #2a73b0;
}

.widget-result{
    border: 1px solid #e8e8e8;
    padding: 25px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0px 0px 15px;
}

.widget-result .h3-title{
    color: #505050;
    font-size: 25px;
    color: #505050;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

.widget-result a.vehicle-link{
    position: relative;
    margin: -4px 0 0 30px;
    display: inline-block;
    background: url('../img/bg-vehicle.png') repeat-x 0 0;
    color: #fff;
    padding: 5px 15px 5px 5px;
    line-height: 18px;
    font-size: 13px;
    height: 18px;
    border-radius: 0 4px 4px 0;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    vertical-align: middle;
}

a.vehicle-link span{
    display: block;
    background: url('../img/bg-left-vehicle.png') no-repeat 0 0;
    top: 0px;
    position: absolute;
    left: -15px;
    width: 15px;
    height: 28px;
}

.widget-result-detail{
    float: left;
    width: 670px;
}

.widget-result-total{
    float: right;
    width: 225px;
}

.content .recommend-link{
    display: inline-block;
    background: #99c43c; /* Old browsers */
    background: -moz-linear-gradient(top, #99c43c 0%, #7aa903 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99c43c), color-stop(100%,#7aa903)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #99c43c 0%,#7aa903 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #99c43c 0%,#7aa903 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #99c43c 0%,#7aa903 100%); /* IE10+ */
    background: linear-gradient(to bottom, #99c43c 0%,#7aa903 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99c43c', endColorstr='#7aa903',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #699801;
    text-decoration: none;
}

.title-box p{
    padding: 0px;
}

.recommend-link span{
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    height: 20px;
    background: url('../img/icon-share.png') no-repeat 7px center;
    padding: 0 15px 0 30px;
    color: #fff;
    text-transform: uppercase;
}

.widget-result .title-box{
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    height: 30px;
}

.widget-result .tags-box{
    background-color: #f0f0f0;
    padding: 12px 5px 7px 10px;
}

.widget-result .tags-box a{
    font-size: 12px;
    line-height: 18px;
    color: #6c6c6c;
    display: inline-block;
    padding: 0 11px 0 22px;
    background: url('../img/icon-1.png') no-repeat 0 center;
    margin: 0 0 5px;
}

.widget-result .desc-box{
    padding: 30px 0 20px;
    position: relative;
}

.widget-result .pix-box{
    width: 240px;
    height: 105px;
    margin-right: 10px;
    float: left;
}

.widget-result .pix-box a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 240px;
    height: 105px;
}

.widget-result .pix-box a img{
    max-width: 240px;
    max-height: 105px;
}

.widget-result-total .title-box{
    text-align: right;
}

.widget-result .list-options{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

.widget-result .list-options-small{
    width: 90px;
}

.widget-result .list-options img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.widget-result .list-options li{
    font-size: 12px;
    line-height: 16px;
    color: #6c6c6c;
    padding: 0 0 10px;
}

.widget-result .read-more-box{
    float: right;
    border-left: 1px solid #d8d8d8;
    width: 140px;
    font-size: 12px;
    line-height: 18px;
    color: #6c6c6c;
    padding: 15px 0 5px 15px;
}

.widget-result .read-more-box p{
    font-size: 12px;
    line-height: 20px;
    color: #6c6c6c;
}

.widget-result .btn-read-more{
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    padding: 4px 0 4px 20px;
    background: url('../img/icon-more.png') no-repeat 0 7px;
    color: #2a73b0;
    font-family: 'Segoe UI';
}

.total-box{
    background-color: #f6f6f6;
    text-align: right;
    padding: 20px 10px 10px;
}

.total-box p{
    font-size: 12px;
    line-height: 18px;
    color: #6c6c6c;
    font-weight: normal;
    padding: 0px 0 6px;
}

.total-box .price-per-day{
    font-size: 18px;
    line-height: 25px;
    color: #6c6c6c;
    padding: 0 0 10px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 34px;
}

.total-box .price-per-day span{
    font-weight: bold;
    color: #2a73b0;
}

.total-box p.total{
    display: block;
    font-size: 28px;
    line-height: 28px;
    color: #6c6c6c;
    font-weight: bold;
}

.container .btn-book-now{
    display: block;
    text-align: center;
    background: #23669d; /* Old browsers */
    background: -moz-linear-gradient(top, #23669d 0%, #1c588a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23669d), color-stop(100%,#1c588a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #23669d 0%,#1c588a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #23669d 0%,#1c588a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #23669d 0%,#1c588a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #23669d 0%,#1c588a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23669d', endColorstr='#1c588a',GradientType=0 ); /* IE6-9 */
    padding: 10px 0;
    box-shadow: 0 2px 2px #000;
    border-radius: 3px;
}

.container .btn-book-now:hover{
    background: #23669d;
}

.container .btn-book-now span{
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    /*background: url('../img/icon-btn-book.png') no-repeat 0 0;*/
}

.widget-result .sale{
    right: inherit;
    left: -6px;
    top: 8px;
}

.tooltip{
    position: relative;
    cursor: pointer;
}

.tooltip-main{
    display: inline-block;
    position: absolute;
    left: 35px;
    top: -8px;
    width: auto;
    max-width: 250px;
    background-color: #ffffff;
    border: 2px solid #d8d8d8;
    padding: 5px 6px;
    font-size: 13px;
    line-height: 18px;
    color: #6c6c6c;
    border-radius: 3px;
    white-space: nowrap;
}

.tooltip-main:after, 
.tooltip-main:before { 
    right: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
} 

.tooltip-main:after { 
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff; 
    border-width: 6px; 
    margin-top: -6px; 
} 

.tooltip-main:before { 
    border-color: rgba(216, 216, 216, 0); 
    border-right-color: #d8d8d8; 
    border-width: 9px; 
    margin-top: -9px; 
}

.tooltip:hover{
    z-index: 20;
}

/*==============================
8. pages book styles
===============================*/

.content-main{
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    margin: 0 0 15px;
    padding: 25px;
}

.right-content{
    float: right;
    width: 575px;
    margin-bottom: 20px;
}

.content-main h1{
    color: #404040;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    padding: 0 0 15px;
}

.content-main h2{
    color: #404040;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: left;
    padding: 0 0 15px;
}

.content-main h3,
.content-main h3 a{
    color: #404040;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
}

.content-main h3{
    padding: 0 0 15px;
}

.content-main .list-book,
.content-main .list-link,
.content-main .list-arrow{
    list-style: none;
    padding: 0 0 30px 0;
    margin: 0px;
}

.content-main a{
    color: #0082c7;
}

.list-book a{
    font-size: 15px;
}

.list-book li{
    color: #404040;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 8px;
}

.list-link li,
.list-arrow li{
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 8px;
}

.list-arrow li{
    padding-left: 10px;
    background: url('../img/list-arrow.png') no-repeat 0 -30px;
}

.list-link a{
    color: #404040;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px dashed #404040;
}

.list-link a:hover{
    color: #0082c7;
    border-bottom: none;
}

.content-main table{
    width: 100%;
    margin: 0px 0 30px;
    padding: 0px;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}

.content-main table td{
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    color: #404040;
    font-size: 13px;
    line-height: 18px;
    padding: 15px;
}

.content-main thead td{
    text-align: center;
    background-color: #f0f0f0;
    border-right: 1px solid #fff;
    font-size: 15px;
}

.sidebar{
    float: left;
    width: 300px;
    margin: 0 0 20px;
}

.sidebar .form-box{
    width: 260px;
    padding: 20px 20px 24px;
    border-top: 1px solid #40b6e4;
    background: #40b6e4; /* Old browsers */
    background: -moz-linear-gradient(top, #40b6e4 0%, #0082c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40b6e4), color-stop(100%,#0082c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #40b6e4 0%,#0082c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #40b6e4 0%,#0082c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #40b6e4 0%,#0082c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #40b6e4 0%,#0082c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40b6e4', endColorstr='#0082c7',GradientType=0 ); /* IE6-9 */
    border-radius: 12px;
    z-index: 10;
    box-shadow: 0 1px 1px 0 #fff inset;
    margin: 0 0 30px;
}

.sidebar form > .title{
    background: url('../img/search-icon.png') no-repeat 0 2px;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    padding: 0px 0 10px 34px;
    border-bottom: none;
    margin-bottom: 10px;
}

.sidebar form .title{
    border-bottom: none;
    padding-bottom: 0px !important;
}

.form-box .btn-search{
    background: #94c133; /* Old browsers */
    background: -moz-linear-gradient(top, #94c133 0%, #72a001 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94c133), color-stop(100%,#72a001)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #94c133 0%,#72a001 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #94c133 0%,#72a001 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #94c133 0%,#72a001 100%); /* IE10+ */
    background: linear-gradient(to bottom, #94c133 0%,#72a001 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c133', endColorstr='#72a001',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 1px 0 #fff inset, 0 2px 0px 0px #4d7f3c;
    height: 38px;
    border: none;
    width: 128px;
    border-radius: 20px;
    outline: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 100;
}

.sidebar .inp-text input{
    padding: 10px 0 10px 14px;
}

.sidebar .inp-block{
    margin: 0 0 5px;
    position: relative;
}

.inp-text .icon-mark{
    display: block;
    background: url('../img/icon-mark.png') no-repeat 0 0;
    width: 14px;
    height: 20px;
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 6px;
}

.inp-text .icon-calendar{
    display: block;
    background: url('../img/icon-calendar.png') no-repeat 0 0;
    width: 14px;
    height: 16px;
    position: absolute;
    z-index: 10;
    right: -7px;
    top: 9px;
}

.sidebar label {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 5px 10px;
}

.sidebar .btn-search{
    display: block;
    margin: 20px auto 0;
    border-radius: 10px;
}

.date-block .inp-text{
    width: 100px;
    float: left;
}

.date-block .to-field{
    float: right;
}

.form-box .btn-search span{
    display: block;
    background-image: url('../img/icon-lupa.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    font-weight: normal;
    font-family: 'Segoe UI',arial,sans-serif;
    color: #fff;
    font-size: 19px;
    line-height: 18px;
    padding: 7px 0 13px 20px;
    outline: none !important;
} 

.sidebar .buttons-list{
    margin: 0px 0 30px -25px;
    padding: 0px;
    list-style: none;
}

.sidebar .buttons-list li{
    margin: 0 0 10px;
}

.sidebar .buttons-list a{
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #6c6c6c;
    padding: 9px 0 8px 45px;;
    border-bottom: 2px solid #cbcbcb;
    border-radius: 0 8px 8px 0;
    text-decoration: none;
    background: rgba(244,244,244,1);
    background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd', GradientType=0 );
}
.sidebar .buttons-list a:hover,
.sidebar .buttons-list a.active{
    border-left: 2px solid #0082c7;
    color: #0082c7;
    padding-left: 43px;
}

.left-nav{
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 5px 0px;
    margin: 0 0 25px;
}

.left-nav ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.left-nav li{
    padding: 0 2px 0 20px;
    border-bottom: 1px solid #fff;
}

.left-nav li:last-child{
    border-bottom: none;
}

.left-nav a{
    display: block;
    background: url('../img/list-arrow.png') no-repeat 0 -23px;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #6c6c6c;
    text-decoration: none;
}

.left-nav a:hover{
    background-position: 0 13px;
    color: #0082c7;
}

.sidebar .title{
    padding: 0 0 5px 25px;
    margin: 0 0 20px;
    color: #6c6c6c;
    font-size: 24px;
    line-height: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar .social-box{
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style: none;
}

.sidebar .social-box li{
    display: block;
    float: left;
    width: 40px;
    margin: 0 10px 20px 0;
}

.sidebar .social-box a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/icons-sprite.png') no-repeat 0 0;
}

.sidebar .social-box .fb-icon{
    background-position: 0 0;
}

.sidebar .social-box .twitter-icon{
    background-position: -50px 0;
}

.sidebar .social-box .vk-icon{
    background-position: -100px 0;
}

.sidebar .social-box .od-icon{
    background-position: -150px 0;
}

.sidebar .social-box .g-icon{
    background-position: -200px 0;
}

.flexslider-2 {
    position: relative;
}

.flexslider-2 ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.flexslider-2 .flex-direction-nav li{
    background: #93bf33;
    background: -moz-linear-gradient(top, #93bf33 0%, #71a002 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93bf33), color-stop(100%,#71a002)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #93bf33 0%,#71a002 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #93bf33 0%,#71a002 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #93bf33 0%,#71a002 100%); /* IE10+ */
    background: linear-gradient(to bottom, #93bf33 0%,#71a002 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93bf33', endColorstr='#71a002',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 50%;
    border-radius: 19px;
    margin: -19px 0 0 0;
}

.flexslider-2 li.prev-li{
    left: 0px;
}

.flexslider-2 li.next-li{
    right: 0px;
}

.flexslider-2 .flex-prev,
.flexslider-2 .flex-next{
    display: block;
    background-image: url('../img/prev-next.png');
    background-repeat: no-repeat;
    background-position:  10px center;
    height: 0px;
    width: 38px;
    overflow: hidden;
    padding: 38px 0 0 0;
}

.flexslider-2 .flex-next{
    background-position:  -71px center;
}

.flexslider-2 .slides li{
    text-align: center;
}

.flexslider-2 .slides img{
    border-radius: 12px;
    cursor: pointer;
    background: #40b6e4; /* Old browsers */
    background: -moz-linear-gradient(top, #40b6e4 0%, #0082c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40b6e4), color-stop(100%,#0082c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #40b6e4 0%,#0082c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #40b6e4 0%,#0082c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #40b6e4 0%,#0082c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #40b6e4 0%,#0082c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40b6e4', endColorstr='#0082c7',GradientType=0 ); /* IE6-9 */
    padding: 6px;
    -webkit-box-shadow:inset 1px 0 2px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.5);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.date-block{
    position: relative;
}

.date-block #date1,
.date-block #date2{
    position: absolute;
    left: 0px;
    top: 60px;
}

/*==============================
9. bottom-box styles
===============================*/

.bottom-box{
    border-top: 1px solid #f0f0f0;
    clear: both;
    margin: 0px 0 0 0;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.bottom-box .list-links{
    padding: 0px;
    margin: 0px 0 25px;
    width: 228px;
    list-style: none;
    float: left;
}

.list-links li{
    margin: 0 0 5px;
    background: url('../img/icon-air.png') no-repeat 0 4px;
    padding: 0 0 5px 22px;
}

.list-links li a{
    color: #404040;
}

.countries-list h3{
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
}

.countries-list ul{
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.countries-list ul li{
    display: inline-block;
    margin: 0 20px 0 0;
}

.countries-list img{
    margin: 2px 5px 0 0;
    display: inline-block;
    vertical-align: bottom;
}

.why-rent-box{
    background-color: #f0f0f0;
    border-radius: 15px;
    padding: 15px 20px;
}

.why-rent-box h2{
    text-transform: none;
}

.why-rent-box ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.why-rent-box ul li{
    background: url('../img/list-arrow2.png') no-repeat 0 4px;
    padding: 0 0 18px 25px;
    color: #6c6c6c;
}

.content-main .btn-view-more{
    float: right;
}

.news-widget{
    margin-bottom: 20px;
}

.news-widget .pix-box{
    width: 255px;
    float: left;
    margin: 3px 15px 5px 0;
}

.news-widget .pix-box img{
    max-width: 100%;
}

.news-widget p{
    padding: 0px;
}

.news-widget:last-child{
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.breadcrumbs{
    margin: 0px;
    padding: 0px;
}

.content .banner-holder{
    margin: -120px 0 -5px 1px;
    position: relative;
    z-index: 100;
    background-color: #fff;
    padding: 1px 1px 0 1px;
    width: 961px;
}

.banner-holder img{
    width: 100%;
}

body.banner-page{
    background: #f0f0f0;
}

.banner-page .container{
    position: relative;
    z-index: 30;
    top: 160px;
}

.banner-page .header-bottom{
    height: 120px;
}

.banner-page .content{
    background-color: transparent;
    padding-top: 93px;
    overflow: visible;
}

.banner-page .sidebar{
    position: relative;
    z-index: 110;
}

.banner-page .sidebar .form-box{
    margin-top: -340px;
}

.sidebar .inp-text{
    background-image: url('../img/bg-input-2.png');
}

.sidebar .inp-text .right-inp{
    height: 34px;
    width: 15px;
    right: -15px;
    background-image: url("../img/inp-text-right-2.png");
}

.banner-page .footer-main{
    background: url('../img/bg-body.png') repeat 0 0;
    margin-top: 160px;
}

.banner-page .footer-top{
    padding-top: 90px;
}

.banner-page .content-main{
    padding-top: 15px;
}

.content-main .tabs{
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    list-style: none;
}

.content-main .tabs li{
    float: left;
    margin: 0 10px -1px 0;
}

.content-main .tabs a{
    display: block;
    height: 40px;
    width: 98px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
}

.content-main .tabs .tab-1{
    background-image: url('../img/tabs-icon-1.png');
}

.content-main .tabs .tab-2{
    background-image: url('../img/tabs-icon-2.png');
}

.content-main .tabs a.active{
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.local-widget{
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    padding: 15px 18px;
    border-radius: 10px;
    margin: 0 0 10px;
}

.local-widget.active{
    background-color: #fff;
}

.local-widget.active .local-top{
    background-position: right -58px;
}

.local-widget.active .title{
    color: #0082c7;
    text-decoration: none;
}

.local-widget .title{
    padding: 0px;
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: underline;
}

.local-widget .local-top{
    cursor: pointer;
    background: url('../img/arrow-acordion.png') no-repeat right 2px;
}

.local-widget .local-top img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.local-widget .local-top a{
    display: inline-block;
    vertical-align: middle;
}

.local-widget .local-main{
    padding: 20px 0 0 0;
    display: none;
}

.local-main ul{
    margin: 0px 0 15px;
    padding: 0px;
    list-style: none;
    display: table;
    width: 100%;
}

.local-main li {
    display: table-cell;
    float: none;
    padding-right: 20px;
}

.panes{
    margin: 0 0 40px;
}

.content-main .bread-crumbs li{
    color: #0082c7;
}

.tab-box{
    display: none;
}

.tab-box.active{
    display: block;
}

.sidebar .inp-text:hover + .search-result{
   /* display: block;*/
}

.sidebar .search-result{
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    position: absolute;
    left: 0px;
    top: 60px;
    padding: 20px 20px 20px;
    width: 600px;
    border-radius: 0px;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 1px 0 #fff;
    z-index: 30;
    display: none;
}

.sidebar .location-box{
    float: left;
    width: 300px;
}

.sidebar .location-detail{
    float: right;
    width: 280px;
}

.sidebar .search-result .filters{
    margin: 0 0 30px;
}

.sidebar .search-result .filters span{
    font-size: 16px;
    line-height: 20px;
    color: #6c6c6c;
}

.sidebar .search-result .filters a{
    color: #6c6c6c;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    background: url('../img/bg-filters.png') no-repeat 0 0;
    padding: 10px 0 11px 30px;
    position: relative;
    margin-right: 10px;
}

.sidebar .filters .right-filter{
    display: block;
    position: absolute;
    right: -10px;
    top: 0px;
    width: 10px;
    height: 35px;
    background: url('../img/bg-filters-right.png') no-repeat 0 0;
}

.sidebar .location-list{
    width: 335px;
    float: left;
    margin: 0;
}

.sidebar .search-result .title{
    color: #6c6c6c;
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0 12px;
}

.sidebar .location-list ul{
    margin: 0px;
    padding: 0px 0 10px;
    list-style: none;
}

.sidebar .location-list ul.list-air li{
    background: url('../img/marker-icons.png') no-repeat 0 2px;
    padding: 0 0 6px 20px;
}

.sidebar .location-list ul a{
    color: #87b816;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.sidebar .location-list .list-air li{
    background-position: 0 2px;
}

.sidebar .location-list .list-train li{
    background-position: 0 -71px;
}

.sidebar .location-list .list-other-location li{
    background-position: 0 -135px;
}

.sidebar .location-list ul a:hover{
    text-decoration: underline;
}

.sidebar .btn-choose{
    background: url("../img/btn-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-family: 'Segoe UI';
    font-size: 14px;
    height: 23px;
    line-height: 14px;
    margin: 0;
    padding: 6px 0 0 42px;
    text-decoration: none;
    text-transform: uppercase;
    width: 167px;
    margin-bottom: 15px;
}

.sidebar .search-result ul{
    margin: 0px;
    padding: 10px 0;
    list-style: none;
}

.sidebar .search-result ul li{
    width: 275px;
    display: inline-block;
    vertical-align: top;
    color: #505050;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
}

.sidebar .search-result strong{
    display: block;
    color: #505050;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.sidebar .search-result p,
.sidebar .search-result div{

    color: #505050;
    font-size: 14px;
    line-height: 18px;
}

.sidebar .search-result a{
    color: #7eaf09;
    font-size: 14px;
    line-height: 18px;
}

.sidebar .search-result .map-box{
    height: 100px;
    width: 278px;
    border: 1px solid #0c76bf;
    box-shadow: 0 0 2px #a1a1a1;
}

.sidebar .search-result .map-box img{
   height: 100%;
   width: 100%;
}

.btn-mobile-nav{
    display: none;
}

#wrapper .main-slider-box {
    height: 656px !important;
}

#wrapper .flex-direction-nav li {
    top: 60% !important;
}

#wrapper .main-slider-box .slider-desc{
    top: 73% !important;
}

.slider-desc .h3-title a {
    display: inline-block;
}

.inp-block .select2-container .select2-choice{
    padding: 6px 0 8px 40px;
}


/* ================ BEGIN MEDIA QUERIES FOR < 1700 px =================== */

@media screen and (max-width: 1700px) {
    
    #wrapper .main-slider-box .slider-desc{
        top: 73% !important;
    }
    
}

/* ================ END MEDIA QUERIES FOR < 1700 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 1399 px =================== */

@media screen and (max-width: 1399px) {

    #wrapper .main-slider-box .slider-desc {
        top: 75% !important;
    }

}
/* ================ END MEDIA QUERIES FOR < 1399 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 1200 px =================== */

@media screen and (max-width: 1200px) {
    
    #wrapper .main-slider-box {
        height: auto !important;
    }
    
    .main-slider-box .slides a,
    .main-slider-box .slides li{
        font-size: 0pa;
        line-height: 0px;
    }
    
}

/* ================ END MEDIA QUERIES FOR < 1200 px =================== */



/* ================ BEGIN MEDIA QUERIES FOR < 1023 px =================== */

@media screen and (max-width: 1023px) {
    .center-box {
        margin: 0 auto;
        width: 96%;
        min-width: 300px;
    }
    
    .top-nav ul li a,
    .language p{
        font-size: 12px;
    }
    
    .slogan{
        padding-top: 5px;
        clear: left;
    }
    
    .company-title .help-btn{
        margin-top: -40px;
    }
    
    .contacts-box{
        padding-top: 0px;
    }
    
    .form-search .first-time{
        margin-right: -30px;
    }
    
    .data-time-box .inp-text{
        width: 105px;
    }
    
    .inp-text input{
        font-size: 12px;
    }
    
    .main-slider-box {
        top: 150px;
        padding-bottom: 150px;
    }
    
    
    #wrapper .flex-direction-nav li {
        top: 40% !important;
    }
    
    .flex-direction-nav li.prev-li{
        margin-left: 0px;
        left: 2%;
    }
    
    .flex-direction-nav li.next-li {
        margin-right: 0px;
        right: 2%;
    }
    
    .main-slider-box .slides img{
        min-width: 300px;
    }
    
    #wrapper .main-slider-box .slider-desc{
        top: 64% !important;
        left: inherit;
        right: 2%;
    }
    
    .secondary-nav > ul{
        display: table;
        width: 100%;
    }
    
    .secondary-nav > ul > li{
        display: table-cell;
        float: none;
        text-align: center;
        width: auto;
    }
    
    .secondary-nav > ul > li a{
        width: auto !important;
    }
    
    .secondary-nav .submenu{
        text-align: left;
        padding: 20px;
        width: 200px;
    }
    
    .our-cars .other-car {
        clear: both;
        float: none;
        height: auto;
        margin: 0 auto 20px !important;
        overflow: hidden;
        padding-top: 20px;
        width: 470px;
    }
    
    .other-advantage {
        display: inline-block;
        margin: 0 5px;
        vertical-align: top;
        width: 225px;
    }
    
    .how-we-work li{
        vertical-align: top;
        width: 200px;
    }
    
    .how-we-work .arrow1{
        left: 250px;
    }
    
    .how-we-work .arrow2{
        left: 470px;
    }
    
    .how-we-work .arrow4{
        left: 365px;
    }
    
    .how-we-work .arrow3 {
        right: 150px;
        top: 300px;
    }
    
    .how-we-work .center-box {
        width: 730px;
    }
    
    #wrapper .more{
        top: inherit !important;
        bottom: -50px;
    }
    
    #wrapper .shadow-box .more{
        bottom: -135px;
    }
    
    .other-review{
        margin-bottom: 25px;
    }
    
    .main-slider-box .slider-desc{
        width: auto;
        margin: 0px 2%;
        right: 0px;
    }
    
    .footer-top .park{
        width: 225px;
    }
    
    .footer-top p{
        padding-left: 15px;
    }
    
    .park a{
        display: inline-block;
        margin: 5px 0 0 15px;
    }
    
    .share ul {
        margin: 0 0 0 15px;
        width: 220px;
    }
     
    .info ul {
        margin: 0 0 0 15px;
    }
    
    #wrapper .search-result {
        height: auto;
        padding: 60px 3% 20px;
        width: 94%;
    }
    
    #wrapper .location-list{
        height: auto;
    }
    
    #wrapper .location-list {
        float: none;
        height: auto;
        width: auto;
    }
    
    .location-detail {
        float: none;
        width: auto;
    }
    
    .location-detail .map-box{
        width: auto;
        height: auto;
    }
    
    .map-box img{
        max-width: 100%;
    }
    
    /* begin inner page */
    
    .right-content{
        float: none;
        margin-left: 325px;
        width: auto;
    }
    
    .right-content img{
        max-width: 100%;
    }
    
    .widget-result{
        position: relative;
    }
    
    .widget-result-detail,
    .widget-result-total{
        float: none;
        width: auto;
    }
    
    .widget-result-total .title-box{
        position: absolute;
        right: 25px;
        top: 25px;
        border-bottom: none;
        z-index: 20;
    }
    
    .banner-page .header-bottom{
        height: auto;
    }
    
    .content .banner-holder{
        width: 100%;
        margin: -70px 0 0 0px;
    }
    
    .banner-page .container{
        top: 222px;
        padding-bottom: 47px;
    }
    
    .banner-page .sidebar .form-box {
        margin-top: -50px;
    }
    
    .local-widget .title{
        font-size: 16px;
    }
    
    .widget-result.step-2,
    .widget-result-total.step-2,
    .widget-result.step-2 .widget-result-detail{
        float: none !important;
        width: auto !important;
    }
    
    
    /* end inner page */
    
}

/* ================ END MEDIA QUERIES FOR < 1023 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 767 px =================== */

@media screen and (max-width: 767px) {
    
    .other-advantage{
        width: 99%;
        margin-bottom: 10px;
    }
    
    .header-top{
        position: relative;
        z-index: 20;
    }
    
    .header-bottom{
        position: relative;
        z-index: 10;
    }
    
    .header-top .top-nav{
        position: absolute;
        left: -200px;
        top: 0px;
        width: 200px;
        background: url("../img/bg-body.png") repeat 0 0;
        display: block;
        z-index: 20;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        padding-top: 10px;
    }
    
    .header-top .top-nav.active{
        left: 0px;
    }
    
    #wrapper .top-nav li{
        float: none;
        border-bottom: 1px solid #fff;
        height: auto;
    }
    
    #wrapper .top-nav li a{
        font-size: 14px;
        display: block;
        height: auto;
        padding: 10px 15px; 
    }
    
    #wrapper .top-nav ul li.first{
        display: none;
    }
    
    #wrapper .top-nav ul li:last-child{
        border-bottom: none;
        margin-bottom: 0px;
    }
    
    .language {
        float: right;
        padding: 13px 0;
    }
    
    #wrapper .btn-mobile-nav {
        background: url("../img/mobile-nav-icon-3.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: bold;
        left: 10px;
        line-height: 20px;
        padding: 10px 10px 10px 30px;
        position: absolute;
        text-decoration: none;
        text-transform: uppercase;
        top: 0;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    
    .form-search .data-time-box{
        float: none;
        margin: 0 0 15px 0;
        width: 100%;
    }
    
    #wrapper .btn-mobile-nav.active{
        left: 210px;
    }
    
    .form-search.active-form {
        height: 310px;
    }
    
    .how-we-work{
        padding: 20px 0;
    }
    
    .how-we-work .center-box{
        width: auto
    }
    
    .how-we-work h2 {
        padding: 0 0 40px;
    }
    
    .how-we-work li{
        width: auto;
        display: block;
        text-align: center;
        padding-bottom: 40px;
        margin-bottom: 25px;
        font-size: 15px;
        background: url('../img/arrow4.png') no-repeat center bottom;
    }
    
    .how-we-work li img{
        margin-bottom: 25px;
    }
    
    .how-we-work .arrow1,
    .how-we-work .arrow2,
    .how-we-work .arrow3,
    .how-we-work .arrow4{
        display: none;
    }
    
    .other-review{
        width: auto;
        margin: 0 15px 20px;
    }
    
    .footer-top{
        padding-bottom: 0px;
    }
    
    .footer-top .park,
    .footer-top .share,
    .footer-top .info{
        width: 100%;
        float: none;
        margin: 0 0 25px;
        border: none;
        border-bottom: 1px solid #fff;
        min-height: 100px;
        padding-bottom: 15px;
        padding-right: 0px;
    }
    
    .footer-top .info{
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    .footer-top .p-title{
        padding-bottom: 20px;
    }
    
    .share ul{
        width: auto;
    }
    
    .map-box,
    .map-box .center-box{
        height: auto;
        background-color: transparent;
    }
    
    .gmap{
        display: none;
    }
    
    .map-box .pix-girl{
        display: none;
    }
    
    .map-box .form-box{
        position: relative;
        left: 0px;
        top: 0px;
        width: 94%;
        margin: 20px 0;
        padding: 20px 3%;
    }
    
    .how-we-work ul {
        margin: 0;
        padding-bottom: 140px;
        position: relative;
    }
    
    .how-we-work li.last-item {
        background-image: none;
        bottom: 0;
        left: 50%;
        margin-left: -57px;
        position: absolute;
    }
    
    #wrapper .location-list {
        float: none;
        height: auto;
        width: auto;
    }
    
    .location-detail {
        float: none;
        width: auto;
    }
    
    .map-box{
        width: auto;
        height: auto;
    }
    
    .form-search .data-time-box{
        width: 270px;
    }
    
    div.datepicker {
        height: 254px !important;
        width: 270px !important;
        left: -10px;
    }
    
    .datepickerContainer {
        height: 234px !important;
        width: 250px !important;
    }
    #date1 .datepickerContainer > table > tbody > tr > td,
    #date2 .datepickerContainer > table > tbody > tr > td,
    #date3 .datepickerContainer > table > tbody > tr > td,
    #date4 .datepickerContainer > table > tbody > tr > td,
    #date5 .datepickerContainer > table > tbody > tr > td,
    #date6 .datepickerContainer > table > tbody > tr > td{
        display: none;
    }
    
    #date1 .datepickerContainer > table > tbody > tr > td:first-child,
    #date2 .datepickerContainer > table > tbody > tr > td:first-child,
    #date3 .datepickerContainer > table > tbody > tr > td:first-child,
    #date4 .datepickerContainer > table > tbody > tr > td:first-child,
    #date5 .datepickerContainer > table > tbody > tr > td:first-child,
    #date6 .datepickerContainer > table > tbody > tr > td:first-child{
        display: table-cell;
        width: 260px;
    }
    
    /* begin inner page */
    
    .sidebar{
        float: none;
        margin: 0 0 25px;
        width: auto;
    }
    
    .sidebar .form-box{
        width: 94%;
        padding: 20px 3%;
    }
    
    .sidebar .inp-text {
        background-image: url("../img/bg-input-3.png");
    }
    
    .date-block .inp-text {
        width: 45%;
        margin-bottom: 10px;
    }
    
    .sidebar .left-nav,
    .sidebar > .title,
    .sidebar .social-box,
    .sidebar .flexslider-2{
        display: none;
    }
    
    .right-content{
        margin-left: 0px;
    }
    
    .widget-result .read-more-box {
        border-left: medium none;
        clear: both;
        display: block;
        float: none;
        width: 100%;
    }
    
    .table tr > td {
        display: block;
        width: auto;
    }
    
    /* end inner page */
    
}

/* ================ END MEDIA QUERIES FOR < 767 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 639 px =================== */

@media screen and (max-width: 639px) {
    .top-content{
        margin: 33px 0 0;
    }
    
    .top-content .center-box{
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    
    .secondary-nav > ul,
    .secondary-nav > ul > li{
        display: block;
    }
    
    .secondary-nav{
        height: auto;
        margin-bottom: 0px;
    }
    
    .secondary-nav .submenu{
        top: 0px;
        left: 0xp;
        position: relative;
        width: auto;
    }
    
    .secondary-nav > ul > li{
        border-bottom: 1px solid #999;
        border-top: 1px solid #ccc;
    }
    
    .secondary-nav > ul > li:first-child{
        border-top: none;
    }
    
    .secondary-nav > ul > li:last-child{
        border-bottom: none;
    }
    
    .secondary-nav > ul > li > a{
        height: auto;
        padding: 8px 0;
    }
    
    .car-description .check{
        width: 150px;
        padding: 6px 0 0 34px;
    }
    
    .slider-desc .h2-title {
        font-size: 15px !important;
        line-height: 16px !important;
    }
    
    .slider-desc .h3-title {
        font-size: 12px !important;
        line-height: 14px !important;
    }
    
    .slider-desc .h3-title a{
        font-size: 12px !important;
    }
    
    #wrapper .main-slider-box .slider-desc {
        top: 69% !important;
    }
    
    .main-slider-box .slides img {
        min-height: 300px !important;
    }
    
    .slider-desc p{
        padding: 6px 15px 6px 20px !important;
    }
    
    .content .secondary-nav ul li{
        display: block;
    }
    
    .content .secondary-nav ul li:hover a:after, 
    .content .secondary-nav ul li a.active:after{
        display: none;
    }
    
    /* begin inner page */
    
    .content .top-content{
        padding-top: 60px;
    }
    
    .secondary-nav > ul > li{
        background-image: none;
    }
    
    .submenu{
        left: 0px;
    }
    
    .content-main{
        padding: 10px;
    }
    
    .inp-text .icon-mark{
        right: -8px;
    }
    
    .date-block .inp-text {
        width: 44%;
    }
     
    .widget-result .pix-box {
        float: none;
        margin: 0 auto 20px;
        text-align: center;
        width: 240px;
    }
    
    .widget-result .list-options {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: auto;
    }
    
    .widget-result .list-options li{
        display: inline-block;
        margin-right: 20px;
    }
    
    .widget-result-total .title-box {
        position: relative;
        top: 10px;
    }
    

    /* end inner page */

}

/* ================ BEGIN MEDIA QUERIES FOR < 639 px =================== */    

/* ================ BEGIN MEDIA QUERIES FOR < 479 px =================== */

@media screen and (max-width: 479px) {
    
    .logo{
        float: none;
        margin: 0px auto 20px;
        padding: 10px 0 0 0;
    }
    
    .slogan{
        display: none;
    }
    
    .company-title .help-btn{
        float: none;
        margin: 0 auto 20px;
    }
    
    .contacts-box{
        float: none;
        margin: 0 auto 10px;
        text-align: center;
    }
    
    .our-cars .other-car{
        width: auto;
    }
    
    .our-cars .other-car > div{
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
    
    .our-cars .other-car .pix-box{
        display: block;
        text-align: center;
        width: auto;
        padding-top: 20px;
    }
    
    .deals .green-circle, .desc-box .green-circle,
    .deals .global-pix .sale, .desc-box .sale{
        right: 0px;
    }
    
    .car-description {
        margin: 0 auto !important;
        width: 210px !important;
    }
    
    .form-search{
        height: auto !important;
        padding-bottom: 102px;
    }
    
    .form-search .main-input {
        margin-right: 0px;
        position: relative;
        z-index: 150;
    }
    
    .form-search .btn-search{
        top: inherit;
        bottom: 60px;
        right: inherit;
        left: 50%;
        margin-left: -64px;
    }
    
    .main-slider-box {
        padding-bottom: 355px;
        top: 355px;
    }
    
    .main-slider-box .slides img {
        min-height: 170px !important;
    }
    
    #wrapper .main-slider-box .flex-direction-nav li {
        top: 18% !important;
    }
    
    #wrapper .btn-mobile-nav.active{
        background: url("../img/mobile-nav-icon-3.png") no-repeat 10px center,
            url("../img/bg-body.png") repeat 0 0;
        left: 200px;
        padding-left: 40px;
    }
    
    .header-main{
        z-index: 30;
    }
    
    #wrapper .main-slider-box .slider-desc {
        top: 60% !important;
    }
    
    .form-bottom {
        position: relative;
        z-index: 110;
    }
    
    #date1 .close, #date2 .close, #date3 .close, #date4 .close{
        right: -15px;
    }
    
    /* begin inner page */
    
    .content .top-content{
        padding-top: 200px;
    }
    
    .content-main{
        padding: 10px 5px;
    }
    
    .date-block .inp-text {
        width: 42%;
    }
    
    .top-content .sort{
        text-align: center;
        height: 40px;
    }
    .top-content .sort p{
        padding-bottom: 5px;
    }
    
    .widget-result a.vehicle-link{
        display: none;
    }
    
    /* end inner page */
    
}

/* ================ BEGIN MEDIA QUERIES FOR < 479 px =================== */