/*variables.scss*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #4f5559;
  font-size: 13px;
  line-height: 1.4;
  height: 100%; }

html {
  height: 100%; }

.main {
  height: 100%; }

.homepage {
  height: 100%;
  background-image: url(../images/welcome.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.add-location {
  height: 100%;
  background-image: url(../images/inner_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.staff-competition {
  height: 100%;
  background-image: url(../images/inner_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.homepage.bg-0, .add-location.bg-0, .staff-competition.bg-0 {
  background-image: url(../images/bg-images/uj-background_EC.jpg); }

.homepage.bg-1, .add-location.bg-1, .staff-competition.bg-1 {
  background-image: url(../images/bg-images/uj-background_GP.jpg); }

.homepage.bg-2, .add-location.bg-2, .staff-competition.bg-2 {
  background-image: url(../images/bg-images/uj-background_LP.jpg); }

.homepage.bg-3, .add-location.bg-3, .staff-competition.bg-3 {
  background-image: url(../images/bg-images/uj-background_NC.jpg); }

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 5px; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2.3rem; }

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.7rem; }

h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.1rem; }

h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

.h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 5px; }

.h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2.3rem; }

.h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

.h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.7rem; }

.h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.1rem; }

.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

ol {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }

.fa {
  font-family: 'Font Awesome\ 5 Free'; }

.fal {
  font-family: 'Font Awesome\ 5 Free'; }

.far {
  font-family: 'Font Awesome\ 5 Free'; }

.fas {
  font-family: 'Font Awesome\ 5 Free'; }

.container-fluid {
  height: 100%;
  width: 100%;
  max-width: 100%; }

a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  color: #b3ce35;
  outline: none; }
  a:hover {
    color: #b3ce35; }
  a:focus {
    color: #b3ce35; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.page-wrap {
  position: relative;
  padding: 40px 0px 0;
  height: 100%; }

.contentarea {
  padding-top: 80px; }

.overlay {
  background-color: rgba(5, 5, 5, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%; }

.page-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.link-black {
  color: #605f5f;
  font-weight: 800;
  text-transform: capitalize; }
  .link-black:hover {
    color: #b3ce35; }

.black_link {
  color: #605f5f;
  text-transform: capitalize;
  text-decoration: underline; }
  .black_link:hover {
    color: #009ec7;
    text-decoration: none; }

.text-thin {
  font-weight: 300;
  color: #ffffff; }

.img-full {
  width: 100%; }

/* ========================================
   Sprite Icons
   ======================================== */
.sprite {
  background: url(../images/sprite.png) no-repeat top left;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle; }

.sprite.add-dest-icon {
  background-position: 0 0;
  width: 60px;
  height: 60px; }

.sprite.big-comment-icon {
  background-position: -70px 0;
  width: 121px;
  height: 121px; }

.sprite.big-paperplane-icon {
  background-position: -201px 0;
  width: 60px;
  height: 60px; }

.sprite.big-search-gray-icon {
  background-position: -271px 0;
  width: 53px;
  height: 53px; }

.sprite.big-search-icon {
  background-position: -334px 0;
  width: 53px;
  height: 53px; }

.sprite.blue-small-comment-icon {
  background-position: -397px 0;
  width: 19px;
  height: 19px; }

.sprite.btn-arrow {
  background-position: -426px 0;
  width: 30px;
  height: 34px; }

.sprite.btn-arrow-red {
  background-position: -466px 0;
  width: 30px;
  height: 34px; }

.sprite.car-icon {
  background-position: -506px 0; }

.sprite.choose-img-icon {
  background-position: -533px 0;
  width: 60px;
  height: 60px; }

.sprite.comment-icon {
  background-position: -201px -60px;
  width: 43px;
  height: 43px; }

.sprite.compit-icon {
  background-position: -603px 0; }

.sprite.facebook-icon {
  background-position: -630px 0;
  width: 51px;
  height: 50px; }

.sprite.search-gray-icon {
  background-position: -270px -60px;
  width: 30px;
  height: 30px; }

.sprite.gray-down-arrow {
  background-position: -691px 0;
  width: 27px;
  height: 15px; }

.sprite.gray-like-icon {
  background-position: -728px 0;
  width: 22px;
  height: 20px; }

.sprite.gray-small-comment-icon {
  background-position: -760px 0;
  width: 20px;
  height: 20px; }

.sprite.gray-up-arrow {
  background-position: -790px 0;
  width: 27px;
  height: 15px; }

.sprite.green-vote-icon {
  background-position: -827px 0;
  width: 23px;
  height: 20px; }

.sprite.heart-icon {
  background-position: -860px 0;
  width: 60px;
  height: 60px; }

.sprite.home-icon {
  background-position: -1416px -20px; }

.sprite.green-heart-icon {
  background-position: -860px -60px;
  width: 60px;
  height: 60px; }

.sprite.icon-Submit-location {
  background-position: -930px 0;
  width: 40px;
  height: 40px; }

.sprite.insta-icon {
  background-position: -980px 0;
  width: 51px;
  height: 51px; }

.sprite.insta-small-icon {
  background-position: -689px -60px;
  width: 36px;
  height: 36px; }

.sprite.list-view-icon {
  background-position: -1041px 0;
  width: 50px;
  height: 50px; }

.sprite.location-w-icon {
  background-position: -1101px 0;
  width: 71px;
  height: 71px; }

.sprite.map-view-icon {
  background-position: -1182px 0;
  width: 50px;
  height: 50px; }

.sprite.next_arrow_icon {
  background-position: -1242px 0;
  width: 46px;
  height: 46px; }

.sprite.paper-plane-icon {
  background-position: -1298px 0;
  width: 26px; }

.sprite.prev_arrow_icon {
  background-position: -1334px 0;
  width: 46px;
  height: 46px; }

.sprite.profile-icon {
  background-position: -1390px 0; }

.sprite.right-arrow-icon {
  background-position: -795px -32px; }

.sprite.lock-icon {
  background-position: -1390px -20px; }

.sprite.road-trip-icon {
  background-position: -1417px 0; }

.sprite.search-icon {
  background-position: -1444px 0;
  width: 50px;
  height: 50px; }

.sprite.search-location-icon {
  background-position: -1504px 0; }

.sprite.sub-location-icon {
  background-position: -1531px 0; }

.sprite.tweeter-icon {
  background-position: -630px -60px;
  width: 50px;
  height: 34px; }

.sprite.upload-camera-icon {
  background-position: -1558px 0;
  width: 60px;
  height: 60px; }

.sprite.user-icon {
  background-position: -1630px 0;
  width: 39px;
  height: 45px; }

.sprite.search-white-icon {
  background-position: -310px -60px;
  width: 30px;
  height: 30px; }

.sprite.white-like-icon {
  background-position: -1698px 0;
  width: 22px;
  height: 20px; }

.sprite.soc-like-icon {
  background-position: -735px -60px;
  width: 42px;
  height: 37px; }

.sprite.arrow-left {
  background-position: -1334px 0;
  width: 46px;
  height: 46px; }

.sprite.arrow-right {
  background-position: -1242px 0;
  width: 46px;
  height: 46px; }

.sprite.add-location-icon {
  background-position: -924px -63px;
  width: 50px;
  height: 50px; }

/* ========================================
  SVG Icon
   ======================================== */
.icon-sprite {
  background: url(../images/icon-sprite.svg) no-repeat top left;
  display: inline-block;
  vertical-align: middle; }

.icon-sprite.campaign-icon {
  background-position: -269px 0;
  width: 22px;
  height: 25px; }

.icon-sprite.motorhappy-car-icon {
  background-position: -300px 0;
  width: 25px;
  height: 18px; }

.icon-sprite.quick-vote-small-icon {
  background-position: -513px 0;
  width: 26px;
  height: 24px; }

.icon-sprite.submit-location-icon {
  background-position: -236px 0;
  width: 25px;
  height: 25px; }

.icon-sprite.search-location-icon {
  background-position: -203px 0;
  width: 23px;
  height: 23px; }

.icon-sprite.search-grey-icon {
  background-position: -456px 0;
  width: 30px;
  height: 30px; }

.icon-sprite.search-white-icon {
  background-position: -456px -70px;
  width: 30px;
  height: 30px; }

.icon-sprite.home-res-icon {
  background-position: 0px -40px;
  width: 26px;
  height: 23px; }

.icon-sprite.location-list-view-icon {
  background-position: -25px 4px;
  width: 54px;
  height: 54px; }

.icon-sprite.quick-vote-icon {
  background-position: -546px 4px;
  width: 54px;
  height: 54px; }

.icon-sprite.map-view-icon {
  background-position: -85px 4px;
  width: 54px;
  height: 54px; }

.icon-sprite.search-destination-icon {
  background-position: -145px 4px;
  width: 54px;
  height: 54px; }

.icon-sprite.new-like-icon {
  background-position: -330px 0px;
  width: 26px;
  height: 23px; }

.icon-sprite.share-icon {
  background-position: -396px 0;
  width: 29px;
  height: 19px; }

