/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*!
 * Datepicker for Bootstrap v1.6.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker>div{display:none}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;text-shadow:0 1px 0 #fff;border-width:1px 0;margin-left:-5px;margin-right:-5px}
/*# sourceMappingURL=bootstrap-datepicker3.min.css.map */


.site-container {
    max-width: 1400px;
    margin: auto;
    display: block;
    padding: 0 15px;
}
.reduced-container {
    max-width: 1200px;
}


.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-half {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.center{
    text-align: center;
}           

* {
    font-family: 'Roboto', sans-serif;
}

body {
    color: #898989;
}
a {
    color: #337ab7;
}
p {
    font-size: 18px;
    line-height: 1.7;
    color: #898989;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    color: #898989;
}
ul.two {
    display: inline-block;
    width: 100%;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three {
    display: inline-block;
    width: 100%;
}
ul.three li{
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}
ul.flow {
    display: initial;
}
ul.flow li {
    display: flow-root;
}

.h2, h2 {
    font-size: 32px;
    line-height: 1.4;
    color: #000;
}
.h3, h3 {
    font-size: 28px;
    line-height: 1.4;
    color: #000;
}
.h4, h4 {
    font-size: 22px;
    line-height: 1.4;
    color: #000;
}


.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons-center a {
    border: 0;
    border-radius: 4px;
    color: #fff;
    background-color: #4d9ed0;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-overflow: ellipsis;
    transition: background-color .2s,color .2s;
    white-space: nowrap;
}
.buttons-center a:hover {
    background-color: #4eb0ed;
    color: #fff;
    text-decoration: none;
}
.default-button {
    border: 0;
    border-radius: 4px;
    color: #fff;
    background-color: #4d9ed0;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-overflow: ellipsis;
    transition: background-color .2s,color .2s;
    white-space: nowrap;
}
.default-button:hover {
    background-color: #4eb0ed;
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
.img-half {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 3px;
}
.img-half img {
    width: 100%;
    height: auto;
}


.top-bar {
    display: inline-block;
    width: 100%;
    background-color: #000;
    text-align: right;
}
.top-bar ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.top-bar ul li {
    display: inline-block;
    list-style: none;
    line-height: 40px;
}
.top-bar .contact-info {
    float: left;
    margin: 0;
}
.top-bar .contact-info li {
    border: 0;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    line-height: 45px;
}
.top-bar .contact-info li i {
    color: #4d9ed0;
    margin-right: 5px;
    font-size: 14px;
}
.top-bar .contact-info a {
    color: #fff
}
.top-bar .contact-info li.addr {
    display: none;
}
.top-bar .email {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
}
.top-bar .email a {
    color: #fff;
    font-size: 15px;
}
.top-bar .email i {
    color: #4d9ed0;
    margin-right: 5px;
    font-size: 14px;
}

.top-bar .social {
    float: right;
    margin: 0;
}
.top-bar .social li {
    display: inline-block;
    list-style: none;
    font-size: 15px;
    color: #fff;
    padding: 0px 10px;
    line-height: 45px;
}
.top-bar .social li a {
    color: #fff;
}
.top-bar .social li a:hover {
    color: #4d9ed0;
}
.top-bar .social li a i {
    margin-right: 5px;
    font-size: 14px;
}



header {
    display: inline-block;
    width: 100%;
    padding: 0;
}
header .logo {
    display: inline-block;
    float: left;
    max-width: 400px;
}
header .logo img {
    width: 100%;
    height: auto;
}
header nav.menu {
    display: inline-block;
    float: right;
}
header .main-menu {
    margin: 0;
    margin-top: 50px;
}
header .main-menu li {
    display: inline-block;
    list-style: none;
    position: relative;
}
header .main-menu li a {
    color: #2b2b2b;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
}
header .main-menu li a:hover {
    color: #4d9ed0;
    text-decoration: none;
}
header .main-menu li ul li a {
    padding: 6px;
    font-size: 15px;
}
header .main-menu .sub-menu {
    display: none;
}
header .main-menu li:hover .sub-menu {
    display: block;
    position: absolute;
    margin: 0;
    width: 280px;
    background: #fff;
    padding: 10px;
    z-index: 999;
}
header .main-menu .sub-menu li {
    display: block;
}
header .main-menu .sub-menu li a {
    display: inline-block;
    width: 100%;
}
header .main-menu .menu-search {
    position: relative;
}
header .main-menu .menu-search a {
    cursor: pointer;
}
header .main-menu .menu-search-form {
    display: none;
}
header .main-menu .menu-search form {
    position: absolute;
    right: 0;
    margin-top: 10px;
    background-color: #fff;
    padding: 7px 8px;
    z-index: 2;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.14);
}
header .main-menu .menu-search form input {
    font-size: 16px;
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    padding: 4px 10px;
    width: 230px;
}
header .show-mobile {
    display: none;
}
header .close-menu {
    display: none;
}
.menu-overlay {
    display: none;
}


.home-hero {
    background: url(../images/homepage-top-banner-black.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 200px 0;
}
.home-hero h1 {
    z-index: 5;
    white-space: nowrap;
    font-size: 44px;
    line-height: 1.4;
    font-weight: 900;
    color: rgb(255, 255, 255);
    text-shadow: rgb(46, 46, 46) 2px 2px;
    margin: 0px;
    padding: 0px;
    opacity: 1;
}
.home-hero a {
    z-index: 6;
    white-space: nowrap;
    font-size: 18px;
    line-height: 14px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: rgb(77, 158, 208);
    border-radius: 3px;
    outline: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    cursor: pointer;
    text-align: center;
    padding: 15px 35px 15px 25px;
    margin: 50px auto;
    display: inline-block;
}
.home-hero a:hover {
    background-color: #4eb0ed;
    color: #fff;
    text-decoration: none;
}


hr.h2_underline {
    background-color: #4d9ed0;
    height: 3px; 
    width: 75px;
    display: inline-block;
    border: 0;
}

.luxury-section {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}
.luxury-section h2 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.luxury-section p {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 15px 0;
}
.luxury-section a {
    margin-top: 70px;
}



.service-section {
    background-color: #f8f9f9;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.service-section .item {
    margin: 20px 0;
}
.service-section .item .image  {

}
.service-section .item .image img {
    width: 100%;
    height: auto;
}
.service-section .item h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 20px 0;
}
.service-section .item p {
    font-size: 16px;
}
.service-section .item a {
    font-size: 14px;
}
.service-section .item a:hover {
    text-decoration: underline;
}




.cars-section {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.cars-section .item {
    margin: 30px 0;
    text-align: center;
}
.cars-section .item p.name {
    margin: 10px 0;
    text-transform: uppercase;
}
.cars-section .item p.name a {
    color: #000;
}
.cars-section .item:hover p.name a {
    color: #337ab7;
}
.cars-section .item img {

}



.call-cta {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.call-cta p {
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}
.call-cta p a {
    margin-left: 10px;
}
.call-cta p i {
    margin: 0 10px;
    font-size: 35px;
}



.full-image-section {
    display: inline-block;
    width: 100%;
    padding: 130px 0;
    background: url('../images/san-diego-limobuses-wine-weddings-black.jpg') center center no-repeat;
    background-size: cover;
}
.full-image-section h2 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}
.full-image-section p {
    color: #c9c9c9;
    font-size: 18px;
    max-width: 900px;
    margin: 20px 0;
}


.why-section {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.why-section h2 {
    font-size: 24px;
    font-weight: 500;
}
.why-section p {
    color: #898989;
    font-size: 16px;
    max-width: 800px;
    margin: 30px auto;
}
.why-section .img {

}
.why-section .img img {

}




.core-values {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.core-values .item {
    text-align: center;
    margin-bottom: 30px;
}
.core-values .item .icon {

}
.core-values .item .icon span {
    font-size: 30px;
}
.core-values .item h2 {
    font-size: 24px;
    margin: 20px 0;
}
.core-values .item h2 a {
    color: #000;
}
.core-values .item p {
    font-size: 16px;
    margin: 20px 0;
}
.core-values .item a.read-more {
    text-transform: none;
}

.center-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}


.full-logos {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background-color: #f8f9f9;
}
.full-logos .item {
    display: inline-block;
    margin: 15px;
}
.full-logos .item img {

}


.contact-section {
    text-align: center;
}

footer {
    background-color: #171717;
    color: #a3a3a3;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    float: left;
}
footer h3 {
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff;
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 16px;
    position: relative;
    border-color: #2e2e2e;
}
footer h3:after {
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 73px;
    background-color: #4d9ed0;
}
footer li {
    list-style: none;
}
footer .footer-logo img {
    margin-bottom: 20px;
}
footer .contact-info p {
    color: #a3a3a3;
    font-size: 16px;
    margin: 15px 0;
}
footer .contact-info ul {
    margin: 0;
    padding: 0;
}
footer .contact-info ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}
footer .contact-info ul li a:hover {
    color: #fff;
}
footer .contact-info ul li i {
    color: #337ab7;
    width: 30px;
}
footer .navigation {
    margin-bottom: 30px;
}
footer .navigation ul {
    margin: 0;
    padding: 0;
}
footer .navigation ul li {
    display: inline-block;
    float: none;
    width: calc(50% - 2px);
    margin-bottom: 17px;
}
footer .navigation ul li a {
    font-size: 16px;
    position: relative;
    color: #a3a3a3;
    padding-left: 15px;
}
footer .navigation ul li a:before {
    content: "\203A";
    font-size: 20px;
    font-weight: bold;
    left: 0;
    top: -7px;
    position: absolute;
}
footer .navigation ul li a:hover {
    color: #4d9ed0;
}
footer .connect ul {
    margin: 0;
    padding: 0;
}
footer .connect ul li {
    display: inline-block;
}
footer .connect ul li a {
    color: #fff;
    padding: 5px;
    font-size: 18px;
    margin-right: 10px;
}
footer .connect ul li a:hover {
    color: #337ab7;
}
footer .working-hours table {
    width: 100%;
    border: 1px solid rgba(255,255,255,.1);
    border-collapse: separate;
    border-spacing: 0 8px;
    width: 100%;
    padding: 10px 0;
}
footer .working-hours table td {
    font-size: 16px;
    color: #fff;
    text-align: right;
    padding-right: 25px;
}
footer .working-hours table th {
    color: #3cb2cf;
    padding-left: 25px;
    font-size: 16px;
    font-weight: normal;
}
footer .quick-links ul {
    margin: 0;
    padding: 0;
}
footer .quick-links ul li {
    display: inline-block;
    float: none;
    width: calc(50% - 2px);
    margin-bottom: 12px;
}
footer .quick-links ul li a {
    font-size: 16px;
    position: relative;
    color: #a3a3a3;
    padding-left: 15px;
}
footer .quick-links ul li a:before {
    content: "\203A";
    font-size: 20px;
    font-weight: bold;
    left: 0;
    top: -7px;
    position: absolute;
}
footer .quick-links ul li a:hover {
    color: #4d9ed0;
}
footer .footer-links {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}
footer .footer-links a {
    color: #9c9c9c;
    font-size: 16px;
    margin: 10px;
    display: inline-block;
}
.copyright-footer {
    padding: 25px 0;
    background-color: #171717;
    border-top: 1px solid #2e2e2e;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.copyright-footer p {
    color: #9c9c9c;
    font-size: 16px;  
    margin: 0;  
}




/*default pages*/

.default-content {
    padding-bottom: 100px;
}

.title-section {
    background-color: #f8f9f9;
    padding: 50px 0;
    margin-bottom: 30px;
}
.title-section h1 {
    color: #4e4e4e;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}

.default-content h2,
.default-content h3 {
    color: #000;
    margin: 20px 0 20px;
    padding-bottom: 15px;
    position: relative;
    border-color: #2e2e2e;
}
.default-content h2:after,
.default-content h3:after {
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 73px;
    background-color: #4d9ed0;
}
.default-content h2,
.default-content h3 {
    padding: 0;
}
.default-content h2:after,
.default-content h3:after {
    display: none;
}


table.car-table tr th {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
table.car-table tr td {
    padding: 10px;
}


/*cars page*/

.cars .flow {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.cars .item {
    margin: 30px 0;
}
.cars .item .image {
    text-align: center;
}
.cars .item .image img {
    margin: auto;
}
.cars .item .title a {
    color: #fff;
    background-color: #4d9ed0;
    display: block;
    font-size: 18px;
    padding: 12px 15px;
    text-align: center;
    text-transform: uppercase;
}
.cars .item .title a:hover {
    background-color: #2d85bb;
    text-decoration: none;
}
.cars .item .options ul {
    padding: 0;
    margin: 0;
}
.cars .item .options ul li {
    list-style: none;
    position: relative;
    color: #5a5a5a;
    border-bottom: 1px solid #ececec;
    padding: 7px 0;
    font-size: 16px;
}
.cars .item .options ul li:before {
    color: #337ab7;
    content: "\2713";
    font-weight: bold;
    margin-right: 10px;
}

.car-inner {
    padding: 30px 0;
}
.car-inner .left-details .title {
    color: #fff;
    background-color: #4d9ed0;
    display: block;
    font-size: 18px;
    margin-top: 50px;
    padding: 12px 15px;
    text-align: center;
    text-transform: uppercase;
}
.car-inner .left-details .options ul {
    padding: 0;
    margin: 0;
}
.car-inner .left-details .options ul li {
    list-style: none;
    position: relative;
    color: #5a5a5a;
    border-bottom: 1px solid #ececec;
    padding: 7px 0;
    font-size: 16px;
}
.car-inner .left-details .options ul li:before {
    color: #337ab7;
    content: "\2713";
    font-weight: bold;
    margin-right: 10px;
}
.car-inner .prices {
    margin: 25px 0;
}
.car-inner .prices .line {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 5px;
}
.car-inner .prices .line .left {
    display: inline-block;
    width: 60%;
    float: left;
    background-color: #11374f;
}
.car-inner .prices .line .left p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 10px;
    padding-left: 15px;
}
.car-inner .prices .line .left p span {
    color: #4d9ed0;
    font-size: 16px;
    text-transform: capitalize;
}
.car-inner .prices .line .right {
    display: inline-block;
    width: 40%;
    float: left;
    background-color: #4d9ed0;
}
.car-inner .prices .line .right p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 10px;
    padding-left: 15px;
}
.car-inner .prices a.quote {
    color: #fff;
    background: #4d9ed0;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 15px;
}
.car-inner .prices a.quote:hover {
    color: #11374f;
    text-decoration: none;
}
.car-inner table {
    margin: 25px 0;
}
.car-inner table th {
    font-size: 18px;
    padding: 10px;
}
.car-inner table td {
    font-size: 18px;
    padding: 10px;
}

.car-inner .image-gallery {
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.car-inner .image-gallery img {
    width: 50%;
    height: auto;
    float: left;
    padding: 10px 5px;
}
/*.car-inner .image-gallery img:hover {
    opacity: 0.7;
}*/
/*.car-inner .image-gallery img:first-child {
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 0;
}*/

/*rates page*/

.rates .line {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.rates .line h2 {
    text-align: center;
    padding: 0;
}
.rates .line h2:after {
    display: none;
    padding: 0;
}
.rates .line .relative {
    max-width: 700px;
    display: block;
    margin: auto;
}
.rates .line .image {
    width: 300px;
    float: left;
    text-align: center;
    margin-right: 20px;
}
.rates .line .details table tr th {
    font-size: 18px;
    padding: 10px;
}
.rates .line .details table tr td {
    font-size: 18px;
    padding: 10px;
}
.rates .center-buttons {
    text-align: center;
    display: inline-block;
}


/*locations*/

.city-zone-list .item {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.city-zone-list .item h4 {
    font-weight: normal;
    cursor: pointer;
    color: #333;
    font-size: 18px;
}
.city-zone-list .item .vc_toggle_content {
    display: none;
}


.terms h4 {
    margin-top: 30px;
    font-size: 20px;
}


/*sitemap*/

.sitemap {
    padding-bottom: 50px;
}
.sitemap .sitemap-section {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.sitemap .title {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sitemap .title h4 {
    margin-bottom: 20px;
}
.sitemap .links {
    display: inline-block;
    width: 100%;
}
.sitemap .links a {
    display: inline-block;
    width: 33.33%;
    float: left;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
}


/*search page*/
.search-section {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 50px;
}
.result-search {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.result-search .img {
    width: 200px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    min-height: 100px;
}
.result-search .img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 150px;
    margin: auto;
    display: block;
}
.result-search .text p {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
}
.result-search .text .title {
    font-size: 18px;
    font-weight: bold;
    display: block;
}


/*services page*/

.service-inner .main-img {
    display: inline-block;
    width: 100%;
}
.service-inner .main-img img {
    width: 100%;
    height: auto;
}
.service-inner .image-gallery {
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.service-inner .image-gallery img {
    width: 20%;
    height: auto;
    float: left;
    padding: 10px 5px;
}
.service-inner .image-gallery img:hover {
    opacity: 0.7;
}
.service-inner .image-gallery img:first-child {
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 0;
}

.service-inner table {
    margin: 25px 0;
}
.service-inner table th {
    font-size: 18px;
    padding: 10px;
}
.service-inner table td {
    font-size: 18px;
    padding: 10px;
}

.service-inner {
    max-width: 1200px;
    margin: auto;
    display: block;
}
.service-inner .service-cats {
    width: 280px;
    float: left;
    display: inline-block;
}
.service-inner .service-cats ul {
    margin: 0;
    padding: 0;
}
.service-inner .service-cats ul li {
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    display: block;
}
.service-inner .service-cats ul li a {
    padding: 10px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #898989;
}
.service-inner .service-cats ul li a:hover {
    color: #337ab7;
    text-decoration: none;
}
.service-inner .contact-info {
    margin-top: 40px;
    margin-right: 10px;
}
.service-inner .contact-info h4 {
    font-size: 18px;
    font-weight: 500;
}
.service-inner .contact-info p {
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 5px;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.service-inner .contact-info p i {
    color: #4d9ed0;
    width: 25px;
    font-size: 15px;
}
.service-inner .contact-info p a {
    color: #898989;
    font-size: 16px;
    white-space: normal;
    word-break: break-all;
}
.service-inner .contact-info p a:hover {
    color: #4d9ed0;
    text-decoration: none;
}

.service-inner .service-text {
    display: inline-block;
    float: left;
    width: calc(100% - 280px);
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
    padding-bottom: 50px;
}


.services .item {
    margin-bottom: 30px;
}
.services .item .inner {
    position: relative;
    background: #fff;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    padding-bottom: 70px;
}
.services .item .img {
    width: 100%;
}
.services .item .img img {
    width: 100%;
    height: auto;
}
.services .item .text {
    background-color: #fff;
    border-top: 5px solid #4d9ed0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 100%;
    -ms-transform: translateY(-72px);
    transform: translateY(-72px);
    transition: .4s transform ease;
    width: 100%;
    min-height: 120px;
}
.services .item:hover .text {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.services .item .text .title {
    font-size: 18px;
    color: #000;
    margin: 20px 0;
    text-transform: uppercase;
}
.services .item .text a {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}
.services .item .text .intro {
    font-size: 14px;
    margin-bottom: 10px;
}
.services-category .item:hover .text .title {
    margin: 10px 0;
}


/*contact page*/
.content-contact {
    padding-bottom: 100px;
}
.form-div {
    display: inline-block;
    width: 100%;
}
.contact-form {
    display: block;
    max-width: 1000px;
    margin: 20px auto;
}
.contact-form input {
    border: 1px solid rgba(0,0,0,.1);
    color: inherit;
    padding: 10px;
    height: auto;
    font-size: 16px;
    min-height: 45px;
}
.contact-form select {
    border: 1px solid rgba(0,0,0,.1);
    color: inherit;
    padding: 10px;
    height: auto;
    font-size: 16px;
    min-height: 45px;
}
.contact-form textarea {
    border: 1px solid rgba(0,0,0,.1);
    color: inherit;
    padding: 10px;
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    min-height: 150px;
}
.contact-form label.error{
    display: block;
    color: red;
}
th.info-table-icon {
    text-align: center;
}







































@media(min-width: 993px){
	header nav.menu {
	    display: inline-block!important;
	}
	header.scrolled {
		position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    background: white;
	    z-index: 9999;
	    box-shadow: 1px 0 4px rgba(0,0,0,.15);
	}
	header.scrolled .logo {
		max-width: 200px;
	}
	header.scrolled .main-menu {
	    margin-top: 10px;
	}
}


@media (min-width: 993px) and (max-width: 1200px) {
	footer .quick-links ul li,
	footer .navigation ul li {
		width: 100%;
	    margin-bottom: 5px;
	}
}


@media(max-width: 1200px) {
	header .logo {
		max-width: 300px;
	}
	header .main-menu li a {
		font-size: 14px;
	}
	header .main-menu {
		margin-top: 30px;
	}
	.top-bar .contact-info li {
	    padding: 0 15px;
	    font-size: 14px;
	}
	
	.call-cta p {
	    font-size: 35px;
	}

	.luxury-section p {
	    font-size: 20px; 
	}
	.luxury-section {
		padding: 50px 0;
	}

	.car-inner .prices .line .left p {
		font-size: 18px;
		padding-left: 10px;
	}
	.car-inner .prices .line .left p span {
		font-size: 14px;
	}
	.car-inner .prices .line .right p {
	    font-size: 18px;
	}
	.car-inner .prices a.quote {
		font-size: 18px;
	}


}


@media(max-width: 992px) {

	.title-section {
	    padding: 30px 0;
	}
	.title-section h1 {
	    font-size: 30px;
	}
	.h2, h2 {
	    font-size: 28px;
	}

	.top-bar {
	    display: none;
	}
	header .logo {
	    max-width: 150px;
	}
	header nav.menu {
		display: none;
		position: fixed;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    width: 250px;
	    background: #171717;
	    z-index: 999;
	}
	header .main-menu {
		margin: 0;
    	padding: 0 10px;
	}
	header .main-menu li {
	    display: block;
	}
	header .main-menu li a {
	    color: #ffffff;
	    display: inline-block;
	    width: 100%;
	}
	header .main-menu li:hover .sub-menu {
	    display: none;
	}

	header .show-mobile {
		display: inline-block;
		float: right;
	    padding-top: 5px;
	}
	header .show-mobile .phone {
		display: inline-block;
	}
	header .show-mobile .phone a {
		font-size: 20px;
	}
	header .show-mobile .phone a i {
		font-size: 14px;
	}
	header .show-mobile .icon-menu {
		cursor: pointer;
		display: inline-block;
		margin-left: 30px;
	}
	header .show-mobile .icon-menu i {
	    color: #000;
    	font-size: 25px;
	}

	header .main-menu .menu-search a {
		display: none;
	}
	header .main-menu .menu-search-form {
	    display: block;
	}
	header .main-menu .menu-search form {
	    position: relative;
	    padding: 0;
	}
	header .main-menu .menu-search form input {
	    font-size: 14px;
	    padding: 6px 10px;
	    width: 100%;
	}
	header .close-menu {
	    display: inline-block;
	    cursor: pointer;
	}
	header .close-menu i {
	    color: #fff;
    	padding: 15px;
	}
 
 	.menu-overlay {
	    position: fixed;
	    background: rgb(0 0 0 / 0.7);
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 999;
 	}

 	.home-hero {
	    padding: 100px 0;
 	}
 	.home-hero h1 {
	    padding: 15px;
	    white-space: normal;
	    font-size: 35px;
	}
	.luxury-section h2 {
	    font-size: 28px;
	}
	.luxury-section p {
		margin: 0;
	}
	.luxury-section a {
	    margin-top: 10px;
	}

	.call-cta p {
	    font-size: 25px;
	}
	.call-cta p i {
	    font-size: 20px;
	}
	.full-image-section {
	    padding: 80px 0;
	}
	.why-section {
	    padding: 20px 0;
	}
	.core-values .item h2 {
	    font-size: 20px;
	    margin: 15px 0;
	}
	.core-values .item h2 {
	    font-size: 20px;
	    margin: 15px 0;
	}
	.default-button {
		padding: 10px 20px;
	}
	.full-logos {
	    padding: 0;
	}

	footer .connect {
	    margin-bottom: 30px;
	}

	.cars .row {
		display: -webkit-box;
	    display: -moz-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    display: -webkit-flex;
	    flex-direction: row;
	}
	.cars .item .title a {
	    font-size: 16px;
	    margin-top: 20px;
	    padding: 10px 10px;
	}
	.cars .item .options ul li {
		font-size: 15px;
	}

	.service-inner .service-cats {
	    width: 200px;
	}
	.service-inner .service-cats ul li a {
	    padding: 5px;
	    font-size: 14px;
	}
	.service-inner .service-text {
	    width: calc(100% - 200px);
	}
	.service-inner .contact-info p a {
	    font-size: 14px;
	}
	.service-inner .contact-info p i {
	    width: 20px;
	    font-size: 12px;
	}

	.sitemap .links a {
	    width: 50%;
	}
	.video-half {
		display: inline-block;
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.img-half {
	    display: inline-block;
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 15px;
	}


}



@media(max-width: 768px) {

	.title-section {
	    padding: 10px 0;
	    background: none;
	}
	.title-section h1 {
	    font-size: 28px;
        text-transform: capitalize;
	}
	.h2, h2 {
	    font-size: 25px;
	    padding-bottom: 10px;
	}
	.h3, h3 {
	    font-size: 22px;
	}
	.default-content h2, 
	.default-content h3 {
	    margin: 15px 0;
	    padding-bottom: 10px;
	}

	p {
		font-size: 16px;
	}
	li {
		font-size: 16px;
	}
	
	.home-hero {
	    padding: 20px 0;
	    background: none;
	}
	.home-hero h1 {
	    padding: 15px;
	    white-space: normal;
	    font-size: 30px;
	    color: #000;
	    text-shadow: none;
	    margin: 0;
	}
	.home-hero a {
	    margin: 10px auto;
	}

	.luxury-section {
	    padding: 20px 0;
	}
	.luxury-section h2 {
	    font-size: 25px;
	}
	hr.h2_underline {
	    margin: 10px 0;
	}
	.luxury-section a {
	    margin-top: 10px;
	}

	.service-section {
		padding: 0;
	}
	.service-section .item {
	    margin: 30px 0;
	}
	.service-section .item h5 {
	    margin: 15px 0;
	}
	.service-section .item p {
	    margin-bottom: 10px;
	}
	.cars-section {
	    padding: 0;
	}
	.call-cta {
		padding: 20px 0;
	}
	.call-cta p {
	    font-size: 20px;
	}
	.call-cta p i {
	    font-size: 15px;
	}

	.full-image-section {
	    padding: 20px 0;
	    background: none;
	    text-align: center;
	}
	.full-image-section h2 {
	    color: #000;
	    font-size: 22px;
	}
	.full-image-section p {
	    color: #898989;
	    font-size: 16px;
	}

	.why-section h2 {
	    font-size: 20px;
	    margin: 10px 0;
	}
	.why-section p {
	    font-size: 16px;
	    margin: 15px auto;
	}

	.core-values .item h2 {
	    font-size: 18px;
	    margin: 10px 0;
	}
	.core-values .item p {
	    margin: 10px 0;
	}
	.center-btn {
	    padding: 15px 0;
	}
	.full-logos .item {
	    margin: 2%;
	    max-width: 46%;
	    float: left;
	}

	footer {
		padding: 30px 0;
	}
	footer .navigation ul li {
	    width: 100%;
	    margin-bottom: 5px;
	}
	footer .navigation ul li a {
	    font-size: 13px;
	}
	footer .navigation ul li a:before {
	    top: -12px;
	}
	footer h3 {
	    font-size: 16px;
	    margin: 0 0 10px;
	    padding-bottom: 8px;
	}
	footer h3:after {
	    width: 50px;
	}
	footer .footer-logo img {
	    margin-bottom: 0;
	}
	footer .contact-info p {
	    font-size: 14px;
	    margin: 10px 0;
	}
	footer .contact-info ul li {
	    margin-bottom: 10px;
	    font-size: 13px;
	}
	footer .connect ul li a {
	    margin-right: 5px;
	}
	footer .quick-links ul li {
	    float: none;
	    width: 100%;
	    margin-bottom: 5px;
	}
	footer .quick-links ul li a {
	    font-size: 13px;
	}
	footer .quick-links ul li a:before {
		top: -12px;
	}
	footer .working-hours table th {
	    padding-left: 10px;
	    font-size: 13px;
	}
	footer .working-hours table td {
	    font-size: 13px;
	    padding-right: 10px;
	}
	footer .working-hours table {
		padding: 0;
	}

	.copyright-footer {
	    padding: 10px 0;
	}
	.copyright-footer p {
	    font-size: 13px;
	}

	.car-inner .left-details .image img {
	    margin: auto;
	}
	.car-inner .left-details .title {
	    font-size: 16px;
	    margin-top: 15px;
	    padding: 10px;
	}
	.car-inner .left-details .options ul li {
		font-size: 15px;
	}

	.car-inner .image-gallery {
		margin-bottom: 0;
	}
	.car-inner table th,
	.car-inner table td {
	    font-size: 15px;
	}

	.rates {
		text-align: center;
	}
	.rates .line .details table tr th, 
	.rates .line .details table tr td {
	    font-size: 14px;
	    padding: 5px;
	    text-align: center;
	}
	.rates .line .image {
	    width: 300px;
	    float: none;
	    display: block;
	    margin: auto;
	    margin-bottom: 20px;
	}
	

	.services .item .inner {
		padding-bottom: 50px;
	}
	.services .item .text {
	    padding-left: 10px;
	    padding-right: 10px;
        transform: translateY(-50px);
        min-height: 100px;
	}
	.services .item .text .title {
	    font-size: 16px;
	    margin: 10px 0;
	}

	.service-inner {
	    display: -webkit-box;
	    display: -moz-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    flex-wrap: wrap-reverse;
	}
	.service-inner .service-cats {
	    width: 100%;
	    float: none;
	}
	.service-inner .service-text {
	    width: 100%;
	    padding: 0;
	    float: none;
	    border: 0;
	    border-bottom: 1px solid #e5e5e5;
	    margin-bottom: 20px;
	    padding-bottom: 20px;
	}

	ul.two li {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}

	.sitemap .links a {
	    width: 100%;
	    font-size: 15px;
    	padding: 10px 0;
	}



}



@media(max-width: 450px) {

	header .logo {
	    max-width: 100px;
	}
	header .show-mobile .phone a {
	    font-size: 18px;
	}
	header .show-mobile .icon-menu {
	    margin-left: 10px;
	}
	header .show-mobile .icon-menu i {
	    font-size: 22px;
	}

	.home-hero h1 {
	    font-size: 25px;
	}
	.luxury-section p {
	    font-size: 17px;
	}
	.luxury-section h2 {
	    font-size: 22px;
	}
	
	.call-cta p {
	    font-size: 17px;
	}
	.call-cta p i {
	    font-size: 12px;
	    margin: 0 5px;
	}

	footer .col-xs-6 {
	    width: 100%;
	}
	footer .contact-info {
		margin-bottom: 20px;
	}
	footer .working-hours {
		margin-bottom: 20px;
	}


	.contact-form select,
	.contact-form input {
	    font-size: 14px;
	    min-height: 40px;
	}

	.result-search .text p {
	    font-size: 14px;
	}
	.result-title h2 {
		font-size: 20px;
	}

	.car-inner .prices .line .left p {
	    font-size: 16px;
	}
	.car-inner .prices .line .right p {
	    font-size: 16px;
	}
	.car-inner .prices a.quote {
		font-size: 16px;
		margin-top: 5px;
	}

}






























