/*   
Theme Name: Charlottesville Yellow Cab
Theme URI: 
Description: Charlottesville Yellow Cab - responsive WP theme
Author: LimoLabs
Author URI: www.limolabs.com
Version: 1.0
*/
/* VARIABLES
-------------------------------------------------------------------------------*/
/* MIXINS
-------------------------------------------------------------------------------*/
/* FONT
-------------------------------------------------------------------------------*/
/* Raleway */
/* font-family: 'Raleway', sans-serif; */
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
.media-embed{
	position: fixed !important;
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

a img {
  border: none;
}

/* Gets rid of IE's blue borders */
/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {
  max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 100%;
}

table {
  font-size: inherit;
  font: 100%;
}

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover */
.ie6 html {
  filter: none;
}

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* links */
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* LAYOUT */
/* ----------------------------------------- */
/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-top: 5px;
  margin-right: 40px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 40px;
}

.wp-caption {
  border: 1px solid #666;
  text-align: center;
  background: #ccc;
  padding: 10px;
  margin: 10px;
}

div {
  position: relative;
}

/* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
.cl {
  font-size: 0px;
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.bld {
  font-weight: bold;
}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {
  font-size: 12px;
  color: #000;
  background-color: #fefefe;
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: 'Raleway', sans-serif;
}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */
/* we like off-black for text */
body, select, input, textarea {
  color: #000;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fcd700;
}

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
}

.cl {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.text-center {
  text-align: center !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.full-width {
  width: 100% !important;
  float: left;
}

.half-width {
  width: 50% !important;
  float: left;
  margin-bottom: 15px;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body div {
  box-sizing: border-box;
}

.form-box {
  width: 100%;
  float: none;
  margin: 20px auto;
  width: 400px;
}
.form-box .form-group {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.form-box .text-inp {
  border-top: 1px solid #dcdfe0;
  border-left: 1px solid #dcdfe0;
  border-right: 1px solid #dcdfe0;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  color: #161616;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 1.42857;
  outline: medium none;
  padding: 7px 9px;
  vertical-align: middle;
  width: 100%;
}
.form-box .text-inp:last-child {
  border-bottom: #dcdfe0;
}
.form-box .text-inp.wpcf7-not-valid {
  border: 1px solid #f00;
}
.form-box .btn-yellow {
  width: 100%;
  padding: 13px 20px;
}
.form-box span.wpcf7-not-valid-tip {
  display: none;
}
.form-box div.wpcf7-response-output {
  width: 100%;
  text-align: center;
  float: left;
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

/* LimoLabs plugin
-------------------------------------------------------------------------------*/
.ng-hide {
  display: none;
}

.ng-show {
  display: block;
}

.boxWidgetHomePage {
  width: 100%;
  float: left;
  display: none;
}

.boxWidgetLogin {
  float: right;
  z-index: 99;
  margin-top: 20px;
  margin-right: 20px;
}

/* Header
-------------------------------------------------------------------------------*/
#header_w {
  /*background: #aaa;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.2);
}

#header_w.slide--reset {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: transform 150ms linear;
  -moz-transition: transform 150ms linear;
  -ms-transition: transform 150ms linear;
  -o-transition: transform 150ms linear;
  transition: transform 150ms linear;
}

#header_w.slide--up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform 150ms linear;
  -moz-transition: transform 150ms linear;
  -ms-transition: transform 150ms linear;
  -o-transition: transform 150ms linear;
  transition: transform 150ms linear;
}

.header-lf {
  float: left;
  padding: 9px 20px;
}
.header-lf .hd-phone {
  float: left;
  padding-top: 4px;
}
.header-lf .hd-phone a {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: auto;
  letter-spacing: 4px;
  cursor: default;
}
.header-lf .hd-phone a img {
  position: relative;
  top: 1px;
  margin-right: 20px;
}
.header-lf .hd-phone a:hover, .header-lf .hd-phone a:focus {
  text-decoration: none;
}

.header-rh {
  float: right;
}
.header-rh .btn-hello {
  background: #fee07d;
  border-bottom: none;
  border-top: none;
  border-left: 1px solid #fee07d;
  border-right: 1px solid #fee07d;
  padding: 27px 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  float: right;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.header-rh .btn-hello:hover, .header-rh .btn-hello:focus {
  text-decoration: none;
  background: none;
  /*color: #fdd652;*/
}
.header-rh .btn-menu {
  /*border-left: 1px solid #fff;*/
  float: right;
  height: 68px;
  padding-top: 21px;
  text-align: center;
  width: 68px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.header-rh .btn-menu:hover {
  background: rgba(255, 255, 255, 0.3);
  /*border-left: 1px solid #fff;*/
}

#mask-black {
  background: url(images/mask-black.png) repeat top left;
  position: fixed;
  z-index: 888;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
}

#mask-black.active {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}

#navigation {
  background: none repeat scroll 0 0 #ffb419;
  height: 100%;
  margin-left: 0;
  padding-top: 80px;
  position: fixed;
  right: 0;
  width: 250px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -o-transform: translateX(250px);
  transform: translateX(250px);
}

#navigation.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#navigation ul {
  float: right;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  list-style: outside none none;
  margin: 0;
}
#navigation ul li {
  float: right;
  position: relative;
  width: 100%;
  padding: 15px 20px;
}
#navigation ul li.current-menu-item a {
  border-bottom: 2px solid #000;
  padding: 1px 0 1px;
}
#navigation ul li a {
  color: #000;
  display: block;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 0;
  padding: 1px 0 3px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
  float: right;
}
#navigation ul li a:hover {
  padding: 1px 0 1px;
  border-bottom: 2px solid #000;
}

#nav-mob {
  display: none;
  left: 0;
  position: relative;
  width: 100%;
  float: left;
}
#nav-mob ul.menu {
  width: 100%;
  float: left;
  font-size: 17px;
}
#nav-mob ul.menu li {
  float: left;
  width: 100%;
  text-align: center;
}
#nav-mob ul.menu li a {
  color: #fff;
  display: block;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 40px;
  text-decoration: none;
  text-transform: uppercase;
}
#nav-mob ul.menu li a:hover {
  color: #70bfc4;
}

/* Footer
-------------------------------------------------------------------------------*/
/* #footer-01_w{
    background: #000000;
    width: 100%;
    float: left;
    padding: 40px 0;
    border-bottom: 1px solid #262626;
}
.footer-01{
    width: $siteWidth;
    margin: 0 auto;
    .subscribe-form{
        display: table;
        width: 531px;
        text-align: center;
        margin: 0 auto;
        form{
            display: block;
            text-align: center;
        }
        input.mail{
            background-color: #ffffff;
            color: #000;
            height: 42px;
            padding: 8px;
            font-size: 16px;
            font-family: 'Raleway', sans-serif;
            border: none;
            float: left;
            display: table-cell;
            width: 390px;
        }
        button.btn-yellow{
            height: 42px;
            padding: 5px 23px;
            text-transform: none;
            @include borderRadius(0px);
            float: left;
            display: table-cell;
        }
    }
} */
#footer-02_w {
  width: 100%;
  background: #3f3f3f;
  float: left;
  /*padding: 20px 0;*/
  text-align: center;
}

.footer-02-box {
  width: 19%;
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 38px;
}
.footer-02-box:last-child {
  /*width: 19%;*/
}
.footer-02-box .footer-02-box-title {
  /*text-align: left;*/
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #cccccc;
  font-weight: 400;
  /*letter-spacing: 1px;*/
}
.footer-02-box .footer-02-box-content {
  /*text-align: left;*/
  margin-top: 18px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #828282;
  font-weight: 400;
  letter-spacing: 1px;
}
.footer-02-box .footer-02-box-content a {
  text-decoration: underline;
  color: #828282;
}
.footer-02-box .footer-02-box-content a.em-link {
  display: inline-block;
  padding: 8px 0;
}
.footer-02-box .footer-02-box-content a.em-link:hover {
  color: #ffc95b;
}
.footer-02-box .footer-02-box-content .icon-card {
  position: relative;
  top: -2px;
}
.footer-02-box .footer-02-box-content ul.menu {
  margin: 0px;
  float: left;
  width: 100%;
}
.footer-02-box .footer-02-box-content ul.menu li {
  float: left;
  margin: 0;
  width: 100%;
  padding-bottom: 5px;
}
.footer-02-box .footer-02-box-content ul.menu li a {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  text-decoration: underline;
}
.footer-02-box .footer-02-box-content ul.menu li a:hover, .footer-02-box .footer-02-box-content ul.menu li a:focus {
  color: #ffc95b;
}
.footer-02-box .footer-02-box-content .social-box {
  margin-top: 2px;
  float: none;
  text-align: inherit;
}

#footer-03_w {
  float: left;
  padding: 60px 0 20px 0;
  text-align: center;
  background: #3f3f3f;
  width: 100%;
}
#footer-03_w .copyright {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #828282;
  font-weight: 400;
  letter-spacing: 1px;
}

