@charset "UTF-8";
/**
 * Include compass for entire project along with CSS3 reset
 **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/**
 * All variables and mixins used across all files.
 * Feel free to add your own bits of code :)
 **/
/**
 * Media query
 * References: http://css-tricks.com/media-queries-sass-3-2-and-codekit/
 **/
/**
 * Aniamtion mixin
 * @include animation('animation-name .4s 1')
 **/
/**
 * Keyframe mixin to include CSS3 properties with browser vendor prefixes
 **/
/**
 * Button mixin
 **/
/**
 * Fixed background
 **/
/**
 * Depth shadow
 **/
/**
 * Retina images
 **/
/**
 * SPACING
 **/
/* small space */
/* medium space */
/* large space */
/* extra large space */
/* OMG space */
/**
 * COLORS
 **/
/**
 * Barebone, core stylesheet files
 **/
@font-face {
  font-family: "fontello";
  src: url('../fonts/fontello.eot');
  src: url('../fonts/fontello.eot?#iefix') format('eot'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg'); }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-mail:before {
  content: '\e800'; }

/* '' */
.icon-phone:before {
  content: '\e801'; }

/* '' */
.icon-address:before {
  content: '\e802'; }

/* '' */
.icon-facebook-circled:before {
  content: '\e803'; }

/* '' */
.icon-gplus-circled:before {
  content: '\e804'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e805'; }

/* '' */
.icon-twitter-circled:before {
  content: '\e806'; }

/* '' */
.icon-adult:before {
  content: '\e807'; }

/* '' */
.icon-sort-number-up:before {
  content: '\e808'; }

/* '' */
.icon-calendar:before {
  content: '\e809'; }

/* '' */
.icon-direction:before {
  content: '\e80a'; }

/* '' */
.icon-clock:before {
  content: '\e80b'; }

/* '' */
.icon-plus:before {
  content: '\e80c'; }

/* '' */
.icon-minus:before {
  content: '\e80d'; }

/* '' */
.icon-dollar:before {
  content: '\e80e'; }

/* '' */
.icon-lock:before {
  content: '\e80f'; }

/* '' */
.icon-up-open:before {
  content: '\e810'; }

/* '' */
.input-control .input-field {
  width: 100%;
  padding: 0px 10px;
  border: 0px;
  outline: none;
  height: 40px;
  padding-right: 50px;
  line-height: 24px;
  font-size: .8em; }

.input-wrap {
  display: block;
  position: relative; }
  .input-wrap .input-icon {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #f6c64d;
    border-left: 1px solid #2e2e2e; }
    .input-wrap .input-icon i {
      display: block;
      line-height: 40px;
      text-align: center;
      font-size: .8em; }

.submit {
  display: block;
  outline: none;
  border: 0px;
  padding: 10px !important;
  float: right;
  margin-right: 20px;
  font-size: 1em;
  background: none;
  color: #2e2e2e;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: normal;
  font-size: .8em;
  line-height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .submit:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

label.error {
  display: block;
  padding: 4px;
  background: #BE0600;
  color: #fff;
  font-size: .6em; }

.clearfix:after,
.row:after {
  content: '';
  clear: both;
  display: table; }

[class*=col-] {
  float: left; }
  @media (max-width: 650px) {
    [class*=col-] {
      width: 100% !important; } }

.col-1 {
  width: 100%; }

.col-1-12 {
  width: 8.33%; }

.col-2-12 {
  width: 16.66%; }

.col-3-12 {
  width: 25%; }

.col-4-12 {
  width: 33.33%; }

.col-5-12 {
  width: 41.66%; }

.col-6-12 {
  width: 50%; }

.col-7-12 {
  width: 58.33%; }

.col-8-12 {
  width: 66.66%; }

.col-9-12 {
  width: 75%; }

.col-10-12 {
  width: 83.33%; }

.col-11-12 {
  width: 91.66%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.module {
  padding: 0px 20px; }

.inner {
  max-width: 960px;
  margin: auto;
  clear: both; }
  @media (max-width: 1020px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }

#page-wrap {
  padding-top: 40px;
  position: relative; }
  #page-wrap:before {
    width: 100%;
    height: 150px;
    position: absolute;
    top: -150px;
    left: 0px;
    background: url("../images/skyline.png");
    content: '';
    pointer-events: none;
    /*@media all and (min-width:1000px) {
      background-image: url($image);
      background-size: 1116px 320px;
    }*/ }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      #page-wrap:before {
        background-image: url("../images/skyline@2x.png");
        background-size: 150px 50px;
        height: 50px;
        top: -48px; } }

.be-table-cell, #fixed nav[role=navigation] ul, #home .home-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: auto; }

a {
  text-decoration: none;
  color: #2e2e2e;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }

strong {
  font-weight: bold; }

.yellow {
  color: #f6c64d; }

.gray {
  color: #2e2e2e; }

.lgray {
  color: #f4f4f4; }

.white {
  color: #fff; }

h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 40px;
  position: relative; }
  @media (max-width: 1020px) {
    h1 {
      padding: 0px 40px; } }

h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px; }

/**
 * Theme specific css code
 **/
/**
 * Animations framework and specific animations as mixins
 * Example usage:
 * Add "@include keyframes(animation-name)" with all the keyframes settings 0%, 10% etc...
 * On the element that needs animation do "@include animation('animation name 1s linear')" or other preferable settings
 **/
@-webkit-keyframes fly {
  0% {
    top: 0px; }

  10% {
    top: -20px; }

  20% {
    top: -40px;
    background: url("../images/logo1.png"); }

  30% {
    top: -30px;
    background: url("../images/logo1.png"); }

  40% {
    top: -40px;
    background: url("../images/logo1.png"); }

  50% {
    top: -30px;
    background: url("../images/logo1.png"); }

  60% {
    top: -40px;
    background: url("../images/logo1.png"); }

  70% {
    top: -30px;
    background: url("../images/logo1.png"); }

  80% {
    top: -40px;
    background: url("../images/logo1.png"); }

  90% {
    top: -20px;
    background: url("../images/logo1.png"); }

  100% {
    top: 0px; } }

@-moz-keyframes fly {
  0% {
    top: 0px; }

  10% {
    top: -20px; }

  20% {
    top: -40px;
    background: url("../images/logo1.png"); }

  30% {
    top: -30px;
    background: url("../images/logo1.png"); }

  40% {
    top: -40px;
    background: url("../images/logo1.png"); }

  50% {
    top: -30px;
    background: url("../images/logo1.png"); }

  60% {
    top: -40px;
    background: url("../images/logo1.png"); }

  70% {
    top: -30px;
    background: url("../images/logo1.png"); }

  80% {
    top: -40px;
    background: url("../images/logo1.png"); }

  90% {
    top: -20px;
    background: url("../images/logo1.png"); }

  100% {
    top: 0px; } }

@-o-keyframes fly {
  0% {
    top: 0px; }

  10% {
    top: -20px; }

  20% {
    top: -40px;
    background: url("../images/logo1.png"); }

  30% {
    top: -30px;
    background: url("../images/logo1.png"); }

  40% {
    top: -40px;
    background: url("../images/logo1.png"); }

  50% {
    top: -30px;
    background: url("../images/logo1.png"); }

  60% {
    top: -40px;
    background: url("../images/logo1.png"); }

  70% {
    top: -30px;
    background: url("../images/logo1.png"); }

  80% {
    top: -40px;
    background: url("../images/logo1.png"); }

  90% {
    top: -20px;
    background: url("../images/logo1.png"); }

  100% {
    top: 0px; } }

@keyframes fly {
  0% {
    top: 0px; }

  10% {
    top: -20px; }

  20% {
    top: -40px;
    background: url("../images/logo1.png"); }

  30% {
    top: -30px;
    background: url("../images/logo1.png"); }

  40% {
    top: -40px;
    background: url("../images/logo1.png"); }

  50% {
    top: -30px;
    background: url("../images/logo1.png"); }

  60% {
    top: -40px;
    background: url("../images/logo1.png"); }

  70% {
    top: -30px;
    background: url("../images/logo1.png"); }

  80% {
    top: -40px;
    background: url("../images/logo1.png"); }

  90% {
    top: -20px;
    background: url("../images/logo1.png"); }

  100% {
    top: 0px; } }

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

body {
  font-family: 'Cabin', sans-serif;
  font-size: 1.5em;
  background: #f6c64d;
  color: #2e2e2e;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  line-height: 1.4;
  overflow-x: hidden; }

#loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #f6c64d; }
  #loading-screen div {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px; }

.btn, #booking-form .submit, #home .home-wrapper .btn {
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid transparent;
  padding: 5px 10px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }

/**
 * Shadows and overlays
 **/
.bg-pattern, #home .home-wrapper {
  background: url("../images/pattern.png"); }
  .bg-pattern.inline, #home .inline.home-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1; }

footer[role=contentinfo] {
  background: #2e2e2e;
  padding: 10px;
  color: #f4f4f4;
  font-size: .6em;
  position: relative; }
  footer[role=contentinfo] #go-top {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 30px;
    background: #2e2e2e;
    padding: 6px 10px; }
    footer[role=contentinfo] #go-top:hover {
      top: -30px; }
  footer[role=contentinfo] a {
    color: #f4f4f4; }
  footer[role=contentinfo] ul li {
    display: inline-block; }
  footer[role=contentinfo] ul.social-list {
    font-size: 1.3em;
    line-height: 100%;
    text-align: right; }
    footer[role=contentinfo] ul.social-list a {
      position: relative;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      footer[role=contentinfo] ul.social-list a:hover {
        top: -4px;
        color: #f6c64d; }
    @media (max-width: 650px) {
      footer[role=contentinfo] ul.social-list {
        margin-top: 10px; } }
  footer[role=contentinfo] ul.extra-info li {
    margin-right: 20px; }
  @media (max-width: 650px) {
    footer[role=contentinfo] ul.extra-info {
      text-align: right; }
      footer[role=contentinfo] ul.extra-info li {
        margin: 0px; } }
  footer[role=contentinfo] .main {
    padding: 5px 0px 10px 95px;
    border-bottom: 1px solid #202021;
    position: relative; }
    footer[role=contentinfo] .main .thank-you {
      font-family: 'Bilbo Swash Caps', cursive;
      position: absolute;
      display: block;
      background: #f6c64d;
      padding: 10px;
      color: #2e2e2e;
      font-size: 1.4em;
      line-height: 100%;
      top: -26px;
      left: 0px; }
      footer[role=contentinfo] .main .thank-you:before {
        border-right: 10px solid #D09F35;
        border-top: 16px solid transparent;
        content: "";
        display: block;
        height: 0;
        left: -17px;
        position: absolute;
        top: 0;
        width: 7px; }
  footer[role=contentinfo] .copyrights {
    font-size: .7em;
    text-align: right;
    padding-top: 10px; }

/**
 * Booking form
 **/
#booking-form {
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  #booking-form.to-animate {
    -webkit-transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -o-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6); }
  #booking-form.animated {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  #booking-form .input-control {
    margin-bottom: 10px; }
    #booking-form .input-control label:not(.error) {
      font-size: 0.8em; }
  #booking-form .txt {
    margin-bottom: 20px; }
  #booking-form .submit {
    margin-top: 10px;
    border: 2px solid #2e2e2e;
    color: #2e2e2e; }
    #booking-form .submit:hover {
      border-color: #f6c64d;
      color: #f6c64d;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  #booking-form #return {
    display: none;
    margin-top: 10px; }
  #booking-form #show-return {
    display: inline-block;
    font-size: 0.8em;
    background: #f6c64d;
    padding: 5px 10px 5px 5px;
    margin-top: 10px;
    margin-left: 20px; }
    #booking-form #show-return:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    #booking-form #show-return.remove {
      background: #BE0600;
      color: #fff; }
    #booking-form #show-return i {
      margin: 0px; }

