@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,500,500italic,300italic,400italic,400);

body {
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility:hidden;
	color:#656d78;
}

section {
	padding:40px 0;
}
section.white {
	background-color:#FFF;
}

a:hover {
	text-decoration:none;
}

#header {
	height:112px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1031;
}



/* main slider */
.slider-container {

}
.slider-container .caption-container {
	position:absolute;
	left:0%;
	top:60%;
	width:100%;
}
@media (max-width: 1440px) {
.slider-container .caption-container {
	top:40%;
}
}
.slider-container .caption table {
	max-width:500px;
}
.slider-container .caption .description,
.slider-container .caption .title {
	background:rgba(236, 119, 3,.7);
	padding:10px;
	color:#FFF;
}
.slider-container .caption .title * {
	color:#FFF;
	margin:0;
}
.slider-container .caption .title h1 {
	margin-top:-6px;
	min-width:150px;
}
.slider-container .caption .description {
	background:rgba(0,0,0,.7);
	font-size:110%;
}
.slider-container .caption .description p {
	margin:0;
}
.slider-container .bxslider li {
	height:100%;
	min-height:450px;
}

/* quote form*/
.quote-form {
    width: 100%;
    color: #FFF;
    padding: 20px;
    margin: -130px auto 0;
    z-index: 2;
    position: relative;
    background: #bf3030;
    box-shadow: 0 0px 3px rgba(0,0,0,.5);
}

@media (max-width: 767px) { 
    .quote-form {
        margin: 40px auto 0;
    }
    
    .quote-form h1 { text-align: center; line-height: 140% }
    .quote-form h1 small { font-size: 16px; text-align: center; float: none !important; display: block; margin-bottom: 25px }

}


.quote-form h1 {
	margin-top:0;
	color:#FFF;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.quote-form h1 small {
    text-transform: none;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 400;
}


.quote-form a {
	color:#FFF;
}
.quote-form .form-control {
	border:0;
    width: 100%
}

.quote-form:not(.quick-select) .form-control.date,
.quote-form:not(.quick-select) .form-control.time {
    width: 48%;
}

.quote-form .form-group {
	vertical-align:top;
}
.quote-form select {
	max-width:100%;
}
.quote-form .btn {
	height:35px;
	line-height:28px;
	padding-top:0;
	padding-bottom:0;
    background-color: #a32900;
    border: solid 4px #a32900;
    text-transform: uppercase;
    font-weight: 500;
}
.quote-form .other-location,
.quote-form .all-inclusive {
	margin-top:8px;
}
.quote-form .return-location {
	display:none;
	margin-bottom:10px;
}
.quote-form .alert {
	margin: 18px 0 0;
}


@media (min-width: 992px) {
    .col-md-1.age { padding-right: 0 }
}

/* offers */
.offers {
	background:#595E64;
}
.offers {
}

/* fleet */
.fleet {
	/*background:#454C54;*/
    text-align: center;
}
.fleet img {
	display:inline-block !important;
	width:auto;
	max-height:130px;
}
.fleet h4 {
	margin-top:13px;
	margin-bottom:3px;
	font-size:14px;
}
.fleet .caption * {
	white-space:nowrap;
}
.fleet .price-range {
}
.fleet .box-img {
	/*border-bottom:1px dashed #B2B5B9;
	padding:20px 0;*/
	background:#fff;
	padding:5px;
}
.fleet .box-details {
	background:#595e64;
	color:#A7B0B6;
	padding:20px 20px 10px;
	margin-top:1px;
}


.fleet a.btn-book {
	font-size:140%;
    position: relative;
    top: 1px;
}
/*.fleet .vechile:first-child {
	padding-top:10px;
}
.fleet .vechile:last-child {
	border-bottom:0;
	padding-bottom:0px;
}*/
.fleet .group {
	margin:20px 0 10px;
}
.fleet table {
	width:100%;
	margin:0px 0 15px 0;
	margin-left:-5px;
}
.fleet table th,
.fleet table td {
	padding:5px 5px;
}
@media (max-width: 1200px) {
.fleet table th,
.fleet table td {
	padding:5px 1px;
	font-size:90%;
	letter-spacing:-1px;
}
.fleet .price-range, .fleet .caption {
	text-align:center;
}
}
.fleet .details {
	text-align:center;
	font-size:85%;
}
.fleet .details li {
}
.fleet table td {
	border-top:1px solid #686D72;
}
.fleet .price {
	text-align:right;
	font-weight:bold;
}
.fleet table tr:nth-child(2n-1) td {
	/*background:#e5e5e5;*/
}
.car-icon {
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../img/car_icons.png) no-repeat 0 0 #A7B0B6;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
}
.car-icon.seats { background-position:0 0px; }
.car-icon.suitcases { background-position:0 -24px; }
.car-icon.suitcases-small { background-position:0 -48px; }
.car-icon.automatic { background-position:0 -72px; }
.car-icon.manual { background-position:0 -96px; }
.car-icon.air-con { background-position:0 -120px; }
.car-icon.fuel { background-position:0 -144px; }