/* Page element
-------------------------------------------------------------------------------*/
.home h1, .page h1 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 70px;
  line-height: 85px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 72px;
  letter-spacing: 3px;
}
.home h1 span, .page h1 span {
  font-weight: 300;
}
.home h2, .page h2 {
  color: #000;
  font-weight: 100;
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  margin-top: 0px;
  margin-bottom: 15px;
}
.home h3, .page h3 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: inherit;
  text-transform: uppercase;
}
.home h4, .page h4 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: inherit;
  text-transform: none;
  text-align: center;
  margin-bottom: 24px;
}
.home h6, .page h6 {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: #333435;
}
.home p, .page p {
  font-size: 16px;
  color: #333;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

.btn-white {
  font-family: 'Raleway', sans-serif;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #171717;
  cursor: pointer;
  float: left;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 17px 32px;
  text-shadow: 0 1px 1px rgba(158, 14, 22, 0.34);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #fff;
}
.btn-white:hover, .btn-white:focus {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.btn-black {
  font-family: 'Raleway', sans-serif;
  background: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fdd652;
  cursor: pointer;
  float: left;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 17px 32px;
  text-shadow: 0 1px 1px rgba(158, 14, 22, 0.34);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #000;
}
.btn-black:hover, .btn-black:focus {
  background: none;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}

.btn-yellow {
  font-family: 'Raleway', sans-serif;
  background: #ffb419;
  /*@include borderRadius(2px);*/
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 17px 30px;
  border: 1px solid #ffb419;
  /*text-shadow: 0 1px 1px rgba(158, 14, 22, 0.34);
  text-transform: uppercase;*/
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.btn-yellow:hover, .btn-yellow:focus {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  text-decoration: none;
}

.btn-clear {
  font-family: 'Raleway', sans-serif;
  background: none;
  /*@include borderRadius(2px);*/
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 17px 30px;
  /*text-shadow: 0 1px 1px rgba(158, 14, 22, 0.34);
  text-transform: uppercase;*/
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-clear:hover, .btn-clear:focus {
  background: #ffb419;
  border: 1px solid #ffb419;
  color: #fff;
  text-decoration: none;
}

.btn-call-us {
  display: none;
}

.btn-contact-us {
  display: block;
}

.social-box {
  float: left;
  padding: 0;
  text-align: left;
  width: 100%;
  margin-top: 14px;
}

.social-box a {
  display: inline-block;
  height: 25px;
  margin: 0 7px;
  width: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.social-box a.facebook {
  background: url("images/icon-social.png") no-repeat scroll 6px top transparent;
}

.social-box a.facebook:hover {
  background: url("images/icon-social.png") no-repeat scroll 6px bottom transparent;
}

.social-box a.twitter {
  background: url("images/icon-social.png") no-repeat scroll -31px top transparent;
}

.social-box a.twitter:hover {
  background: url("images/icon-social.png") no-repeat scroll -31px bottom transparent;
}

.social-box a.googleplus {
  background: url("images/icon-social.png") no-repeat scroll -73px top transparent;
}

.social-box a.googleplus:hover {
  background: url("images/icon-social.png") no-repeat scroll -73px bottom transparent;
}

.social-box a.yelp {
  background: url("images/icon-social.png") no-repeat scroll -115px top transparent;
}

.social-box a.yelp:hover {
  background: url("images/icon-social.png") no-repeat scroll -115px bottom transparent;
}

/* Index
-------------------------------------------------------------------------------*/
#home-top_w {
  width: 100%;
  float: left;
  background-image: url(images/home-01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  display: table;
  overflow: hidden;
}

.home-top-box {
  display: table-cell;
  float: none;
  margin: auto;
  vertical-align: middle;
}
.home-top-box .home-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 33px;
}
.home-top-box .home-box-text {
  width: 1090px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}
.home-top-box .home-box-text h1 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.home-top-box .home-box-text h3 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  margin-bottom: 56px;
}
.home-top-box .home-box-text .btn-yellow {
  margin-right: 6px;
  width: 314px;
  text-align: center;
  float: right;
}
.home-top-box .home-box-text .btn-clear {
  width: 320px;
  text-align: center;
}
.home-top-box .home-arrow-box {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  width: 60px;
  margin: auto;
  bottom: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.home-top-box .home-arrow-box:hover {
  bottom: 30px;
}
.home-top-box .home-arrow-box p {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 32px;
  color: #fdd652;
}

.booking-box {
  width: 100%;
  float: left;
  background: none;
  margin-bottom: 0;
}

#home-accordion {
  width: 100%;
  float: left;
  min-height: 570px;
}

.home .bars {
  position: absolute;
  /* transform:translate(0%, 100%);
  -webkit-transform:translate(0%, 100%);
  -moz-transform:translate(0%, 100%);
  -o-transform:translate(0%, 100%);
  -ms-transform:translate(0%, 100%); */
  min-height: 570px;
  width: 100%;
  z-index: 2;
  /* transition:all .5s ease-out;
  -webkit-transition:all .5s ease-out */
}

.home .bars .wrapper-bars {
  width: 100%;
  min-height: 570px;
  position: relative;
  z-index: 2;
  display: table;
}

.home#pos2 .bars {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
}

.home .bars .bar {
  position: relative;
  display: table-cell;
  vertical-align: top;
  /*middle;*/
  width: 17.5%;
  height: 570px;
  color: white;
  text-align: center;
  /*text-transform:uppercase;*/
  font-weight: 200;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
}

.home .bars .bar:hover, .home .bars .bar.click {
  width: 30%;
}

.home .bars .bar .background {
  position: absolute;
  width: 100%;
  height: 570px;
  top: 0;
  left: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
}

.home .bars .bar.labs .background {
  background-image: url(images/bars/advertising1.jpg);
}

.home .bars .bar.team .background {
  background-image: url(images/bars/corporate-accounts.jpg);
}

.home .bars .bar.how .background {
  background-image: url(images/bars/airport-service.jpg);
}

.home .bars .bar.home .background {
  background-image: url(images/bars/package-delivery.jpg);
}

.home .bars .bar.projects .background {
  background-image: url(images/bars/special-events.jpg);
}

.home#pos2 .bars .bar .background {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.home .bars .bar .content {
  width: 80%;
  margin: auto;
}

.home .bars .bar.labs .content {
  /* transform:translateY(0%);
  -webkit-transform:translateY(0%);
  -moz-transform:translateY(0%);
  -o-transform:translateY(0%);
  -ms-transform:translateY(0%);
  transition:all .5s ease-out;
  -webkit-transition:all .5s ease-out */
}

.home .bars .bar.team .content {
  /* transform:translateY(20%);
  -webkit-transform:translateY(20%);
  -moz-transform:translateY(20%);
  -o-transform:translateY(20%);
  -ms-transform:translateY(20%);
  transition:all .7s ease-out;
  -webkit-transition:all .7s ease-out */
}

.home .bars .bar.how .content {
  /* transform:translateY(40%);
  -webkit-transform:translateY(40%);
  -moz-transform:translateY(40%);
  -o-transform:translateY(40%);
  -ms-transform:translateY(40%);
  transition:all .9s ease-out;
  -webkit-transition:all .9s ease-out */
}

.home .bars .bar.home .content {
  /* transform:translateY(60%);
  -webkit-transform:translateY(60%);
  -moz-transform:translateY(60%);
  -o-transform:translateY(60%);
  -ms-transform:translateY(60%);
  transition:all 1.1s ease-out;
  -webkit-transition:all 1.1s ease-out */
}

.home .bars .bar.projects .content {
  /* transform:translateY(80%);
  -webkit-transform:translateY(80%);
  -moz-transform:translateY(80%);
  -o-transform:translateY(80%);
  -ms-transform:translateY(80%);
  transition:all 1.3s ease-out;
  -webkit-transition:all 1.3s ease-out */
}

.home#pos2 .bars .bar .content {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
}

.home .bars .bar .content .icon {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}

.home .bars .bar .content .icon img {
  height: 80px;
}

.home .bars .bar .title {
  /*min-height:230px;*/
}
.home .bars .bar .title .n_title {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  /*position:absolute;
  top:270px;*/
  padding-top: 240px;
  transition: all .5s ease-out .5s;
  -webkit-transition: all .5s ease-out .5s;
}

.home .bars .bar:hover .title .n_title, .home .bars .bar.click .title .n_title {
  font-size: 40px;
  /*position:absolute;
  top:220px;*/
  padding-top: 150px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
}

.home .bars .bar .desc {
  margin-top: 20px;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  opacity: 0;
  /*height:100px;*/
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}
.home .bars .bar .desc .w_txt {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  width: 100%;
}

.home .bars .bar:hover .desc, .home .bars .bar.click .desc {
  opacity: 1;
  transition: all .5s ease-out .5s;
  -webkit-transition: all .5s ease-out .5s;
}

.home .bars .bar .more {
  position: absolute;
  width: 100%;
  bottom: 5%;
  text-align: center;
}

.home .bars .bar .more a {
  display: inline-block;
  width: 54px;
  height: 54px;
  /*font-size:20px;*/
  /*border:solid white 1px;
  border-radius:5px;
  width:30%;
  margin:auto;
  text-transform:lowercase;*/
  cursor: pointer;
  opacity: 0;
  transition: opacity .1s ease-out 0s, color .2s ease-out, border-color .2s ease-out;
  -webkit-transition: opacity .1s ease-out 0s, color .2s ease-out, border-color .2s ease-out;
  background: url("images/icon-bars-more.png") no-repeat scroll center top;
}

.home .bars .bar .more a:hover {
  /*color:#ffbc35;
  border-color:#ffbc35;*/
  background: url("images/icon-bars-more.png") no-repeat scroll center bottom;
}

.home .bars .bar:hover .more a {
  opacity: 1;
  transition: opacity .5s ease-out .5s, color .2s ease-out, border-color .2s ease-out;
  -webkit-transition: opacity .5s ease-out .5s, color .2s ease-out, border-color .2s ease-out;
}