.icon-sprite.small-comment-icon {
  background-position: -362px 0px;
  width: 24px;
  height: 24px; }

.icon-sprite.booklet-grey-icon {
  background-position: -600px 0;
  width: 26px;
  height: 25px; }

/* ========================================
   Color CSS
   ======================================== */
.blue_bg {
  background-color: #009ec7; }

.gray_bg {
  background-color: #e6e7e8; }

.dark_gray_bg {
  background-color: #707277; }

.light_gray_bg {
  background-color: #a9abac; }

.light-blue_bg {
  background-color: #ccebf4; }

.green_bg {
  background-color: #b3ce35; }

.red_bg {
  background-color: #e54661; }

.text-blue {
  color: #009ec7; }

.text-green {
  color: #b3ce35; }

.text-red {
  color: #e54661; }

/* ========================================
   Form CSS
   ======================================== */
.checkbox {
  padding-left: 0px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    color: #707277;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      margin-right: 0px;
      border: 1px solid #707277;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-box-border-radius: 5px;
      -o-border-radius: 5px;
      background-color: #ffffff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      outline: none; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 5px;
      top: 2px;
      margin-right: 0px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-box-border-radius: 5px;
      -o-border-radius: 5px;
      padding-right: 10px;
      font-size: 11px;
      color: #707277;
      outline: none; }
  .checkbox input[type="checkbox"] {
    opacity: 0;
    display: none; }
    .checkbox input[type="checkbox"]:checked + label::after {
      content: "\f00c";
      font-family: Font Awesome\ 5 Free;
      font-weight: 900;
      outline: none; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #b3ce35;
  border-color: #b3ce35;
  outline: none; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
  outline: none; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    line-height: 18px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #acacac;
      border-radius: 50%;
      background-color: #ffffff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out;
      outline: none; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 10px;
      height: 10px;
      left: 5px;
      top: 5px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #b3ce35;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      outline: none; }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      outline: none; }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0;
  display: inline-block;
  color: #ffffff;
  font-weight: 300;
  min-width: 100px;
  text-align: left; }

.radio-primary input[type="radio"] + label::after {
  background-color: #b3ce35; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #b3ce35;
  outline: none; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #b3ce35;
  outline: none; }

.form-control {
  font-size: 12px;
  padding: 0.95rem 1rem;
  letter-spacing: 1px;
  border-radius: .75rem;
  -webkit-border-radius: .75rem;
  -moz-box-border-radius: .75rem;
  -o-border-radius: .75rem;
  border: none; }
  .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.3); }

.inputDnD {
  text-align: center;
  position: relative;
  width: 110px;
  margin: 0 auto; }
  .inputDnD .form-control-file {
    width: 100%;
    height: 100%;
    min-height: 9.4em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #009ec7; }
    .inputDnD .form-control-file:before {
      content: attr(data-title);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 110px;
      height: 110px;
      line-height: 93px;
      opacity: 1;
      visibility: visible;
      text-align: center;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-box-border-radius: 50%;
      -o-border-radius: 50%;
      display: inline-block;
      border: 10px solid #ffffff;
      background-color: #009ec7;
      overflow: hidden;
      color: #ffffff; }
    .inputDnD .form-control-file:after {
      content: "";
      background: url(../images/sprite.png) no-repeat;
      background-position: -1558px 0;
      background-color: #009ec7;
      width: 60px;
      height: 60px;
      display: inline-block;
      position: absolute;
      left: 25px;
      right: 0;
      top: 25px;
      opacity: 1;
      visibility: visible; }
  .inputDnD .btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: transparent;
    border: none;
    padding: 0; }
    .inputDnD .btn span {
      text-transform: initial; }

.upload-option .inputDnD {
  margin-bottom: 0px; }
  .upload-option .inputDnD .form-control-file {
    min-height: 6.9em; }
    .upload-option .inputDnD .form-control-file:before {
      background-color: #aaaaaa;
      width: 90px;
      height: 90px; }
    .upload-option .inputDnD .form-control-file:after {
      content: "";
      background: url(../images/sprite.png) no-repeat;
      background-position: -1630px 7px;
      left: 15px;
      top: 15px;
      background-color: #aaaaaa;
      border-radius: 30%;
      -webkit-border-radius: 30%;
      -moz-box-border-radius: 30%;
      -o-border-radius: 30%; }
.upload-option .file-btn {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  font-size: 12px;
  color: #707277;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: underline; }
  .upload-option .file-btn span {
    text-transform: initial;
    display: block;
    font-weight: 300; }
.upload-option .location_thumbs_upload label {
  background-color: #aaaaaa; }
  .upload-option .location_thumbs_upload label .hidden {
    visibility: hidden; }
.upload-option .location_thumbs a {
  padding-top: 20px; }
  .upload-option .location_thumbs a img {
    width: 45px;
    height: 45px; }
.upload-option .selected_location_thumbs {
  border: 10px solid #ffffff !important; }
  .upload-option .selected_location_thumbs a {
    padding-top: 0px; }
    .upload-option .selected_location_thumbs a img {
      width: 90px;
      height: 90px; }

.sort-by-location .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 170px; }

.bootstrap-select .dropdown-menu {
  margin: 2px 0 0 0;
  padding: 0;
  border-radius: 0px;
  background-clip: border-box; }
.bootstrap-select .dropdown-toggle.btn-select {
  background-color: #ffffff;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 700;
  color: #707277;
  border: none;
  position: relative;
  padding: 0;
  margin: 5px 0 0 0;
  display: inline-flex; }
  .bootstrap-select .dropdown-toggle.btn-select:after {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    background-position: -691px 0;
    width: 27px;
    height: 15px;
    border: none;
    position: absolute;
    top: 3px;
    right: 0px;
    -webkit-transition: transform 0.25s ease;
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .bootstrap-select .dropdown-toggle.btn-select:focus {
    outline: none !important;
    box-shadow: none; }
  .bootstrap-select .dropdown-toggle.btn-select .bs-caret {
    display: none; }
  .bootstrap-select .dropdown-toggle.btn-select .filter-option {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #707277;
    text-transform: capitalize;
    margin: 0; }
.bootstrap-select .dropdown-toggle.bs-placeholder {
  color: #707277; }

.bootstrap-select.show {
  outline: none; }
  .bootstrap-select.show .dropdown-toggle.btn-select {
    outline: none;
    box-shadow: none; }
    .bootstrap-select.show .dropdown-toggle.btn-select:after {
      content: "";
      background: url("../images/sprite.png") no-repeat;
      background-position: -691px 0;
      width: 27px;
      height: 15px;
      border: none;
      position: absolute;
      top: 3px;
      right: 0px;
      -webkit-transition: transform 0.25s ease;
      -moz-transition: transform 0.25s ease;
      -o-transition: transform 0.25s ease;
      transition: transform 0.25s ease;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .bootstrap-select.show .dropdown-menu {
    display: block;
    margin: 0; }
    .bootstrap-select.show .dropdown-menu .dropdown-menu.inner li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
      .bootstrap-select.show .dropdown-menu .dropdown-menu.inner li a {
        display: block;
        padding: 10px; }
        .bootstrap-select.show .dropdown-menu .dropdown-menu.inner li a span.text {
          color: #707277; }
      .bootstrap-select.show .dropdown-menu .dropdown-menu.inner li:last-child {
        border-bottom: 0px; }

.select-lbl {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #707277; }

.select-sort {
  display: inline-block;
  min-width: 180px; }
  .select-sort select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    color: #707277;
    display: inline-block;
    border: none;
    outline: none;
    box-shadow: none;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%; }
    .select-sort select:focus {
      box-shadow: none; }
    .select-sort select option {
      border: 1px solid rgba(0, 0, 0, 0.15);
      color: #707277;
      padding: 5px;
      display: block;
      white-space: pre; }
      .select-sort select option:active {
        background-color: #aaaaaa;
        color: #707277; }
    .select-sort select:not(:-internal-list-box) {
      overflow: visible !important; }
    .select-sort select:hover {
      background-color: #aaaaaa;
      color: #707277; }
    .select-sort select::-ms-expand {
      display: none; }
  .select-sort select.select-arrow {
    background: url("../images/select-arrow.png") no-repeat right center; }
  .select-sort select.select-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; }
    .select-sort select.select-box option:hover {
      background-color: #aaaaaa;
      color: #707277; }

/* ========================================
   Common CSS
   ======================================== */
.btn {
  font-family: 'Open Sans', sans-serif;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-box-border-radius: 40px;
  -o-border-radius: 40px;
  border: 5px solid;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  font-weight: 800;
  padding: 12px 25px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  white-space: normal;
  word-wrap: break-word; }
  .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin-top: 5px; }

.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-primary {
  border-color: #ffffff;
  background-color: #b3ce35;
  color: #ffffff; }
  .btn-primary:hover {
    border-color: #b3ce35;
    background-color: #ffffff;
    color: #b3ce35;
    border: 5px solid;
    outline: none; }
  .btn-primary:focus {
    border-color: #b3ce35;
    background-color: #ffffff;
    color: #b3ce35;
    border: 5px solid;
    outline: none; }
  .btn-primary:not(:disabled):not(.disabled).active {
    border-color: #b3ce35;
    background-color: #ffffff;
    color: #b3ce35;
    border: 5px solid;
    outline: none; }
  .btn-primary:not(:disabled):not(.disabled):active {
    border-color: #b3ce35;
    background-color: #ffffff;
    color: #b3ce35;
    border: 5px solid;
    outline: none; }

.show > .btn-primary.dropdown-toggle {
  border-color: #b3ce35;
  background-color: #ffffff;
  color: #b3ce35;
  border: 5px solid;
  outline: none; }
.show > .btn-secondary.dropdown-toggle {
  border-color: #e54661;
  background-color: #ffffff;
  color: #e54661;
  border: 5px solid;
  outline: none; }

.btn-secondary {
  border-color: #ffffff;
  background-color: #e54661;
  color: #ffffff; }
  .btn-secondary:hover {
    border-color: #e54661;
    background-color: #ffffff;
    color: #e54661;
    border: 5px solid;
    outline: none; }
  .btn-secondary:focus {
    border-color: #e54661;
    background-color: #ffffff;
    color: #e54661;
    border: 5px solid;
    outline: none; }
  .btn-secondary:not(:disabled):not(.disabled).active {
    border-color: #e54661;
    background-color: #ffffff;
    color: #e54661;
    border: 5px solid;
    outline: none; }
  .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: #e54661;
    background-color: #ffffff;
    color: #e54661;
    border: 5px solid;
    outline: none; }

.arrow-green {
  min-width: 245px;
  position: relative;
  padding-left: 52px; }
  .arrow-green:after {
    content: "";
    display: inline-block;
    background: url("../images/sprite.png") no-repeat -425px -34px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -16px;
    width: 34px;
    height: 34px; }
  .arrow-green:hover:after {
    background: url("../images/sprite.png") no-repeat -466px -34px; }
  .arrow-green:focus:after {
    background: url("../images/sprite.png") no-repeat -466px -34px; }
  .arrow-green:active:after {
    background: url("../images/sprite.png") no-repeat -466px -34px; }

.arrow-red {
  min-width: 245px;
  position: relative;
  padding-right: 52px; }
  .arrow-red:after {
    content: "";
    display: inline-block;
    background: url("../images/sprite.png") no-repeat -425px 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -16px;
    width: 34px;
    height: 34px; }
  .arrow-red:hover:after {
    background: url("../images/sprite.png") no-repeat -466px 0; }
  .arrow-red:focus:after {
    background: url("../images/sprite.png") no-repeat -466px 0; }
  .arrow-red:active:after {
    background: url("../images/sprite.png") no-repeat -466px 0; }

.soc-btn {
  color: #ffffff;
  border-radius: .75rem;
  -webkit-border-radius: .75rem;
  -moz-box-border-radius: .75rem;
  -o-border-radius: .75rem;
  display: block;
  padding: 12px;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative; }
  .soc-btn:hover {
    background-color: #485993;
    color: #ffffff;
    text-decoration: none; }
  .soc-btn:focus {
    background-color: #485993;
    color: #ffffff;
    text-decoration: none; }
  .soc-btn i {
    font-size: 25px;
    padding-right: 10px;
    vertical-align: middle; }

.btn-facebook {
  background-color: #485993; }
  .btn-facebook:hover:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 10px; }

.btn-insta {
  background: -moz-linear-gradient(90deg, #E19B3C 0%, #C74C4E 37%, #C11C75 59%, #6A479C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6A479C), color-stop(41%, #C11C75), color-stop(63%, #C74C4E), color-stop(100%, #E19B3C));
  background: -webkit-linear-gradient(90deg, #E19B3C 0%, #C74C4E 37%, #C11C75 59%, #6A479C 100%);
  background: -o-linear-gradient(90deg, #E19B3C 0%, #C74C4E 37%, #C11C75 59%, #6A479C 100%);
  background: -ms-linear-gradient(90deg, #E19B3C 0%, #C74C4E 37%, #C11C75 59%, #6A479C 100%);
  background: linear-gradient(90deg, #E19B3C 0%, #C74C4E 37%, #C11C75 59%, #6A479C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6A479C', endColorstr='#E19B3C',GradientType=0 ); }
  .btn-insta:hover:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 10px; }

/* ========================================
   Header CSS
   ======================================== */
header {
  position: fixed;
  width: 100%;
  z-index: 3; }

header-component {
  position: fixed;
  width: 100%;
  z-index: 4; }

.header-logo {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 0;
  right: 0;
  width: 130px;
  margin: 0 auto; }
  .header-logo a {
    display: inline-block; }

#menu_click {
  float: left;
  position: relative;
  display: block;
  float: left;
  position: relative;
  width: 30px;
  height: 40px;
  margin: 20px 0 0 0px;
  padding-top: 5px; }
  #menu_click span {
    width: 100%;
    height: 3px;
    background-color: #4f5559;
    transition: all .3s;
    -webkit-transition: all .3s;
    backface-visibility: hidden;
    border-radius: 2px;
    position: relative;
    display: block; }
    #menu_click span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -7px;
      width: 100%;
      height: 3px;
      background-color: #4f5559;
      transition: all .3s;
      -webkit-transition: all .3s;
      backface-visibility: hidden;
      border-radius: 2px; }
      #menu_click span:before:hover {
        background-color: #6f7277; }
    #menu_click span:after {
      content: "";
      position: absolute;
      left: 0;
      top: -7px;
      width: 100%;
      height: 3px;
      background-color: #4f5559;
      transition: all .3s;
      -webkit-transition: all .3s;
      backface-visibility: hidden;
      border-radius: 2px;
      top: 7px; }
      #menu_click span:after:hover {
        background-color: #6f7277; }
    #menu_click span:hover {
      background-color: #6f7277; }

.navigation-bar {
  float: left;
  position: relative;
  background-color: #ffffff;
  padding: 10px 15px;
  width: 100%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05); }
  .navigation-bar .menulist {
    position: fixed;
    overflow-y: auto;
    width: 280px;
    padding: 20px;
    top: 80px;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    z-index: 4;
    transition: opacity .4s;
    -webkit-transition: opacity .4s;
    box-shadow: inset inset 0 11px 20px rgba(0, 0, 0, 0.05), 0 8px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 11px 20px rgba(0, 0, 0, 0.05), 0 8px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 11px 20px rgba(0, 0, 0, 0.05), 0 8px 15px 0 rgba(0, 0, 0, 0.2); }
    .navigation-bar .menulist ul {
      border-bottom: 1px solid #000000;
      padding-bottom: 15px; }
      .navigation-bar .menulist ul li {
        display: block; }
        .navigation-bar .menulist ul li a {
          font-size: 14px;
          font-weight: 300;
          color: #000000;
          position: relative;
          padding: 15px 0 15px 40px;
          display: block; }
          .navigation-bar .menulist ul li a .nav-icon {
            position: absolute;
            left: 0;
            top: 15px; }
          .navigation-bar .menulist ul li a:hover {
            text-decoration: underline;
            outline: none; }
            .navigation-bar .menulist ul li a:hover span.campaign-icon {
              background-position: -269px -30px; }
            .navigation-bar .menulist ul li a:hover span.motorhappy-car-icon {
              background-position: -300px -30px; }
            .navigation-bar .menulist ul li a:hover span.submit-location-icon {
              background-position: -236px -30px; }
            .navigation-bar .menulist ul li a:hover span.search-location-icon {
              background-position: -203px -30px; }
            .navigation-bar .menulist ul li a:hover span.home-res-icon {
              background-position: 0 -67px; }
            .navigation-bar .menulist ul li a:hover span.icon-sprite.quick-vote-small-icon {
              background-position: -513px -30px; }
            .navigation-bar .menulist ul li a:hover span.icon-sprite.booklet-grey-icon {
              background-position: -600px -30px; }
          .navigation-bar .menulist ul li a:focus {
            text-decoration: underline;
            outline: none; }
  .navigation-bar .nav-right {
    float: right; }
    .navigation-bar .nav-right ul li {
      display: inline-block;
      margin: 3px 0 0 5px; }
      .navigation-bar .nav-right ul li a {
        display: block; }
        .navigation-bar .nav-right ul li a:hover span.location-list-view-icon {
          background-position: -25px -48px; }
        .navigation-bar .nav-right ul li a:hover span.map-view-icon {
          background-position: -85px -48px; }
        .navigation-bar .nav-right ul li a:hover span.search-destination-icon {
          background-position: -145px -48px; }
        .navigation-bar .nav-right ul li a:hover span.quick-vote-icon {
          background-position: -546px -48px; }
  .navigation-bar .user-profile-info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    color: #000000; }
    .navigation-bar .user-profile-info p.profile-text {
      font-size: 14px; }
      .navigation-bar .user-profile-info p.profile-text span {
        margin-right: 15px; }
    .navigation-bar .user-profile-info .profile-info-cont {
      display: table;
      width: 100%; }
    .navigation-bar .user-profile-info .profile-pic-box {
      display: table-cell;
      vertical-align: top;
      width: 100px;
      padding-right: 10px; }
    .navigation-bar .user-profile-info .profile-list {
      display: table-cell; }
      .navigation-bar .user-profile-info .profile-list ul {
        padding-bottom: 0px;
        border-bottom: 0px; }
        .navigation-bar .user-profile-info .profile-list ul li {
          display: block;
          margin-bottom: 5px;
          font-size: 13px; }
          .navigation-bar .user-profile-info .profile-list ul li span {
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -o-border-radius: 100%;
            width: 30px;
            height: 30px;
            color: #ffffff;
            text-align: center;
            line-height: 30px;
            font-size: 12px;
            font-weight: 600;
            display: inline-block;
            margin-right: 5px; }
    .navigation-bar .user-profile-info .btn {
      font-size: 16px; }

#menu_click.burgermenu + .menulist {
  opacity: 1;
  display: block; }
#menu_click.burgermenu span {
  background-color: transparent; }
  #menu_click.burgermenu span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 5px; }
  #menu_click.burgermenu span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 5px; }

/* ========================================
   Footer CSS
   ======================================== */
footer a {
  display: inline-block; }
footer .footer-logo-mh {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/motorhappy-g-logo.svg);
  background-size: cover;
  height: 103px;
  width: 283px; }
  footer .footer-logo-mh:hover {
    background-image: url(../images/motorhappy-logo.svg); }
footer .footer-logo-ki {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/kia-gray-logo.svg);
  background-size: cover;
  height: 103px;
  width: 125px; }
  footer .footer-logo-ki:hover {
    background-image: url(../images/kia-red-logo.svg); }

#footer {
  margin-top: 40px;
  height: 130px; }

.footer-right-logo {
  text-align: right; }

/* ========================================
   HomePage CSS
   ======================================== */
.welcome-text .title {
  color: #ffffff; }
  .welcome-text .title h1 {
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
    display: inline-block; }
  .welcome-text .title h2 {
    font-size: 55px;
    text-transform: uppercase;
    letter-spacing: 5px; }

.welcome-content .welcome-content-wrap {
  max-width: 725px;
  margin: 5px auto 15px;
  padding: 15px 24px;
  background: rgba(0, 0, 0, 0.4); }
.welcome-content h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 25px;
  letter-spacing: .7px; }
.welcome-content .btn-primary-solid {
  min-width: 210px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px; }
  .welcome-content .btn-primary-solid .right-arrow-icon {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px; }

/* ========================================
   Add LocationPage CSS
   ======================================== */
.page-content {
  max-width: 750px;
  margin: auto; }

.title span {
  font-weight: 300; }

.page-title .title {
  color: #ffffff; }

.search-destination p {
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 4px solid #ffffff; }

.search-in {
  background-color: transparent;
  border: none;
  padding: 0px 15px;
  font-size: 35px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: 5px;
  vertical-align: middle;
  width: 90%;
  color: rgba(255, 255, 255, 0.4); }
  .search-in:focus {
    color: white;
    text-transform: initial;
    outline: none; }
    .search-in:focus::-webkit-input-placeholder {
      color: white; }
    .search-in:focus::-moz-placeholder {
      color: white; }
    .search-in:focus:-ms-input-placeholder {
      color: white; }
    .search-in:focus:-moz-placeholder {
      color: white; }
  .search-in:active {
    color: white;
    text-transform: initial;
    outline: none; }
  .search-in::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .search-in::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .search-in:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .search-in:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4); }

.location-page .search-destination p {
  border-bottom: 4px solid #919296;
  text-align: left; }
  .location-page .search-destination p span.icon-sprite.search-grey-icon:hover {
    background-position: -456px -35px; }
.location-page .search-in {
  color: #919296; }
  .location-page .search-in:focus {
    color: #919296; }
    .location-page .search-in:focus::-webkit-input-placeholder {
      color: #919296; }
    .location-page .search-in:focus::-moz-placeholder {
      color: #919296; }
    .location-page .search-in:focus:-ms-input-placeholder {
      color: #919296; }
    .location-page .search-in:focus:-moz-placeholder {
      color: #707277; }
  .location-page .search-in:active {
    color: #919296; }
  .location-page .search-in::-webkit-input-placeholder {
    color: #919296; }
  .location-page .search-in::-moz-placeholder {
    color: #919296; }
  .location-page .search-in:-ms-input-placeholder {
    color: #919296; }
  .location-page .search-in:-moz-placeholder {
    color: #919296; }

.carousel-wrap {
  max-width: 89%;
  margin: 20px auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0; }

.main-slider {
  /*.owl-nav{
  	.owl-prev{
  		background: url('../images/sprite.png') no-repeat top left;
  		background-position: -1334px 0;
  		width: 46px; 
  		height: 46px;
  		display: inline-block;
  		position: absolute;
  		left: -60px;
  		top: 50%;
  		margin-top: -23px;
  	}
  	.owl-next{
  		background: url('../images/sprite.png') no-repeat top left;
  		background-position: -1242px 0;
  		width: 46px; 
  		height: 46px; 
  		display: inline-block;
  		position: absolute;
  		right: -60px;
  		top: 50%;
  		margin-top: -23px;
  	}
  }*/ }
  .main-slider .dest-image {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%; }
  .main-slider .dest-title {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 5px;
    text-align: center; }
    .main-slider .dest-title h5 {
      font-size: 12px;
      color: #707277;
      letter-spacing: 1px;
      margin: 0; }
      .main-slider .dest-title h5 span {
        display: block; }
  .main-slider .dest-like {
    position: absolute;
    right: 10px;
    bottom: 10px; }

.bootstrap-carousel-wrap {
  margin: 20px auto;
  	/*position: fixed;
      left: 0;.
      right: 0;
      bottom: 0;*/ }
  .bootstrap-carousel-wrap .main-slider {
    max-width: 90%;
    margin: auto; }
    .bootstrap-carousel-wrap .main-slider .dest-title {
      position: absolute;
      top: 10px;
      left: 25px;
      right: 25px; }
    .bootstrap-carousel-wrap .main-slider .dest-like {
      position: absolute;
      right: 25px;
      bottom: 10px; }
    .bootstrap-carousel-wrap .main-slider .carousel-control-next {
      width: auto;
      opacity: 1;
      right: -60px; }
    .bootstrap-carousel-wrap .main-slider .carousel-control-prev {
      width: auto;
      opacity: 1;
      left: -60px; }

.small-vote {
  background-color: #b3ce35;
  border: 4px solid #ffffff;
  width: 45px;
  height: 45px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-box-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block; }
  .small-vote span.sprite {
    background-position: -1698px 0;
    width: 22px;
    height: 20px; }

.small-voted {
  background-color: #ffffff;
  border: 4px solid #b3ce35;
  width: 45px;
  height: 45px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-box-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block; }
  .small-voted span.sprite {
    background-position: -826px 0;
    width: 24px;
    height: 20px; }

.add-dest-option {
  margin-bottom: 30px; }
  .add-dest-option p {
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .add-dest-option p span {
      text-transform: initial;
      display: block;
      font-weight: 300; }
  .add-dest-option .file-btn {
    background: none;
    border: none;
    padding: 0;
    outline: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer; }
    .add-dest-option .file-btn span {
      text-transform: initial;
      display: block;
      font-weight: 300; }
  .add-dest-option a:hover {
    transform: scale(1.05); }

.big-round-icon {
  border: 10px solid #ffffff;
  width: 110px;
  height: 110px;
  line-height: 93px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-box-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block; }

.upload-image-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  border: 10px solid #e6e7e8;
  min-height: 550px;
  padding: 20px; }
  .upload-image-bg .title {
    text-align: left; }
  .upload-image-bg .add-dest-option {
    max-width: 220px; }
    .upload-image-bg .add-dest-option .location_thumbs_upload {
      box-shadow: 0px 0px 6px 0px #ccc; }
    .upload-image-bg .add-dest-option p {
      color: #4f5559; }
      .upload-image-bg .add-dest-option p span {
        letter-spacing: 0px;
        text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.5); }

/* ========================================
   Modal CSS
   ======================================== */
.modal-title {
  color: #707277;
  text-align: center;
  font-size: 45px;
  line-height: 48px;
  letter-spacing: 2px;
  padding: 0 20px; }

.modal-content {
  border: 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-box-border-radius: 0;
  -o-border-radius: 0; }
  .modal-content .modal-header {
    display: block;
    border-bottom: 0px; }
    .modal-content .modal-header button.close {
      font-size: 40px;
      line-height: 40px;
      position: absolute;
      top: 15px;
      right: 20px;
      z-index: 1;
      outline: none; }
  .modal-content .modal-body .modal-contentarea {
    max-width: 90%;
    margin: auto; }
  .modal-content .modal-footer {
    border-top: 0px; }

/* ========================================
   Add an Image CSS
   ======================================== */
.add-image .row {
  margin-right: -5px;
  margin-left: -5px; }
  .add-image .row [class*=col-] {
    padding-right: 5px;
    padding-left: 5px; }
.add-image .scrollcontent.content {
  background-color: transparent;
  padding: 0px 10px 0px 20px; }
.add-image .content {
  width: 100%;
  height: 270px; }
  .add-image .content .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.15); }
  .add-image .content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #707277; }

.choose-image {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px; }
  .choose-image img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    height: 120px; }

.choose-image.selected_location_thumbs {
  border: 0px solid #009ec7 !important;
  background-color: #009ec7; }

.dest-desc {
  background-color: rgba(255, 255, 255, 0.5);
  border: 3px solid #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px 10px;
  width: 100%;
  color: #292929; }

textarea.dest-desc::-webkit-input-placeholder {
  color: #4a4a4a; }
textarea.dest-desc:-moz-placeholder {
  color: #4a4a4a; }
textarea.dest-desc::-moz-placeholder {
  color: #4a4a4a; }
textarea.dest-desc:-ms-input-placeholder {
  color: #4a4a4a; }

.vote {
  background-color: #b3ce35;
  border: 10px solid #ffffff;
  width: 110px;
  height: 110px;
  line-height: 93px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-box-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block; }
  .vote span.sprite {
    background-position: -860px 0;
    width: 60px;
    height: 60px; }

.voted {
  background-color: #ffffff;
  border: 10px solid #b3ce35;
  width: 110px;
  height: 110px;
  line-height: 93px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-box-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block; }
  .voted span.sprite {
    background-position: -860px -60px;
    width: 60px;
    height: 60px; }

.add-image-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  overflow-y: scroll; }
  .add-image-popup .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  .add-image-popup .add-images-block {
    /*height: 275px;
    overflow-y: scroll;*/ }

/* ========================================
   Login and Register Page CSS
   ======================================== */
.login-reg-wrap {
  max-width: 910px;
  margin: auto;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-box-border-radius: 15px;
  -o-border-radius: 15px; }
  .login-reg-wrap .close-login-popup {
    text-align: right; }
    .login-reg-wrap .close-login-popup a {
      font-size: 18px;
      color: #000000; }
      .login-reg-wrap .close-login-popup a:hover {
        text-decoration: none; }
      .login-reg-wrap .close-login-popup a:focus {
        text-decoration: none; }

.login-reg-content {
  max-width: 480px;
  margin: auto; }
  .login-reg-content h6 {
    color: #707277;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px; }
  .login-reg-content .row {
    margin-right: -10px;
    margin-left: -10px; }
    .login-reg-content .row [class*=col-] {
      padding-right: 10px;
      padding-left: 10px; }

.page-login-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 15; }
  .page-login-popup .login_bg-parent {
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .page-login-popup .login_bg-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    padding: 40px 15px 0px;
    height: 100%;
    overflow-y: scroll;
    /*padding-right: 17px;
    box-sizing: content-box;*/ }
    .page-login-popup .login_bg-cover .contentarea {
      padding-top: 0; }

.location .page-login-popup {
  z-index: 4444; }

.locations .page-login-popup {
  z-index: 4444; }

.forgot-password .btn {
  min-width: initial;
  width: 100%; }

.reset-password-content .btn {
  min-width: initial;
  width: 100%; }
.reset-password-content label {
  font-size: 14px; }
.reset-password-content .big-round-icon {
  line-height: 86px; }
  .reset-password-content .big-round-icon img.rounded-circle {
    width: 90px; }

.reset-password {
  width: 100%;
  margin: 0 !important;
  text-align: center; }

/*-------------TABS CSS---------*/
.uj-tabs .nav-tabs {
  border-bottom: 0px;
  margin-bottom: 15px; }
  .uj-tabs .nav-tabs .nav-link {
    border: none;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #707277;
    padding-left: 0;
    padding-right: 0;
    margin: 0 2rem 0 0;
    border-bottom: 1px solid transparent; }
  .uj-tabs .nav-tabs .nav-link.nav-item {
    margin-bottom: 0px; }
  .uj-tabs .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border-bottom: 1px solid #e54661; }
  .uj-tabs .nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom: 1px solid #e54661; }
.uj-tabs .tab-content form .form-group {
  margin-bottom: 10px; }

.remember-forgot {
  display: flex; }

.forgot-text {
  margin-bottom: 15px; }
  .forgot-text a {
    color: #707277;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline-block; }
    .forgot-text a:hover {
      color: #707277;
      text-decoration: underline; }
    .forgot-text a:focus {
      color: #707277;
      text-decoration: underline; }

/* ========================================
   Location Page CSS
   ======================================== */
.location-box {
  height: 100%;
  /*min-height: 300px;
  margin-bottom: 30px;*/ }
  .location-box:hover .location-img a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2); }

.location-img {
  margin-bottom: 10px;
  overflow: hidden; }
  .location-img a {
    display: block; }
    .location-img a img {
      transition: all .5s ease 0s;
      min-height: 180px;
      width: 100%; }

.location-info .location-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-right: 5px;
  margin-bottom: 5px; }
  .location-info .location-title a {
    color: #4f5559;
    text-decoration: none;
    height: 32px;
    overflow: hidden;
    display: block; }
.location-info .location-option {
  min-width: 110px;
  margin-bottom: 5px;
  text-align: right; }
  .location-info .location-option a {
    display: inline-block;
    margin: 0 0 0 5px; }
    .location-info .location-option a:hover span.new-like-icon {
      background-position: -330px -30px; }
    .location-info .location-option a:hover span.small-comment-icon {
      background-position: -362px -30px; }
    .location-info .location-option a:hover span.share-icon {
      background-position: -396px -30px; }
.location-info .location-text p {
  margin-bottom: 10px; }

/* ========================================
   Destination Detail Page CSS
   ======================================== */
.destination-detail-page .title h1 {
  font-size: 40px;
  letter-spacing: 2px; }

.destination-carousel .carousel-indicators {
  bottom: 20px;
  z-index: 1; }
  .destination-carousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    margin: 4px;
    background: #a9abac;
    border: 3px solid #a9abac;
    border-radius: 30px; }
  .destination-carousel .carousel-indicators li.active {
    background: #ffffff; }
.destination-carousel .carousel-control-next {
  width: auto;
  right: 20px; }
.destination-carousel .carousel-control-prev {
  width: auto;
  left: 20px; }

.destination-slider .owl-nav .owl-prev {
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -1334px 0;
  width: 46px;
  height: 46px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -23px; }
.destination-slider .owl-nav .owl-next {
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -1242px 0;
  width: 46px;
  height: 46px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -23px; }
.destination-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .destination-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }
    .destination-slider .owl-dots .owl-dot span {
      width: 13px;
      height: 13px;
      margin: 4px;
      background: #a9abac;
      border: 3px solid #a9abac;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity .2s ease;
      border-radius: 30px; }
    .destination-slider .owl-dots .owl-dot:hover span {
      background: #ffffff; }
  .destination-slider .owl-dots .owl-dot.active span {
    background: #ffffff; }

.destination-info .destination-title h2 {
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 2px; }
.destination-info .destination-title p {
  font-weight: 700; }
.destination-info .destination-text p {
  font-size: 15px;
  letter-spacing: 1px; }
.destination-info .destination-text ul {
  padding-left: 20px; }
.destination-info .destination-map {
  position: relative; }
  .destination-info .destination-map .map-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1; }
    .destination-info .destination-map .map-overlay .add-dest-option {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -60px; }
      .destination-info .destination-map .map-overlay .add-dest-option a {
        text-decoration: none; }
      .destination-info .destination-map .map-overlay .add-dest-option p {
        font-size: 16px;
        text-transform: initial; }
        .destination-info .destination-map .map-overlay .add-dest-option p span {
          font-weight: 400; }
  .destination-info .destination-map iframe {
    z-index: 1; }
.destination-info .location-added ul li {
  width: 20%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top; }
  .destination-info .location-added ul li a:hover {
    transform: scale(1.05); }
.destination-info .location-added .add-dest-option p {
  font-size: 11px;
  color: #707277; }
.destination-info .location-added .add-dest-option .inputDnD .form-control-file {
  min-height: 9em; }
.destination-info .location-added .add-dest-option .file-btn {
  font-size: 11px;
  color: #707277; }

.scrollcontent.content {
  margin: 0;
  padding: 20px 10px 20px 20px;
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px; }
  .scrollcontent.content .mCSB_inside > .mCSB_container {
    margin-right: 20px; }
  .scrollcontent.content img {
    background: none; }

.testimonial-wrap .title h3 {
  font-size: 22px;
  letter-spacing: 2px; }
.testimonial-wrap ul li {
  float: left;
  width: calc(100%/5);
  list-style: none; }
  .testimonial-wrap ul li:first-child > div {
    height: 300px; }
.testimonial-wrap .comment-box {
  height: 300px;
  display: table; }
  .testimonial-wrap .comment-box .comment-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .testimonial-wrap .comment-box .comment-text strong {
      font-size: 15px;
      color: #ffffff;
      letter-spacing: 2px;
      padding: 0 15px; }
.testimonial-wrap .blue_bg:hover {
  opacity: 0.4; }

.client-word {
  /*position: relative;
  overflow: hidden;*/ }
  .client-word .client-img {
    display: block; }
    .client-word .client-img img {
      width: 100%; }
  .client-word .client-text {
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
    .client-word .client-text .content {
      height: 300px; }
      .client-word .client-text .content h5 {
        text-align: center;
        color: #ffffff;
        letter-spacing: 1px; }
      .client-word .client-text .content p {
        font-weight: 400;
        margin-top: -18px;
        color: #ffffff;
        padding-left: 12px; }

.h-300 {
  height: 300px; }

.location_thumbs {
  border: 10px solid #ffffff;
  margin-bottom: 30px;
  height: 140px;
  -webkit-transition: all .2s;
  transition: all .2s;
  overflow: hidden; }
  .location_thumbs a {
    display: block; }
    .location_thumbs a img {
      height: 90px;
      width: 90px; }
  .location_thumbs:hover {
    border: 10px solid #ffffff; }

.selected_location_thumbs {
  border: 10px solid #009ec7 !important; }

.location_thumbs_upload {
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  overflow: hidden;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-box-border-radius: 50%;
  -o-border-radius: 50%;
  border: 10px solid #ffffff;
  margin: auto; }
  .location_thumbs_upload:hover {
    transform: scale(1.05); }
  .location_thumbs_upload label {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    cursor: pointer;
    background-color: #009ec7; }
    .location_thumbs_upload label span.location_upload_icon {
      display: inline-block;
      width: 60px;
      height: 60px;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      background: url(../images/photo-icon.svg) no-repeat;
      /*background-position: -1558px 0;*/
      /*background-size: auto;*/
      opacity: 1;
      margin: -30px auto auto; }
      .location_thumbs_upload label span.location_upload_icon span {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 15px;
        font-weight: 400;
        color: #fff;
        font-size: 13px; }

.location_upload_bg {
  background-color: rgba(0, 155, 202, 0.5);
  width: 100%;
  height: 100%; }

/* ========================================
   About Competition Page CSS
   ======================================== */
.about-page .title h1 {
  font-size: 40px;
  letter-spacing: 2px; }

.about-left {
  position: relative; }
  .about-left .about-uj-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center; }

.about-info .title h2 {
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 2px; }

.about-text p {
  font-size: 15px;
  letter-spacing: 1px; }

.soc-box .soc-text p {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 2px;
  color: #ffffff; }
.soc-box .soc-info hr {
  border-top: 3px solid #ffffff;
  margin-bottom: 1.5rem; }
.soc-box .soc-info p {
  font-size: 16px;
  color: #ffffff;
  margin: 8px 0 0 0; }
.soc-box .soc-info a {
  margin-left: 15px; }

/* ========================================
   About MotorHappy Page CSS
   ======================================== */
.get-quote {
  position: relative;
  height: 87%; }
  .get-quote .get-quote-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center; }
    .get-quote .get-quote-btn .btn {
      text-transform: initial;
      font-weight: 600;
      letter-spacing: 2px;
      font-size: 24px;
      padding: 18px 30px; }

.plan-block {
  display: table;
  width: 100%;
  margin-bottom: 40px; }
  .plan-block .plan-icon {
    display: table-cell;
    width: 167px;
    padding-right: 30px; }
  .plan-block .plan-text {
    display: table-cell;
    width: auto;
    vertical-align: middle; }
    .plan-block .plan-text a {
      color: #707277;
      text-decoration: none; }
    .plan-block .plan-text p {
      font-size: 15px;
      letter-spacing: 1px; }

/**********************Map Slider CSS*****************/
.gm-style .gm-style-iw {
  top: 16px !important;
  idth: 282px !important;
  background-color: #fff;
  padding: 15px 10px 8px 12px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1); }
  .gm-style .gm-style-iw > div {
    width: 250px; }
    .gm-style .gm-style-iw > div > div {
      padding: 0 0 5px; }
  .gm-style .gm-style-iw .carousel-control-next-icon {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
  .gm-style .gm-style-iw .carousel-control-prev-icon {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
.gm-style img {
  max-width: none;
  width: 100%; }

.tour_dropdown .tour-popup-slider .carousel-control-prev-icon:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f104";
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
  display: inline-block; }
.tour_dropdown .tour-popup-slider .carousel-control-next-icon:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
  display: inline-block; }
.tour_dropdown h3 {
  margin-bottom: 0px;
  line-height: 16px; }
  .tour_dropdown h3 .location-detail-click {
    font-size: 15px; }
  .tour_dropdown h3 span {
    font-size: 13px;
    display: block;
    margin-top: 5px; }

/* ========================================
   Terms and Conditions Page CSS
   ======================================== */
.terms-condition-wrap {
  max-width: 80%;
  margin: 30px auto;
  padding: 30px 40px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 1px #c4c4c4;
  -webkit-box-shadow: 0 0 8px 1px #c4c4c4;
  -moz-box-shadow: 0 0 8px 1px #c4c4c4;
  -o-box-shadow: 0 0 8px 1px #c4c4c4; }

.tc-points {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 25px; }
  .tc-points ol {
    counter-reset: my-counter;
    margin: 0 0 0 20px;
    padding: 0; }
    .tc-points ol li {
      position: relative;
      counter-reset: list-seq;
      margin-bottom: 15px;
      word-wrap: break-word; }

.tc-plan-box .nav-tabs {
  border-bottom: 0px; }
  .tc-plan-box .nav-tabs li {
    width: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 16px; }
    .tc-plan-box .nav-tabs li a {
      padding: 20px 0;
      background-color: #4f5559;
      color: #ffffff;
      border: 1px solid #ccc;
      border-bottom: none;
      margin: 0;
      display: block;
      text-decoration: none;
      border-radius: 4px 4px 0 0; }
    .tc-plan-box .nav-tabs li a.active {
      background-color: #ffffff;
      color: #4f5559;
      border: 1px solid #ccc;
      border-bottom: none; }

.content_bg {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px 1px #c4c4c4;
  -webkit-box-shadow: 0 0 8px 1px #c4c4c4;
  -moz-box-shadow: 0 0 8px 1px #c4c4c4;
  -o-box-shadow: 0 0 8px 1px #c4c4c4; }
  .content_bg .video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
    .content_bg .video-responsive iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .content_bg .home-middle-section {
    margin-bottom: 50px;
    padding-bottom: 50px;
    width: 100%; }
    .content_bg .home-middle-section .home-section {
      margin-bottom: 50px;
      padding: 0 160px; }
      .content_bg .home-middle-section .home-section h2 {
        margin: 50px 0;
        font-size: 28px;
        line-height: 32px;
        font-weight: 500; }
      .content_bg .home-middle-section .home-section p {
        font-size: 16px; }
        .content_bg .home-middle-section .home-section p strong {
          color: #009ec7;
          font-weight: 600; }
    .content_bg .home-middle-section .home-step-bg {
      border-radius: 30px;
      -webkit-border-radius: 30px;
      padding: 20px 40px;
      margin-bottom: 30px;
      height: 100%; }
      .content_bg .home-middle-section .home-step-bg .home-step-icon {
        border: 8px solid #ffffff;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        padding: 25px 0 0;
        width: 120px;
        height: 120px;
        margin: 0 auto; }
      .content_bg .home-middle-section .home-step-bg h2 {
        color: #009ec7;
        font-weight: 600;
        font-size: 26px;
        margin: 20px 0 10px; }
      .content_bg .home-middle-section .home-step-bg p {
        color: #4f5559;
        font-size: 16px;
        margin-bottom: 10px; }

.modal-dialog.show {
  display: flex !important; }

input:invalid {
  box-shadow: none; }

.quick-vote {
  background-image: url(../images/welcome.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.quick-vote-thank-you {
  background-image: url(../images/welcome.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.btn-primary-solid {
  border: 0;
  background-color: #b3ce35;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize; }
  .btn-primary-solid:hover {
    color: #ffffff; }
  .btn-primary-solid:focus {
    color: #ffffff; }

.btn-primary-solid.fixed {
  position: fixed;
  top: 120px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  animation: 0.5s ease-out 1s slideInFromRight;
  animation-fill-mode: forwards;
  right: 0;
  padding-right: 15px;
  padding-left: 30px; }
  .btn-primary-solid.fixed .right-arrow-icon {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    margin-left: 15px; }
  .btn-primary-solid.fixed:hover {
    color: #ffffff;
    right: -10px; }
  .btn-primary-solid.fixed:focus {
    color: #ffffff;
    right: -10px; }

.title-add {
  font-size: 40px;
  line-height: 60px;
  color: #4f5559; }

.body-text {
  color: #4f5559; }

.mb-30 {
  margin-bottom: 30px; }

/*.main-slider {
    .carousel-inner {
      .w-20 {
        flex: 0 0 20%;
        max-width: 20%;
      } 
    }
}*/
/* ========================================
   Route Map Page CSS
   ======================================== */
.route-wrapper {
  background-color: #b6f2ff;
  position: fixed;
  width: 100%; }

.route-map {
  position: relative;
  margin-top: 0px;
  /*background: url(../images/route-map.png) center center no-repeat transparent;*/
  background-size: auto; }
  .route-map img {
    padding: 15px; }

.route-list {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 100%; }

.route-block {
  position: absolute;
  transition: all 0.3s ease-in-out; }

.route-tag {
  display: block;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 3px 5px 5px 15px;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  width: 118px;
  opacity: 1;
  height: 30px;
  position: relative;
  text-decoration: none;
  z-index: 2; }
  .route-tag:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 1; }
  .route-tag span {
    background-color: #ffffff;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    float: right;
    display: inline-block;
    text-align: center; }
    .route-tag span i {
      line-height: 24px;
      font-size: 20px; }
  .route-tag:focus {
    color: #ffffff;
    opacity: 1; }

.route-tag.close {
  line-height: inherit;
  text-shadow: none; }

.route-tag.open {
  width: 200px;
  background-color: #6f7177;
  z-index: 4;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  .route-tag.open span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.route-body {
  background-color: #ffffff;
  padding: 10px 0 15px 0px;
  height: auto;
  display: none;
  width: 200px;
  position: absolute;
  z-index: 1;
  top: 20px;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(33, 33, 33, 0.43);
  -moz-box-shadow: 0px 6px 13px 0px rgba(33, 33, 33, 0.43);
  box-shadow: 0px 6px 13px 0px rgba(33, 33, 33, 0.43); }

.route-body.active {
  z-index: 3; }

.route-text {
  text-align: center;
  font-size: 14px;
  padding-top: 5px; }
  .route-text span {
    display: block; }

.route-sub-text {
  margin-top: 5px;
  font-weight: 600;
  color: #6f7177;
  text-transform: uppercase; }

.route-kilometre {
  margin-top: 5px;
  font-weight: 600;
  color: #6f7177;
  text-transform: uppercase; }

.route-kilometre-num {
  color: #bacc28; }

.route-city {
  padding: 0 15px;
  line-height: 18px; }

.route-info {
  padding: 0 15px;
  line-height: 18px; }

.route-enter-btn {
  background-color: #b3ce35;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 35px;
  border-radius: 40px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  .route-enter-btn:hover {
    background-color: #707277;
    color: #ffffff;
    text-decoration: none; }

/*route positions*/
.route-one {
  top: 18%;
  left: 53%; }

.route-two {
  top: 24%;
  left: 68%; }

.route-three {
  top: 64%;
  left: 66%; }

.route-four {
  top: 91%;
  left: 44%; }
  .route-four .route-body {
    padding: 5px 0 25px;
    bottom: 20px;
    top: auto; }

.route-five {
  top: 84%;
  left: 31%; }
  .route-five .route-body {
    padding: 5px 0 25px;
    bottom: 20px;
    top: auto; }

.route-six {
  top: 82%;
  left: 23%; }
  .route-six .route-body {
    padding: 5px 0 25px;
    bottom: 20px;
    top: auto; }

.route-seven {
  top: 41%;
  left: 33%; }

/*route pink */
.route-pink {
  background-color: #e54661;
  transition: all 0.3s ease-in-out; }
  .route-pink span i {
    color: #e54661;
    font-weight: 600; }

.route-pink.close {
  background-color: #e54661;
  transition: all 0.3s ease-in-out; }
  .route-pink.close span i {
    color: #e54661;
    font-weight: 600; }

.route-pink.open span i {
  color: #6f7177; }

/*route green */
.route-green {
  background-color: #bacc28; }
  .route-green span i {
    color: #bacc28;
    font-weight: 600; }

.route-green.close {
  background-color: #bacc28; }
  .route-green.close span i {
    color: #bacc28;
    font-weight: 600; }

.route-green.open span i {
  color: #6f7177; }

/*route blue */
.route-blue {
  background-color: #009fc9; }
  .route-blue span i {
    color: #009fc9;
    font-weight: 600; }

.route-blue.open span i {
  color: #6f7177; }

.route-blue.close {
  background-color: #009fc9; }
  .route-blue.close span i {
    color: #009fc9;
    font-weight: 600; }

/*.location {
	padding-top: 12px;
}*/
.navigate_marker_prev {
  float: left;
  background-color: #e54661;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 22px;
  cursor: pointer;
  -webkit-border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .navigate_marker_prev:not([href]):not([tabindex]) {
    color: #ffffff; }
    .navigate_marker_prev:not([href]):not([tabindex]):hover {
      color: #e54661; }
  .navigate_marker_prev:hover {
    background-color: #ffffff;
    color: #e54661;
    border: 2px solid #e54661; }

.navigate_marker_next {
  float: right;
  background-color: #e54661;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 22px;
  cursor: pointer;
  -webkit-border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .navigate_marker_next:not([href]):not([tabindex]) {
    color: #ffffff; }
    .navigate_marker_next:not([href]):not([tabindex]):hover {
      color: #e54661; }
  .navigate_marker_next:hover {
    background-color: #ffffff;
    color: #e54661;
    border: 2px solid #e54661; }

/* ===================================================
   Ultimate Journey Route in progress pop up Page CSS
   =================================================== */
.ultimate-journey-route-footer {
  position: relative;
  height: 100vh;
  background-color: #b6f2ff; }
  .ultimate-journey-route-footer .footer {
    position: fixed;
    bottom: 0; }

.ultimate-journey-route-in-progress {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 70px;
  z-index: 105;
  background-color: rgba(0, 0, 0, 0.6); }
  .ultimate-journey-route-in-progress p {
    text-align: center;
    font-size: 52px;
    line-height: 52px;
    font-weight: bold;
    color: #fff;
    margin-top: -100px; }
    .ultimate-journey-route-in-progress p span {
      display: block;
      font-size: 22px;
      line-height: 30px;
      font-weight: 600;
      padding: 30px 0 0px;
      font-style: italic;
      width: 550px;
      margin: 0 auto; }

/* ========================================
   Multi Left pop up Page CSS
   ======================================== */
.multi-route-left {
  position: absolute;
  top: 20px;
  z-index: 1; }

.multi-route-list {
  padding-left: 0; }
  .multi-route-list li {
    margin-bottom: 5px; }
    .multi-route-list li a {
      display: inline-block;
      border-radius: 0 15px 15px 0px;
      padding: 4px 12px 4px 8px;
      color: #ffffff;
      font-size: 14px;
      font-weight: 600;
      transition: all 0.3s ease-in-out;
      text-decoration: none; }
      .multi-route-list li a span {
        margin-left: 5px;
        transition: all 0.3s ease-in-out; }
    .multi-route-list li:hover a {
      text-decoration: none; }
      .multi-route-list li:hover a span {
        margin-left: 18px; }
    .multi-route-list li a.active {
      text-decoration: none; }
      .multi-route-list li a.active span {
        margin-left: 18px; }

.multiroute-grey {
  background-color: #6f7177;
  padding: 8px 12px 8px 8px !important; }

.multiroute-pink {
  background-color: #e54661; }

.multiroute-blue {
  background-color: #009fc9; }

.multiroute-green {
  background-color: #b3ce35; }

/* ========================================
   Multi Trip Block Page CSS
   ======================================== */
.multi_wrap {
  position: fixed;
  height: 100vh; }

.multi_trip .sebm-google-map-container {
  position: relative;
  height: 100vh !important; }
.multi_trip .sebm-google-map-container-inner {
  height: inherit !important; }
.multi_trip [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.multi_trip_wrap {
  	/*position: absolute;
      height: 93vh;
      padding-bottom: 68px;*/ }

.multi_trip_block {
  position: relative;
  z-index: 0;
  top: 0px;
  right: 0;
  padding: 0;
  height: calc(100vh - 71px);
  width: 100%;
  border: 1px solid #4f5559;
  border-right: none;
  background-color: white;
  overflow: scroll;
  overflow-x: auto; }
  .multi_trip_block::-webkit-scrollbar {
    width: 10px; }
  .multi_trip_block::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2); }
  .multi_trip_block::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.22); }
    .multi_trip_block::-webkit-scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.4); }
    .multi_trip_block::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(0, 0, 0, 0.05); }

.multi_trip_wrap {
  display: block; }

.multi_trip_img {
  display: block;
  margin-bottom: 15px; }
  .multi_trip_img img {
    width: 100%; }

.multi_trip_title {
  display: block; }
  .multi_trip_title p {
    float: left;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #4f5559;
    margin-bottom: 0;
    width: 70%; }
    .multi_trip_title p span {
      display: block; }
    .multi_trip_title p + p {
      float: right;
      text-align: center;
      color: #b3ce35;
      font-size: 16px;
      width: 70px; }

.multi_trip_box {
  padding: 15px;
  border-bottom: 1px solid #4f5559;
  border-right: 1px solid #4f5559;
  width: 100%;
  float: left; }

.multi_trip_number span {
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 4px solid #009ec7;
  color: #009ec7;
  padding: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  width: 46px;
  height: 46px;
  text-align: center; }

.multi_title_inner {
  font-weight: 600;
  font-size: 18px;
  padding: 5px 0; }

.multi_vote_counts {
  font-size: 22px; }

.multi_trip_description {
  clear: both; }
  .multi_trip_description p {
    clear: both; }

/*map bottom*/
.gmnoprint {
  bottom: 60px !important;
  right: 65px !important; }

.gmnoprint.gm-style-cc {
  bottom: 60px !important;
  right: 0px !important; }

/*my location*/
.mylocation_title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px; }

.map_zoom_wrap {
  position: absolute;
  height: 76vh;
  z-index: 2;
  left: 4%;
  top: 150px; }
  .map_zoom_wrap .map_zoom_icons {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 60px; }
    .map_zoom_wrap .map_zoom_icons a {
      display: block;
      font-size: 30px;
      line-height: 30px;
      padding: 4px 15px;
      color: #4f5559;
      position: relative; }
      .map_zoom_wrap .map_zoom_icons a:hover {
        text-decoration: none; }
      .map_zoom_wrap .map_zoom_icons a:last-child:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 2px;
        background: #4f5559;
        bottom: 15px;
        left: 0;
        right: 0;
        margin: 0 auto; }
  .map_zoom_wrap .distance-wrap {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #ffffff;
    padding: 15px 10px;
    border-radius: 60px;
    width: 200px;
    left: 73px;
    text-align: center; }
    .map_zoom_wrap .distance-wrap p {
      margin: 0;
      line-height: 2;
      font-weight: 700; }
      .map_zoom_wrap .distance-wrap p span {
        color: #009ec7;
        font-weight: 400; }

/* ========================================
   Quick Vote Page CSS
   ======================================== */
.quick_vote_msg h1 {
  font-weight: 700;
  color: #ffffff; }

.quick_vote_wrap {
  background-color: rgba(0, 0, 0, 0.4);
  margin: 20px auto 80px;
  max-width: 770px;
  padding: 30px;
  position: relative;
  z-index: 1; }
  .quick_vote_wrap .quick_vote_head {
    color: #ffffff;
    text-align: center;
    margin: 0 0 15px; }
    .quick_vote_wrap .quick_vote_head .quick_vote_counter b {
      border-radius: 50%;
      border: 2px solid #ffffff;
      line-height: 35px;
      width: 40px;
      height: 40px;
      font-weight: 700;
      display: inline-block; }
    .quick_vote_wrap .quick_vote_head h2 {
      display: inline-block;
      font-weight: 700;
      font-size: 24px;
      padding: 0 10px;
      width: 100%; }
    .quick_vote_wrap .quick_vote_head .quick_vote_close a {
      border-radius: 50%;
      border: 2px solid #ffffff;
      line-height: 35px;
      width: 40px;
      height: 40px;
      font-weight: 700;
      font-size: 16px;
      color: #ffffff;
      display: inline-block; }
      .quick_vote_wrap .quick_vote_head .quick_vote_close a:hover {
        text-decoration: none; }
  .quick_vote_wrap .quick_vote_middle .quick_vote_img {
    text-align: center; }
  .quick_vote_wrap .quick_vote_middle p {
    width: 68%;
    margin: 10px auto 0;
    color: #ffffff; }
  .quick_vote_wrap .quick_vote_bottom ul {
    padding-left: 0;
    text-align: center;
    margin-bottom: 0; }
    .quick_vote_wrap .quick_vote_bottom ul li {
      display: inline-block; }
      .quick_vote_wrap .quick_vote_bottom ul li a {
        margin: 0 20px;
        text-align: center;
        display: block;
        transition: all .9s ease-in-out; }
        .quick_vote_wrap .quick_vote_bottom ul li a img {
          width: 70px;
          margin: 0 auto 5px auto; }
        .quick_vote_wrap .quick_vote_bottom ul li a span {
          font-weight: 700;
          font-size: 16px;
          display: block;
          text-align: center;
          color: #ffffff; }
        .quick_vote_wrap .quick_vote_bottom ul li a:hover {
          text-decoration: none; }
          .quick_vote_wrap .quick_vote_bottom ul li a:hover img {
            transform: scale(1.05);
            transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out; }

.thank-you {
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 770px;
  margin: auto;
  padding: 30px; }

/* ========================================
   New Home Page CSS
   ======================================== */
.home-features .home-feature-box {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-border-radius: 10px;
  -o-border-radius: 10px;
  border: 8px solid #ffffff;
  padding: 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  text-align: center;
  min-height: 275px;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column; }
  .home-features .home-feature-box .home-feature-icon {
    margin-bottom: 15px; }
  .home-features .home-feature-box p {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px; }
    .home-features .home-feature-box p span {
      font-weight: 300; }
  .home-features .home-feature-box .btn {
    min-width: 180px;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    text-transform: initial;
    font-weight: 600;
    padding: 9px 30px 9px 20px;
    position: relative; }
    .home-features .home-feature-box .btn:after {
      content: "\f105";
      font-family: 'Font Awesome\ 5 Free';
      color: #ffffff;
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -5px; }
.home-features .home-feature-box.blue-solid:hover {
  border-color: #009ec7; }
.home-features .home-feature-box.blue-solid:hover .btn-solid-blue {
  background-color: #ffffff;
  color: #009ec7; }
  .home-features .home-feature-box.blue-solid:hover .btn-solid-blue:after {
    color: #009ec7; }
.home-features .home-feature-box.green-solid:hover {
  border-color: #b3ce35; }
.home-features .home-feature-box.green-solid:hover .btn-solid-green {
  background-color: #ffffff;
  color: #b3ce35; }
  .home-features .home-feature-box.green-solid:hover .btn-solid-green:after {
    color: #b3ce35; }
.home-features .home-feature-box.black-solid:hover {
  border-color: #343b40; }
.home-features .home-feature-box.black-solid:hover .btn-solid-black {
  background-color: #ffffff;
  color: #343b40; }
  .home-features .home-feature-box.black-solid:hover .btn-solid-black:after {
    color: #343b40; }
.home-features .home-feature-box.red-solid:hover {
  border-color: #e54661; }
.home-features .home-feature-box.red-solid:hover .btn-solid-red {
  background-color: #ffffff;
  color: #e54661; }
  .home-features .home-feature-box.red-solid:hover .btn-solid-red:after {
    color: #e54661; }
.home-features .home-feature-box.gray-solid:hover {
  border-color: #919296; }
.home-features .home-feature-box.gray-solid:hover .btn-solid-gray {
  background-color: #ffffff;
  color: #919296; }
  .home-features .home-feature-box.gray-solid:hover .btn-solid-gray:after {
    color: #919296; }
.home-features .stat-here .btn {
  min-width: 210px;
  text-align: center;
  position: relative;
  text-transform: uppercase; }
  .home-features .stat-here .btn .right-arrow-icon {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px; }
.home-features .home-feature-box-col {
  margin-top: auto;
  margin-bottom: auto; }

.btn-solid-blue {
  background-color: #009ec7;
  border: 3px solid #009ec7; }
  .btn-solid-blue:hover {
    background-color: #ffffff;
    color: #009ec7; }

.btn-solid-green {
  background-color: #b3ce35;
  border: 3px solid #b3ce35; }
  .btn-solid-green:hover {
    background-color: #ffffff;
    color: #b3ce35; }

.btn-solid-black {
  background-color: #343b40;
  border: 3px solid #343b40; }
  .btn-solid-black:hover {
    background-color: #ffffff;
    color: #343b40; }

.btn-solid-red {
  background-color: #e54661;
  border: 3px solid #e54661; }
  .btn-solid-red:hover {
    background-color: #ffffff;
    color: #e54661; }

.btn-solid-gray {
  background-color: #919296;
  border: 3px solid #919296; }
  .btn-solid-gray:hover {
    background-color: #ffffff;
    color: #919296; }

.not-release {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  padding: 40px 0 0 0; }
  .not-release .not-release-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    height: 100%; }
    .not-release .not-release-text p {
      font-size: 22px;
      color: #ffffff;
      margin-top: 40px;
      font-weight: 300;
      font-style: italic; }

#warning-landscape {
  display: none;
  text-align: center;
  position: fixed;
  z-index: 9999;
  background: #f4f4f4;
  height: 100%;
  padding: 0 60px;
  width: 100%; }
  #warning-landscape .warning-content {
    display: table-cell;
    vertical-align: middle; }
    #warning-landscape .warning-content h6 {
      font-weight: 600;
      font-size: 18px; }

/****Booklet Download Pop-up****/
.booklet-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 15; }
  .booklet-popup .booklet_bg-parent {
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .booklet-popup .booklet_bg-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    padding: 40px 15px 0px;
    height: 100%;
    overflow-y: scroll; }
    .booklet-popup .booklet_bg-cover .contentarea {
      padding-top: 0; }

.booklet-form {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-box-border-radius: 15px;
  -o-border-radius: 15px;
  max-width: 450px;
  margin: auto;
  position: relative; }
  .booklet-form h6 {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px; }
  .booklet-form .booklet_close {
    position: absolute;
    top: 20px;
    right: 20px; }
    .booklet-form .booklet_close a {
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none; }
  .booklet-form .btn {
    font-size: 24px;
    width: 100%; }

/*# sourceMappingURL=style.css.map */
