/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 300 16px/26px "Lato", sans-serif;
  color: #333333;
  background: #ffffff;
}

a {
  font-weight: bolder;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: #00b0b8;
}

h1 {
  font: 900 45px/85px "Lato", sans-serif;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-transform: uppercase;
}

h1 a:hover {
  color: #ffffff;
}

img {
  max-width: 100%;
}

strong,
b {
  font-weight: 700;
}

.list {
  list-style-type: square;
  margin-left: 25px;
}

/*========================================================
                    HEADER styles
=========================================================*/

#header {
  position: relative;
}

#stuck_container {
  background: #242323;
  height: inherit;
  margin-top: -26px;
  z-index: 0;
}

.header-top {
  position: relative;
  width: 100%;
  height: 100px;
  background: #242323;
}

.header-top:before,
.header-top:after {
  content: " ";
  display: table;
}

.header-top:after {
  clear: both;
}

.header-top_block-1 {
  position: relative;
  float: left;
  padding: 1px 0 4px 31px;
  z-index: 2;
}

/*Rob*/
.header-top_block-1 h1,
.header-top_block-1 h2,
.header-top_block-1 h3,
.header-top_block-1 h4 {
  text-transform: none;
}

.header-top_block-2 {
  position: absolute;
  top: 39px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.header-top_block-3 {
  position: relative;
  float: right;
  padding: 0 31px 0 0;
  z-index: 2;
}

/* Main menu styles
========================================================*/
.sf-menu {
  display: inline-block;
  position: relative;
}

.sf-menu > li {
  float: left;
  position: relative;
}

.sf-menu > li > a {
  display: inline-block;
  text-decoration: none;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu > li > a:hover {
  color: #00b0b8;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu > li + li {
  margin-left: 32px;
}

.sf-menu > li.current > a {
  color: #00b0b8;
}

.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  margin-top: 35px;
  top: 100%;
  left: -27px;
  background: #242423;
  opacity: 0.9;
  filter: alpha(opacity=90);
  padding: 15px 28px 20px 28px;
  width: 194px;
  z-index: 3;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
  line-height: 40px;
}

.sf-menu ul > li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.sf-menu ul > li a:hover {
  color: #00b0b8;
}

.sf-menu ul > li + li {
  border-top: 1px solid #414141;
}

/* Second level sub-menu styles
========================================================*/

.rs-menu {
  display: none;
}

.sf-menu ul ul {
  position: absolute;
  margin-left: 29px;
  top: -30px;
  left: 100%;
  background: #242423;
  opacity: 0.9;
  filter: alpha(opacity=90);
  padding: 2px 28px 10px 28px;
  width: 154px;
  z-index: 3;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul ul > li {
  position: relative;
  line-height: 40px;
}

.sf-menu ul ul > li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.sf-menu ul ul > li a:hover {
  color: #00b0b8;
}

.sf-menu ul ul > li + li {
  border-top: none;
}

.indexbutton {
  padding: 0 20px 0 0;
}

@media only screen and (max-width: 979px) {
  nav {
    float: right;
    right: 24px;
  }

  nav .sf-menu {
    float: right;
    left: 0;
  }

  nav .sf-menu > li + li {
    margin-left: 12px;
  }

  nav .sf-menu li > ul {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  nav {
    width: 100%;
    right: 0;
  }

  .sf-menu,
  .header-top_block-2 {
    display: none;
  }

  .rs-menu {
    position: absolute;
    display: block;
    margin: 0 auto;
    left: 49%;
    margin-top: -80px;
    z-index: 999;
  }

  .select-menu {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}

.hamslide {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  opacity: 0.95;
  display: none;
  width: 400px;
  padding: 50px;
  z-index: 999;
  border: 1px solid #ffffff;
  border-radius: 12px;
  text-align: center;
  font-size: 23px;
  line-height: 40px;
  font-weight: 700;
}

.hamslide a {
  color: #000000;
}

.hamslide a:hover {
  color: #00b0b8;
}

.hamburger {
  cursor: pointer;
  margin-top: -100px;
}

/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}

.circle {
  border-radius: 50%;
}

.talign__right {
  text-align: right;
}

.color-1 {
  color: #ffffff;
}

.color-2 {
  color: #00b0b8;
}

.color-3 {
  color: #000000;
}

.color-4 {
  color: #333333;
}

.hover-color-1:hover {
  color: #777777 !important;
}

.bg-color-1 {
  background-color: #ffffff;
}

.bg-color-2 {
  background-color: #00b0b8;
}

.bg-color-3 {
  background-color: #191619;
}

.bg-color-4 {
  background-color: #f5f5f5;
}

.bg-img-1 {
  background: url(../images/Taxi-Hilversum-Station.jpg) 50% 0 no-repeat;
}

.bg-img-2 {
  background: url(../images/Hilversum-Taxi-Hygienisch.jpg) 50% 0 no-repeat;
}

/*---boxes---*/
.super-box-1 {
  padding: 109px 0 196px 0;
}

.super-box-2 {
  padding: 83px 0 78px 0;
}

.super-box-3 {
  padding: 189px 0 191px 0;
}

.super-box-4 {
  padding: 90px 0 100px 0;
}

.super-box-4_section-1 {
  padding: 0 0 36px 0;
}

.super-box-5 {
  padding: 80px 0 87px 0;
}

.super-box-5_section-1 {
  padding: 0 0 44px 0;
}

.super-box-6 {
  text-align: center;
  padding: 142px 0 124px 0;
}

.super-box-6_section-1 {
  padding: 0 0 105px 0;
}

.super-box-7 {
  padding: 91px 0 72px 0;
}

.super-box-7_section-1 {
  padding: 0 0 44px 0;
}

.super-box-8 {
  padding: 82px 0 77px 0;
}

.super-box-8_section-1 {
  padding: 0 0 44px 0;
}

.super-box-9 {
  padding: 80px 0 52px 0;
}

.super-box-9_section-1 {
  padding: 0 0 44px 0;
}

.super-box-10 {
  padding: 94px 0 62px 0;
}

.super-box-10_section-1 {
  padding: 0 0 35px 0;
}

.super-box-11 {
  padding: 80px 0 58px 0;
}

.super-box-11_section-1 {
  padding: 0 0 44px 0;
}

.super-box-12 {
  padding: 80px 0 9px 0;
}

.super-box-12_section-1 {
  padding: 0 0 44px 0;
}

.super-box-12_section-2 {
  margin: 0 0 32px 0;
}

.super-box-12_section-3 {
  padding: 0 0 37px 0;
}

.box-1 {
  padding: 0 0 0 0;
  text-align: center;
}

.box-1_section-1 {
  padding: 0 0 90px 0;
}

.box-1_section-2 {
  padding: 0 0 0 0;
}

.box-2 {
  padding: 0 0 0 0;
  overflow: hidden;
}

.box-2_extension {
  float: left;
  margin-right: 53px;
}

.box-2_section-1 {
  padding: 0 0 14px 0;
}

.box-2_section-2 {
  padding: 0 0 25px 0;
}

.box-2_section-3 {
  padding: 0;
}

.box-3 {
  padding: 0 0 98px 0;
}

.box-3_extension {
  float: left;
  margin-right: 24px;
  text-align: center;
  height: 171px;
  width: 171px;
}

.box-3_content {
  overflow: hidden;
}

.box-3_section-1 {
  padding: 13px 0 0 0;
}

.box-4 {
  padding: 0 0 0 0;
}

.box-4_section-1 {
  padding: 0 0 26px 0;
}

.box-4_section-2 {
  padding: 0 12px 43px 0;
}

.box-4_section-3 {
  padding: 0;
}

.box-5 {
  padding: 0 0 0 0;
}

.box-5_section-1 {
  padding: 0 0 30px 0;
}

.box-5_section-2 {
  padding: 0 0 18px 0;
  margin: -8px 0 0 -1px;
}

.box-5_section-3 {
  padding: 0 0 38px 0;
}

.box-5_section-4 {
  padding: 0 0 11px 0;
}

.box-5_section-5 {
  padding: 0;
}

.box-6 {
  padding: 0 0 0 0;
}

.box-6_section-1 {
  padding: 0 0 27px 0;
  min-height: 112px;
}

.box-6_section-2 {
  padding: 0 0 25px 0;
}

.box-6_section-3 {
  padding: 0;
}

.box-7 {
  padding: 0 0 30px 0;
}

.box-7_section-1 {
  padding: 0 0 27px 0;
}

.box-7_section-2 {
  padding: 0 0 3px 0;
}

.box-7_section-3 {
  padding: 0;
}

.box-8 {
  padding: 0 0 0 0;
  overflow: hidden;
}

.box-8_extension {
  float: left;
  margin-right: 49px;
}

.box-8_section-1 {
  padding: 0 0 14px 0;
}

.box-8_section-2 {
  padding: 0 0 0 0;
}

.box-9 {
  padding: 0 0 42px 0;
}

.box-9_section-1 {
  padding: 0 0 32px 0;
}

.box-9_section-2 {
  padding: 0 0 3px 0;
}

.box-9_section-3 {
  padding: 0 0 0 0;
}

.box-9_section-3 a {
  font-weight: 600;
}

.box-10 {
  padding: 0 0 0 0;
}

.box-10_section-1 {
  padding: 0 0 0 0;
}

.box-10_section-2 {
  padding: 0 0 25px 0;
  margin: -6px 0 0 0;
}

.box-11 {
  padding: 28px 28px 22px 28px;
  border: 1px solid #dfdfdf;
  border-top: none;
  overflow: hidden;
  margin-bottom: 35px;
  height: 100%;
}

.box-11_extension {
  overflow: hidden;
  position: relative;
  padding: 0 0 0 0;
}

.box-11_section-1 {
  padding: 0 0 6px 0;
}

.box-11_section-2 {
  padding: 0 0 0 0;
}

.box-11__indent-1 {
  margin-bottom: 26px;
}

.box-12 {
  padding: 18px 8px 29px 233px;
  border: 1px solid #dfdfdf;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}

.box-12_extension {
  position: absolute;
  top: -1px;
  left: -1px;
}

.box-12_section-1 {
  padding: 0 0 20px 0;
}

.box-12_section-2 {
  padding: 0 0 9px 0;
}

.box-12_section-3 {
  padding: 0 0 0 0;
}

.box-13 {
  padding: 0 30px 0 0;
  overflow: hidden;
}

.box-13_extension {
  float: left;
  min-width: 59px;
}

.box-13_wrapper {
  min-width: 300px;
  float: left;
  margin-bottom: 10px;
}

.box-14 {
  padding: 0 0 28px 0;
  margin-top: -8px;
}

.box-14_section-1 {
  padding: 0 0 0 0;
}

.box-14_section-2 {
  padding: 0 0 0 0;
}

.box-14_section-3 {
  padding: 47px 0 0 0;
}

.mini-box-1 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 19px 0 15px 0;
  width: 89px;
  text-align: center;
  color: #333333;
  background: #00b0b8;
}

.mini-box-1_section-1 {
  padding: 0 0 12px 0;
}

.mini-box-1_section-2 {
  padding: 0 0 0 0;
}

.mini-box-1__hover {
  color: #ffffff;
  background: #2b2b2b;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mini-box-1__hover:hover {
  background: #00b0b8;
  color: #333333;
}

.mini-box-1__location-1 {
  left: 89px;
}

.super-box-2 {
  margin-top: -95px;
}

@media only screen and (max-width: 1199px) {
  .box-12 {
    padding: 18px 24px 29px 24px;
  }

  .box-12_extension {
    position: static;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 979px) {
  .super-box-1 {
    padding: 100px 0 90px 0;
  }

  .box-3_extension {
    height: 121px;
    width: 121px;
  }
}

@media only screen and (max-width: 767px) {
  .super-box-1,
  .super-box-2,
  .super-box-3,
  .super-box-4,
  .super-box-5,
  .super-box-6,
  .super-box-7,
  .super-box-8,
  .super-box-9,
  .super-box-10,
  .super-box-11,
  .super-box-12 {
    padding: 40px 0;
  }

  .box-1_section-1 {
    padding-bottom: 40px;
  }

  .box-2_extension {
    float: none;
    text-align: center;
    margin: 0;
  }

  .box-2_section-1 {
    padding: 0 0 0 0;
  }

  .box-2_section-2 {
    padding: 0 0 0 0;
  }

  .box-3 {
    padding: 0 0 60px 0;
  }

  .box-3_section-1 {
    padding: 0 0 0 0;
  }

  .box-8_extension {
    float: none;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
  }

  .box-8_section-1 {
    padding: 0 0 0 0;
  }

  .box-8_section-2 {
    padding: 0 0 0 0;
  }

  .mini-box-1 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 19px 0 15px 0;
    width: 69px;
    text-align: center;
    color: #333333;
    background: #00b0b8;
  }

  .mini-box-1_section-1 {
    padding: 0 0 12px 0;
  }

  .mini-box-1_section-2 {
    padding: 0 0 0 0;
  }

  .mini-box-1__hover {
    color: #ffffff;
    background: #2b2b2b;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .mini-box-1__hover:hover {
    background: #00b0b8;
    color: #333333;
  }

  .mini-box-1__location-1 {
    left: 69px;
  }

  .google-store-wrap {
    margin-top: 20px;
    max-width: 150px !important;
  }
}

@media only screen and (max-width: 480px) {
  .box-3_extension {
    height: 80px;
    width: 80px;
    margin: right 10px;
  }

  .google-store-wrap {
    margin-top: 20px;
    max-width: 150px !important;
  }

  .indexbutton {
    padding: 0 0 0 0;
  }
}

/*---texts---*/
.text__thin {
  font-weight: 100 !important;
}

.text__light {
  font-weight: 300 !important;
}

.text__regular {
  font-weight: 400 !important;
}

.text__bold {
  font-weight: 700 !important;
}

.text__black {
  font-weight: 900 !important;
}

.text__upercase {
  text-transform: uppercase !important;
}

.text__italic {
  font-style: italic !important;
}

.text__quote-1:before {
  content: "“";
  font-size: inherit;
  padding-right: 5px;
}

.text__quote-2 {
  position: relative;
}

.text__quote-2:before {
  content: "“";
  position: absolute;
  top: -20px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 72px;
  line-height: 28px;
  font-weight: 700;
}

.text-1 {
  font-size: 40px;
  line-height: 95px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.text-2 {
  font-size: 190px;
  line-height: 95px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

/*Rob*/
.no-transform {
  text-transform: none !important;
}

.text-3 {
  font-size: 100px;
  line-height: 95px;
  font-weight: 100;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.text-4 {
  font-size: 90px;
  line-height: 95px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.text-5 {
  font-size: 140px;
  line-height: 95px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.text-6 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

.text-7 {
  font-size: 60px;
  line-height: 69px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.text-77 {
  font-size: 50px;
  line-height: 59px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.text-8 {
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.text-9 {
  font-size: 15px;
  line-height: 34px;
  font-weight: 300;
  text-transform: uppercase;
}

.text-10 {
  font-size: 13px;
  line-height: 19px;
}

.text-11 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.text-12 {
  font: 400 42px/28px "Playball", sans-serif;
}

/*Rob*/
.text-13 {
  font-size: 24px;
  line-height: 69px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.text-14 {
  font-size: 78px;
  line-height: 92px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.text-15 {
  font-size: 30px;
  line-height: 69px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.text-16 {
  /*font-size: 22px;*/
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-17 {
  font-size: 48px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.icon-1 {
  margin-top: 5px;
  padding-right: 15px;
  font-size: 50px !important;
  line-height: 95px !important;
}

/*Rob*/
.icon-2 {
  font-size: 600px !important;
  line-height: 430px !important;
}

.icon-3 {
  font-size: 101px !important;
  line-height: 141px !important;
}

.icon-4 {
  font-size: 110px !important;
  line-height: 171px !important;
}

.icon-5 {
  font-size: 90px !important;
  line-height: 171px !important;
}

.icon-6 {
  font-size: 99px !important;
  line-height: 171px !important;
}

.icon-7 {
  font-size: 210px !important;
  line-height: 174px !important;
}

.icon-8 {
  font-size: 40px !important;
  line-height: 25px !important;
}

.icon-9 {
  font-size: 48px !important;
  line-height: 45px !important;
}

@media only screen and (max-width: 1400px) {
  .text-1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .text-2 {
    font-size: 220px;
  }

  .text-3 {
    font-size: 80px;
  }

  .text-4 {
    font-size: 80px;
  }

  .text-5 {
    font-size: 100px;
  }

  .text-7 {
    font-size: 55px;
    line-height: 65px;
  }

  .icon-1 {
    font-size: 40px !important;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 979px) {
  .text-4 {
    font-size: 55px;
    line-height: 70px;
  }

  .text-5 {
    font-size: 70px;
  }

  .text-7 {
    font-size: 40px;
    line-height: 40px;
  }

  .icon-3 {
    font-size: 61px !important;
    line-height: 101px !important;
  }

  .icon-4 {
    font-size: 70px !important;
    line-height: 121px !important;
  }

  .icon-5 {
    font-size: 60px !important;
    line-height: 121px !important;
  }

  .icon-6 {
    font-size: 69px !important;
    line-height: 121px !important;
  }
}

@media only screen and (max-width: 767px) {
  .text-2 {
    font-size: 80px;
  }

  .text-3 {
    font-size: 60px;
    line-height: 70px;
  }

  .text-17 {
    font-size: 34px;
    line-height: 14px;
  }

  .icon-8 {
    font-size: 34px !important;
    line-height: 14px !important;
  }
}

@media only screen and (max-width: 480px) {
  .text-2 {
    font-size: 60px;
  }

  .text-3 {
    font-size: 50px;
    line-height: 60px;
  }

  .text-4 {
    font-size: 44px;
    line-height: 60px;
  }

  .text-5 {
    font-size: 45px;
    line-height: 50px;
  }

  .text-7 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-14 {
    font-size: 48px;
    line-height: 60px;
  }

  .icon-3 {
    font-size: 41px !important;
    line-height: 80px !important;
  }

  .icon-4 {
    font-size: 50px !important;
    line-height: 80px !important;
  }

  .icon-5 {
    font-size: 40px !important;
    line-height: 80px !important;
  }

  .icon-6 {
    font-size: 49px !important;
    line-height: 80px !important;
  }

  #footer {
    /*margin-top: -50px;*/
  }
}

/*---buttton---*/

.btn {
  display: inline-block;
  padding: 20px 36px;
  font: 700 21px/30px "Lato", sans-serif;
  background: #00b0b8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.btn:hover {
  background: #333333;
  color: #ffffff;
}

.content_map {
  position: relative;
  min-height: 414px;
}

.content_map .google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.content_map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content_map iframe {
  width: 100%;
}

.block-1 {
  position: relative;
  overflow: hidden;
  float: left;
  width: 33.333%;
  background: #efefef;
  min-height: 520px;
}

.block-1_elem-1 {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

.block-1_elem-1 img {
  max-width: 300%;
}

.block-1_elem-2 {
  position: relative;
  padding: 0 0 207px 35px;
}

.block-1_elem-3 {
  position: relative;
  padding: 35px 35px 0 35px;
}

.tabs .nav {
  display: inline-block;
}

.tabs .nav li {
  float: left;
  background: #a79ea2;
}

.tabs .nav li.selected {
  background: #00b0b8;
}

.tabs .nav li:hover {
  background: #00b0b8;
}

.tabs .nav li + li {
  margin-left: 7px;
}

.tabs .nav li a {
  display: block;
  height: 15px;
  width: 15px;
}

/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #1c1c1c;
  padding: 96px 0 10px 0;
}

.footer_nav ul {
  padding: 38px 0 30px 0;
}

.footer_nav ul a:hover {
  color: #ffffff;
}

.footer-box-1 {
  margin-top: -13px;
}

.footer-box-1_section-1 {
  padding: 0 0 36px 0;
}

.footer-box-1_section-1 a:hover {
  color: #ffffff !important;
}

.footer-box-1_section-2 {
  padding: 0 0 26px 0;
}

.footer-box-1_section-3 {
  padding: 0;
}

.block-socials-1:before,
.block-socials-1:after {
  content: " ";
  display: table;
}

.block-socials-1:after {
  clear: both;
}

.block-socials-1 a {
  float: left;
}

.block-socials-1 a .fa {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #3e3e3e;
}

.block-socials-1 a:hover .fa {
  color: #000000;
  background-color: #00b0b8;
}

.block-socials-1 a + a {
  margin-left: 10px;
}

.footer_copyright {
  color: #777777;
  margin-top: 59px;
  border-top: 1px solid #777777;
  padding: 28px 0 34px 0;
}

/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  color: #00b0b8;
  font-size: 31px;
  line-height: 31px;
  text-align: center;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

#toTop:hover {
  outline: none;
  color: #aaaaaa;
}

@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}

/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles
========================================================*/
#contact-form {
  position: relative;
  margin: 0 auto;
}

#contact-form .contact-form_btn {
  margin: 18px 0 83px 0;
  text-align: right;
}

#contact-form label {
  /*display: block;*/
  float: left;
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 50px;
  margin: 0 0 26px 0;
}

#contact-form label.message {
  margin-left: 0;
  margin-bottom: 26px;
  width: 100%;
  position: relative;
}

#contact-form label.message:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 26px;
  bottom: 26px;
}

#contact-form fieldset {
  border: none;
  width: 100%;
}

/* Contact Form Placeholder Styles
========================================================*/

#contact-form ._placeholder {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding: 13px 0 0 19px;
  color: #adadad;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  font-weight: 300;
}

#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#contact-form ._placeholder.hidden {
  display: none;
}

#contact-form .file ._placeholder {
  display: none;
}

/* Contact Form Input
========================================================*/

/*Rob*/
#contact-form input[type="text"] {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 18px;
  border: 1px solid #999999;
  border-radius: 3px;
  width: 100%;
  outline: none;
  height: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-weight: 300;
  color: #333333;
  background: #ffffff;
}

/* Contact Form Textarea
========================================================*/

/*Rob*/
#contact-form textarea {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding: 13px 18px;
  border: 1px solid #999999;
  border-radius: 3px;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 213px;
  font-weight: 300;
  background: #ffffff;
  color: #333333;
  margin: 0;
}

#taxi-form-mobile {
  display: none;
}

/*========================================================
                RESPONSIVE LAYOUTS STYLES
=========================================================*/

@media only screen and (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 979px) {
  .isStuck {
    position: static !important;
  }

  .header-top_block-2 {
    top: 60px;
    right: 10px;
  }

  .header-top_block-3 {
    margin-top: 15px;
    line-height: 30px !important;
  }

  .header-top_block-3 .icon-1 {
    line-height: 30px !important;
  }

  .block-1 {
    min-height: 380px;
  }

  .block-1_elem-1 {
    display: block;
    width: auto;
    margin-top: 35px;
  }

  .block-1_elem-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-1_elem-3 {
    padding-bottom: 35px;
    font-size: 120% !important;
  }

  .block-socials-1 a .fa {
    width: 50px;
    height: 50px;
    font-size: 31px;
    line-height: 50px;
  }

  .block-socials-1 a + a {
    margin-left: 5px;
  }

  .super-box-2 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-top {
    height: 180px;
    text-align: center;
  }

  .header-top_block-2 {
    top: 142px;
    width: 390px;
    left: 50%;
    margin-left: -195px;
  }

  .header-top_block-1 {
    float: none;
    padding: 0;
    margin: 0 auto;
  }

  .header-top_block-3 {
    float: none;
    padding: 0;
    margin: 0 auto;
  }

  .block-1 {
    width: 100%;
  }

  .block-1_elem-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .block-1_elem-3 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .block-socials-1 a .fa {
    width: 60px;
    height: 60px;
    font-size: 31px;
    line-height: 60px;
  }

  .block-socials-1 a + a {
    margin-left: 10px;
  }

  #taxi-form {
    display: none;
  }

  #taxi-form-mobile {
    display: block;
    margin-top: 10px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .header-top_block-2 {
    width: 270px;
    margin-left: -135px;
  }

  .block-1_elem-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-1_elem-3 {
    /*display: none !important;*/
    padding-top: 220px !important;
    padding-left: 30px;
  }

  .litlle {
    font-size: 11px;
  }
}

/*Core variables and mixins*/

.line-up {
  width: 120px;
}

.white:hover {
  color: #ffffff;
}

/* ####################### Gooitax Form Tool ####################### */

#taxi-form {
  padding-left: 0;
}