/*******************************************************/
#home-service_w {
  width: 100%;
  float: left;
  min-height: 450px;
}
#home-service_w figure.light {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 50%;
  max-width: 50%;
  max-height: 360px;
  background: #fdd652;
  text-align: center;
  cursor: pointer;
}
#home-service_w figure.light .text {
  position: absolute;
  background: none;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 80px;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
#home-service_w figure.light .text img {
  opacity: 1;
  display: inline;
}
#home-service_w figure.light .btn-box {
  position: absolute;
  background: none;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 113px;
  top: 0;
  width: auto;
  height: 100%;
  text-align: center;
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}
#home-service_w figure.light .btn-box a.btn-yellow {
  display: initial;
  float: none;
}
#home-service_w figure.light figcaption::before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdd652+0,fdd652+100&amp;0+0,0.75+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZDY1MiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGQ2NTIiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(253, 214, 82, 0) 0%, rgba(253, 214, 82, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(253, 214, 82, 0)), color-stop(100%, rgba(253, 214, 82, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(253, 214, 82, 0) 0%, rgba(253, 214, 82, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(253, 214, 82, 0) 0%, rgba(253, 214, 82, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(253, 214, 82, 0) 0%, rgba(253, 214, 82, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(253, 214, 82, 0) 0%, rgba(253, 214, 82, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdd652', endColorstr='#bffdd652',GradientType=1 );
  /* IE6-8 */
}
#home-service_w figure.dark {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 50%;
  max-width: 50%;
  max-height: 360px;
  background: #111111;
  text-align: center;
  cursor: pointer;
}
#home-service_w figure.dark .text {
  position: absolute;
  background: none;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 80px;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
#home-service_w figure.dark .text img {
  opacity: 1;
  display: inline;
}
#home-service_w figure.dark .text h2 {
  color: #fff;
}
#home-service_w figure.dark .btn-box {
  position: absolute;
  background: none;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 113px;
  top: 0;
  width: auto;
  height: 100%;
  text-align: center;
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}
#home-service_w figure.dark .btn-box a.btn-white {
  display: initial;
  float: none;
}
#home-service_w figure.dark figcaption::before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,111111+100&amp;0+0,0.75+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(17, 17, 17, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(100%, rgba(17, 17, 17, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(17, 17, 17, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(17, 17, 17, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(17, 17, 17, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(17, 17, 17, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#bf111111',GradientType=1 );
  /* IE6-8 */
}
#home-service_w figure img {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#home-service_w figure figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8a;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#home-service_w figure:hover img {
  opacity: 1;
}
#home-service_w figure:hover figcaption::before {
  opacity: 0.8;
}
#home-service_w figure:hover .text {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.5s, transform 0.5s;
  -moz-transition: opacity 0.5s, transform 0.5s;
  -ms-transition: opacity 0.5s, transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#home-service_w figure:hover .btn-box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
#home-service_w figure:hover figcaption::after {
  opacity: 0;
}

.home-service-lf {
  float: left;
  width: 50%;
  min-height: 498px;
}
.home-service-lf h1 {
  margin-right: 50px;
  margin-top: 86px;
  padding-right: 60px;
  text-align: right;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 60px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: url(images/icon-arrowRight.png) no-repeat bottom right;
}
.home-service-lf:hover h1 {
  margin-right: 30px;
}

.home-service-rh {
  width: 50%;
  float: left;
}

#home-why-us {
  width: 100%;
  float: left;
  /*padding: 73px 0;*/
  background-color: #ffffff;
}
#home-why-us h1 {
  color: #333435;
  text-align: center;
  margin-bottom: 69px;
}

.why-us-title {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  text-align: center;
  background-color: #ffbf26;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 50px 0;
}
.why-us-title:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -40px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #ffbf26;
  clear: both;
}

.why-us-wrap {
  width: 1090px;
  margin: 108px auto 80px;
}
.why-us-wrap .why-us-box {
  width: 100%;
  display: table;
}
.why-us-wrap .why-us-box .why-us-box_lf {
  float: left;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #ffb217;
  letter-spacing: 2px;
  text-align: right;
  padding-right: 75px;
  border-right: 1px solid #ffb217;
  height: 120px;
  line-height: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.why-us-wrap .why-us-box .why-us-box_lf:after {
  content: url(images/why-us-box_lf_bg.png);
  position: absolute;
  top: 30px;
  right: -11px;
}
.why-us-wrap .why-us-box:first-child .why-us-box_lf {
  padding-top: 10px;
  height: 100px;
}
.why-us-wrap .why-us-box:first-child .why-us-box_lf:after {
  content: url(images/why-us-box_lf_bg.png);
  position: absolute;
  top: 12px;
  right: -11px;
}
.why-us-wrap .why-us-box:last-child .why-us-box_lf {
  padding-bottom: 10px;
  height: 100px;
}
.why-us-wrap .why-us-box:last-child .why-us-box_lf:after {
  content: url(images/why-us-box_lf_bg.png);
  position: absolute;
  top: 30px;
  right: -11px;
}
.why-us-wrap .why-us-box .why-us-box_rh {
  float: right;
  display: table-cell;
  vertical-align: middle;
  width: 49%;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #a1a1a1;
  line-height: 30px;
  height: 120px;
  padding-left: 58px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.why-us-wrap .why-us-box:first-child .why-us-box_rh {
  padding-top: 10px;
  height: 100px;
}
.why-us-wrap .why-us-box:last-child .why-us-box_rh {
  padding-bottom: 10px;
  height: 100px;
}

/* .home-why-us-box{
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #e2e3e6;
    padding: 0 15px;
    h3{
        color: #000000;
        text-transform: uppercase;
    }
    p{
        color: rgba(51, 52, 53, 0.5);
        font-style: italic;
    }
} */
#hibrid-taxis_w {
  width: 100%;
  float: left;
  background: url(images/hibrid-taxis_w_bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
#hibrid-taxis_w #hibrid-taxis {
  width: 1090px;
  margin: 0 auto;
  padding: 86px 0 70px 0;
}
#hibrid-taxis_w #hibrid-taxis .hibrid-taxis-title {
  width: 80%;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  line-height: 58px;
}
#hibrid-taxis_w #hibrid-taxis ul {
  width: 94%;
  margin: 30px auto 0 auto;
}
#hibrid-taxis_w #hibrid-taxis ul li {
  display: table;
  line-height: normal;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  padding-left: 84px;
  background: url(images/icon-hibrid-taxis-list.png) no-repeat left center;
  min-height: 44px;
  margin-bottom: 10px;
}
#hibrid-taxis_w #hibrid-taxis ul li .ht-li-mid {
  display: table-cell;
  vertical-align: middle;
}

#home-twitter_w {
  width: 100%;
  float: left;
  background-color: #fff;
}
#home-twitter_w #home-twitter {
  width: 1090px;
  margin: 0 auto;
  padding: 157px 0 60px 0;
  background: url(images/icon-twitter_bg.png) no-repeat center 67px;
}
#home-twitter_w #home-twitter .rotatingtweet {
  width: 100%;
}
#home-twitter_w #home-twitter .rtw_main,
#home-twitter_w #home-twitter .rtw_meta {
  font-family: 'Raleway', sans-serif;
  color: #a1a1a1;
  font-size: 25px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
}
#home-twitter_w #home-twitter .rtw_main a,
#home-twitter_w #home-twitter .rtw_meta a {
  color: #ffb419;
}
#home-twitter_w #home-twitter .rtw_main a:hover,
#home-twitter_w #home-twitter .rtw_meta a:hover {
  color: #ffc95b;
  text-decoration: none;
}
#home-twitter_w #home-twitter .home-twitter-ago {
  font-family: 'Raleway', sans-serif;
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  margin-top: 18px;
}
#home-twitter_w #home-twitter .home-twitter-follow {
  font-family: 'Raleway', sans-serif;
  color: #313131;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin-top: 44px;
}
#home-twitter_w #home-twitter .home-twitter-follow a {
  color: #ffb419;
}
#home-twitter_w #home-twitter .home-twitter-follow a:hover {
  color: #ffc95b;
  text-decoration: none;
}

#home-testi_w {
  width: 100%;
  float: left;
  min-height: 500px;
  padding: 73px 0;
  background: url(images/grey-pattern.jpg) repeat left top;
}
#home-testi_w h1 {
  color: #333435;
  text-align: center;
  margin-bottom: 69px;
}
#home-testi_w h1 span {
  border-bottom: 1px solid #fdd652;
  margin: 0;
  padding: 0;
}
#home-testi_w h6 {
  line-height: 29px;
}
#home-testi_w h6.autor_name {
  color: rgba(51, 52, 53, 0.5);
  margin-top: 10px;
  font-style: italic;
  text-decoration: underline;
}
#home-testi_w .ll-testimonials {
  width: 720px;
  margin: 0 auto;
  text-align: center;
}

/* Default TPL
-------------------------------------------------------------------------------*/
#page_w {
  width: 100%;
  float: left;
  padding-top: 69px;
}

.page-top_w {
  background: url(images/page-bg-top.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 349px;
  display: table;
  width: 100%;
  float: left;
}

.page-top {
  display: table-cell;
  float: none;
  margin: auto;
  vertical-align: middle;
}

.page-top-logo {
  width: 100%;
  text-align: center;
}
.page-top-logo img {
  text-align: center;
}

.page-title-box {
  width: 1090px;
  margin: 33px auto 10px;
}

h6.pg-title {
  background: none repeat scroll 0 0 #fdd652;
  color: #161616;
  float: none;
  font-weight: 600;
  margin: 0 auto;
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
  display: table;
}

h1.pg-sub-title {
  color: #161616;
  text-align: center;
  margin-top: 15px;
  font-size: 54px;
  margin-bottom: 0px;
}

#page_contant_w {
  width: 100%;
  float: left;
}