/**
 * General things... ones that not really deserve separate .scss file
 **/
.logo {
  display: inline-block;
  background: url("../images/logo1.png");
  position: relative; }
  .logo.img {
    display: block;
    background: none; }

#fixed {
  position: fixed;
  width: 100%;
  background: #2e2e2e;
  z-index: 9999;
  text-align: center;
  padding: 10px 20px;
  height: 60px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); }
  @media (max-width: 650px) {
    #fixed {
      height: 52px; }
      #fixed .inner {
        padding: 0px 0px !important; } }
  #fixed .mobile-nav {
    display: none;
    float: right;
    position: relative;
    width: 220px;
    height: 40px; }
    @media (max-width: 1020px) {
      #fixed .mobile-nav {
        display: block; } }
    @media (max-width: 650px) {
      #fixed .mobile-nav {
        width: 50%;
        display: block;
        height: 32px; } }
    #fixed .mobile-nav > a {
      width: 40px;
      height: 40px;
      padding: 8px 5px 5px 5px;
      background: #f6c64d;
      display: block;
      position: absolute;
      top: 0px;
      right: 0px; }
      @media (max-width: 650px) {
        #fixed .mobile-nav > a {
          padding-top: 7px;
          width: 24px;
          height: 24px;
          position: absolute;
          top: 3px;
          right: 0px; } }
      #fixed .mobile-nav > a span {
        display: block;
        width: 100%;
        height: 4px;
        background: #2e2e2e;
        margin-bottom: 6px;
        border-radius: 4px; }
        @media (max-width: 650px) {
          #fixed .mobile-nav > a span {
            height: 2px;
            margin-bottom: 2px; } }
      #fixed .mobile-nav > a:hover span {
        background: #f4f4f4; }
    #fixed .mobile-nav:hover a span {
      background: #f4f4f4; }
    #fixed .mobile-nav select.nav {
      width: auto;
      display: block;
      text-transform: uppercase;
      -webkit-appearance: none;
      background-color: transparent;
      border: none;
      line-height: 1;
      outline: none;
      background-size: 30px;
      font-size: .8em;
      color: #f6c64d;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      float: right;
      cursor: pointer;
      position: absolute;
      right: 0px;
      top: 0px;
      line-height: 40px;
      margin: 0px;
      padding-right: 50px; }
      @media (max-width: 650px) {
        #fixed .mobile-nav select.nav {
          font-size: .7em;
          line-height: 32px;
          padding-right: 30px;
          width: 100%; } }
      #fixed .mobile-nav select.nav::-ms-expand {
        display: none; }
  #fixed nav[role=navigation] {
    display: table;
    float: right;
    height: 40px; }
    @media (max-width: 1020px) {
      #fixed nav[role=navigation] {
        display: none; } }
    #fixed nav[role=navigation] ul li {
      float: left;
      margin-left: 20px;
      display: block; }
      #fixed nav[role=navigation] ul li a {
        color: #f6c64d;
        text-transform: uppercase;
        font-size: .6em;
        display: block; }
        @media (max-width: 1020px) {
          #fixed nav[role=navigation] ul li a {
            padding: 10px 0px;
            font-size: 1em; } }
        #fixed nav[role=navigation] ul li a.highlight {
          font-weight: bold;
          color: #f4f4f4; }
        #fixed nav[role=navigation] ul li a.active, #fixed nav[role=navigation] ul li a:hover {
          color: #f4f4f4; }
  #fixed .logo {
    width: 140px;
    height: 40px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 61; }
    @media (max-width: 650px) {
      #fixed .logo {
        width: 120px; } }
    #fixed .logo span {
      font-size: 1.2em;
      color: #f4f4f4;
      position: absolute;
      top: 0px;
      left: 0px; }
      @media (max-width: 650px) {
        #fixed .logo span {
          font-size: 1em; } }
    #fixed .logo img {
      height: 40px;
      position: absolute;
      top: 40px;
      left: 10px; }
      @media (max-width: 650px) {
        #fixed .logo img {
          width: 100px;
          height: auto; } }