/* booking */
.rate {
	margin-top:10px;
	width:100%;
}
.rate > div {
	display:inline-block;
	width:49%;
	text-align:center;
}
.rate > div:first-child {
	background:#f0f0f0;
	margin-right:0px;
}
.rate > div:last-child {
	background:#dedede;
}
.rate-price {
	font-size:100%;
}
.rate-price .price {
	font-size:120%;
	letter-spacing:-1px;
	display:inline-block;
	margin-top:5px;
}
.quick-select {
	position:relative;
	margin-top:10px;
	padding:8px;
	color:#FFF;
	float:right;
}
.quick-select label,
.quick-select .btn,
.quick-select .form-control {
	margin-left:10px;
}
.booking .extras label {
	width:100%;
}
.booking .extras .form-control {
	display:inline-block;
	text-align:center;
	margin-right:8px;
	height:24px;
	line-height:100%;
	padding:0 5px;
	width:40px;
}
.booking .form-group {
	clear:both;
	padding-top: 10px;
	margin-bottom:0;
}
.selected-group .fleet {
	font-size:90%;
}
@media (min-width: 1200px) {
.selected-group.fixed {
	position:fixed;
	z-index:2;
	top:100px;
	width:100%;
	max-width:360px;
}
}

/* contacts */
#mapcanvas {
	height:400px;
	width:100%;
	border-bottom:1px solid #eee;
}
dl.contacts {
	margin-top:26px;
	margin-left:-8px;
	font-size:110%;
}
dl.contacts dt,
dl.contacts dd {
	float:left;
	line-height:28px;
}
dl.contacts dt {
	clear:both;
	min-width:40px;
	text-align:center;
}
dl.contacts dd {
	margin-left:10px;
}
dl.contacts address {
	line-height:140%;
}

/* footer */
#footer-menu {
	padding:30px 0;
	color: #999;
	background-color: #fff;
}
#footer-content {
	padding: 20px 0;
	text-align: center;
}

/* weather */
#weather img {
	display:block;
}

/* social */
.social-networks li {
	margin-right:5px;
}
.social-networks li a {
	color:#999;
}
.social-networks a:hover .fa-facebook {
	color:#3b5998;
}
.social-networks a:hover .fa-google-plus {
	color:#c32f10;
}
.social-networks a:hover .fa-linkedin {
	color:#007bb6;
}
.social-networks a:hover .fa-twitter {
	color:#00aced;
}

/* general */
textarea {
	resize:none;
}
.text-sm {
	font-size:90%;
}
.text-md {
	font-size:110%;
}
.text-lg {
	font-size:130%;
}
.text-xl {
	font-size:150%;
}
.text-light {
	color:#A7B0B6;
}
.shadow {
	-moz-box-shadow: 0 1px 4px #ccc;
	-webkit-box-shadow: 0 1px 4px #ccc;
	box-shadow: 0 1px 4px #ccc;
}

/* step wizard */
.stepwizard-step p {
    margin-top: 10px;    
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}
.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

/* login */
@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
}
.omb_login {
	background:#FFF;
	padding:10px 20px 20px;
}
.omb_login .omb_authTitle {
    text-align: center;
	line-height: 300%;
}	
.omb_login .omb_socialButtons a {
	color: white;
	opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
	opacity:1;    	
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}
.omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}			
.omb_login .omb_loginForm .input-group.i {
	width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}	
@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
		margin-top:10px;
 	}		
}

/* sticky footer */
html, body {
  min-height: 100%;
}
#wrap {
  min-height: 100%;
}
.main-container {
    min-height: 100%;
	padding-bottom: 80px;
    padding-top: 109px;
	position:relative;
}

body.contacts .main-container {
	padding-bottom:0;
}

body.home .main-container {
	padding-top:0;
	padding-bottom:0;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

@media (max-width: 1199px) {
    .nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.depot-alert {
    display: none;
}
.modal-content {
    padding: 40px;
}