#page_contant {
  width: 1090px;
  margin: 0 auto;
}

/* About page
-------------------------------------------------------------------------------*/
.rtbs .rtbs_menu li a {
  color: #000000;
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
}

.rtbs .rtbs_menu li a.active {
  border-bottom: 3px solid #fdd652;
  color: #000000;
}

.rtbs > .rtbs_content {
  border-top: 1px solid #cbcbcb !important;
  background-color: #ffffff;
  margin-bottom: 50px;
}

.rtbs > .rtbs_content > p:first-child {
  float: left;
}

/* Rates page
-------------------------------------------------------------------------------*/
#rates-page {
  width: 100%;
  float: left;
}
#rates-page p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333435;
  margin-bottom: 25px;
}
#rates-page h6 {
  color: #333435;
  text-align: center;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}

.retes-all-box {
  margin-bottom: 10px;
  margin-top: 25px;
  float: left;
  width: 100%;
}

.rates-box {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 10px 0;
  margin-bottom: 20px;
  visibility: visible;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.rates-box .rates-box-border {
  border: 1px solid #d0d0d0;
  padding: 10px;
  float: left;
  width: 100%;
  display: table;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rates-box .rates-box-border:hover {
  background: #f4f4f4;
}
.rates-box .rates-number {
  padding: 13px;
  line-height: 25px;
  background: #e2e2e2;
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.rates-box .rates-text {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px;
  text-align: left;
  color: #333435;
  font-style: italic;
  width: 100%;
}
.rates-box .rates-price {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  line-height: 22px;
  text-align: right;
}

/* Corporete Accounts
-------------------------------------------------------------------------------*/
.corporete-acc-lf {
  width: 50%;
  float: left;
  padding: 25px;
}

.corporete-acc-title {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.corporete-acc-rh {
  width: 50%;
  float: left;
}

.corporete-acc-rh-top {
  background: #fdd652;
  width: 100%;
  float: none;
  display: table;
  padding: 20px;
  height: 300px;
  vertical-align: middle;
}
.corporete-acc-rh-top h2 {
  color: #161616;
  text-align: center;
  margin-bottom: 5px;
}
.corporete-acc-rh-top p {
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
.corporete-acc-rh-top p.text-italic {
  font-style: italic;
  font-weight: 100;
  margin-bottom: 30px;
}
.corporete-acc-rh-top a {
  text-transform: uppercase;
  color: #000000;
  text-decoration: underline;
}
.corporete-acc-rh-top a:hover, .corporete-acc-rh-top a:focus {
  color: #333;
  text-decoration: none;
}

.corporete-acc-rh-bt {
  background: url(images/corporate-accoutns-background-bottom-rh.jpg);
  width: 100%;
  float: none;
  padding: 20px;
  vertical-align: middle;
  display: table;
  height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.corporete-acc-rh-bt h2 {
  color: #fff;
  text-align: center;
}
.corporete-acc-rh-bt p {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.corporete-acc-rh-bt a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
}
.corporete-acc-rh-bt a:hover, .corporete-acc-rh-bt a:focus {
  text-decoration: none;
  color: #eee;
}

/* Become a Driver
-------------------------------------------------------------------------------*/
.become-driver-01 {
  width: 100%;
  float: left;
}

.become-driver-lf {
  width: 50%;
  float: left;
  padding: 25px 25px 0 25px;
}

.become-driver-title {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.become-driver-rh {
  width: 50%;
  float: left;
  background: url(images/become-a-driver-background-rh.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 660px;
  padding: 20px;
  display: table;
  vertical-align: middle;
}
.become-driver-rh h1 {
  color: #000;
  text-align: center;
}
.become-driver-rh h6 {
  color: #000;
  text-align: center;
}
.become-driver-rh p {
  color: #fff;
  text-align: center;
}
.become-driver-rh .form-box p {
  font-style: italic;
}

.become-driver-02_w {
  width: 100%;
  float: left;
  background: #fdd652;
  padding: 50px 0;
}

.become-driver-02 {
  width: 1090px;
  margin: 0 auto;
}
.become-driver-02 h1 {
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}
.become-driver-02 ul {
  width: 50%;
  float: left;
  border-right: 1px solid #e1bf49;
}
.become-driver-02 ul:last-child {
  border-right: none;
}
.become-driver-02 ul:last-child li {
  background-position: 35px 19px;
  padding-left: 85px;
}
.become-driver-02 ul li {
  min-height: 83px;
  border-bottom: 1px solid #e1bf49;
  padding: 20px 10px 20px 50px;
  background: url(images/list-marker.png) no-repeat left 19px;
  font-size: 20px;
  line-height: 20px;
}
.become-driver-02 ul li:last-child {
  border-bottom: none;
}

/* Contact page
-------------------------------------------------------------------------------*/
.contact-top_w {
  background: #fee07d;
  height: 280px;
  display: table;
  width: 100%;
  float: left;
}

.contact_w {
  width: 100%;
  float: left;
}

.contact-lf {
  width: 50%;
  float: left;
  padding: 20px 0;
}

.contact-rh {
  width: 50%;
  float: left;
}
.contact-rh .map {
  min-height: 500px;
  width: 100%;
}

.contact-tabs-box {
  width: 600px;
  margin: 0 auto;
  clear: both;
}

.contact-box {
  width: 720px;
  margin: 0 auto;
}

.contact-form {
  width: 100%;
  float: left;
  margin: 30px 0;
}
.contact-form .form-group {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
.contact-form .sbHolder {
  background: none;
  border: 2px solid #000;
  border-radius: 0;
  box-shadow: none;
  display: block;
  height: 50px;
  outline: medium none;
  width: 100%;
}
.contact-form .sbHolder .sbSelector {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.42857;
  vertical-align: middle;
  padding: 9px 9px;
  height: 100%;
  width: 100%;
}
.contact-form .sbHolder .sbSelector {
  height: 100%;
}
.contact-form .sbHolder .sbToggle {
  background: url(images/icon-selectbox-arrow.png) no-repeat right center;
  height: 100%;
}
.contact-form .sbHolder .sbOptions {
  margin: 0;
  top: 47px !important;
  width: 100%;
  background: #fff;
  border: 2px solid #000;
}
.contact-form .sbHolder .sbOptions li {
  padding: 0;
}
.contact-form .sbHolder .sbOptions li a {
  float: left;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42857;
  padding: 10px 15px;
  border-bottom: 1px solid #515151;
}
.contact-form .sbHolder .sbOptions li a:hover {
  color: #000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdda64+1,fdda64+100&amp;0+0,1+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZGE2NCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmRkYTY0IiBzdG9wLW9wYWNpdHk9IjAuMDEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZGE2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(253, 218, 100, 0) 0%, rgba(253, 218, 100, 0.01) 1%, #fdda64 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(253, 218, 100, 0)), color-stop(1%, rgba(253, 218, 100, 0.01)), color-stop(100%, #fdda64));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(253, 218, 100, 0) 0%, rgba(253, 218, 100, 0.01) 1%, #fdda64 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(253, 218, 100, 0) 0%, rgba(253, 218, 100, 0.01) 1%, #fdda64 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(253, 218, 100, 0) 0%, rgba(253, 218, 100, 0.01) 1%, #fdda64 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(253, 218, 100, 0) 0%, rgba(253, 218, 100, 0.01) 1%, #fdda64 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdda64', endColorstr='#fdda64',GradientType=1 );
  /* IE6-8 */
}
.contact-form .hide-show-form {
  display: none;
}
.contact-form .text-inp {
  margin-bottom: 2px;
  border: 1px solid #dbdfe0;
  border-radius: 0;
  box-shadow: none;
  color: #161616;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  line-height: 1.42857;
  outline: medium none;
  padding: 7px 9px;
  vertical-align: middle;
  background: #fff;
  width: 100%;
}
.contact-form .text-inp.wpcf7-not-valid {
  border: 2px solid #f00;
}
.contact-form .text-area {
  height: 200px;
  margin-bottom: 2px;
  border: 1px solid #dbdfe0;
  border-radius: 0;
  box-shadow: none;
  color: #161616;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.42857;
  outline: medium none;
  padding: 7px 9px;
  vertical-align: middle;
  background: #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.contact-form .text-area.wpcf7-not-valid {
  border: 2px solid #f00;
}
.contact-form .btn-yellow {
  padding: 10px 32px;
  width: 100%;
}
.contact-form .btn-yellow:hover, .contact-form .btn-yellow:focus {
  color: #000;
}
.contact-form span.wpcf7-not-valid-tip {
  display: none;
}
.contact-form div.wpcf7-response-output {
  width: 100%;
  float: left;
  margin-left: 0;
  text-align: center;
  margin-top: 15px;
}

.contact-info {
  width: 100%;
  float: left;
}

.contact-info-lf {
  width: 50%;
  float: left;
}
.contact-info-lf h3 {
  text-align: left;
  font-weight: 600;
  color: #000;
}
.contact-info-lf h6 {
  text-align: left;
  color: #000;
}

.contact-info-rh {
  width: 50%;
  float: left;
}
.contact-info-rh h3 {
  text-align: right;
  font-weight: 600;
  color: #000;
}
.contact-info-rh h4 {
  text-align: right;
  color: #000;
  font-weight: 600;
}
.contact-info-rh h4 a {
  color: #000;
  text-decoration: underline;
}
.contact-info-rh h4 a:hover {
  text-decoration: underline;
}

/* Services page
-------------------------------------------------------------------------------*/
#services-all {
  width: 100%;
  float: left;
}
#services-all figure.light {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 25%;
  max-width: 25%;
  max-height: 360px;
  background: #fdd652;
  text-align: center;
  cursor: pointer;
}
#services-all figure.light .text {
  position: absolute;
  background: none;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 80px;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
#services-all figure.light .text img {
  opacity: 1;
  display: inline;
}
#services-all figure.light .btn-box {
  position: absolute;
  background: none;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 113px;
  top: 0;
  width: auto;
  height: 100%;
  text-align: center;
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}
#services-all figure.light .btn-box a.btn-yellow {
  display: initial;
  float: none;
}
#services-all figure.light figcaption::before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdd652+0,fdd652+100&amp;0+0,0.75+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZDY1MiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGQ2NTIiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(253, 214, 82, 0) 0%, rgba(253, 214, 82, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(253, 214, 82, 0)), color-stop(100%, rgba(253, 214, 82, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(253, 214, 82, 0) 0%, rgba(253, 214, 82, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(253, 214, 82, 0) 0%, rgba(253, 214, 82, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(253, 214, 82, 0) 0%, rgba(253, 214, 82, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(253, 214, 82, 0) 0%, rgba(253, 214, 82, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdd652', endColorstr='#bffdd652',GradientType=1 );
  /* IE6-8 */
}
#services-all figure.dark {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 25%;
  max-width: 25%;
  max-height: 360px;
  background: #111111;
  text-align: center;
  cursor: pointer;
}
#services-all figure.dark .text {
  position: absolute;
  background: none;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 80px;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
#services-all figure.dark .text img {
  opacity: 1;
  display: inline;
}
#services-all figure.dark .text h2 {
  color: #fff;
}
#services-all figure.dark .btn-box {
  position: absolute;
  background: none;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 113px;
  top: 0;
  width: auto;
  height: 100%;
  text-align: center;
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s;
  -ms-transition: opacity 0.4s, transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}