/**
 * General and specific sections' styling
 * Some sections may require padding / margin tweaks hence this file
 **/
.section {
  width: 100%;
  padding: 80px 0px;
  position: relative; }

/**
 * Home section
 **/
#home {
  height: 700px;
  display: table;
  background: url("../images/highres_nyc_night.jpg");
  padding: 0px; }
  #home .home-wrapper {
    /** Found in base/structure.scss **/
    /** Found in theme/effects.scss **/ }
    #home .home-wrapper .logo {
      width: 310px;
      height: 116px; }
      #home .home-wrapper .logo:hover {
        -webkit-animation: fly 3s infinite;
        -moz-animation: fly 3s infinite;
        -o-animation: fly 3s infinite;
        animation: fly 3s infinite;
        /** Found in partials/mixins.scss **/ }
      @media (max-width: 1020px) {
        #home .home-wrapper .logo {
          width: 250px;
          height: 95px;
          background-size: 100%; }
          #home .home-wrapper .logo:hover {
            -webkit-animation: none;
            -moz-animation: none;
            -o-animation: none;
            animation: none;
            /** Disable animation for mobile **/ } }
    #home .home-wrapper .strapline {
      font-size: 1.4em;
      margin-bottom: 35px; }
    #home .home-wrapper #booking-form .submit, #booking-form #home .home-wrapper .submit, #home .home-wrapper .btn {
      border: 2px solid #f4f4f4;
      color: #f4f4f4;
      /** Found in partials/mixins.scss **/ }
      #home .home-wrapper #booking-form .submit:hover, #booking-form #home .home-wrapper .submit:hover, #home .home-wrapper .btn:hover {
        border-color: #f6c64d;
        color: #f6c64d;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }

/** 
 * Intro section
 **/
#intro {
  padding-top: 0px; }
  #intro .row {
    background: #2e2e2e;
    color: #fff;
    position: relative;
    top: 0px;
    text-align: center; }
    #intro .row .inner {
      padding: 80px 0px; }

#contact {
  padding-top: 0px; }
  #contact .row {
    background: #2e2e2e;
    color: #fff;
    position: relative;
    top: 0px;
    text-align: center; }
    #contact .row .inner {
      padding: 80px 0px; }

/**
 * Queue section 
 **/
#queue {
  padding-top: 40px; }
  #queue .inner {
    position: relative;
    height: 300px; }
    @media (max-width: 1020px) {
      #queue .inner {
        height: 450px; } }
    #queue .inner .path {
      position: absolute;
      left: -140px;
      bottom: 0px; }
      @media (max-width: 1340px) {
        #queue .inner .path {
          left: 0px; } }
      @media (max-width: 1020px) {
        #queue .inner .path {
          display: none; } }
    #queue .inner .wheel {
      bottom: 30px;
      left: -180px;
      position: absolute; }
      @media (max-width: 1340px) {
        #queue .inner .wheel {
          left: 0px;
          bottom: 180px; } }
      @media (max-width: 1020px) {
        #queue .inner .wheel {
          display: none; } }
    #queue .inner .time {
      width: 240px;
      position: absolute;
      top: -40px;
      left: 50%;
      margin-left: -120px;
      text-align: center; }
      #queue .inner .time span {
        display: inline-block;
        text-transform: uppercase;
        background: #2e2e2e;
        padding: 5px;
        line-height: 100%;
        font-size: 1.4em;
        margin-top: 12px;
        -webkit-box-shadow: 0px 0px 0px 4px #f6c64d, 0px 0px 0px 8px #2e2e2e;
        -moz-box-shadow: 0px 0px 0px 4px #f6c64d, 0px 0px 0px 8px #2e2e2e;
        box-shadow: 0px 0px 0px 4px #f6c64d, 0px 0px 0px 8px #2e2e2e; }
    #queue .inner .map-wrap {
      position: absolute;
      right: -140px;
      top: -40px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      @media (max-width: 1340px) {
        #queue .inner .map-wrap {
          right: 0px; } }
      @media (max-width: 1020px) {
        #queue .inner .map-wrap {
          left: 50%;
          margin-left: -150px;
          top: 140px; } }
      @media (max-width: 650px) {
        #queue .inner .map-wrap {
          width: 200px;
          height: 200px;
          position: static;
          margin: auto; }
          #queue .inner .map-wrap .map {
            width: 200px;
            height: 200px;
            margin-top: 200px; }
          #queue .inner .map-wrap .pin {
            top: 100px;
            left: 50%;
            margin-left: -40px; } }