.hover-white:hover {
  color: #ffffff;
}

.hover-black:hover {
  color: #999999;
}

.hover-yellow:hover {
  color: #00b0b8;
}

/* Fare Selector Styles */
.fareSelector {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.fareSelector .locationsPopOver {
  background-color: #fff;
  z-index: 100;
  padding: 8px;
  position: absolute;
  margin-top: 6px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 200px;
  overflow-y: scroll;
}

.fareSelector .locationsPopOverOption {
  padding: 6px;
  cursor: pointer;
  border-radius: 8px;
  font-size: 14px;
}

.fareSelector .locationsPopOverOption:hover {
  background-color: #f5f5f5;
}

.fareSelector .locationsPopOverEmptyState {
  color: #71717a;
  padding: 6px;
  font-size: 14px;
  text-align: center;
}

.fareSelector .locationsInputContainer {
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  padding: 12px;
  display: flex;
  gap: 6px;
  border: #d4d4d4 solid 0.2px;
  font-size: 16px;
}

.fareSelector .locationsInputDotIcon {
  color: #00b0b8;
  flex-shrink: 0;
}

.fareSelector .locationsInputRemoveIcon {
  color: #71717a;
  flex-shrink: 0;
  cursor: pointer;
}

.fareSelector .locationsInputContainer input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
}

.fareSelector .bold {
  font-weight: 500;
}

.fareSelector .locationsPrice {
  font-size: 16px;
  display: flex;
  gap: 6px;
  background: #00b0b8;
  color: #fff;
  border-radius: 8px;
  align-items: center;
  padding: 12px;
  border: #00b0b8 solid 0.2px;
  width: fit-content;
  align-self: end;
}

.fareSelector .locationsGrid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 12px;
}

.fareSelector .header {
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.fareSelector .description {
  font-size: 18px;
  color: #71717a;
}

.fareSelector .relative {
  position: relative;
}

.fareSelector .mb-8 {
  margin-bottom: 8px;
}

.fareSelector .isSelecting {
  color: #000;
}

.fareSelector .isSelected {
  color: #00b0b8;
}