#services-all figure.dark .btn-box a.btn-white {
  display: initial;
  float: none;
}
#services-all figure.dark figcaption::before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,111111+100&amp;0+0,0.75+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(17, 17, 17, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(100%, rgba(17, 17, 17, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(17, 17, 17, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(17, 17, 17, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(17, 17, 17, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(17, 17, 17, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#bf111111',GradientType=1 );
  /* IE6-8 */
}
#services-all figure img {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#services-all figure figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8a;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#services-all figure:hover img {
  opacity: 1;
}
#services-all figure:hover figcaption::before {
  opacity: 0.8;
}
#services-all figure:hover .text {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.5s, transform 0.5s;
  -moz-transition: opacity 0.5s, transform 0.5s;
  -ms-transition: opacity 0.5s, transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#services-all figure:hover .btn-box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
#services-all figure:hover figcaption::after {
  opacity: 0;
}

#point-top-point,
#business-travel,
#airport-transfers,
#long-trips,
#round-trips,
#service-hourly,
#spec-occasions,
#city-tour {
  display: none;
}

.services-page-single-post {
  float: left;
  width: 100%;
}
.services-page-single-post .services-page-single-post-lf {
  width: 50%;
  float: left;
}
.services-page-single-post .services-page-single-post-rh {
  width: 50%;
  float: left;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.services-page-single-post h1.pg-sub-title {
  margin-top: 0;
  margin-bottom: 25px;
  text-align: left;
}
.services-page-single-post p {
  margin-bottom: 15px;
}
.services-page-single-post ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 10px;
}
.services-page-single-post ul li {
  padding: 5px;
}
.services-page-single-post ul li:first-child {
  padding-top: 0px;
}
.services-page-single-post .btn-yellow {
  margin-top: 40px;
}
.services-page-single-post .btn-yellow:hover {
  color: #333;
}
.services-page-single-post .close-btn {
  background: url(images/icon-close.png) no-repeat center center;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 55;
}
.services-page-single-post .close-btn:hover {
  opacity: 0.6;
}

/********************************************************************************/
#serv-accordion-01 {
  width: 100%;
  float: left;
  min-height: 410px;
}

#serv-accordion-01 .bars {
  position: absolute;
  min-height: 410px;
  width: 100%;
  z-index: 2;
}

#serv-accordion-01 .bars .wrapper-bars {
  width: 100%;
  min-height: 410px;
  position: relative;
  z-index: 2;
  display: table;
}

/* #serv-accordion-01#pos2 .bars {
	transform:translate(0%, 0%);
	-webkit-transform:translate(0%, 0%);
	-moz-transform:translate(0%, 0%);
	-o-transform:translate(0%, 0%);
	-ms-transform:translate(0%, 0%);
} */
#serv-accordion-01 .bars .bar {
  position: relative;
  display: table-cell;
  vertical-align: top;
  /*middle;*/
  width: 17.5%;
  height: 410px;
  color: white;
  text-align: center;
  font-weight: 200;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
}

#serv-accordion-01 .bars .bar:hover, #serv-accordion-01 .bars .bar.click {
  width: 30%;
}

#serv-accordion-01 .bars .bar .background {
  position: absolute;
  width: 100%;
  height: 410px;
  top: 0;
  left: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
}

#serv-accordion-01 .bars .bar.labs .background {
  background-image: url(images/bars/advertising1.jpg);
}

#serv-accordion-01 .bars .bar.team .background {
  background-image: url(images/bars/corporate-accounts.jpg);
}

#serv-accordion-01 .bars .bar.how .background {
  background-image: url(images/bars/airport-service.jpg);
}

#serv-accordion-01 .bars .bar.home .background {
  background-image: url(images/bars/package-delivery.jpg);
}

#serv-accordion-01 .bars .bar.projects .background {
  background-image: url(images/bars/charters.jpg);
}

/* #serv-accordion-01#pos2 .bars .bar .background {
	transform:translateY(0%);
	-webkit-transform:translateY(0%);
} */
#serv-accordion-01 .bars .bar .content {
  width: 80%;
  margin: auto;
}

/* #serv-accordion-01#pos2 .bars .bar .content {
	transform:translateY(0%);
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	-o-transform:translateY(0%);
	-ms-transform:translateY(0%);
} */
/* #serv-accordion-01 .bars .bar .content .icon {
	border-bottom:1px solid white;
	margin-bottom:20px;
} */
/* #serv-accordion-01 .bars .bar .content .icon img {
	height:80px;
} */
#serv-accordion-01 .bars .bar .title .n_title {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding-top: 175px;
  transition: all .5s ease-out .5s;
  -webkit-transition: all .5s ease-out .5s;
  height: 217px;
}

#serv-accordion-01 .bars .bar:hover .title .n_title, #serv-accordion-01 .bars .bar.click .title .n_title {
  font-size: 32px;
  padding-top: 110px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
  height: auto;
}

#serv-accordion-01 .bars .bar .desc {
  margin-top: 20px;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  opacity: 0;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}
#serv-accordion-01 .bars .bar .desc .w_txt {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  width: 100%;
  height: 120px;
}

#serv-accordion-01 .bars .bar:hover .desc, #serv-accordion-01 .bars .bar.click .desc {
  opacity: 1;
  transition: all .5s ease-out .5s;
  -webkit-transition: all .5s ease-out .5s;
}

#serv-accordion-01 .bars .bar .more {
  position: absolute;
  width: 100%;
  bottom: 3%;
  text-align: center;
}

#serv-accordion-01 .bars .bar .more a {
  display: inline-block;
  width: 54px;
  height: 54px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .1s ease-out 0s, color .2s ease-out, border-color .2s ease-out;
  -webkit-transition: opacity .1s ease-out 0s, color .2s ease-out, border-color .2s ease-out;
  background: url("images/icon-bars-more.png") no-repeat scroll center top;
}

#serv-accordion-01 .bars .bar .more a:hover {
  background: url("images/icon-bars-more.png") no-repeat scroll center bottom;
}

#serv-accordion-01 .bars .bar:hover .more a {
  opacity: 1;
  transition: opacity .5s ease-out .5s, color .2s ease-out, border-color .2s ease-out;
  -webkit-transition: opacity .5s ease-out .5s, color .2s ease-out, border-color .2s ease-out;
}

/***/
#serv-accordion-02 {
  width: 100%;
  float: left;
  min-height: 410px;
}

#serv-accordion-02 .bars {
  position: absolute;
  min-height: 410px;
  width: 100%;
  z-index: 2;
}

#serv-accordion-02 .bars .wrapper-bars {
  width: 100%;
  min-height: 410px;
  position: relative;
  z-index: 2;
  display: table;
}

/* #serv-accordion-02#pos2 .bars {
	transform:translate(0%, 0%);
	-webkit-transform:translate(0%, 0%);
	-moz-transform:translate(0%, 0%);
	-o-transform:translate(0%, 0%);
	-ms-transform:translate(0%, 0%);
} */
#serv-accordion-02 .bars .bar {
  position: relative;
  display: table-cell;
  vertical-align: top;
  /*middle;*/
  width: 17.5%;
  height: 410px;
  color: white;
  text-align: center;
  font-weight: 200;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
}

#serv-accordion-02 .bars .bar:hover, #serv-accordion-02 .bars .bar.click {
  width: 30%;
}

#serv-accordion-02 .bars .bar .background {
  position: absolute;
  width: 100%;
  height: 410px;
  top: 0;
  left: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
}