/**
 * Pros section
 **/
#pros {
  padding-top: 30px;
  width: 100%;
  background: url("../images/highres_taxis_night.jpg") 50% 0 no-repeat;
  background-attachment: fixed !important;
  background-size: cover !important;
  overflow: hidden; }
  #pros:before, #pros:after {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    -webkit-box-shadow: 0px 0px 20px #2e2e2e;
    -moz-box-shadow: 0px 0px 20px #2e2e2e;
    box-shadow: 0px 0px 20px #2e2e2e;
    content: '';
    display: block;
    z-index: 2; }
  #pros:before {
    top: -20px; }
  #pros:after {
    bottom: -20px; }
  @media (max-width: 1020px) {
    #pros {
      padding-top: 80px; }
      #pros .stand {
        display: none; }
      #pros .symbol {
        bottom: 0px;
        font-size: 5em; } }
  @media (max-width: 650px) {
    #pros .single-plan {
      margin-bottom: 80px; } }

/**
 * Rate section
 **/
#rate {
  height: 540px;
  text-align: center;
  overflow-x: hidden; }
  #rate .horizont {
    width: 4000px;
    height: 234px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -2000px;
    z-index: 10;
    border-radius: 50% 50% 0 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmYjkzZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2YzY0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efb93e), color-stop(100%, #f6c64d));
    background-image: -webkit-linear-gradient(#efb93e, #f6c64d);
    background-image: -moz-linear-gradient(#efb93e, #f6c64d);
    background-image: -o-linear-gradient(#efb93e, #f6c64d);
    background-image: linear-gradient(#efb93e, #f6c64d); }
  #rate h1 {
    position: relative;
    z-index: 20; }
  @media (max-width: 650px) {
    #rate {
      height: auto; }
      #rate .rate-wrap {
        width: 100%;
        top: 0;
        margin-top: 40px; }
        #rate .rate-wrap:before, #rate .rate-wrap:after {
          display: none; }
        #rate .rate-wrap .single-rate {
          width: 100%; } }

/**
 * Network section
 **/
#network {
  text-align: center;
  margin-top: 40px;
  background: #f4f4f4;
  font-size: 1.2em; }
  #network:before {
    width: 100%;
    height: 40px;
    content: '';
    display: block;
    background: #2e2e2e;
    position: absolute;
    top: -20px; }
  #network img {
    max-width: 100%; }
  @media (max-width: 650px) {
    #network div:first-of-type {
      margin-bottom: 40px; }
    #network .counter {
      width: 100%;
      font-size: 3em; } }

/**
 * Coverage section
 **/
#coverage {
  width: 100%;
  background: url("../images/highres_nice_face.jpg") 50% 0 no-repeat;
  background-attachment: fixed !important;
  background-size: cover !important;
  overflow: hidden; }
  #coverage:before, #coverage:after {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    -webkit-box-shadow: 0px 0px 20px #2e2e2e;
    -moz-box-shadow: 0px 0px 20px #2e2e2e;
    box-shadow: 0px 0px 20px #2e2e2e;
    content: '';
    display: block;
    z-index: 2; }
  #coverage:before {
    top: -20px; }
  #coverage:after {
    bottom: -20px; }
  @media (max-width: 1020px) {
    #coverage .inner > div {
      width: 100%;
      text-align: center; } }
  @media (max-width: 650px) {
    #coverage .map svg {
      width: 70%;
      margin: -100px 0px; }
    #coverage .marker-wrapper {
      width: 100%;
      position: static;
      left: 0;
      top: 0;
      margin-bottom: 40px; }
      #coverage .marker-wrapper:before {
        display: none; }
      #coverage .marker-wrapper .desc {
        position: static;
        visibility: visible;
        opacity: 1; } }
  #coverage .row {
    position: relative;
    z-index: 20; }
  #coverage h2 {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 1020px) {
      #coverage h2 {
        margin-top: 40px; } }
  #coverage h3 {
    text-transform: lowercase;
    text-align: center; }

/** 
 * Services section
 **/
#services {
  color: #f4f4f4;
  background: #2e2e2e; }
  #services h1 {
    margin: 0px;
    color: #f6c64d; }
  @media (max-width: 650px) {
    #services .da-slider {
      min-width: 100%;
      text-align: center; }
      #services .da-slider img {
        display: none; }
      #services .da-slider h2 {
        font-size: 1.3em;
        white-space: normal; }
      #services .da-slider p {
        width: 100%; }
    #services .tabs {
      position: static; }
      #services .tabs li {
        width: 100%; } }

/**
 * Mobile app section
 **/
#mobileapp {
  background: url("../images/mobileapp.png") no-repeat top right; }
  @media (max-width: 650px) {
    #mobileapp .mobile-phone .content p {
      font-size: 2em; }
    #mobileapp h1 {
      margin-top: 40px; } }