#serv-accordion-02 .bars .bar.labs .background {
  background-image: url(images/bars/door-service.jpg);
}

#serv-accordion-02 .bars .bar.team .background {
  background-image: url(images/bars/be-safe-take-taxi.jpg);
}

#serv-accordion-02 .bars .bar.how .background {
  background-image: url(images/bars/hotel-transportation.jpg);
}

#serv-accordion-02 .bars .bar.home .background {
  background-image: url(images/bars/medical-visits.jpg);
}

#serv-accordion-02 .bars .bar.projects .background {
  background-image: url(images/bars/shopping.jpg);
}

/* #serv-accordion-02#pos2 .bars .bar .background {
	transform:translateY(0%);
	-webkit-transform:translateY(0%);
} */
#serv-accordion-02 .bars .bar .content {
  width: 80%;
  margin: auto;
}

/* #serv-accordion-02#pos2 .bars .bar .content {
	transform:translateY(0%);
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	-o-transform:translateY(0%);
	-ms-transform:translateY(0%);
} */
/* #serv-accordion-02 .bars .bar .content .icon {
	border-bottom:1px solid white;
	margin-bottom:20px;
} */
/* #serv-accordion-02 .bars .bar .content .icon img {
	height:80px;
} */
#serv-accordion-02 .bars .bar .title .n_title {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding-top: 175px;
  transition: all .5s ease-out .5s;
  -webkit-transition: all .5s ease-out .5s;
  height: 217px;
}

#serv-accordion-02 .bars .bar:hover .title .n_title, #serv-accordion-02 .bars .bar.click .title .n_title {
  font-size: 32px;
  padding-top: 110px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
  height: auto;
}

#serv-accordion-02 .bars .bar .desc {
  margin-top: 20px;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  opacity: 0;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}
#serv-accordion-02 .bars .bar .desc .w_txt {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  width: 100%;
  height: 120px;
}

#serv-accordion-02 .bars .bar:hover .desc, #serv-accordion-02 .bars .bar.click .desc {
  opacity: 1;
  transition: all .5s ease-out .5s;
  -webkit-transition: all .5s ease-out .5s;
}

#serv-accordion-02 .bars .bar .more {
  position: absolute;
  width: 100%;
  bottom: 3%;
  text-align: center;
}

#serv-accordion-02 .bars .bar .more a {
  display: inline-block;
  width: 54px;
  height: 54px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .1s ease-out 0s, color .2s ease-out, border-color .2s ease-out;
  -webkit-transition: opacity .1s ease-out 0s, color .2s ease-out, border-color .2s ease-out;
  background: url("images/icon-bars-more.png") no-repeat scroll center top;
}

#serv-accordion-02 .bars .bar .more a:hover {
  background: url("images/icon-bars-more.png") no-repeat scroll center bottom;
}

#serv-accordion-02 .bars .bar:hover .more a {
  opacity: 1;
  transition: opacity .5s ease-out .5s, color .2s ease-out, border-color .2s ease-out;
  -webkit-transition: opacity .5s ease-out .5s, color .2s ease-out, border-color .2s ease-out;
}

/********************************************************************************/
/* Services Single page
-------------------------------------------------------------------------------*/
.services-single {
  margin-bottom: 50px;
}
.services-single h1.pg-sub-title {
  margin-bottom: 25px;
}
.services-single p {
  margin-bottom: 15px;
}
.services-single ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 10px;
}
.services-single ul li {
  padding: 5px;
}
.services-single ul li:first-child {
  padding-top: 0px;
}

/* 404 page
-------------------------------------------------------------------------------*/
#page-404 {
  width: 1090px;
  margin: 0 auto;
  min-height: 800px;
  padding-top: 200px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}
#page-404 h1 {
  font-size: 150px;
  color: #666;
}
#page-404 a {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  color: #fdd652;
  text-shadow: -1px -1px 0px #000;
  font-size: 18px;
}

.text-404 {
  font-size: 26px;
  margin-bottom: 15px;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  #serv-accordion-01 .bars .bar:hover .title .n_title, #serv-accordion-01 .bars .bar.click .title .n_title {
    padding-top: 60px;
  }

  #serv-accordion-02 .bars .bar:hover .title .n_title, #serv-accordion-02 .bars .bar.click .title .n_title {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1180px) {
  /* 960px - 1180px
  -------------------------------------------------------------------------------*/
  /* VARIABLES
  -------------------------------------------------------------------------------*/
  /* Header
  -------------------------------------------------------------------------------*/
  /* Footer
  -------------------------------------------------------------------------------*/
  /* .footer-01{
      width: $siteWidth;
  } */
  /* #footer-02_w{
      padding: 20px 50px;
  }
  .footer-02-box{
      padding-left: 0;
  } */
  .footer-02-box {
    width: 30%;
  }

  /* Index
  -------------------------------------------------------------------------------*/
  .home-top-box .home-box-text {
    width: 930px;
  }
  .home-top-box .home-box-text h1 {
    font-size: 58px;
  }

  #home-accordion {
    min-height: 2000px;
  }

  .home .bars .bar {
    display: block;
    width: 100%;
    height: 400px;
    padding: 0 3% 3%;
  }

  .home .bars .bar:hover, .home .bars .bar.click {
    width: 100%;
  }

  .home .bars .bar .background {
    height: 400px;
  }

  .home .bars .bar .title .n_title {
    font-size: 40px;
    padding-top: 180px;
  }

  .home .bars .bar:hover .title .n_title, .home .bars .bar.click .title .n_title {
    padding-top: 120px;
  }

  .home .bars .bar .more {
    width: 94%;
  }

  #home-testi_w .ll-testimonials {
    width: 720px;
  }
  #home-testi_w h1 {
    font-size: 54px;
  }

  #home-service_w {
    min-height: 250px;
  }
  #home-service_w figure.light .text {
    padding-top: 17px;
  }
  #home-service_w figure.light .text h2 {
    font-size: 32px;
  }
  #home-service_w figure.light .btn-box {
    padding-top: 52px;
  }
  #home-service_w figure.dark .text {
    padding-top: 17px;
  }
  #home-service_w figure.dark .text h2 {
    font-size: 32px;
  }
  #home-service_w figure.dark .btn-box {
    padding-top: 52px;
  }

  .home-service-lf {
    min-height: 250px;
  }

  .why-us-wrap {
    width: 930px;
  }
  .why-us-wrap .why-us-box .why-us-box_rh {
    font-size: 14px;
  }

  .home-why-us-box h3 {
    min-height: 65px;
  }
  .home-why-us-box p {
    min-height: 45px;
  }

  #hibrid-taxis_w #hibrid-taxis {
    width: 930px;
  }

  #home-twitter_w #home-twitter {
    width: 930px;
  }

  /* Default TPL
  -------------------------------------------------------------------------------*/
  .page-title-box {
    width: 930px;
  }

  #page_contant {
    width: 930px;
  }

  /* Rates page
  -------------------------------------------------------------------------------*/
  .rates-box .rates-box-border {
    min-height: 90px;
  }
  .rates-box .rates-number {
    margin-top: 8px;
  }

  /* Corporete Accounts
  -------------------------------------------------------------------------------*/
  .corporete-acc-lf {
    width: 100%;
  }

  .corporete-acc-rh {
    width: 100%;
  }

  /* Become a Driver
  -------------------------------------------------------------------------------*/
  .become-driver-02 {
    width: 930px;
  }

  .become-driver-lf {
    width: 100%;
  }

  .become-driver-rh {
    width: 100%;
  }

  /* Contact page
  -------------------------------------------------------------------------------*/
  .contact-box {
    width: 100%;
  }

  .contact-lf {
    padding: 20px 10px;
  }

  .contact-info-lf {
    width: 100%;
  }
  .contact-info-lf h3 {
    text-align: center;
  }
  .contact-info-lf h6 {
    text-align: center;
  }

  .contact-info-rh {
    width: 100%;
  }
  .contact-info-rh h3 {
    text-align: center;
  }
  .contact-info-rh h4 {
    text-align: center;
  }

  /* Services page
  -------------------------------------------------------------------------------*/
  #services-all figure.light .text {
    padding-top: 17px;
  }
  #services-all figure.light .text h2 {
    font-size: 32px;
  }
  #services-all figure.light .btn-box {
    padding-top: 52px;
  }
  #services-all figure.dark .text {
    padding-top: 17px;
  }
  #services-all figure.dark .text h2 {
    font-size: 32px;
  }
  #services-all figure.dark .btn-box {
    padding-top: 52px;
  }

  /*********************************************************/
  #serv-accordion-01 {
    min-height: 2000px;
  }

  #serv-accordion-01 .bars .bar {
    display: block;
    width: 100%;
    height: 400px;
    padding: 0 3% 3%;
  }

  #serv-accordion-01 .bars .bar:hover, #serv-accordion-01 .bars .bar.click {
    width: 100%;
  }

  #serv-accordion-01 .bars .bar .background {
    height: 400px;
  }

  #serv-accordion-01 .bars .bar .title .n_title {
    font-size: 40px;
    padding-top: 180px;
  }

  #serv-accordion-01 .bars .bar:hover .title .n_title, #serv-accordion-01 .bars .bar.click .title .n_title {
    padding-top: 120px;
  }

  #serv-accordion-01 .bars .bar .more {
    width: 94%;
  }

  /*********************************************************/
  #serv-accordion-02 {
    min-height: 2000px;
  }

  #serv-accordion-02 .bars .bar {
    display: block;
    width: 100%;
    height: 400px;
    padding: 0 3% 3%;
  }

  #serv-accordion-02 .bars .bar:hover, #serv-accordion-02 .bars .bar.click {
    width: 100%;
  }

  #serv-accordion-02 .bars .bar .background {
    height: 400px;
  }

  #serv-accordion-02 .bars .bar .title .n_title {
    font-size: 40px;
    padding-top: 180px;
  }

  #serv-accordion-02 .bars .bar:hover .title .n_title, #serv-accordion-02 .bars .bar.click .title .n_title {
    padding-top: 120px;
  }

  #serv-accordion-02 .bars .bar .more {
    width: 94%;
  }

  /*********************************************************/
  /* 404 page
  -------------------------------------------------------------------------------*/
  #page-404 {
    width: 930px;
  }
}
@media only screen and (max-width: 959px) {
  /* 768px - 960px
  -------------------------------------------------------------------------------*/
  /* VARIABLES
  -------------------------------------------------------------------------------*/
  /* Header
  -------------------------------------------------------------------------------*/
  /* Footer
  -------------------------------------------------------------------------------*/
  /* .footer-01{
      width: $siteWidth;
  } */
  /* #footer-02_w{
      padding: 20px 50px;
      text-align: center;
      h4{
          font-size: 14px;
          text-align: center;
      }
  }
  .footer-02-box{
      padding-left: 0;
  } */
  /* Index
  -------------------------------------------------------------------------------*/
  .home-top-box .home-box-text {
    width: 738px;
  }
  .home-top-box .home-box-text h1 {
    font-size: 42px;
  }

  #home-testi_w .ll-testimonials {
    width: 720px;
  }
  #home-testi_w h1 {
    font-size: 40px;
  }

  #home-service_w {
    min-height: 250px;
  }
  #home-service_w figure.light .text {
    padding-top: 50px;
  }
  #home-service_w figure.light .text h2 {
    font-size: 40px;
  }
  #home-service_w figure.light .btn-box {
    padding-top: 113px;
  }
  #home-service_w figure.dark .text {
    padding-top: 50px;
  }
  #home-service_w figure.dark .text h2 {
    font-size: 40px;
  }
  #home-service_w figure.dark .btn-box {
    padding-top: 113px;
  }

  .home-service-lf {
    min-height: 250px;
    width: 100%;
  }
  .home-service-lf h1 {
    background: url(images/icon-arrowDown.png) no-repeat bottom right;
    top: 0;
    right: auto;
    left: 25px;
  }
  .home-service-lf:hover h1 {
    margin-top: 110px;
  }

  .home-service-rh {
    width: 100%;
  }

  .why-us-wrap {
    width: 738px;
  }
  .why-us-wrap .why-us-box .why-us-box_rh {
    line-height: 20px;
  }

  #hibrid-taxis_w #hibrid-taxis {
    width: 738px;
  }
  #hibrid-taxis_w #hibrid-taxis .hibrid-taxis-title {
    font-size: 38px;
  }

  #home-twitter_w #home-twitter {
    width: 738px;
  }

  #home-why-us h1 {
    font-size: 50px;
  }

  .home-why-us-box {
    width: 50%;
  }
  .home-why-us-box h3 {
    min-height: 0;
  }
  .home-why-us-box p {
    min-height: 0;
  }

  .home-why-us-box:nth-child(2n + 1) {
    border-right: none;
  }

  /* Default TPL
  -------------------------------------------------------------------------------*/
  .page-title-box {
    width: 738px;
  }

  #page_contant {
    width: 738px;
  }

  /* Rates page
  -------------------------------------------------------------------------------*/
  .rates-box .rates-box-border {
    min-height: 110px;
  }
  .rates-box .rates-number {
    margin-top: 18px;
  }

  /* Become a Driver
  -------------------------------------------------------------------------------*/
  .become-driver-02 {
    width: 738px;
  }
  .become-driver-02 ul li {
    min-height: 101px;
  }

  /* Services page
  -------------------------------------------------------------------------------*/
  #services-all figure.light {
    max-width: 50%;
    min-width: 50%;
  }
  #services-all figure.light .text {
    padding-top: 50px;
  }
  #services-all figure.light .text h2 {
    font-size: 40px;
  }
  #services-all figure.light .btn-box {
    padding-top: 113px;
  }
  #services-all figure.dark {
    max-width: 50%;
    min-width: 50%;
  }
  #services-all figure.dark .text {
    padding-top: 50px;
  }
  #services-all figure.dark .text h2 {
    font-size: 40px;
  }
  #services-all figure.dark .btn-box {
    padding-top: 113px;
  }

  .services-page-single-post .services-page-single-post-lf {
    width: 100%;
  }
  .services-page-single-post .services-page-single-post-rh {
    width: 100%;
  }
  .services-page-single-post .close-btn {
    top: 535px;
  }

  /* Contact page
  -------------------------------------------------------------------------------*/
  .contact-box {
    width: 100%;
  }

  /* 404 page
  -------------------------------------------------------------------------------*/
  #page-404 {
    width: 738px;
  }
}
@media only screen and (max-width: 767px) {
  /* 640px - 768px
  -------------------------------------------------------------------------------*/
  /* VARIABLES
  -------------------------------------------------------------------------------*/
  /* Header
  -------------------------------------------------------------------------------*/
  /* .header-lf{
      .hd-phone{
          a{
              font-size: 20px;
          }
      }
  }
  .header-rh{
      .btn-hello{
          padding: 27px 18px;
      }
  }
  .boxWidgetLogin{
      margin-right: 10px;
  } */
  .boxWidgetLogin {
    float: left;
  }

  .header-lf {
    width: 100%;
    text-align: center;
  }
  .header-lf .hd-phone {
    float: none;
    padding-top: 12px;
    width: 100%;
    text-align: center;
  }

  .header-rh {
    width: 100%;
  }
  .header-rh .btn-hello {
    display: none;
  }

  /* Footer
  -------------------------------------------------------------------------------*/
  /* .footer-01{
      width: 100%;
  }
  #footer-02_w{
      text-align: left;
      h4{
          text-align: left;
          font-size: 20px;
      }
  }
  .footer-02-box{
      width: 50%;
  } */
  .footer-02-box {
    width: 49%;
  }

  /* Index
  -------------------------------------------------------------------------------*/
  .home-top-box .home-box-text {
    width: 98%;
    /*padding: 0 15px;*/
    /* .btn-yellow{
        width: 194px;
    }
    .btn-clear{
        width: 200px;
    } */
  }
  .home-top-box .home-box-text h1 {
    font-size: 37px;
  }
  .home-top-box .home-arrow-box {
    display: none;
  }

  #home-testi_w .ll-testimonials {
    width: 100%;
    padding: 0 15px;
  }
  #home-testi_w h1 {
    font-size: 34px;
  }

  #home-service_w figure.light .btn-box {
    padding-top: 70px;
  }
  #home-service_w figure.dark .btn-box {
    padding-top: 70px;
  }

  .home-service-lf h1 {
    background: url(images/icon-arrowDown.png) no-repeat right 19px;
  }

  .why-us-wrap {
    width: 620px;
  }
  .why-us-wrap .why-us-box {
    width: 100%;
    display: table;
    text-align: center;
  }
  .why-us-wrap .why-us-box .why-us-box_lf {
    float: none;
    width: 88%;
    display: inline-block;
    text-align: left;
    padding-right: 0;
    border-right: none;
    height: auto;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .why-us-wrap .why-us-box .why-us-box_lf:after {
    content: '';
  }
  .why-us-wrap .why-us-box:first-child .why-us-box_lf {
    padding-top: 0px;
    height: auto;
  }
  .why-us-wrap .why-us-box:first-child .why-us-box_lf:after {
    content: '';
  }
  .why-us-wrap .why-us-box:last-child .why-us-box_lf {
    padding-bottom: 0px;
    height: auto;
  }
  .why-us-wrap .why-us-box:last-child .why-us-box_lf:after {
    content: '';
  }
  .why-us-wrap .why-us-box .why-us-box_rh {
    float: none;
    width: 88%;
    display: inline-block;
    text-align: left;
    line-height: 30px;
    height: auto;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .why-us-wrap .why-us-box:first-child .why-us-box_rh {
    padding-top: 0px;
    height: auto;
  }
  .why-us-wrap .why-us-box:last-child .why-us-box_rh {
    padding-bottom: 0px;
    height: auto;
  }

  #hibrid-taxis_w #hibrid-taxis {
    width: 620px;
  }
  #hibrid-taxis_w #hibrid-taxis .hibrid-taxis-title {
    font-size: 30px;
  }

  #home-twitter_w #home-twitter {
    width: 620px;
  }

  #home-why-us h1 {
    font-size: 44px;
  }

  .home-why-us-box h3 {
    min-height: 62px;
  }
  .home-why-us-box p {
    min-height: 45px;
  }

  /* Default TPL
  -------------------------------------------------------------------------------*/
  .page-title-box {
    width: 100%;
    padding: 0 15px;
  }

  #page_contant {
    width: 100%;
    padding: 0 15px;
  }

  /* About page
  -------------------------------------------------------------------------------*/
  .rtbs .rtbs_menu li a {
    font-size: 28px;
  }

  .rtbs_full .rtbs_menu li.mobile_toggle {
    color: #000 !important;
  }

  .rtbs > .rtbs_content img {
    width: 100%;
  }

  /* Rates page
  -------------------------------------------------------------------------------*/
  .rates-box {
    width: 100%;
  }

  /* Services page
  -------------------------------------------------------------------------------*/
  #services-all figure.light .btn-box {
    padding-top: 70px;
  }
  #services-all figure.dark .btn-box {
    padding-top: 70px;
  }

  .services-page-single-post .close-btn {
    top: 440px;
  }

  /* Become a Driver
  -------------------------------------------------------------------------------*/
  .become-driver-02 {
    width: 100%;
    padding: 0 15px;
  }

  /* Contact page
  -------------------------------------------------------------------------------*/
  .contact-lf {
    width: 100%;
  }

  .contact-rh {
    width: 100%;
  }
  .contact-rh .map {
    min-height: 300px;
  }

  .contact-box {
    width: 100%;
    padding: 0 15px;
  }

  /* 404 page
  -------------------------------------------------------------------------------*/
  #page-404 {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  /* 480px - 640px
  -------------------------------------------------------------------------------*/
  /* VARIABLES
  -------------------------------------------------------------------------------*/
  /* Header
  -------------------------------------------------------------------------------*/
  /* .boxWidgetLogin{
      float: left;
  }*/
  .header-lf .hd-phone a {
    cursor: pointer;
  }

  /*.header-rh{
      width: 100%;
      .btn-hello{
          display: none;
      }
  } */
  /* Footer
  -------------------------------------------------------------------------------*/
  /* .footer-01{
      .subscribe-form{
          width: $siteWidth;
          input.mail{
              width: 319px;
          }
      }
  }
  #footer-02_w{
      padding: 20px;
  } */
  /* Index
  -------------------------------------------------------------------------------*/
  .home-top-box .home-box-text h1 {
    /*font-size: 30px;*/
    line-height: 55px;
  }
  .home-top-box .home-box-text .btn-yellow {
    /*width:220px;*/
    width: 214px;
    font-size: 17px;
  }
  .home-top-box .home-box-text .btn-clear {
    /*width:220px;*/
    width: 220px;
    font-size: 17px;
  }
  .home-top-box .home-box-text .btn-clear {
    width: 220px;
    font-size: 17px;
  }

  .btn-call-us {
    display: block;
  }

  .btn-contact-us {
    display: none;
  }

  .home .bars .bar .title .n_title {
    font-size: 36px;
    padding-top: 180px;
  }

  .home .bars .bar:hover .title .n_title, .home .bars .bar.click .title .n_title {
    font-size: 36px;
    padding-top: 70px;
  }

  .home-service-lf {
    min-height: 240px;
  }

  #home-service_w figure img {
    width: 100%;
  }
  #home-service_w figure.light {
    min-width: 100%;
    max-width: 100%;
  }
  #home-service_w figure.light .text img {
    width: 34px;
  }
  #home-service_w figure.light .btn-box {
    padding-top: 113px;
  }
  #home-service_w figure.dark {
    min-width: 100%;
    max-width: 100%;
  }
  #home-service_w figure.dark .text img {
    width: 34px;
  }
  #home-service_w figure.dark .btn-box {
    padding-top: 113px;
  }

  .why-us-wrap {
    width: 460px;
  }

  .home-why-us-box {
    width: 100%;
    border-right: none;
  }
  .home-why-us-box h3 {
    min-height: 0;
  }
  .home-why-us-box p {
    min-height: 0;
  }

  #hibrid-taxis_w #hibrid-taxis {
    width: 460px;
  }
  #hibrid-taxis_w #hibrid-taxis .hibrid-taxis-title {
    font-size: 24px;
    line-height: normal;
  }
  #hibrid-taxis_w #hibrid-taxis ul li {
    font-size: 16px;
    padding-left: 60px;
  }

  #home-twitter_w #home-twitter {
    width: 460px;
  }
  #home-twitter_w #home-twitter .home-twitter-txt {
    font-size: 18px;
    line-height: 32px;
  }

  /* Corporete Accounts
  -------------------------------------------------------------------------------*/
  .corporete-acc-lf img {
    width: 100%;
  }

  /* Services page
  -------------------------------------------------------------------------------*/
  #services-all figure.light {
    min-width: 100%;
    max-width: 100%;
  }
  #services-all figure.light .text img {
    width: 34px;
  }
  #services-all figure.light .btn-box {
    padding-top: 113px;
  }
  #services-all figure.dark {
    min-width: 100%;
    max-width: 100%;
  }
  #services-all figure.dark .text img {
    width: 34px;
  }
  #services-all figure.dark .btn-box {
    padding-top: 113px;
  }
  #services-all figure img {
    width: 100%;
  }

  .services-page-single-post .close-btn {
    top: 410px;
  }

  #page_contant img {
    width: 100%;
    margin-right: 0;
  }

  /* Become a Driver
  -------------------------------------------------------------------------------*/
  .become-driver-lf img {
    width: 100%;
  }

  .become-driver-02 ul {
    width: 100%;
    margin-bottom: 0;
    border-right: none;
  }
  .become-driver-02 ul li:last-child {
    border-bottom: 1px solid #e1bf49;
  }
  .become-driver-02 ul:last-child li {
    background-position: left center;
    padding: 20px 10px 20px 50px;
  }
}
@media only screen and (max-width: 479px) {
  /* 320px - 480px
  -------------------------------------------------------------------------------*/
  /* VARIABLES
  -------------------------------------------------------------------------------*/
  /* Header
  -------------------------------------------------------------------------------*/
  .header-lf {
    padding: 0 20px;
  }

  .header-rh .btn-menu {
    padding-top: 10px;
    height: 50px;
  }

  .boxWidgetLogin {
    margin-top: 10px !important;
  }

  /* Footer
  -------------------------------------------------------------------------------*/
  /* .footer-01{
      .subscribe-form{
          width: $siteWidth;
          input.mail{
              width: 175px;
          }
          button.btn-yellow{
              padding: 5px 15px;
          }
      } 
  }
  #footer-02_w{
      text-align: center;
      h4{
          text-align: center;
      }
  }
  .footer-02-box{
      width: 100%;
  }
  .social-box{
      text-align: center;
  } */
  .footer-02-box {
    width: 100%;
  }

  /* Page element
  -------------------------------------------------------------------------------*/
  .form-box {
    width: 100%;
  }

  h1.pg-sub-title {
    font-size: 30px;
  }

  /* Index
  -------------------------------------------------------------------------------*/
  .home-top-box .home-logo {
    margin-bottom: 0;
  }
  .home-top-box .home-logo img {
    width: 150px;
  }
  .home-top-box .home-box-text {
    padding: 0;
  }
  .home-top-box .home-box-text h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .home-top-box .home-box-text .btn-yellow {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 32px;
  }
  .home-top-box .home-box-text .btn-clear {
    width: 100%;
    padding: 10px 32px;
    margin-bottom: 5px;
  }

  .half-width {
    width: 96% !important;
    margin: 0 auto;
    float: none;
  }

  .home .bars .bar .content {
    width: 96%;
  }

  .home .bars .bar .title .n_title {
    font-size: 25px;
    padding-top: 180px;
  }

  .home .bars .bar:hover .title .n_title, .home .bars .bar.click .title .n_title {
    font-size: 25px;
    padding-top: 70px;
  }

  #home-service_w figure.light .btn-box {
    padding-top: 75px;
  }
  #home-service_w figure.dark .btn-box {
    padding-top: 75px;
  }

  .home-service-lf {
    min-height: 160px;
  }
  .home-service-lf h1 {
    margin-top: 15px;
    font-size: 42px;
    margin-right: 15px;
  }
  .home-service-lf:hover h1 {
    margin-top: 30px;
    margin-right: 15px;
  }

  .why-us-title {
    font-size: 30px;
  }

  .why-us-wrap {
    width: 300px;
  }

  #hibrid-taxis_w #hibrid-taxis {
    width: 300px;
    padding: 40px 0 35px 0;
  }
  #hibrid-taxis_w #hibrid-taxis .hibrid-taxis-title {
    font-size: 16px;
    line-height: 24px;
  }
  #hibrid-taxis_w #hibrid-taxis ul li {
    font-size: 15px;
    padding-left: 0;
    background: none;
  }

  #home-twitter_w #home-twitter {
    width: 300px;
  }

  /* Become a Driver
  -------------------------------------------------------------------------------*/
  .become-driver-02 h1 {
    font-size: 42px;
    margin-bottom: 0px;
  }

  /* Services page
  -------------------------------------------------------------------------------*/
  #services-all figure.light .btn-box {
    padding-top: 75px;
  }
  #services-all figure.dark .btn-box {
    padding-top: 75px;
  }

  .services-page-single-post .close-btn {
    top: 260px;
  }

  /**************************************************************/
  #serv-accordion-01 .bars .bar:hover .title .n_title, #serv-accordion-01 .bars .bar.click .title .n_title {
    font-size: 20px;
    padding-top: 60px;
  }

  /**************************************************************/
  #serv-accordion-02 .bars .bar:hover .title .n_title, #serv-accordion-02 .bars .bar.click .title .n_title {
    font-size: 20px;
    padding-top: 60px;
  }

  /**************************************************************/
  /* Contact page
  -------------------------------------------------------------------------------*/
  .contact-form .sbHolder .sbSelector {
    font-size: 15px;
    padding: 12px 0px;
  }
  .contact-form .sbHolder .sbOptions li a {
    font-size: 15px;
  }

  .contact-info-rh h4 {
    font-size: 17px;
  }
}
map iframe{
position: relative !important;
}
.map iframe{
position: relative !important;
}