/**
 * Membership
 **/
#membership {
  width: 100%;
  background: url("../images/highres_statue.jpg") 50% 0 no-repeat;
  background-attachment: fixed !important;
  background-size: cover !important;
  overflow: hidden; }
  #membership:before, #membership:after {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    -webkit-box-shadow: 0px 0px 20px #2e2e2e;
    -moz-box-shadow: 0px 0px 20px #2e2e2e;
    box-shadow: 0px 0px 20px #2e2e2e;
    content: '';
    display: block;
    z-index: 2; }
  #membership:before {
    top: -20px; }
  #membership:after {
    bottom: -20px; }
  #membership h1 {
    color: #fff;
    position: relative;
    z-index: 3; }
  @media (max-width: 650px) {
    #membership .price-plan {
      margin-bottom: 80px; } }

/**
 * Testimonials
 **/
#testimonials li {
  float: left;
  width: 33.33%;
  padding: 10px; }
  @media (max-width: 650px) {
    #testimonials li {
      width: 100%; } }

/**
 * Booking
 **/
#booking {
  background: #f4f4f4; }

/**
 * All kind of widgets. 
 * The idea is to have them separately styled for reason of 
 * moving them around and preserving their look.
 **/
/**
 * vslider widget
 **/
.vslider-wrap {
  display: inline-block;
  overflow: hidden;
  width: 400px;
  height: 55px;
  position: relative;
  top: 16px;
  max-width: 300px; }
  .vslider-wrap .vslider {
    color: #f6c64d;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right; }
    .vslider-wrap .vslider div {
      padding: 5px 10px;
      display: inline-block;
      width: 100%;
      text-align: center; }
      .vslider-wrap .vslider div span {
        color: #fff; }

/**
 * Taxi car
 **/
.taxi-car {
  position: absolute;
  width: 386px;
  height: 250px;
  background: url("../images/car.png");
  z-index: 20;
  bottom: -100px;
  left: 100px; }

/**
 * Path (eg. in #queue section)
 **/
.path {
  width: 991px;
  height: 172px;
  background: url("../images/queue-path.png"); }
  @media (max-width: 1340px) {
    .path {
      width: 650px;
      background-position: right top; } }

/**
 * Wheel (eg. in #queue section)
 **/
.wheel {
  width: 68px;
  height: 67px;
  background: url("../images/wheel.png"); }

.map-wrap {
  width: 300px;
  height: 300px;
  border-radius: 50%; }
  .map-wrap .map {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%; }
  .map-wrap .pin {
    width: 80px;
    height: 100px;
    position: absolute;
    left: 22px;
    top: -30px;
    opacity: 1;
    z-index: 20; }

/**
 * Single plan
 **/
.single-plan {
  text-align: center;
  position: relative;
  z-index: 3; }
  .single-plan .pic {
    margin-bottom: 40px; }
    .single-plan .pic .symbol {
      font-size: 8em;
      line-height: 0px;
      position: relative;
      bottom: -70px;
      color: #f6c64d; }
    .single-plan .pic .stand {
      width: 160px;
      height: 120px;
      border-radius: 10px;
      background: #f4f4f4;
      display: inline-block;
      -webkit-box-shadow: 0px 8px 0px #2e2e2e, 0px 14px 10px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 8px 0px #2e2e2e, 0px 14px 10px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 8px 0px #2e2e2e, 0px 14px 10px 0px rgba(0, 0, 0, 0.5); }
  .single-plan header {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #f6c64d;
    font-weight: bold;
    margin-bottom: 20px; 
        -webkit-text-stroke: 0.1px black;
   text-shadow:
       0.5px 0.5px 0 #fff,
     -1px -1px 0 #fff,  
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;

}
  .single-plan p {
    color: #f4f4f4;
    -webkit-text-stroke: 1px black;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000; 
  }

/**
 * Rate day / night
 **/
.rate-wrap {
  width: 560px;
  display: inline-block;
  position: relative;
  z-index: 20;
  top: 50px; }
  .rate-wrap:before, .rate-wrap:after {
    width: 50%;
    height: 20%;
    position: absolute;
    background: red;
    content: '';
    display: block;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    z-index: -2; }
  .rate-wrap:before {
    bottom: 17px;
    left: 10px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .rate-wrap:after {
    bottom: 17px;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }
  .rate-wrap .single-rate {
    width: 280px;
    font-size: 3em;
    padding: 10px 0px;
    margin-right: -5px;
    /* fight break between inline elements */
    float: left;
    display: block; }
    .rate-wrap .single-rate.day {
      background: #f4f4f4; }
    .rate-wrap .single-rate.nite {
      background: #2e2e2e;
      color: #fff; }
    .rate-wrap .single-rate sup {
      vertical-align: baseline;
      position: relative;
      top: -0.5em;
      font-size: .6em;
      text-decoration: underline; }

/**
 * Counter
 **/
.counter {
  width: 285px;
  font-size: 4em;
  background: #2e2e2e;
  display: inline-block;
  padding: 0px 40px;
  border-radius: 10px;
  position: relative;
  bottom: -60px;
  color: #f6c64d; }
  .counter:before {
    width: 30px;
    height: 30px;
    background: #2e2e2e;
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

/** 
 * Map
 **/
.map {
  position: relative;
  display: inline-block; }
  .map svg {
    width: 599px; }
  .map .marker-wrapper {
    position: absolute; }
    .map .marker-wrapper:before {
      width: 5px;
      height: 5px;
      background: #fff;
      content: '';
      display: block;
      position: absolute;
      border-radius: 50%;
      -webkit-box-shadow: 0px 0px 0px 10px #2e2e2e, 0px 0px 0px 13px #f6c64d;
      -moz-box-shadow: 0px 0px 0px 10px #2e2e2e, 0px 0px 0px 13px #f6c64d;
      box-shadow: 0px 0px 0px 10px #2e2e2e, 0px 0px 0px 13px #f6c64d; }
    .map .marker-wrapper .marker {
      position: relative;
      cursor: pointer; }
      .map .marker-wrapper .marker .label {
        min-width: 100px;
        text-transform: uppercase;
        background: #f6c64d;
        color: #2e2e2e;
        padding: 5px;
        font-size: 1.2em;
        line-height: 100%;
        display: block;
        text-align: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .map .marker-wrapper .marker .desc {
        width: 300px;
        position: absolute;
        left: 0px;
        visibility: hidden;
        opacity: 0;
        background: #fff;
        padding: 5px;
        -webkit-transition: all 0.5s;
        -webkit-transition-delay: 0.5s;
        -moz-transition: all 0.5s 0.5s;
        -o-transition: all 0.5s 0.5s;
        transition: all 0.5s 0.5s;
        font-size: 0.6em;
        font-style: italic; }
        @media (max-width: 650px) {
          .map .marker-wrapper .marker .desc {
            width: 100%; } }
    .map .marker-wrapper:hover .label {
      min-width: 300px; }
      @media (max-width: 650px) {
        .map .marker-wrapper:hover .label {
          width: 100%;
          min-width: 100%; } }
    .map .marker-wrapper:hover .desc {
      visibility: visible;
      opacity: 1; }
    .map .marker-wrapper.brooklyn {
      left: 300px;
      bottom: 60px; }
      .map .marker-wrapper.brooklyn:before {
        top: -30px;
        left: 4px; }
    .map .marker-wrapper.staten {
      width: 110px;
      left: 0px;
      bottom: 160px; }
      .map .marker-wrapper.staten:before {
        bottom: -20px;
        right: -20px; }
    .map .marker-wrapper.manhattan {
      width: 178px;
      left: 70px;
      top: 50px; }
      .map .marker-wrapper.manhattan:before {
        bottom: -30px;
        right: -10px; }
    .map .marker-wrapper.bronx {
      left: 350px;
      top: 10px; }
      .map .marker-wrapper.bronx:before {
        bottom: -20px;
        left: -20px; }
    .map .marker-wrapper.queens {
      left: 380px;
      top: 160px; }
      .map .marker-wrapper.queens:before {
        bottom: -20px;
        left: -30px; }

/**
 * Parallax slider
 * References: http://tympanus.net/codrops/2012/03/15/parallax-content-slider-with-css3-and-jquery/
 **/
.da-slider h2 {
  color: #f6c64d;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: normal; }
.da-slider p {
  font-size: 0.8em; }
.da-slider .da-link {
  background: none;
  color: #fff;
  border-color: #fff; }
  .da-slider .da-link:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    color: #f6c64d;
    border-color: #f6c64d;
    background: none !important; }

.tabs {
  position: absolute;
  bottom: -40px;
  z-index: 10; }
  .tabs li {
    display: inline-block; }
    .tabs li a {
      height: 40px;
      line-height: 40px;
      display: block;
      background: #2e2e2e;
      color: #2e2e2e;
      padding: 0px 10px;
      background: #f4f4f4;
      font-size: .8em;
      text-transform: uppercase; }
      .tabs li a.active {
        background: #2e2e2e;
        color: #f6c64d; }
      .tabs li a.disabled {
        cursor: progress; }

#airport .da-img {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  top: 50px; }

#hire .da-img img {
  width: 300px; }

#corporate .da-img img {
  width: 300px; }

#weddings .da-img img {
  width: 300px; }

#parcel .da-img {
  top: 140px; }
  #parcel .da-img img {
    width: 300px; }

/**
 * Mobile phone
 **/
.mobile-phone {
  max-width: 340px;
  -webkit-box-shadow: 4px 4px 0px 0px #2e2e2e;
  -moz-box-shadow: 4px 4px 0px 0px #2e2e2e;
  box-shadow: 4px 4px 0px 0px #2e2e2e;
  border-radius: 30px; }
  @media (max-width: 1020px) {
    .mobile-phone {
      clear: both;
      margin-left: auto;
      margin-right: auto; } }
  .mobile-phone .top, .mobile-phone .bottom {
    width: 100%;
    height: 50px;
    background: #f4f4f4; }
  .mobile-phone .top {
    border-radius: 30px 30px 0px 0px; }
    .mobile-phone .top .speaker {
      width: 80px;
      height: 20px;
      background: #eee;
      border-radius: 10px;
      position: relative;
      left: 50%;
      margin-left: -40px;
      top: 15px;
      -webkit-box-shadow: inset 0px 0px 1px #a1a1a1;
      -moz-box-shadow: inset 0px 0px 1px #a1a1a1;
      box-shadow: inset 0px 0px 1px #a1a1a1; }
  .mobile-phone .bottom {
    border-radius: 0px 0px 30px 30px; }
    .mobile-phone .bottom .button {
      width: 30px;
      height: 30px;
      background: #eee;
      -webkit-box-shadow: inset 0px 0px 1px #a1a1a1;
      -moz-box-shadow: inset 0px 0px 1px #a1a1a1;
      box-shadow: inset 0px 0px 1px #a1a1a1;
      border-radius: 10px;
      left: 50%;
      margin-left: -15px;
      position: relative;
      top: 10px; }
  .mobile-phone .screen {
    width: 100%;
    background: rgba(255, 255, 255, 0.2); }
    .mobile-phone .screen .content {
      border-left: 6px solid #f4f4f4;
      border-right: 6px solid #f4f4f4;
      height: 100%;
      padding: #f4f4f4;
      padding: 20px;
      text-align: center;
      color: #2e2e2e; }
      .mobile-phone .screen .content p {
        font-size: 2.4em;
        margin-bottom: 30px; }
      .mobile-phone .screen .content .btn, .mobile-phone .screen .content #booking-form .submit, #booking-form .mobile-phone .screen .content .submit, .mobile-phone .screen .content #home .home-wrapper .btn, #home .home-wrapper .mobile-phone .screen .content .btn {
        display: inline-block;
        width: 100px; }
        .mobile-phone .screen .content .btn:hover, .mobile-phone .screen .content #booking-form .submit:hover, #booking-form .mobile-phone .screen .content .submit:hover, .mobile-phone .screen .content #home .home-wrapper .btn:hover, #home .home-wrapper .mobile-phone .screen .content .btn:hover {
          border-color: #f4f4f4;
          color: #f4f4f4;
          -webkit-transform: scale(1.1, 1.1);
          -moz-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
          -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }

/**
 * Exapandable tabs
 **/
.expandable li .header {
  padding-left: 20px;
  background: url("../images/arrow.png") no-repeat;
  background-position: 0px 20px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer; }
.expandable li .desc {
  margin-left: 20px;
  background: #f4f4f4;
  padding: 10px;
  font-size: 0.8em;
  font-style: italic;
  display: none; }
.expandable li.expanded .header {
  background: url("../images/arrow-down.png") no-repeat;
  background-position: 0px 24px; }
.expandable li.expanded .desc {
  display: block; }

/**
 * Price plan
 **/
.price-plan {
  width: 100%;
  border: 1px solid #888;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.4), 0px 0px 20px #2e2e2e;
  -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.4), 0px 0px 20px #2e2e2e;
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.4), 0px 0px 20px #2e2e2e;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  z-index: 3; }
  .price-plan:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .price-plan .price-plan-header .name {
    display: block;
    background: #f4f4f4;
    text-transform: uppercase;
    padding: 10px 0px; }
  .price-plan .price-plan-header .price {
    background: #2e2e2e;
    color: #fff;
    padding: 10px 0px; }
    .price-plan .price-plan-header .price .currency,
    .price-plan .price-plan-header .price .period {
      font-size: 0.7em; }
  .price-plan .price-plan-header .desc {
    font-style: italic;
    padding: 10px; }
  .price-plan .price-plan-details {
    padding: 0px 10px;
    font-size: .8em; }
    .price-plan .price-plan-details li {
      padding: 10px 0px;
      border-bottom: 1px solid #2e2e2e; }
      .price-plan .price-plan-details li:last-child {
        border: 0px; }
  .price-plan .sign-up-btn {
    display: block;
    background: #2e2e2e;
    color: #fff;
    padding: 5px;
    text-transform: uppercase; }

/**
 * Testimonial
 **/
.testimonial {
  padding: 40px;
  padding-bottom: 80px;
  position: relative;
  background: #f4f4f4; }
  .testimonial:before, .testimonial:after {
    width: 50%;
    height: 20%;
    position: absolute;
    background: red;
    content: '';
    display: block;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    z-index: -2; }
  .testimonial:before {
    bottom: 15px;
    left: 10px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .testimonial:after {
    bottom: 15px;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }
  .testimonial p {
    font-style: italic;
    position: relative; }
    .testimonial p:before {
      width: 35px;
      height: 35px;
      position: absolute;
      left: -45px;
      top: -15px;
      font-size: 3em;
      content: '"';
      line-height: 70px;
      background: #2e2e2e;
      color: #f6c64d; }
  .testimonial cite {
    font-size: .8em;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #2e2e2e;
    color: #f6c64d;
    padding: 10px; }