/*
  font-family:'Gilroy';
  font-family:'Gilroy';
  font-family:'Gilroy';
  
  font-family: 'Yantramanav', sans-serif;

  font-family:'Gilroy';
  font-family:'ProximaNW01-AltThinReg';
  font-family:'Gilroy';
  font-family:'Gilroy';

  GRAY: 1b1b1b;
  GREEN PRIMARY:var(--main-bg-color);

  PRIMARY RED: var(--main-bg-color)
  BROWN: #ce0f25;
  SLATE GRAY: #858B87;
  GREEN: var(--text-primary-color);
  LIGHTGRAY: #E7E5E4;
*/

:root {
  --main-bg-color: #1A2369;
  --secondary-bg-color: #D9B152;
  --text-primary-color: #1A2369;

/*   --main-bg-color: #364eff;
  --secondary-bg-color: #cd1717;
  --text-primary-color: #1A2369; */
  /*--secondary-bg-color: #EA5A5A;*/
}

body{
  /*background: #f7f7f7;*/
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #4F4F4F;
  padding-top: 68px;
}
*, *::after, *::before {
    -webkit-font-smoothing: antialiased;
    outline: none;
    text-rendering: optimizeLegibility;
    zoom: 1;
}
::-moz-selection { background: var(--main-bg-color); color: #ffffff; }
::selection { background: var(--main-bg-color); color: #ffffff; }

em, i{
  /*font-family: 'merriweatheritalic', serif;*/
}


h1,h2,h3,h4,h5{
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #111;
}
strong, label{
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 600;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





strong{
  font-weight: 600;
}
.text-primary{
  color: var(--text-primary-color);
}
.text-black{
  color: #111;
}
.text-white{
  color: #fff;
}
.lead{
  line-height: 36px;
}



.service-list-wrap{
  margin-top: 10px;
  /*border-bottom: 1px solid #7B7A7A;*/
}
.service-list-tab{
  margin-bottom: 0;
}
.service-list-tab > li{
  margin-right: 30px;
}
.service-list-tab > li.active > a{
  border-bottom: 2px solid var(--text-primary-color);
}
.service-list-tab > li > a{
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.service-list-tab > li > a > .service-icon{
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.service-list-tab > li > a > .service-icon svg{
  width: 54px;
}
.service-list-tab > li > a > .service-label{
  display: inline-block;
  padding-top: 15px;
  font-size: 16px;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  color: #4F4F4F;
}



.download-links-logo{

}
.download-logo-wrap{
  width: 180px;
  /*height: 60px;*/
}
.download-logo-wrap > a{
  display: block;
  margin-bottom: 15px;
}
.download-logo-wrap img{
  width: 100%;
  /*height: 40px;*/
}
.app-download-qr-code{
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  overflow: hidden;
}


#infowindow-content .title {
  font-weight: bold;
}
#infowindow-content {
  display: none;
}
#map-wrapper{
  /*border-radius: 0 15px 15px 0;*/
  overflow: hidden;
}
#map-pointer{
  height: 700px;
}
#map-pointer #infowindow-content {
  display: inline;
}

.pac-container{
  z-index: 1090;
}
.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 20px;
}

.booking-map-wrap{
  /*border: 10px solid #f1f1f1;*/
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
  padding: 30px;
  background: #ffffff;
  border-radius: 15px;
}
#booking-form-section{
  /*padding: 40px;*/
}

#booking-form-section .form-group-with-icon .form-icon-wrap{
    top: 35px;
    right: auto;
    left: -50px;
    font-size: 20px;
    text-align: center;
    width: 17px;
}

.item-details-wrap{
  /*background: #eee;*/
  border-left: 1px solid #eee;
  /*color: #ffffff;*/
  padding: 40px;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}

.form-icon-wrap svg{
  width: 18px !important;
  height: 18px !important;
}


.from-to-form{
  position: relative;
  /*padding: 0 80px;*/
  padding-left: 48px;
}
.from-to-div{
  position: absolute;
  left: 6px;
  top: 65px;
  height: 40px;
  width: 1px;
  border-left: 1px dashed #8FC22A;
}


.pickup-time-wrap{
  position: relative;
}
.pickup-time-wrap #pickup-time-hour{
  padding-right: 30px !important;
}
.pickup-time-wrap:after{
  content: ':';
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -30%;
}









/*======================================
RESPONSIVE
======================================*/

@media (max-width: 991px) {
.progress-breadcrumbs a {
    padding: 21px 25px 20px 40px !important;
}

}


@media (max-width: 1024px) {
.hitch-type-list > li > a {
  padding: 15px 10px !important;
}
.hitch-type-list > li span.hitch-type-label {
    padding: 0 10px !important;
}

}



/* *********************************** */
/* LANDING PAGE */
/* *********************************** */
#landing-hero-wrap{
  /*position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  z-index: 3;*/
  /*overflow: hidden;*/
  /*background: var(--main-bg-color);*/
  /*color: #ffffff;*/
}
#landing-form-wrap{
  /*border: 1px solid #111;
  color: #ffffff;*/
  /*background: #111;*/
  /*background: rgba(0,0,0,0.6);*/
  /*padding: 0px 20px 4px;*/
  /*border-radius: 0 6px 6px 6px;*/
  /*box-shadow: 0 0 15px rgba(0,0,0,0.5);*/

  -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
#landing-page-section:hover #landing-form-wrap, #landing-page-section:hover .book-type-wrap{
  /*background: #111;*/
  /*background: rgba(0,0,0,0.8);*/
}
.book-type-wrap{
  /*position: absolute;*/
  background: #111;
  background: rgba(0,0,0,0.6);
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  border: 1px solid #111;
  border-bottom: 0;
  top: -41px;
  left: -21px;
  padding: 3px 20px 5px 20px;
  border-radius: 6px 6px 0 0;

  -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.w-break {
  word-break: break-all;
}

.green-gradient{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--main-bg-color)+0,ee273d+100 */
  /*PRIMARY RED: var(--main-bg-color)
  BROWN: #ce0f25;*/
  /*color: #ffffff;*/
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
}
/*#landing-page{
  padding: 40px 0 140px;
  background-image: url('../img/landing-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
  min-height: 400px;
  overflow: hidden;
}
#landing-page .hero-title{
  color: #4F4F4F;
}*/
#hitch-booking-section .kk-suggestion{
  padding: 6px 12px;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#hitch-booking-section .kk-suggestion.kk-suggestion.kk-is-under-cursor:first-child{
  border-radius: 4px 4px 0 0;
  border-radius: 0;
}
#hitch-booking-section .kk-dropdown-menu{
  /*overflow: hidden;*/
  border-radius: 4px;
  /*min-height: 40px;*/
  display: none;
  box-shadow: 0 1px 13px 0 rgba(0,0,0,0.1);
}
#hitch-booking-section .kk-dropdown-menu.open{
  display: block;
}
#hitch-booking-section .kk-dataset-query{
  border-radius: 4px;
  overflow: hidden;
}
.datepicker:before, .datepicker:after{
  display: none;
}

#hitch-booking-section .kk-dropdown-menu:after {
  /*bottom: 100%;
  left: 13px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eeeeee;
  border-width: 7px;
  margin-left: -7px;*/
}

.hero-title{
  font-size: 30px;
  line-height: 34px;
  /*color: #ffffff;*/
  font-weight: 600;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}


.stat-wrap{
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  padding: 30px;
  border-left: 3px solid var(--text-primary-color);
  margin-bottom: 20px;
}
.stat-wrap .stat-label-2{
  font-size: 14px;
  color: #888;
}
.stat-num{
  font-size: 28px;
  line-height: 34px;
  font-family: 'proxima_novasemibold', Arial;
}



#landing-form{
  /*background: #ffffff;*/
  /*border-radius: 2px;*/
  /*box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);*/
  line-height: 16px;
  /*color: #ffffff;*/
  padding-bottom: 15px;
  position: relative;
}


#landing-form .form-group{
  position: relative;
  /*border-right: 1px solid #ddd;*/
  padding: 20px 0 3px 0;
  margin-bottom: 0;
}
#landing-form .list-inline{
  margin-bottom: 0;
}
#landing-form .list-inline .radio{
  margin-bottom: 0;
  margin-top: 5px;
}

#landing-form .list-inline .radio input[type="radio"]:checked:not(:disabled):hover + label::after,
#landing-form .list-inline .radio input[type="radio"]:checked + label::after {
  /*color: #ffffff;*/
}

.border-right0{
  border-right: 0 !important;
}

#landing-form .form-control{
  /*background: transparent;*/
  /*border: 0 !important;*/
  /*border-bottom: 1px solid #eeefec !important;*/
  /*box-shadow: none !important;*/
  /*border-radius: 0;*/
  /*padding: 0;*/
  font-size: 14px;
  /*font-family: 'Gilroy', Helvetica, Arial, sans-serif;*/
  /*color: #000;*/
  /*color: #ffffff;*/
}
#landing-form .form-control[disabled], #landing-form .form-control[readonly]{
  background: #eeefec;
}

#landing-form .form-control:focus{
  /*border-bottom: 1px solid var(--main-bg-color) !important;*/
}
#landing-form .control-label{
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
#landing-form .btn-search{
  /*width: 110px;*/
  border-radius: 4px !important;
}



/* *********************************** */
/* HITCH BOOKING */
/* *********************************** */
#hitch-booking-section{
  padding: 40px 0;
}
.hitch-type-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.hitch-type-list > li{
  display: block;
  margin-bottom: 20px;
}
.hitch-type-list > li > a{
  display: block !important;
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  text-align: center;
}
.hitch-type-list > li.active > a{
  box-shadow: 0 0 0 4px var(--main-bg-color);
}

.hitch-type-list > li .inline-icon{
  width: 30px;
}
.hitch-type-list > li span.hitch-type-label{
  padding: 0 20px;
}

.hitch-type-list > li:nth-child(1) > a{
  background: var(--text-primary-color);
}
.hitch-type-list > li:nth-child(2) > a{
  background: var(--main-bg-color);
}
.hitch-type-list > li:nth-child(3) > a{
  background: #f4c945;
}

.bg-primary1{
  background-color: var(--text-primary-color);
}
.bg-primary2{
  background: var(--main-bg-color);
}
.bg-primary3{
  background-color: #526ED0 !important;
}


.bg-light-gray{
  background-color: #f3f3f3; 
}
.bg-light-gray hr{
  border-color: #dedede;
}



.item-row{
  position: relative;
  /*padding-right: 40px;*/
  margin-bottom: 20px;
  /*border-bottom: 1px solid #888;*/
  padding-bottom: 10px;
}
#items-inject-wrap .item-row:first-child .btn-item-remove-wrap{
  display: none;
}

.btn-item-remove-wrap{
  position: absolute;
  top: 21px;
  right: -11px;
}
.btn-remove-item{
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 26px;
  padding: 0;
  color: #ffffff;
  background: #526ED0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.btn-remove-item:hover{
  color: #ffffff;
  background: var(--main-bg-color);
}


.booking-header h2 {
  font-size: 26px;
}
.item-description h4 {
  word-break: break-all;
}




.booking-form-content{
  padding: 40px 40px;
  background: #F4F4F4;
  border-radius: 8px;
}


.pickup-location-wrap{
  background: var(--main-bg-color);
  padding: 20px 0 20px 68px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.pickup-location-wrap .location-form-group{
  position: relative;
  margin: 0;
}
.pickup-location-wrap .location-form-group:before{
  content: '';
  width: 15px;
  height: 15px;
  background: var(--text-primary-color);
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -40px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.pickup-location-wrap .location-form-group.from-group:after{
  content: '';
  height: 60px;
  width: 5px;
  background: var(--text-primary-color);
  position: absolute;
  top: 8px;
  left: -35px;
  z-index: 1;
}

.pickup-location-wrap .location-form-group.to-group:before{
  top: 15px;
  box-shadow: 0 0 0 4px #f4c945;
}

.pickup-location-wrap .form-group{
  position: relative;
}
.pickup-location-wrap #from{
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
.pickup-location-wrap #to{
  padding-top: 10px;
}
.pickup-location-wrap .form-control, .pickup-location-wrap .form-control:focus{
  border-radius: 0;
  color: #fff;
  border: 0;
  box-shadow: none;
  padding: 0;
  background: none;
  font-size: 16px;
}

.pickup-location-wrap .form-control::-moz-placeholder {
  color: #fff;
  color: rgba(255,255,255,0.7);
  opacity: 1;
}
.pickup-location-wrap .form-control:-ms-input-placeholder {
  color: #fff;
  color: rgba(255,255,255,0.7);
}
.pickup-location-wrap .form-control::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255,255,255,0.7);
}

.size-select .btn{
  height: auto !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
  box-shadow: none;
}
.size-select .btn:last-child{
  margin-right: 0 !important;
}
.size-select .size-label{
  background: #ffffff;
  padding: 10px 10px;
  display: block;
  width: 65px;
  font-size: 18px;
  /*height: 80px;*/
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-bottom: 10px;
}
.size-select .btn.active .size-label{
  background: var(--text-primary-color);
  color: #fff;
}
.size-select .kg-label{
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}



.size-selectlist > li{
  min-width: 80px;
  text-align: center;
  margin-right: 10px;
}
.size-selectlist > li > a{
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.size-selectlist > li .kg-label{
  font-size: 10px;
  text-transform: uppercase;
}


#btn-booking-submit{
  padding: 20px 35px;
  font-size: 18px;
  height: auto;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}




/* *********************************** */
/* MS DATEPICKER */
/* *********************************** */
.datepicker{
  border: 0;
  box-shadow: 0 1px 13px 0 rgba(0,0,0,0.1);
  margin-top: 3px;
}
.datepicker *{
  text-shadow: none;
}
.datepicker table{
  width: 100%;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th{
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td{
  padding: 5px 10px;  
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled]{
  background: var(--main-bg-color);
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled]{
  background-image: none;
  background: #858B87;  
}
.datepicker-inline {
    width: 290px;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover{
  background: #858B87;
  /*background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);*/
  color: #ffffff;
}
.datepicker-dropdown.datepicker-orient-top:before{
    border-top: 7px solid #f1f1f1;
}
.datepicker-dropdown:before{
    border-bottom-color: #f1f1f1;
}







.pad30 {
  padding: 30px;
}








/* *********************************** */
/* PROGRESS BREADCRUMBS */
/* *********************************** */
ul.cf {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cf:before, .cf:after {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}




.progress-breadcrumbs {
  /*border-top: 1px solid #ddd;*/
  /*border-bottom: 1px solid #ddd;*/
  background-color: #F4F4F4;

}

.progress-breadcrumbs ul {
  /*border-left: 1px solid #ddd;*/
  /*border-right: 1px solid #ddd;*/
  margin: 0;
  text-align: center;
}

.progress-breadcrumbs li {
  /*float: left;*/
  display: inline-block;
  /*width: 20%;*/
}

.progress-breadcrumbs a {
  position: relative;
  display: block;
  padding: 21px 35px 20px 50px;
  /*padding-right: 0 !important;*/
  /* important overrides media queries */
  font-size: 14px;
  line-height: 1;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  /*font-weight: bold;*/
  text-align: center;
  color: #aaa;
  cursor: pointer;

  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    cursor: default;
}

.progress-breadcrumbs a:hover {
  color: #555;
  background: #eee;
}

.progress-breadcrumbs a.active {
  color: #555;
  /*background-color: #fafafa;*/
  cursor: pointer;
}




.progress-breadcrumbs a span:first-child {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 2px;
  margin-right: 5px;
  border: 1px solid #aaa;
  border-radius: 50%;
  background-color: #fff;
}

.progress-breadcrumbs a.active span:first-child {
  color: #fff;
  border-color: var(--main-bg-color);
  background-color: var(--main-bg-color);
}

.progress-breadcrumbs a:before,
.progress-breadcrumbs a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 16px solid transparent;

  -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.progress-breadcrumbs a:before {
  margin-left: 1px;
  border-left-color: #d5d5d5;
}

.progress-breadcrumbs a:after {
  border-left-color: #f5f5f5;
}

.progress-breadcrumbs a:hover:after {
  border-left-color: #eee;
}

.progress-breadcrumbs a.active:after {
  /*border-left-color: #fafafa;*/
}

.progress-breadcrumbs li:last-child a:before,
.progress-breadcrumbs li:last-child a:after {
  display: none;
}

@media (max-width: 720px) {
  .progress-breadcrumbs a {
    padding: 15px;
  }

  .progress-breadcrumbs a:before,
  .progress-breadcrumbs a:after {
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 13px;
  }
}
@media (max-width: 620px) {
  .progress-breadcrumbs a {
    padding: 10px;
    font-size: 12px;
  }

  .progress-breadcrumbs a:before,
  .progress-breadcrumbs a:after {
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 11px;
  }
}
@media (max-width: 520px) {
  .progress-breadcrumbs a {
    padding: 5px 20px 5px 26px !important;
  }

  .progress-breadcrumbs a:before,
  .progress-breadcrumbs a:after {
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 8px;
  }

  .progress-breadcrumbs li a span:first-child {
    display: block;
    margin: 0 auto;
  }

  .progress-breadcrumbs li a span:last-child {
    display: none;
  }
}








.box-shadow{
  box-shadow: 0 0 25px rgba(0,0,0,0.1);
}








/* *********************************** */
/* TYPOGRAPHY */
/* *********************************** */
.hero-title{
  /*font-size: 28px;
  line-height: 38px;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;*/
}
.hero-title-2{
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 32px;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.hero-title-4{
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;  
}
.hero-sub{
  font-size: 20px;
  line-height: 30px;
  opacity: 0.6;
  margin-bottom: 30px;
}
.section-title{
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 40px;
  margin-top: 0;
  /*font-family: 'Gilroy', Helvetica, Arial, sans-serif;*/
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-block;
  position: relative;
  padding: 10px 41px 11px 0;
}
.section-title:before{
  content: '';
  background: var(--main-bg-color);
  border-bottom: 2px solid #111;
  left: 10px;
  bottom: 0;
  top: 0;
  right: 0;
  /* height: 40px; */
  /*width: 215px;*/
  position: absolute;
  /*z-index: -1;*/
  -webkit-transform: skewx(25deg);
  -ms-transform: skewx(25deg);
  transform: skewx(25deg);
  border-radius: 0 10px 0px;

  box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.section-title:after{
  content: '';
  background: var(--main-bg-color);
  right: 90%;
  bottom: 0;
  top: 0;
  width: 200%;
  position: absolute;
  /*z-index: -1;*/
  -webkit-transform: skewx(25deg);
  -ms-transform: skewx(25deg);
  transform: skewx(25deg);
  border-bottom: 2px solid #111;
}

.section-title.section-title-float{
  padding-left: 41px;
}
.section-title.section-title-float:after{
  display: none;
}



/* ~SECTIONS */
.section-pad{
  padding: 100px 0;
}
.section-pad-md{
  padding: 80px 0;
}
.section-pad-sm{
  padding: 50px 0;
}



.st-text{
  position: relative;
  z-index: 1;
}

.header-2{
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: normal;
}



/* *********************************** */
/* MAIN NAVIGATION */
/* *********************************** */
#main-navigation{
  z-index: 1001;
  background: #ffffff;
  border: 0;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
  padding: 8px 0;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*#main-navigation .container-fluid, #landing-hero-wrap .container-fluid, .max-fluid{
  max-width: 1500px;
}*/
#main-navigation .navbar-nav > li > a{
  position: relative;
  color: #4F4F4F;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
  /*letter-spacing: 1px;*/
  font-size: 14px;
  padding: 22px 16px;
  background-color: transparent;
  font-weight: 500;
  /*overflow: hidden;*/
    -webkit-transition: color 500ms ease-in-out; 
   -moz-transition: color 500ms ease-in-out; 
     -o-transition: color 500ms ease-in-out; 
        transition: color 500ms ease-in-out; /* easeInOutExpo */
}
#main-navigation .navbar-nav > li > a:hover, #main-navigation .navbar-nav > li > a:focus{
  color: #111;
}

#top-nav{
  /*border-top: 4px solid #111;*/
  /*background: #434343;*/
  /*overflow: hidden;*/
  position: relative;
  /*border-bottom: 4px solid #E48824;*/
}
/*#top-nav:before{
  content: '';
  position: absolute;
  right: 31px;
  top: 0;
  width: 78%;
  background: #111;
  height: 100%;
  -webkit-transform: skewx(-45deg);
  -ms-transform: skewx(-45deg);
  transform: skewx(25deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#top-nav:after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 41%;
  background: #111;
  height: 100%;
  z-index: -1;
}*/
#top-nav .navbar-nav > li > a{
  color: #4F4F4F;
  padding: 18px 20px;
  font-size: 16px;
}
#top-nav .navbar-right{
  margin-right: 0;
}
#top-nav .navbar-nav > li.nav-highlight > a{
  /*padding: 24px 50px;
  background: #E48824;
  color: #4F4F4F;
  margin-left: 10px;

  -webkit-transition: background .3s ease-out;
  -moz-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;*/

  padding: 11px 30px;
  background: var(--secondary-bg-color);
  color: #ffffff;
  margin-top: 7px;
  margin-left: 30px;
}
#top-nav .navbar-nav > li > a:hover, #top-nav .navbar-nav > li > a:focus{
  color: #4F4F4F;
  /*color: rgba(255,255,255,0.8);*/
}

#top-nav .navbar-nav > li.nav-highlight > a:hover{
  /*color: #4F4F4F; 
  background: #72990e;*/
}

#top-nav .navbar-nav > li.active > a{
  color: var(--text-primary-color);
}


#main-navigation .dropdown-image{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 1px #4F4F4F;
  margin-right: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  margin-left: 15px;
}
#main-navigation .dropdown-image:before{
  display: none;
}
#main-navigation .dropdown-image img{
  width: 30px;
}

#main-navigation .user-dropdown{
  /*margin-right: 15px;*/
  margin-top: 12px;
}
#main-navigation .user-dropdown .dropdown-menu{
  margin-top: 8px;
  /*margin-right: -2px;*/
  border: 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  border-radius: 2px;
  min-width: 220px;
  padding: 10px 15px;
}

#main-navigation .user-dropdown .dropdown-menu > li > a{
  padding: 13px 20px;
  border-bottom: 1px solid #f1f1f1;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
}
#main-navigation .user-dropdown .dropdown-menu > li:last-child > a{
  border-bottom: 0;
}


.dropdown-arrow ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 10;
}
.dropdown-arrow ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #f1f1f1;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 8px;
    z-index: 9;
}

.dropdown-filter {
  padding: 20px;
  min-width: 400px;
}
.dropdown-filter-short {
  padding: 20px;
  min-width: 200px;
}

.site--logo{
  position: relative;
  /*top: 10px;*/
  z-index: 2;
  padding-top: 6px;
  float: left;
  margin-right: 10px;
}

.site--logo:before{
  /*height: 80px;
  content: '';
  background: #ffffff;
  left: 0;
  bottom: 0;
  top: 0;
  width: 130px;
  position: absolute;
  z-index: -1;
  -webkit-transform: skewx(-25deg);
  -ms-transform: skewx(-25deg);
  transform: skewx(-25deg);*/
  /*border-radius: 0 10px 0px;*/
}
.site--logo:after{
  /*height: 80px;
  content: '';
  background: #ffffff;
  right: 90%;
  bottom: 0;
  top: 0;
  width: 200%;
  position: absolute;
  z-index: -1;
  -webkit-transform: skewx(-25deg);
  -ms-transform: skewx(-25deg);
  transform: skewx(-25deg);*/
}
.site--logo a{
  display: block;
}
.site--logo a svg{
  width: 210px;
  height: 40px;
}
.site--logo a img{
  width: 64px;
  margin-left: 0;
}
.site--logo a path{
  /*fill: #ffffff;*/
}
.site--logo #logo-text{
  /*display: none;*/
}

.service-zone-icon{
  /*width: 30px;*/
  margin-right: 6px;
  display: inline-block;
}
.service-zone-icon svg{
  width: 10px;
}
.btn-zone-picker{
}
.a-link-line{
  border-bottom: 1px dashed #888;
  padding-bottom: 5px;
}

.primary-nav-section{
  /*margin-top: 80px;*/
}
.primary-nav-section #main-navigation{
  /*background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);*/

  /*padding: 21px 0 16px;*/
}

.my-pills{
  margin: 0;
  padding: 0;
  list-style: none;
}
.my-pills > li{
  display: block;
  margin-bottom: 5px;
}
.my-pills > li > a{
  display: block;
  padding: 12px 30px;
  border-radius: 50px;
  color: #4F4F4F;
}
.my-pills > li.active > a{
  background: #eee;
}
.my-pills > li > a > .zone-icon-pick{
  margin-right: 8px;
  top: 2px;
  position: relative;
  opacity: 0;
}
.my-pills > li > a > .zone-icon-pick svg{
  width: 15px;
  height: 15px;
}
.my-pills > li.active > a > .zone-icon-pick{
  opacity: 1;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
  background: #eee;
  color: #4F4F4F;
  border: 1px solid var(--main-bg-color);
}
.nav-pills > li > a{
  padding: 12px 30px;
  border-radius: 50px;
  color: #4F4F4F;
}

.items-category-radio .radio-inline{
  padding: 2px 19px 5px 12px;
  background: #eee;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 5px;
}


#sub-navigation{
  background: #434343;
  border: 0;
}
#sub-navigation.navbar-inverse .navbar-nav > .active > a, #sub-navigation.navbar-inverse .navbar-nav > .active > a:hover, #sub-navigation.navbar-inverse .navbar-nav > .active > a:focus{
  background: #434343;
}


#sub-navigation .navbar-nav > li > a{
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;  
  color: #ffffff;
}
#sub-navigation .navbar-nav > li > a::after{
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffffff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}
#sub-navigation .navbar-nav > li.active > a, #sub-navigation .navbar-nav > li.active > a:hover, #sub-navigation .navbar-nav > li.active > a:focus{
  background: transparent;
  /*color: #444;*/
  /*border-color: #acde46;    */
  /*color: #acde46;*/
}
#sub-navigation .navbar-nav > li.active > a::after{
  -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#sub-navigation .navbar-nav > li.active > a::after, #sub-navigation .navbar-nav > li.active > a::after:hover, #sub-navigation .navbar-nav > li.active > a::after:focus{
  -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}






#mobile-nav-wrapper{
  position: fixed;
    z-index: 1030;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    line-height: 1em;
    text-align: left;
    overflow: auto;
    pointer-events: none;

    -webkit-transform: translateX(100%);
    transform: translateX(100%);

    /*background-color: rgba(0,0,0,.97);*/
    background: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-transition: -webkit-transform 400ms cubic-bezier(.694,0,.335,1);
    transition: -webkit-transform 400ms cubic-bezier(.694,0,.335,1);
    -o-transition: transform 400ms cubic-bezier(.694,0,.335,1);
    transition: transform 400ms cubic-bezier(.694,0,.335,1);
    transition: transform 400ms cubic-bezier(.694,0,.335,1),-webkit-transform 400ms cubic-bezier(.694,0,.335,1);

    padding-left: 30px;
    padding-right: 30px;
}
#mobile-nav-wrapper.open-nav{
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition: -webkit-transform 600ms cubic-bezier(.694,0,.335,1);
    transition: -webkit-transform 600ms cubic-bezier(.694,0,.335,1);
    -o-transition: transform 600ms cubic-bezier(.694,0,.335,1);
    transition: transform 600ms cubic-bezier(.694,0,.335,1);
    transition: transform 600ms cubic-bezier(.694,0,.335,1),-webkit-transform 600ms cubic-bezier(.694,0,.335,1);

  opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;

}
#mobile-logo{
  text-align: center;
  margin: 20px auto 30px;
  display: block;
}
#mobile-nav-wrapper .navbar-nav{
  float: none !important;
  margin: 0 !important;
}
#mobile-nav-wrapper .navbar-nav > li{
  width: 100%;
  float: none;
  display: inline-block;
  text-align: center;
}
#mobile-nav-wrapper .navbar-nav > li > a{
  float: none;
  width: 100%;
  display: inline-block;
  margin: 0;
  /*font-size: 15px;*/
  padding: 16px 30px;
  text-align: center;
  /*text-transform: uppercase;*/
  /*letter-spacing: 2px;*/
  color: #262626;
  /*opacity: 0.8;*/

}

#mobile-nav-wrapper .navbar-icon{
  top: 0px;
}

.gradient-green{
  background: #AAFFA9;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #11FFBD, #AAFFA9);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #11FFBD, #AAFFA9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#mobile-nav-wrapper .navbar-nav > li > a:hover, #mobile-nav-wrapper .navbar-nav > li > a:focus, #mobile-nav-wrapper .navbar-nav > li.active > a{
  background: transparent;
  opacity: 1;
}

#mobile-nav-wrapper .navbar-icons{
  text-align: center;
}
#mobile-nav-wrapper .navbar-icons > li{
  display: inline-block;
  width: auto;
}
#mobile-nav-wrapper .navbar-icons > li > a{
  display: inline-block;
  width: auto;
  padding: 15px;
}
#mobile-nav-wrapper .navbar-icons > li > a.dropdown-image{
  padding: 0 !important;
    top: 5px;
    margin-left: 8px;
}


#mobile-nav-trigger{
  width: 50px;
  position: fixed;
  top: 23px;
  right: 13px;
  z-index: 1090;
}

#nav-trigger {
  position: relative;
  /*margin-top: 10px;*/
  width: 50px;
    height: 20px;
    padding: 0;
  -moz-transition:0 .4s;
  -o-transition:0 .4s;
  -webkit-transition:0 .4s;
  transition:transform .4s;
  opacity:1!important;
  /*position:relative;*/
  /*z-index:998;*/

  -webkit-backface-visibility: hidden; 
    -moz-backface-visibility:    hidden; 
    -ms-backface-visibility:     hidden;
}
#nav-trigger:before{
  border-radius: 2px;
  content: '';
    /*background: #111;*/
    width: 40px;
    height: 34px;
    position: absolute;
    left: 8px;
    top: -7px;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#nav-trigger:hover{
  cursor: pointer;
}

#nav-trigger.black-nav:before{
    background: #111;
}
.nav-open #nav-trigger.black-nav:before, .nav-open #nav-trigger:before{
  background: transparent;
}

#nav-trigger span {
  -moz-transition:.4s;
  -o-transition:.4s;
  -webkit-transition:.4s;
  transition:.4s;
  background-color: #4F4F4F;
  display:block;
  height:2px;
  left:14px;
  margin-top:-1px;
  position:absolute;
  top:50%;
  width: 28px;
  -webkit-backface-visibility: hidden; 
    -moz-backface-visibility:    hidden; 
    -ms-backface-visibility:     hidden;
}
.landing-navbar #nav-trigger span{
  background-color: #ffffff;
}

#nav-trigger span:first-child {
  -moz-transform:translate(0,-7px);
  -ms-transform:translate(0,-7px);
  -webkit-transform:translate(0,-7px);
  transform:translate(0,-7px);
}

#nav-trigger span:last-child {
  -moz-transform:translate(0,7px);
  -ms-transform:translate(0,7px);
  -webkit-transform:translate(0,7px);
  transform:translate(0,7px);
}

body.nav-open #nav-trigger {
  -moz-transform: rotate(90deg) translate(-3px, 0);
  -ms-transform: rotate(90deg) translate(-3px, 0);
  -webkit-transform: rotate(90deg) translate(-3px, 0);
  transform: rotate(90deg) translate(-3px, 0);
}

body.nav-open #nav-trigger span {
  background-color:#4F4F4F;
}

body.nav-open #nav-trigger span:first-child {
  -moz-transform:rotate(45deg) translate(0,0);
  -ms-transform:rotate(45deg) translate(0,0);
  -webkit-transform:rotate(45deg) translate(0,0);
  transform:rotate(45deg) translate(0,0);
}

body.nav-open #nav-trigger span:nth-child(2) {
  -moz-transform:scaleX(0);
  -ms-transform:scaleX(0);
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
}

body.nav-open #nav-trigger span:last-child {
  -moz-transform:rotate(-45deg) translate(0,0);
  -ms-transform:rotate(-45deg) translate(0,0);
  -webkit-transform:rotate(-45deg) translate(0,0);
  transform:rotate(-45deg) translate(0,0);
}






/* *********************************** */
/* LANDING SLIDER */
/* *********************************** */
#landing-slider{
  /*margin-top: 10px;*/
  overflow: hidden;
  background: #111;
    /*margin-bottom: 4px;*/
}
#landing-slider.owl-theme .owl-controls{
  margin-top: 0;
}
#landing-slider .owl-item{
    overflow: hidden;
}


#landing-slider .image{
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0;
  height: auto;
  /*min-height: 1200px;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  /*background-attachment: fixed;*/

  background-position: center center;
  overflow: hidden;


  -webkit-transition: all 18s ease;
    -moz-transition: all 18s ease;
    -o-transition: all 18s ease;
    transition: all 18s ease;
}
#landing-slider .owl-item.active .image{
  /*transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);*/

}
#landing-slider .landing-content{
  position: relative;
  z-index: 3;
  padding: 150px 0;
  min-height: 600px;
}
.owl-next svg, .owl-prev svg{
  width: 20px;
}

#landing-slider .owl-next, #landing-slider .owl-prev{
  /*width: 80px;
  height: 80px;
  background: #111;
  background: rgba(0,0,0,0.1) !important;
  border-radius: 50%;
    margin-top: -40px !important;*/
  display: block !important;
}
#landing-slider .owl-next{
  /*padding: 20px 4px 20px 11px !important;*/
  right: 50px;
}
#landing-slider .owl-prev{
  /*padding: 20px 11px 20px 4px !important;*/
  left: 50px;
}

#landing-slider .owl-dots{
    display: inline-block !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 10;
    text-align: center;
}
#landing-slider .owl-dots .owl-dot{
    display: inline-block;
    width: 20px;
    height: 10px;
    padding: 0px 5px;
    text-align: center;
    color: #ffffff;
    background: #ffffff;
    /*border: 1px solid #12171c;*/
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Gilroy', "Helvetica Neue", Helvetica, sans-serif;

    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
#landing-slider .owl-dots .owl-dot.active, #landing-slider .owl-dots .owl-dot:hover{
    background: var(--main-bg-color);
    /*background: rgba(0,0,0, 0.7);*/
}

#landing-slider .hero-title, #bus-features .hero-title{
  font-size: 38px;
  line-height: 42px;
  /*letter-spacing: 8px;*/
  /*text-transform: uppercase;*/
  /*margin-bottom: 20px;*/
  font-weight: 600;
  color: #ffffff;
  /*padding: 20px 30px;*/
  /*background: #111;*/
  /*background: rgba(0,0,0,0.5);*/
  margin-bottom: 15px;
  font-family: "Gilroy", "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
}
#bus-features .hero-title{
  color: #4F4F4F;
  margin-bottom: 10px;
}
#bus-features .hero-lead{
  color: #777;
}
.hero-lead{
  /*font-family: "Gilroy", "Helvetica Neue", Helvetica, sans-serif;*/
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  /*text-transform: uppercase;*/
  /*background: #111;*/
  /*background: rgba(0,0,0,0.5);*/
  /*padding: 13px 30px;*/
  /*color: #ffffff;*/
  margin-bottom: 20px;
}




.bg-color-overlay{
  overflow: hidden;

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: feature-fade-in .6s ease-in-out;
  animation: feature-fade-in .6s ease-in-out;
  width: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,.7);
  /*background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5) );*/
}


#booking-nav-steps{
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}
#booking-nav-steps > li{
  margin-right: 10px;
}
#booking-nav-steps > li > a{
  /*text-transform: uppercase;*/
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  color: #4F4F4F;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  cursor: default;
}
#booking-nav-steps > li > a .step-num{
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 15px;
  background: #ffffff;
  color: #4F4F4F;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#booking-nav-steps > li.active > a .step-num{
  background: var(--main-bg-color);
}
#booking-nav-steps > li > a:before{
  /*content: '';
  height: 2px;
  width: 30px;
  background: transparent;
  position: absolute;
  bottom: -10px;
  left: 0;*/
  /*margin-left: -15px;*/
  /*left: 50%;
  margin-left: -15px;*/
}
#booking-nav-steps > li.active > a{
  color: var(--text-primary-color);
}
#booking-nav-steps > li.active > a:before{
  background: var(--text-primary-color);  
}




/* *********************************** */
/* BUS FEATURES */
/* *********************************** */
#bus-features{
  overflow: hidden;
  /*background: url('../img/Bus-Features.png') 95% 100px no-repeat;*/
  background-size: 800px 557px;
  min-height: 500px;
  padding: 60px 0;
  position: relative;
}
#bus-features:before{
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -2;
  /*background: #f1f1f1;*/
  background-image: linear-gradient(135deg, #f5f7fa 0%, #d0d0d0 100%);
  /*width: 100%;*/
  position: absolute;
}
.bus-feature-image{
  position: relative;
}
.bus-feature-image:after{
  content: '';
  height: 120px;
  background-color: var(--main-bg-color);
  border-bottom: 8px solid #111;
  position: absolute;
  /*right: -50px;*/
  left: -20%;
  bottom: 30px;
  width: 120%;
  z-index: -1;
  
  border-radius: 0 10px 0px;

  -webkit-transform: skewx(25deg);
  -ms-transform: skewx(25deg);
  transform: skewx(25deg);
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.feature-item{
  position: relative;
  padding-top: 13px;
  padding-left: 13px;
  margin-bottom: 40px;
}

.feature-icon{
  width: 54px;
  height: 54px;
  background: var(--main-bg-color);
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.feature-name{
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.feature-body{
  font-size: 14px;
  line-height: 22px;
  color: #888888;
}







/* *********************************** */
/* MAP CANVAS */
/* *********************************** */
#our-terminals{
  position: relative;
}
#our-terminals .container-fluid{
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
}
#our-terminals .section-title{
  top: 30px;
  position: absolute;
  z-index: 2;
}
#map_canvas{
    height: 800px;
}
#map_canvas [title="pulse"] {
    -moz-animation: pulsate 1.5s ease-in-out infinite;
    -webkit-animation: pulsate 1.5s ease-in-out infinite;
    border: 1pt solid #ffffff;
    /* make a circle */
    -moz-border-radius:51px;
    -webkit-border-radius:51px;
    border-radius:51px;
    /* multiply the shadows, inside and outside the circle */
    -moz-box-shadow:inset 0 0 5px var(--main-bg-color), inset 0 0 5px var(--main-bg-color), inset 0 0 5px var(--main-bg-color), 0 0 5px var(--main-bg-color), 0 0 5px var(--main-bg-color), 0 0 5px var(--main-bg-color);
    -webkit-box-shadow:inset 0 0 5px var(--main-bg-color), inset 0 0 5px var(--main-bg-color), inset 0 0 5px var(--main-bg-color), 0 0 5px var(--main-bg-color), 0 0 5px var(--main-bg-color), 0 0 5px var(--main-bg-color);
    box-shadow:inset 0 0 5px var(--main-bg-color), inset 0 0 5px var(--main-bg-color), inset 0 0 5px var(--main-bg-color), 0 0 5px var(--main-bg-color), 0 0 5px var(--main-bg-color), 0 0 5px var(--main-bg-color);
    /* set the ring's new dimension and re-center it */
    height: 51px!important;
    margin: 0px 0 0 -10px;
    width:51px!important;
}
/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*  #map_canvas div[style*="987654"][title] img {*/
#map_canvas [title="pulse"] img {
    display:none;
}
/* compensate for iPhone and Android devices with high DPI, add iPad media query */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
    #map_canvas [title="pulse"] {
        margin: 0px 0 0 -10px;
    }
}


@-moz-keyframes pulsate {
    from {
        -moz-transform: scale(0);
        opacity: 1.0;
    }
    95% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -moz-transform: scale(0.3);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate {
    from {
        -webkit-transform: scale(0);
        opacity: 1.0;
    }
    95% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
}


.map-infowindow{
    padding: 8px 18px;
}
.infowindow-title{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}












/* *********************************** */
/* HOW TO */
/* *********************************** */
#how-to-book{
  padding: 100px 0;
  background-color: #f8f8f8;
}
.how-to-book-item{
  
}
.how-to-book-item .htb-icon{
  position: relative;
  width: 150px;
  height: 150px;
  border: 2px solid var(--main-bg-color);
  border-radius: 50%;
  margin: 0 auto;
  padding: 30px;
}
.how-to-book-item .htb-icon .htb-step-count{
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 12px;
  background-color: #363636;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}
.htb-label{
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: 180px;
  margin: 20px auto;
}






#weather-section{
  overflow: hidden;
  padding: 80px 0;
}

#weather-forecast-wrap{
  margin-top: 70px;
  background-color: #fbfbfb;
  padding: 40px 0;
}
ul.weather-forecast-list{
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.forecast-day{
  text-transform: uppercase;
}
.forecast-weather-icon i{
  font-size: 80px;
  line-height: 80px;
  height: 70px;

  font-family: 'weather';
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  display: block;
  color: #111;
}
.forecast-weather-icon .icon-47, .forecast-weather-icon .icon-4{
  position: relative;
  top: -7px;
}
.forecast-weather-text{
  /*font-size: 12px;*/
}
.forecast-item .tooltip{
  top: 0 !important;
}



#weather-forecast-list .owl-slide{
  position: relative;
  /*height: 800px;*/
}
#weather-forecast-body .owl-theme .owl-controls{
  margin: 0;
}
#weather-forecast-body .owl-prev, #weather-forecast-body .owl-next{
  width: 50px;
  opacity: 0;

    -webkit-transition: opacity 0.2s, -webkit-transform 1s !important;
    transition: opacity 0.2s, transform 1s !important;
}
#weather-forecast-body .owl-prev path, #weather-forecast-body .owl-next path{
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#weather-forecast-body .owl-prev svg, #weather-forecast-body .owl-next svg{
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#weather-forecast-body .owl-prev:hover svg, #weather-forecast-body .owl-next:hover svg{
  opacity: 1;
}
#weather-forecast-body .owl-prev{
  left: -20px;
  -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}
#weather-forecast-body .owl-next{
  right: -20px;
  -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
}
#weather-forecast-body:hover .owl-prev, #weather-forecast-body:hover .owl-next{
  -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}







@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#i-want-weather {

}

.weather-title-wrap{
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
}


#weather-section .weather-icon i {
  font-family: 'weather';
  font-size: 180px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 110px;
  display: block;
  color: var(--main-bg-color);
}
.weather-icon{
  margin-top: 50px;
}
.weather-text{
  margin-top: 10px;
  font-size: 24px;
  line-height: 30px;
}


.weather-time-updated{
  font-size: 18px;
  background: #f1f1f1;
  border-radius: 10px;
  display: block;
  padding: 8px 20px;
  text-transform: uppercase;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
}
.weather-time-updated .meridiem{
  color: var(--main-bg-color);
}
.weather-temp-wrap{
    font-size: 44px;
    line-height: 42px;
}
.weather-temp-text{
  color: var(--main-bg-color);
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

#i-want-weather{
  /*padding-top: 20px;*/
}

.weather-icon-wrap{
  position: relative;
  top: 30px;
}

#i-want-weather h2 {
  margin: 0 0 8px;
  /*color: #fff;*/
  font-size: 100px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#i-want-weather .weather-card-list > li {
  padding: 8px 30px;
}
.weather-time-updated-wrap, .weather-temp-wrap{
  position: relative;
  top: -20px;
}

#i-want-weather .currently {
  margin: 0 20px;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }




/*FOR GOOGLE MAP AUTOCOMPLETE ADDRESS*/
.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 0;
    border-top: 1px solid #d9d9d9;
    font-family: inherit;
    box-shadow: 0 0 30px rgba(0,0,0,0.05) !important;
    /*padding: 0 30px !important;*/

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 16px;
    text-align: right;
    display: block;
    background-image: url('https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px
}
.hdpi.pac-logo:after {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png)
}

.pac-container .pac-item:first-child{
  border-top: 0;
}

.pac-item {
    cursor: default;
    padding: 10px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    color: #999;
}
.pac-item:hover {
    background-color: #fafafa
}
.pac-item-selected,
.pac-item-selected:hover {
    background-color: #ebf2fe
}
.pac-matched {
    font-weight: 700
}
.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000
}
.pac-icon {
    width: 15px !important;
    height: 15px !important;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url('../img/map-marker.png') !important;
    background-size: 15px 15px !important;
    background-repeat: no-repeat;
    background-position: center !important;
}
.hdpi .pac-icon {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}
.pac-icon-search {
    background-position: -1px -1px
}
.pac-item-selected .pac-icon-search {
    background-position: -18px -1px
}
.pac-icon-marker {
    background-position: -1px -161px
}
.pac-item-selected .pac-icon-marker {
    background-position: -18px -161px
}
.pac-placeholder {
    color: gray
}

.pac-container{
  z-index: 1090;
}
.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 20px;
}







































/* *********************************** */
/* BECOME A PARTNER */
/* *********************************** */
#become-a-partner{
  overflow: hidden;
  position: relative;
  padding: 280px 0;
}
.side-element-wrap{
  position: absolute;
  width: 50%;
}
.element-top-right{
  top: -180px;
  right: -80px;  
}
.element-bottom-left{
  bottom: -280px;
  left: -80px;  
}




#contact{
  padding: 120px 0;
}
#contact-form-wrap .radio{
  margin-bottom: 20px;
}

.radio-label{
  color: #626262;
  line-height: 20px;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
}
.radio-help{
  line-height: 20px;
  font-size: 14px;
}




#about{
  position: relative;
  text-align: center;
  padding: 280px 0;
  overflow: hidden;
}



#faq{
  background: #f8f8f8;
  padding: 100px 0;
}

#faq .panel-default > .panel-heading{
  border: 0;
  background-color: transparent;
}
#faq .panel{
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 0;
  border: 0;
  border-left: 4px solid var(--main-bg-color);
  padding: 8px 10px;
}
#faq .panel-title{
  font-size: 20px;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#faq .panel-title a{
  display: block;
}





#featured-deals{
  padding: 120px 0;
}
.deal-item-body{
  position: relative;
  height: 260px;
  background-color: #111;
}
.deal-item-body .deal-photo{
  height: 260px;
  opacity: 0.8;
}
.deal-item-body .deal-caption{
  position: absolute;
  z-index: 3;
  color: #ffffff;
  padding: 20px;
  right: 0;
  left: 0;
  bottom: 0;
}
.deal-place{
  font-size: 26px;
}
.deal-price{
  font-size: 20px;
}

.deal-body-details{
  background-color: var(--main-bg-color);
  padding: 40px;
  color: #ffffff;
  height: 260px;
}
.deal-title{
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}







/* *********************************** */
/* BOOKING STYLES */
/* *********************************** */
#landing-page-section{
  position: relative;
}
#landing-booking-form{
  position: absolute;
  z-index: 10;
  background: #ffffff;
  right: 30px;
  padding: 40px;
  bottom: 30px;
}


#booking-form{
  margin: 0;

}




#booking-section{
  padding: 100px 0;
  background-color: #ebebeb;
}
#booking-body{
  background-color: #ffffff;
}
#date-slider-wrap{
  background-color: #464646;
  height: 60px;
  min-height: 60px;
  color: #ffffff;
}












.filter-sections{
  border-top: 1px solid #dddddd;
}
.filter-sections .filter-wrap-item:last-child{
  border-bottom: 0;
}
.filter-wrap-item{
  padding: 30px 40px;
  border-bottom: 1px solid #dddddd;
}
.filter-wrap-item .bus-image{
  
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.kt-range-slider .noUi-horizontal{
  height: 14px;
}
.kt-range-slider .noUi-horizontal .noUi-handle{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #4F4F4F;
  border: 2px solid #ffffff;
  top: -7px;
}
.kt-range-slider .noUi-target{
  background: #ffffff;
}
.kt-range-slider .noUi-handle:after, .kt-range-slider .noUi-handle:before{
  left: 12px;
  top: 7px;
  display: none;
}
.kt-range-slider .noUi-handle:after{
  left: 15px;
}
.kt-range-slider .noUi-connect{
  background: #4F4F4F;
  box-shadow: none;
}

.kt-range-slider .noUi-handle{
  box-shadow: none;
}

#deals-wrap{
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 30px 40px;
}
#deals-wrap .deal-wrap-item{
  padding: 20px 30px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  /*border-radius: 4px;*/
}

.deal-wrap-item .bus-name{
  color: #595959;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.deal-price{
  font-size: 18px;
  line-height: 28px;
  margin-top: 7px;
  text-align: right;
  margin: 0;
  padding: 10px 0;
}
.deal-time{
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 20px;
}
.deal-time-to{
  text-align: right;
}

.travel-hours{
  padding: 10px 0;
  font-size: 14px;
}


.deals-alert{
  font-size: 14px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 6px 15px;
  background-color: #f7f7f7;
}
.deals-alert-header{
  text-transform: uppercase;
  letter-spacing: 1px;
}







/* SEAT STYLES */

#bus-seat-plan-main-wrapper{
  /*background: #f1f1f1;*/
  /*padding: 20px;*/
  /*border: 1px solid #ddd;
  border-radius: 6px;
  min-height: 400px;*/
}
.drivers-cabin{
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  font-size: 20px;
  text-align: center;
}
.seat-style{
  background-color: #ffffff;
  padding: 20px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  /*min-height: 100px;*/
  margin-bottom: 20px;
}
.seat-label{
  text-align: center;
}
#driver-row{
  max-width: 200px;
}
#bus-left-row{
  /*padding: 20px;*/
  min-height: 600px;
  /*border-right: 1px solid #ddd;*/
}
#bus-right-row{
  /*padding: 20px;*/
  min-height: 600px;
  /*border-left: 1px solid #ddd;*/
}
.bus-section-header{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #f1f1f1;
}

.seat-item{
  -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;
}
.btn-seat-details.active-seat .seat-item, .btn-seat-details:hover .seat-item, .btn-seat-details:focus .seat-item{
  opacity: 0.5;
}

.btn-seat-details{
  position: relative;
  display: inline-block;
}
.Seat-1, .Seat-2, .Seat-3{
  width: 80px;
  height: 80px;
}
.good-seat-wrap{
  position: absolute;
    top: -5px;
    right: 8px;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    background: var(--main-bg-color);
    width: 20px;
    height: 20px;
    padding: 0px 5px;
    border-radius: 50%;
    line-height: 22px;
}

.available-seat-wrap{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 7px;
    z-index: 1;
    /* font-size: 12px; */
    color: var(--main-bg-color);
    background: var(--main-bg-color);
    width: 56px;
    height: 9px;
    padding: 0px 5px;
    border-radius: 9px;
    line-height: 22px;
}
.passenger-name-wrap{
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  color: #4F4F4F;
  text-align: center;
  z-index: 2;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
}
#right-seats .available-seat-wrap{
  left: 7px;
}
#right-seats .good-seat-wrap{
  right: -3px;
}


.bus-section-wrap{
  margin-top: 2px;
  padding: 20px;
  min-height: 600px;
  /*border: 1px solid #ddd;*/
  -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;
}
.bus-section-wrap.active-section{
  border: 1px solid #4F4F4F;
}

.droppable-wrap{
  height: 100px;
  text-align: center;
}
.droppable-wrap img{
  max-height: 100px;
}


.seat-row{
  position: relative;
  margin-bottom: 20px;
}
.seat-row:hover .btn-remove-seat-row{
  opacity: 1;
}
.seat-row:active .btn-remove-seat-row{
  opacity: 0;
}
.btn-remove-seat-row{
  font-size: 16px;
    position: absolute;
    top: -14px;
    left: -12px;
    z-index: 2;
    background: #8a6d3b;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 50%;
    padding: 4px 8px;
    color: #fff;
    opacity: 0;
}
.btn-remove-seat-row:hover, .btn-remove-seat-row:focus{
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  color: #ffffff;
}
#bus-right-row .btn-remove-seat-row{
    left: 100%;
    margin-left: -12px;
}
.seat-row img{
  max-height: 100px;
  opacity: 0.9;
}

.seat-item{
  width: 70px;
  height: 70px;
  display: block;
  margin-right: 10px;
  position: relative;
}

#right-seats{
  text-align: right;
}
#right-seats .seat-item{
  margin-right: 0;
  margin-left: 10px;
}
#right-seats .cr-item, #right-seats .spacer-item{
  width: 100%;
  float: right; 
  overflow: hidden;
}
#right-seats .cr-item img, #right-seats .spacer-item img{
  float: right;
}
.spacer-item img{
  height: 80px;
}

.spacer-item{
  opacity: 0.1;
}



.shipment-transactions-list{
  list-style: none;
  padding-left: 30px;
  margin: 0;
}
.shipment-transactions-list > li{
  display: block;
  position: relative;
  padding: 10px 0;
  margin-bottom: 0px;
}
.shipment-transactions-list > li > a{
  display: block;
  font-size: 12px;
  color: #999;
}
.shipment-transactions-list > li:before{
  content: '';
    /*height: 150px;*/
    width: 3px;
    position: absolute;
    top: 17px;
    left: -24px;
    bottom: -16px;
    background: #999;
    z-index: 1;
}
.shipment-transactions-list > li:last-child:before{
  display: none;
}
.shipment-transactions-list > li > a .list-checkmark{
  position: absolute;
  left: -30px;
  top: 13px;
  width: 15px;
  height: 15px;
  background: #999;
  border-radius: 50%;
  z-index: 2;
}
.shipment-transactions-list > li.active > a:hover .list-checkmark, .shipment-transactions-list > li.active > a .list-checkmark{
  background: #5cb85c;
}
.shipment-transactions-list > li.with_date > a:hover .list-checkmark, .shipment-transactions-list > li.with_date > a .list-checkmark{
  background: #337ab7;
}


.shipment-transaction-time{
  font-size: 12px;
  min-height: 20px;
}
.shipment-transactions-list > li.active > a{
  color: #000;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
}



.panel{
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
  border-radius: 15px;
}
.panel-body-lg{
  padding: 30px;
}


.kt-panel{
  background-color: #ffffff;
  color: #8a8686;
  border: 1px solid #c3c3c3;
  border: 0;
  border-radius: 3px;
  margin-bottom: 20px;
}
.kt-panel-header{
  font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 40px 10px;
}
.kt-panel-header-2{
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
  padding: 10px 26px 10px;
  background-color: #eeefec;
  color: #2b2a2a;
  border-bottom: 1px solid #c3c3c3;
}
.kt-panel-lr-padding{
  padding: 0 40px;
}
.user-image{
  border-bottom: 1px solid #c3c3c3;
}
.kt-panel-section-header{
  background-color: #337ab7;
  padding: 5px 40px;
  color: #fff;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif;
}
.success-header{
  background: #e5f4b8;
  color: #49681f;
}
.kt-panel .kt-panel-body{
  padding: 26px 40px;
  padding: 10px 40px;
}
.kt-panel .kt-panel-body2{
  padding: 26px 26px;
}

.kt-panel .strong{
  color: #2b2a2a;
}

small, .small{
  line-height: 22px;
}


.amenities-icon > li{
  font-size: 20px;
  color: #848586;
}


.font-normal{
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.label-image{
  width: 140px;
}



.table.borderless td, .table.borderless th {
    border: none;
}





.kt-success-alert{
  border-radius: 3px;
  padding: 20px 30px;
  background: #ddea8d;
  color: #383836;
  /*border: 1px solid #8cbfa4;*/
  border: 0;

  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
  color: #ffffff;
}











/* MS TABS */
/* *********************************** */
.ms-tabs.ms-tabs-bordered{
  border-bottom: 1px solid #c3c3c3;
}
.ms-tabs > li > a{
  background: transparent;
  border-radius: 0;
  border: 0;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  /*border-bottom: 3px solid transparent;*/
}
.ms-tabs > li > a:hover{
  background: none;
}
.ms-tabs > li > a{
  color: #444;
  overflow: hidden;
}
.ms-tabs > li > a::after{
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--text-primary-color);
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}
.ms-tabs > li.active > a, .ms-tabs > li.active > a:hover, .ms-tabs > li.active > a:focus{
  background: transparent;
  color: #444;
  /*border-color: #acde46;    */
  /*color: #acde46;*/
}
.ms-tabs > li.active > a::after{
  -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.ms-tabs > li.active > a::after, .ms-tabs > li.active > a::after:hover, .ms-tabs > li.active > a::after:focus{
  -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.ms-tabs.pad-right > li > a{
  padding: 10px 30px 10px 0;
  margin-right: 10px;
}

.ms-tabs.no-pad > li > a{
  padding: 15px 0;
  margin-right: 30px;
}




































/* *********************************** */
/* OWL CAROUSEL */
/* *********************************** */


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

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

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* OWL Theme */
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #ec2232;
    color: #fff;
    text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 9px;
    background: #222222;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ec2232;
}

.owl-prev, .owl-next{
  margin: 0 !important;
  padding: 3px 7px !important;
  background: transparent !important;
  color: #222 !important;
  opacity: 0.5;
  font-size: 36px !important;
  -webkit-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
}
.owl-prev:hover, .owl-next:hover{
  opacity: 1;
}
.owl-prev{
  position: absolute;
    top: 50%;
    left: -50px;
    height: 40px;
    margin-top: -20px !important;
}
.owl-next{
  position: absolute;
    top: 50%;
    right: -50px;
    height: 40px;
    margin-top: -20px !important;
}

.owl-prev.off-control, .owl-next.off-control{
  opacity: 0;
}

.owl-dots {
    margin: 0 auto;
    text-align: center;
}
.owl-dot {
  display: inline-block;
}
.owl-dot span{
  position: relative;
  overflow: hidden;
  width: 9px !important;
  height: 9px !important;
  border-radius: 100%;
  /*border: 1px solid #ccc;*/
  background: #ffffff !important;
  margin: 0 15px;
  display: inline-block;  /*for making them horizontal, if you want vertical then you can use- display: block*/
    
    box-shadow: inset 0 0 0 2px white;

    -webkit-transition: box-shadow .3s ease-out;
    -moz-transition: box-shadow .3s ease-out;
    -o-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;

    -webkit-backface-visibility: hidden; 
    -moz-backface-visibility:    hidden; 
    -ms-backface-visibility:     hidden;
}
.owl-dot.active span{
     box-shadow: inset 0 0 0 8px white;
     width: 32px !important;
}
.owl-next.disabled, .owl-prev.disabled{
  /*opacity: 0;*/
}







/* *********************************** */
/* OBJECTS */
/* *********************************** */
.bg-image{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background-color: #1b1b1b;*/
  /*background-color: #eeeeee;*/
  background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    /*height: 0;*/
    overflow: hidden;
    width: 100%;
    color: #fff;
    /*padding-top: 50%;  Aspect Ratio Auto */
    /*padding-top: 56.25%;*/
    z-index: 2;
    opacity: 1;
  
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;

    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  
    -webkit-backface-visibility: hidden; 
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.bg-image-backdrop{
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232e59+60,eb212e+95,eb212e+95,eb212e+100 */
  background: #232e59; /* Old browsers */
  background: -moz-linear-gradient(top,  #232e59 60%, #eb212e 95%, #eb212e 95%, #eb212e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #232e59 60%,#eb212e 95%,#eb212e 95%,#eb212e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #232e59 60%,#eb212e 95%,#eb212e 95%,#eb212e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232e59', endColorstr='#eb212e',GradientType=0 ); /* IE6-9 */
}
.dark-backdrop{
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.6;
}





.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 16px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #9de002;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  /*top: -10px;*/
  top: -7px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}








/* LINKS */
/* *********************************** */

a {
  color             : var(--text-primary-color);
  text-decoration   : none;
  -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;
  -webkit-backface-visibility: hidden; 
    -moz-backface-visibility:    hidden; 
    -ms-backface-visibility:     hidden;
}
a:hover,
a:focus {
  color: var(--main-bg-color);
  text-decoration: none;
  outline: none;
}
a:active{
  outline: none;
}



.btn-link{
  padding: 12px 0;
  text-decoration: none !important;
  color: rgba(255,255,255,0.7);
  display: inline-block;
}
.btn-link:hover{
  text-decoration: underline !important;  
  color: #ffffff;
}


.modal{
  color: #4F4F4F;
  z-index: 1081;
}
.modal-title{
  font-weight: 600;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  padding: 30px 0 10px;
  font-size: 20px;
  /*text-align: center;*/
}
.modal-header{
  border-bottom: none;
  /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);*/
  border-radius: 0;
  padding: 10px 15px;
  text-align: center;
}
.modal-header .close{
  margin-top: 0px;
  font-size: 28px;
}
.modal-body{
  min-height: 80px;
  padding: 20px 40px 30px;
}
.modal-content{
  border-radius: 10px;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}
.modal-footer{
  text-align: left;
  padding: 20px 40px 20px 40px;
  border: none;
  box-shadow: none;
  /*border-top: 1px solid #b5c2cd;*/
  box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.2);
}
.modal-footer .btn{
  /*min-width: 60px;*/
}

@media (min-width: 768px){
  .modal-dialog-sm {
      width: 500px;
      margin: 30px auto;
  }
}



.modal.modal-bottom-to-top.fade {
  top: 200%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-bottom-to-top.fade.in {
  top: 69px;
}


.label-divider{
  position: relative;
  border-top: 1px solid #b5c2cd;
  text-align: center;
  margin-top: 20px;
}
.label-text{
  background-color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  position: relative;
  top: -16px;
  color: #868686;
}




.customer-login-wrap{
  margin-top: 100px;
  padding: 100px 0;
  /*color: #ffffff;*/
}


.login-register-form-wrap{
  /*padding: 0 50px;*/
}
.signup-with-fb{
  border-color: #3b5998;
  background: #3b5998;
  color: #ffffff;
}
.signup-with-fb:hover, .signup-with-fb:focus{
  background: #3b5998 !important;
  color: #ffffff !important;
  border-color: #3b5998;
}

.form-group-with-icon{
  position: relative;
}
.form-group-with-icon .form-control{
  padding-right: 42px;
}
.form-group-with-icon .form-icon-wrap{
  position: absolute;
  right: 13px;
  top: 5px;
  font-size: 28px;
  color: #868686;
}


.tab-header{
  border-bottom: 1px solid #eeefec;
}
.list-float{
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-float > li{
  float: right;
  display: block;
  margin-right: 15px;
}
.list-float.pleft > li{
  float: left;
}
.list-float.pull-right{
  margin-left: 15px;
  margin-right: 0;
}

.booking-tab-nav .nav.nav-pills > li{
  color: #fff;
  /*float: none;*/
}
.booking-tab-nav .nav.nav-pills > li.truck-type-label{
  color: #fff;
  font-size: 22px;
  /*background: #fe1f53;*/
  /*padding: 5px 10px;*/
  /*text-transform: uppercase;*/
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: relative;
  top: 10px;
  margin-right: 20px;
}
.booking-tab-nav .nav.nav-pills > li > a{
  color: #ffffff;
  opacity: 0.8;
}
.booking-tab-nav .nav.nav-pills > li.active > a{
  opacity: 1;
  color: #fff;
}





/* FORMS */
/* *********************************** */
.form-control{
  font-size: 16px;
  box-shadow: none !important;
  background: transparent;
  border: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #868686;
  border-radius: 0;

  -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}
.form-control:focus{
  box-shadow: none !important;
  background: transparent;
  border-color: var(--text-primary-color);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    /*background-color: #eeeeee;*/
    opacity: 1;
}
.has-error .form-control{
  box-shadow: none;
}

.form-group-lg-wrap .form-group{
  margin-bottom: 30px;
}

.form-group-white{
  color: #ffffff;
}
.form-group-white .form-control{
  color: #ffffff;
}


.form-group-white .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.form-group-white .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.form-group-white .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.show-password-form-group{
  position: relative;
}
.show-password-form-group .btn-show-password{
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  display: inline-block;
  color: #3d4543;
}


.control-label{
  font-size: 14px;
  margin-bottom: 0;
}




.bg-none{
  background: transparent;
}

.selectize-input{
  border: 0;
    border-bottom: 1px solid #868686;
    border-radius: 0;
    padding: 10px 0;
    box-shadow: none;
}


.input-sm{
  font-size: 14px;
}

.help-block{
  font-size: 12px;
  margin-bottom: 0;
}
.help-block p{
  margin-bottom: 5px;
}

.has-error .form-control{
  border-color: #a00;
}

textarea.form-control{
  resize: none;
}

.input-group-addon {
    /*border-color: #868686;
    background: #ddd;*/
    border: 0;
    background: transparent !important;
    border-radius: 0;
    border-bottom: 1px solid #868686 !important;
    padding-left: 0;
}

.kn-form-control{
  padding: 10px 15px;
  height: 42px;
}

.select-wrap{
  background: #F2F2F2;
}

.select-dropdown .btn{
  border: 0;
  background: #F2F2F2;
  color: #262626;
  padding: 10px 45px 10px 25px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 15px rgba(0,0,0,0.03);
}
.select-dropdown .btn:hover, .select-dropdown.open .btn{
  box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
}
.select-dropdown .btn .select-caret{
  position: absolute;
  font-size: 20px;
  right: 17px;
  top: 6px;
}
.select-dropdown .dropdown-menu{
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  width: 100%;
  border: 0;
  margin-top: 0;
  border-radius: 0 0 3px 3px;
  background: #F2F2F2;
}
.select-dropdown .dropdown-menu > li{
  font-size: 14px;
  padding: 10px 25px;
  cursor: pointer;
}

.select-dropdown .dropdown-menu > li:hover{
  background: #d4d4d4;
}

.checkbox,
.radio {
  margin-bottom: 12px;
}

.checkbox label,
.radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
  margin-bottom: 0;
  line-height: 24px;
}

.checkbox label::before,
.checkbox label::after {
  font-family: 'Ionicons';
  content: "\f372";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  cursor: pointer;
  line-height: 20px;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 3px;
  color: #DDDDDD;
  transition: color 0.2s linear;
  padding: 1px;
}

.checkbox label::after {
  content: "";
  text-align: center;
  opacity: 1;
  left: -1px;
  color: #DDDDDD;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  opacity: 0;
  margin-left: 0;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="checkbox"]:not(:disabled):hover + label::after {
  font-family: 'Ionicons';
  content: "\f374";
}

.checkbox input[type="checkbox"]:checked + label::after {
  color: var(--main-bg-color);
}

.checkbox input[type="checkbox"]:not(:disabled):hover + label::before,
.checkbox input[type="checkbox"]:checked + label::before {
  opacity: 0;
}

.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label,
.checkbox input[type="checkbox"]:disabled:checked + label::after {
  color: #DDDDDD;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="checkbox"]:disabled + label::after {
  cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label {
  cursor: not-allowed;
}

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

.checkbox.checkbox-inline {
  padding-left: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.radio label::before,
.radio label::after {
  font-family: 'Ionicons';
  content: "\f401";
  font-size: 20px;
  height: 20px;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  line-height: 20px;
  left: 0;
  top: 3px;
  color: #DDDDDD;
  padding: 1px;
  transition: color 0.2s linear;
}

.radio input[type="radio"]:not(:disabled):hover + label::after,
.radio input[type="radio"]:checked + label::after {
  font-family: 'Ionicons';
  content: "\f400";
  color: #DDDDDD;
}

.radio input[type="radio"]:checked:not(:disabled):hover + label::after,
.radio input[type="radio"]:checked + label::after {
  color: var(--main-bg-color);
}

.radio input[type="radio"]:disabled + label {
  color: #ddd;
}

.radio input[type="radio"]:disabled + label::before,
.radio input[type="radio"]:disabled + label::after {
  color: #ddd;
}

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






/* BUTTONS */
/* *********************************** */
.btn{
  position: relative;
  /*font-size: 16px;*/
  padding: 10px 30px;
  /*height: 36px;*/
  border-radius: 3px;

  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 600;
  
  -webkit-transition: all 0.3s ease;
  -moz-transition   : all 0.3s ease;
  -ms-transition    : all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}
.btn-lg{
  height: 50px;
  padding: 12px 46px;
  font-size: 18px;
}
.btn-inverse{
  background-color: var(--text-primary-color) !important;
  color: #ffffff;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse:focus{
  color: #ffffff;
  background: #222222;
  border-color: #222222;
  outline: none !important;
}

.btn-outline-primary{
  background-color: transparent;
  border: 1px solid var(--main-bg-color);
  color: var(--main-bg-color);
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus{
  background-color: var(--main-bg-color); 
  color: #ffffff;
}


/*PRIMARY RED: var(--main-bg-color)
  BROWN: #ce0f25;*/

.btn-bordered:after{
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  right: 2px;
  bottom: 2px;
  border: 1px solid #212121;
  border-radius: 3px;
}
.btn-primary{
  border-color: var(--secondary-bg-color);
  background-color: var(--secondary-bg-color);
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover{
  color: #212121;
  background: var(--secondary-bg-color);
  border-color: var(--text-primary-color);
  outline: none !important;
}
.btn-rounded{
  border-radius: 20px;
}
.btn-sm{
  /*height: 34px;*/
  font-size: 14px;
}


.btn-dragonpay img{
  max-width: 100px;
  display: block;
  margin: 0 auto;
}




.btn-warning{
  border-color: #F3B76F;
  background: #F3B76F;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:active:hover{
  border-color: #F0A953;
  background: #F0A953; 
}


.btn-white{
  background: #ffffff;
  color: #1b1b1b;
}
.btn-group-date .btn{
  height: auto;
  padding: 12px 23px;
  margin-right: 8px;
  font-size: 16px;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.btn-group-date .btn:last-child{
  margin-right: 0;
}
.btn-group-date .btn.active{
  background: var(--text-primary-color);
  color: #ffffff;
}





#feedback-modal{
  background-color: #282828;
}
#feedback-modal .close{
  height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 20px;
    opacity: 1;
    padding: 0 2px 3px;

    position: absolute;
    top: 30px;
    right: 0;
}
#feedback-modal .modal-content{
  box-shadow: none;
  background-color: #282828;
  color: #ffffff;
  border-radius: 0;
  padding: 80px 100px;
}
#feedback-modal .lead{
  font-size: 16px;
  line-height: 26px;
}
#feedback-modal .form-group{
  margin-bottom: 30px;
}
#feedback-modal .form-control{
  font-size: 16px;
  line-height: 24px;
}

#feedback-modal .modal-header{
  box-shadow: none;
  padding: 20px 15px;
}
#feedback-modal .modal-header .modal-title{
  font-size: 36px;
  line-height: 40px;
}

#feedback-modal .has-error .help-block, #feedback-modal .has-error .control-label, #feedback-modal .has-error .radio, #feedback-modal .has-error .checkbox, #feedback-modal .has-error .radio-inline, #feedback-modal .has-error .checkbox-inline, #feedback-modal .has-error.radio label, #feedback-modal .has-error.checkbox label, #feedback-modal .has-error.radio-inline label, #feedback-modal .has-error.checkbox-inline label{
  color: #888;
}
#feedback-modal .has-error .form-control{
  border-color: #888;
}
#feedback-modal .has-error .form-control:focus{
  border-color: #ffffff;
}







/* MS SOCIAL */
/* *********************************** */
.ms-share-buttons{
  padding: 0px 60px 20px;
}
.ms-post-share-bar{
  /*padding-top: 15px;*/
  /*border-bottom: 1px solid #eeeeee;*/
}
.ms-social-bar-top{
  /*padding: 0 20px 15px 60px;*/
  padding: 10px 0;
}
.ms-post-share-bar .list-inline{
  margin-bottom: 0;
}
.ms-post-share-bar .ms-share-buttons{
  padding: 0;
}

.ms-share-buttons-compact .ms-share-btn{
  width: 37px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.ms-share-buttons-compact .ms-share-btn .ms-social-icon{
  left: -10px;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.ms-share-buttons-compact .ms-share-btn:hover .ms-social-icon{
  /*left: -3px;*/
}
.ms-share-buttons-compact .ms-share-btn:hover{
  /*width: 130px;*/
}
.ms-share-buttons.ms-share-buttons-compact .list-inline{
  padding-bottom: 0;
  border-bottom: 0;
  margin-left: 0;
}
.ms-share-buttons .list-inline > li{
  padding-left: 0;
  padding-right: 3px;
  /*display: block !important;*/
}
.ms-share-buttons .list-inline{
  border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-left: 0;
}

.ms-share-buttons .form-group{
  margin-bottom: 5px;
}
.ms-share-btn{
  font-weight: 400;
    padding: 5px;
    color: #5f995e;
    position: relative;
    text-align: center;
    border-radius: 3px;
}
.ms-share-btn:hover, .ms-share-btn:active, .ms-share-btn:focus{
  color: #508550 !important;
  background: transparent !important;
}
.ms-social-icon{
  display: inline-block;
  width: 18px;
  font-weight: normal !important;
    font-size: 18px;
    position: relative;
    left: 0;
    top: 2px;
    line-height: 19px;
}
.ms-social-text{
  display: inline-block;
  display: none;
}

.ms-share-btn:hover{
  color: #ffffff;
  border-color: transparent;
}
.ms-share-btn.ms-social-facebook:hover{
  background: #3b5998;
}
.ms-share-btn.ms-social-twitter:hover{
  background: #55acee;
}
.ms-share-btn.ms-social-pinterest:hover{
  background: #cb2027;
}
.ms-share-btn.ms-social-googleplus:hover{
  background: #dd4b39;
}
.ms-share-btn.ms-social-linkedin:hover{
  background: #0976b4;
}
.ms-share-btn.ms-social-reddit:hover{
  background: #5f99cf;
}
.ms-share-btn.ms-social-email:hover{
  background: #777;
}


.share-count{
  display: inline-block;
/*  font-weight: 700;*/
  font-family: 'Bw Modelica Reg', sans-serif;
  /*margin-left: 5px;*/
  /*padding: 0 8px;*/
  /*margin-right: -11px;*/
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.share-count.is-loaded {
  opacity: 0.7;
}


.ms-breadcrumb{
  list-style: none;
  padding: 0;
  margin: 0;
}
.ms-breadcrumb > li .form-group {
  margin-bottom: 0;
}
.ms-breadcrumb > li {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #5f995e;
  vertical-align: middle;
}
/*.ms-breadcrumb > li:after{
  content: '|';
  margin: 0 5px;
  color: #999;
  display: inline-block;
}
.ms-breadcrumb > li:last-child:after{
  display: none;
}*/
.ms-breadcrumb > li > a{
  display: inline-block;
  color: #5f995e;
}

.meta-div{
  font-size: 22px;
  margin: 0 5px;
}





/* *********************************** */
/* POST STYLES */
/* *********************************** */
.list-post-grid{
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-card-wrap{
  position: relative;
  min-height: 400px;
  /*background: #f1f1f1;*/
  /*border: 1px solid #eeeeee;*/
  /*margin-bottom: 30px;*/
  box-shadow: 0 0 1px #f3f3f3;
  padding: 20px;

  background: #ffffff;
  -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}

.post-card-wrap:hover{
  box-shadow: inset 0 0 3px #dddddd;
}

.post-card-wrap .post-link{
  display: block;
}
.post-card{
  position: relative;
    z-index: 2;
}
.post-card .text{

  /*opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 20px;*/
}
.post-card:hover .text{
  opacity: 1;
}
.post-card .post-link{
  display: block;
  /*background-color: #2b2b2b;*/
}

/* WALL STYLE */
.summary-wall .summary-item{
  /*background-color: #ffffff;*/
  /*padding: 0;*/
}
.summary-wall-container{
  padding: 60px 0;
  background: #222222;
}
.summary-wall .summary-item:hover .post-card-wrap-wall{
  /*box-shadow: 0 0px 25px rgba(0,0,0,0.1);*/
}
.post-card-wrap-wall{
  /*box-shadow: 0 0px 5px rgba(0,0,0,0.1);*/
  background: #fff;
  -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    margin-bottom: 20px;
    min-height: 560px;
}

#blog-posts-masonry .post-card-wrap-wall{
  min-height: auto;
}

.post-card-wrap-wall .text{
  /*padding: 1px 15px;*/
}

.blog--list--wrapper .post-card-wrap-wall .text{
  min-height: 180px;
}


.post-card .image-body{
  margin-bottom: 15px;
}

.post-card h3{
  color: #45291B;
  margin-top: 0;
    padding-top: 0;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center;
}
.summary-carousel .post-card h3{
  padding-top: 0;
}
#content-block-featured .post-card h3{
  font-size: 16px;
  line-height: 22px;
}
.post-card h3 a{
  color: #111;
}
.post-card .title{
  color: #1B5360;

    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}
.post-card:hover .title{
  /*box-shadow: inset 0 -1px 0 #2b2b2b;*/
  text-transform: normal;
}

.post-card .image{
  /*background-color: #6d6e71;*/
  background-color: #fff;
  background-position: center center;
    background-size: cover;
    display: block;
    height: 0;
    overflow: hidden;
    width: 100%;
    color: #fff;
    /*padding-top: 50%;  Aspect Ratio Auto */
    /*padding-top: 56.25%;*/
    /*padding-top: 100%;*/
    min-height: 345px;
    position: relative;
    /*box-shadow: 0 0 8px rgba(0,0,0,0.075);*/
}

.post-sidebar .post-card .image{
  min-height: auto;
}
.post-sidebar .post-card h3{
  text-align: left;
}



/*
  Image Aspect ratio
  1:1 Square: 100% 
  3:2 Standard: 66.6667%
  2:3 Standard (Vertical): 150%
  4:3 Four-Three: 75%
  3:4 Three-Four (Vertical): 133.333%
  16:9 Widescreen: 56.25%
  2.4 Anomorphic Widescreen: 41.6667%
*/
.ar-square .image{
  padding-top: 41.6667%;
}
.ar-standard .image{
  padding-top: 66.6667%;
}
.ar-standard-vertical .image{
  padding-top: 150%;
}
.ar-four-three .image{
  padding-top: 75%;
}
.ar-three-four-vertical .image{
  padding-top: 133.333%;
}
.ar-widescreen .image{
  padding-top: 56.25%;
}
.ar-anomorphic-widescreen .image{
  padding-top: 41.6667%;
}

.image{
  /*-webkit-transform-style: preserve-3d;*/
  /*-webkit-transform:translate3d(0,0,0);*/

  -webkit-transform:translate3d(0,0,0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden; 
    -moz-backface-visibility:    hidden; 
    -ms-backface-visibility:     hidden;
}
.post-card .image-backdrop:hover{
  opacity: 0;
}
.image-backdrop{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d6e71000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
  opacity: 0.3;
  z-index: 1;

  -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}



.post-card .intro{
  color: #888;
  text-align: center;
  /*font-size: 14px;
  line-height: 20px;*/
}
.post-card-meta{
  margin-top: 12px;
  /*color: rgba(0,0,0,0.4);*/
  color: #45291b;
  line-height: 20px;
  margin: 0;
}
.post-card-meta > li:first-child{
  padding-left: 0;
}
.post-card-meta .share-btn{
  opacity: 0;
  color: #888;
  -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.summary-item:hover .post-card-meta .share-btn{
  opacity: 1;
}
.post-body-wrap{
  /*box-shadow: 7px 3px 16px rgba(0,0,0,0.05);*/
  /*overflow: hidden;*/
  padding-bottom: 40px;
  /*box-shadow: 0 3px 16px rgba(0,0,0,0.2);*/
}
.more-post-wrap{
  padding: 10px 60px 40px;
}
.comments-post-wrap{
  padding: 10px 60px 40px;
}
.more-post-wrap .tab-content{
  padding: 20px 0;
}
.more-post-wrap .post-card h3{
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: left;
}
.more-post-wrap .post-card-meta{
  font-size: 12px;
}

.more-post-wrap .post-card .image{
  min-height: 200px;
}

.post-user-meta{
  background: #f1f1f1;
  padding: 30px 60px;
  color: #333;
}
.post-user-meta a{
  /*color: #ffffff;*/
  /*box-shadow: inset 0 -1px 0 #999;*/
}
.post-user-meta a:hover{
  box-shadow: inset 0 -1px 0 #ffffff;
}
.post-user-meta .author-photo{
  overflow: hidden;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  box-shadow: 0 0 0 4px #ffffff;
  margin-bottom: 20px;
  /*margin-right: 20px;*/
}
.post-user-meta .author-photo:hover{
  box-shadow: 0 0 0 4px #ffffff;
}
.post-user-meta .author-meta{

}
.post-user-meta hr{
  border-color: #444;
}
.post-user-meta .author-name{
  /*color: #ffffff;*/
  font-size: 16px;
  line-height: 24px;
/*  font-weight: 700;*/
  font-family: 'Bw Modelica Reg', sans-serif;
  box-shadow: none;
}


.artist-link{
  color: #17212c;
  text-transform: uppercase;
  font-family: "Bw Modelica Reg", "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 1px;
}
.artist-link-lg{
  font-size: 16px;
}






/* MASONRY STYLE */
.msis-summary-container {
  margin: 0 auto;
}
/* MASONRY STYLE */
.ms-carousel-item{
  padding: 5px 0;
}

/* SUMMARY LIST STYLE */
.summary-list .ms-list-item{
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.summary-list .ms-list-item .post-image-wrap{
  width: 40%;
}
.summary-list .ms-list-item .post-image-wrap.list-image-left{
  float: left;
  padding-right: 20px;
}
.summary-list .ms-list-item .post-image-wrap.list-image-right{
  float: right;
  padding-left: 20px;
}
.summary-list .ms-list-item .text{
  float: left;
  width: 60%;
}

.widget.sidebar-widget .summary-list .post-card h3{
    padding-top: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
}


.post-card-wrap-carousel{
  /*padding: 15px;*/
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0,0,0,0.075);

  -webkit-transition: box-shadow 300ms ease-in-out;
    -moz-transition: box-shadow 300ms ease-in-out;
    -ms-transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out;
}
.ms-carousel-item:hover .post-card-wrap-carousel{
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.post-card-layer{
  box-shadow: 3px 4px rgba(255,255,255,0.8),6px 7px rgba(255,255,255,0.6);
}
.post-card-layer:hover{
  box-shadow: 5px 6px rgba(255,255,255,0.8),10px 11px rgba(255,255,255,0.6);
}


.post-card-wrap-body-carousel .text{
  /*padding: 1px 15px;*/
  padding: 8px 21px;
}



.blog--landing--body .author-photo{
  overflow: hidden;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  box-shadow: 0 0 0 4px #ffffff;
  /*margin-right: 20px;*/
}
.blog--landing--body .blog-author-profile{
  padding: 120px 0;
}
.blog--landing--body .author-meta{
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.blog--landing--body .author-name{
  color: #ffffff;
  font-size: 26px;
  line-height: 34px;
  font-family: 'Bw Modelica Reg', sans-serif;
  font-weight: 400;
  box-shadow: none;
}
.blog--landing--body a{
  color: #ffffff;
  font-weight: 400;
}

.blog--landing--body{
  position: relative;
  z-index: 2;
}
.blog--landing--wrap{
  /*background: #2b2b2b;
  position: relative;
  min-height: 200px;
  min-height: 300px;
  color: #fff;
  margin-bottom: 20px;
  padding-top: 65px;*/
}
.blog--landing--wrap .image-backdrop{
  opacity: 0;
}

.blog-category-list{
  text-align: center;
  margin-bottom: 50px;
}
.blog-category-list > li > a{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 10px 5px;
}
.blog-category-list > li.active > a{
  text-decoration: underline;
}

.page-title-wrap{
  /*padding: 50px 0 0;*/
}
.page-description-wrap{
  text-align: center;

  padding: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  /*background: rgba(0,0,0,0.3);*/
}

.page-title-wrap h1{
  /*font-size: 48px;
  line-height: 52px;
  font-family: 'Bw Modelica Reg', serif;
  font-weight: 400;*/
}
.landing-backdrop{
  /*background-color: #2b2b2b;*/
    background-size: 1400px;
    background-position: center top;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    /*-webkit-filter: blur(8px);*/
    /*-moz-filter: blur(8px);*/
    /*-ms-filter: blur(8px);*/
    /*filter: blur(8px);*/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}

.arrow-clip{
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 10% 97%, 8% 100%, 6% 97%, 0 97%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 10% 97%, 8% 100%, 6% 97%, 0 97%);
}





/*PERCENTAGE*/
/*.widget {
    margin: 0 auto;
    width:350px;
    margin-top:50px;
    background-color: ebecde;
}*/

.chart-header{
    background-color: #ebecde;
    height:40px;
    color:#16140d;
    text-align: center;
    line-height: 40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 400;
    font-size: 1.5em;

}

.chart-footer
{
  color: #16140d;
  text-align: center;
  font-size: 10px;
}

.chart-container{
    padding:25px;
}

.percent #percent {
  font-size: 46px;
  color: #353535;
}


.shadow {
    -webkit-filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.5) );
    filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.5) );
}


/*FAQS CARD ITEM*/
.d1-card-item{
    border: solid 1px #E6E6E6;
    background: #FFF;
    box-shadow: 0 0 20px #F1F1F1;
    padding: 30px;
    min-height: 185px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.d1-card-item:hover{
    background-color: #FFF;
    border-color: #D6D6D6;
    box-shadow: 0 0 15px #E4E4E4;
}





/* EVENT STYLE */
.event-list-wrap{
  padding: 50px 0;
}
.event-image-wrap{
  margin-bottom: 20px;
}
.event-list-wrap .event-item{
  font-size: 16px;
  line-height: 26px;
  min-height: 200px;
  margin-bottom: 50px;
}
.event-item .event-meta{
  margin-bottom: 10px;
}
.event-item .intro{
  color: #888;
}
.event-list-wrap .event-date{
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 1;
    line-height: 22px;
}
.event-list-wrap .event-item .post-link{
  display: block;
  margin-top: 10px;
}
.event-list-wrap .event-item .post-link h3{
  text-transform: uppercase;
  margin-top: 0;
}

.event-month{
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.event-date{
  background: #2b2b2b;
  color: #ffffff;
  padding: 10px 24px 14px;
  text-align: center;
}
.event-day{
  font-size: 24px;
}

.dashed-to{
  letter-spacing: -1px;
}

.event-date-and-place-wrap{
  display: inline-block;
  padding: 20px 30px;
  background: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  margin-left: 40px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.event-form-wrapper{
  padding: 40px 100px;  
  background: #AAFFA9;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #11FFBD, #AAFFA9);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #11FFBD, #AAFFA9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.event-form-wrapper .form-control{
  border: 0;
}



/* DATEPICKER */


.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled]{
  background: #333;
  text-shadow: none;
  border: 0;
  color: #ffffff;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover{
  background: #333;
  text-shadow: none;
  border: 0;
  color: #ffffff;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
  background: transparent;
  color: #999;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover{
  background: #eeeeee;
  /*color: #ffffff;*/
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled]{
  background: #333;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover{
  background: #333;
  color: #ffffff; 
}

.datepicker *{
  text-shadow: none;
}
.datepicker table{
  width: 100%;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled]{
  background-image: none;
  background-color: #333; 
}
.datepicker-inline {
    width: 290px;
}
.datepicker .datepicker-switch{
  text-transform: uppercase;
  /*font-size: 16px;*/
  color: #333;
  /*font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;*/
  letter-spacing: 1px;
}








/* SINGLE POST */
#blog-single-post-section{
  padding-top: 50px;
}

.post-card-wrap-grid{
  margin-bottom: 20px;
}
.more-post-wrap .post-card-wrap-grid .post-card h3{
  margin-top: 10px;
  line-height: 28px;
}

.special-blog-post-section{
  min-height: 600px;
  position: relative;
}

.special-blog-content{
    margin-top: -100px;
    padding-top: 0;
    position: relative;
    z-index: 10;
}

.special-blog-content .blog-post-container{
    padding-top: 60px;
}

.landing-page-section-title{
  padding: 130px 0 0;
  text-align: center;
}
.landing-page-section-title .landing-page-title{
  font-size: 46px;
  line-height: 58px;
}



.blog-post-container{
  /*box-shadow: 0 1px 18px rgba(0,0,0,0.1);*/
  background: #ffffff;

  -webkit-transition: -webkit-transform 300ms ease-in-out;
    -moz-transition: -moz-transform 300ms ease-in-out;
    -ms-transition: -ms-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
  overflow: hidden;


  /*border: 1px solid #dddddd;*/
  /*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);*/
}

.arrow_box {
  position: relative;
  background: #fff;
}
.arrow_box:after {
  top: 100%;
  /*left: 50%;*/
  left: 70px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}

.blog-post-image{
  min-height: 50px;
}
.blog-post-image .image{
  background-color: #919191;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 0;
    overflow: hidden;
    width: 100%;

    padding-top: 50%;
    padding-top: 59.6667%;
    position: relative;    
}

.blog--post--wrapper{

}
.post-single-header{
  /*padding: 40px 60px 15px;*/
  padding: 0px;
  /*border-bottom: 1px solid #ececec;*/
  z-index: 1;
}
.post-footer{
  padding: 40px 100px 20px;
}

.post-single-header .breadcrumb{
  text-transform: uppercase;
  font-size: 12px;
}
.post-single-header .breadcrumb > .active{
  color: #999;
}
.breadcrumb{
  background: none;
  padding: 0;
}
.post-single-header .title{
  color: #1B5360;
  font-size: 34px;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 15px;
}
.blog-post-content .paragraph-block, .quote-block{
  padding: 30px;
  font-size: 16px;
  line-height: 26px;
  /*font-weight: 300;*/
}
.blog-post-content .container, .blog-post-content .container-fluid{
  width: 100%;
  /*padding: 0;*/
  /*overflow: hidden;*/
}
.blog-post-content a{
  color: #6583AC;
}
.blog-post-content a:hover .blog-post-content a:focus{
  text-decoration: underline;
}
.blog-post-content .image-block{
  position: relative;
}
.blog-post-content p {
    margin: 0 0 20px;
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    margin-bottom: 20px;
}

.author-thumb img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.post-meta{
  margin-bottom: 0;
  margin-left: 0;
}
.post-meta > li{
  padding: 0;
  margin-right: 7px;
  color: #999;
  /*text-transform: uppercase;*/
  font-size: 12px;
}
.post-meta > li.tweet > a{
  color: #55acee;
/*  font-weight: 700;*/
  /*font-family: 'Bw Modelica Reg', sans-serif;*/
}

.post-sidebar{
  /*border-top: 1px solid #eeeeee;*/
}
.post-sidebar-wrap{

}
.post-sidebar-wrap .side-header{
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0 25px;
  /*font-weight: 900;*/
}
.post-sidebar-wrap .post-card h3{
  margin-top: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 600;
}
.post-sidebar-wrap .post-card-meta{
  /*margin-top: 0;*/
  margin: 0;
}
.post-sidebar-wrap .ms-list-item{
  padding-bottom: 10px;
  /*border-bottom: 1px solid #eeeeee;*/
  padding: 15px 25px;
  margin-bottom: 0;
}










#chat-window-wrap{
  position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 20;
}
#chat-window-body{
  display: none;
}
#chat-window-wrap.chat-open #chat-window-body{
  display: block;
}
#chat-window-wrap.chat-open .chat-btn-open{
  top: -30px;
  /*box-shadow: none;*/
  background: #111111;
}
.chat-window-header span.minimize{
  display: block;
    height: 4px;
    border-radius: 2px;
    width: 26px;
    margin-top: 14px;
    background: #ffffff;
    position: absolute;
    right: 27px;
    top: 11px;
    display: none;
}
#chat-window-body .chat-sub-header{
  line-height: 22px;
  margin-bottom: 24px;
}
.chat-open span.minimize{
  display: block;
}

.chat-btn-open{
  background: #111111;
    width: 45px;
    height: 45px;
    /*background-color: #111111;*/
    padding: 5px;
    border-radius: 4px;
    background-size: 25px;
    position: absolute;
    display: block;
    right: 0;
    top: -40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
#navbar-bottom #chat-window-wrap{
  position: absolute;
    right: 30px;
    bottom: 40px;
}
#chat-window-body{
  background: #fff;
    padding: 25px 40px;
    /*border-radius: 0 0 10px 10px;*/
    width: 350px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}


#chat-window-body #talk-submit-btn{
  border-radius: 5px;
  width: 150px;
  margin: 0 auto;
  display: block;
}
.chat-window-header{
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  background-color: #111111;
  color: #ffffff;
  text-align: center;
  padding: 15px 40px 13px 80px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  width: 350px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  /*font-family:'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
.chat-window-header .chat-icon{
  position: absolute;
    left: 32px;
    top: 12px;
}
.chat-window-header .chat-icon svg{
  width: 30px;
  height: 30px;
}
.chat-window-header .chat-icon svg path{
  fill: #ffffff;
}
#inquiries-form-message-wrap .close{
  color: #ffffff;
  box-shadow: none;
}
#inquiries-form .form-group.has-error{
  margin-bottom: 7px;
}

#inquiry_message{
  height: 130px;
}
#talk-submit-btn svg{
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}
#talk-submit-btn svg path{
  fill: #ffffff;
}




#footer{
  padding: 85px 0;
  background: var(--text-primary-color);
  color: #ffffff;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
#footer .form-control{
  border: 0 !important;
  box-shadow: none !important;
}
.all-rights-wrap{
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 50px;
}
#footer .list-inline{
  margin: 0;
}
#footer .list-inline > li > a{
  color: #ffffff;
  opacity: 0.5;
}
#footer .list-inline > li > a:hover{
  opacity: 1;
}
.list-inline-bullet > li{
  padding: 0;
}
.list-inline-bullet li:after{
  content:'\2022'; 
  margin:0 10px;
  font-size: 8px;
}
.list-inline-bullet li:last-child:after{
  content: "";
  margin-right: 0;
}
.footer-link{
  text-align: left;
  display: block;
  color: #363636;
  margin-bottom: 3px;
}
.footer-link .icon{
  font-size: 24px;
    width: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    text-align: center;
    margin-right: 5px;
}
.footer-link .fb-icon{
  font-size: 16px;
    line-height: 22px;
    padding: 1px 1px 0px 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 1px;
    text-align: center;
    background: #363636;
    border-radius: 10px;
    color: #ffffff;
    -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;
}
.footer-link:hover .fb-icon, .footer-link:focus .fb-icon{
  background: var(--main-bg-color);
}
.footer-link:hover, .footer-link:focus{
  /*color: #ffffff;*/
}






.coming-soon-wrap{
  z-index: 99999;
  background-color: #303030;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.product-logo{
  color: #ffffff;
  text-align: center;
  position: absolute;
  width: 300px;
  height: 250px;
  top: 50%;
  margin-top: -125px;
  left: 50%;
  margin-left: -150px;
}
.product-hero-title{
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
.launching-soon{
  padding: 50px 0;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

.ssl-seal-wrapper{
  padding: 20px 0;
  text-align: center;
}
#siteseal{
  background-color: #ffffff;
  padding: 8px 5px 8px 10px;
  display: inline-block;
}


/* *********************************** */
/* CSS3 ANIMATIONS */
/* *********************************** */
.animated {-webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; -moz-backface-visibility:    hidden; -ms-backface-visibility:     hidden; } .fadeIn {-webkit-animation-name: fadeIn; animation-name: fadeIn; } @-webkit-keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 1;} } @-moz-keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 1;} } @-o-keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 1;} } @keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 1;} } .fadeOut {-webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOut {0% {opacity: 1;} 100% {opacity: 0;} } @-moz-keyframes fadeOut {0% {opacity: 1;} 100% {opacity: 0;} } @-o-keyframes fadeOut {0% {opacity: 1;} 100% {opacity: 0;} } @keyframes fadeOut {0% {opacity: 1;} 100% {opacity: 0;} } @-webkit-keyframes fadeInUp {0% {opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } 100% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUp {0% {opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); } 100% {opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } .fadeInUp {-webkit-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeInDown {0% {opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDown {0% {opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); } 100% {opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } .fadeInDown {-webkit-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeOutDown {0% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% {opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } } @keyframes fadeOutDown {0% {opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% {opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); } } .fadeOutDown {-webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; } @-webkit-keyframes hinge {0% {-webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% {-webkit-transform: rotate(80deg); transform: rotate(80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40% {-webkit-transform: rotate(60deg); transform: rotate(60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 80% {-webkit-transform: rotate(60deg) translateY(0); transform: rotate(60deg) translateY(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } 100% {-webkit-transform: translateY(700px); transform: translateY(700px); opacity: 0; } } @keyframes hinge {0% {-webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% {-webkit-transform: rotate(80deg); -ms-transform: rotate(80deg); transform: rotate(80deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40% {-webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 80% {-webkit-transform: rotate(60deg) translateY(0); -ms-transform: rotate(60deg) translateY(0); transform: rotate(60deg) translateY(0); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } 100% {-webkit-transform: translateY(700px); -ms-transform: translateY(700px); transform: translateY(700px); opacity: 0; } } .hinge {-webkit-animation-name: hinge; animation-name: hinge; } .animated.hinge {-webkit-animation-duration: 2s; animation-duration: 2s; }
@-webkit-keyframes fadeInLeft {0% {opacity:0; -webkit-transform:translateX(-20px); } 100% {opacity:1; -webkit-transform:translateX(0); } } @-moz-keyframes fadeInLeft {0% {opacity:0; -moz-transform:translateX(-20px); } 100% {opacity:1; -moz-transform:translateX(0); } } @-o-keyframes fadeInLeft {0% {opacity:0; -o-transform:translateX(-20px); } 100% {opacity:1; -o-transform:translateX(0); } } @keyframes fadeInLeft {0% {opacity:0; transform:translateX(-20px); } 100% {opacity:1; transform:translateX(0); } } .animated.fadeInLeft {-webkit-animation-name: fadeInLeft; -moz-animation-name: fadeInLeft; -o-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeInRight {0% {opacity:0; -webkit-transform:translateX(20px); } 100% {opacity:1; -webkit-transform:translateX(0); } } @-moz-keyframes fadeInRight {0% {opacity:0; -moz-transform:translateX(20px); } 100% {opacity:1; -moz-transform:translateX(0); } } @-o-keyframes fadeInRight {0% {opacity:0; -o-transform:translateX(20px); } 100% {opacity:1; -o-transform:translateX(0); } } @keyframes fadeInRight {0% {opacity:0; transform:translateX(20px); } 100% {opacity:1; transform:translateX(0); } } .animated.fadeInRight {-webkit-animation-name: fadeInRight; -moz-animation-name: fadeInRight; -o-animation-name: fadeInRight; animation-name: fadeInRight; }


.feature-fade-in{
  -webkit-animation: feature-fade-in .6s ease-in-out;
    animation: feature-fade-in .6s ease-in-out;
}

.feature-fade-in 0% {
    opacity: 0
}
.feature-fade-in 50% {
    opacity: 0
}
.feature-fade-in 100% {
    opacity: 1
}
@-webkit-keyframes feature-fade-in {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes feature-fade-in {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.margin-auto{
  margin-right: auto;
  margin-left: auto;
}
.mar0 {
  margin: 0;
}
.tac{
  text-align: center;
}
.ttu{
  text-transform: uppercase;
}
.top0{
  margin-top: 0px;
}
.top5{
  margin-top: 5px;
}
.top10{
  margin-top: 10px;
}
.top20{
  margin-top: 20px;
}
.top50{
  margin-top: 50px;
}
.top100{
  margin-top: 100px;
}
.bottom0{
  margin-bottom: 0px;
}
.bottom5{
  margin-bottom: 5px;
}
.bottom10{
  margin-bottom: 10px;
}
.right5{
  margin-right: 5px;
}
.right10{
  margin-right: 10px;
}
.right20{
  margin-right: 20px;
}
.left5{
  margin-left: 5px;
}
.left20{
  margin-left: 20px;
}
.pad0{
  padding: 0;
}
.padr0{
  padding-right: 0 !important;
}
.padt0{
  padding-top: 0 !important;
}
.pad-bottom0{
  padding-bottom: 0;
}
.tar{
  text-align: right;
}
strong, .strong{
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 600 !important;
}
.td-none{
  text-decoration: none !important;
}
.op5{
  opacity: 0.5;
}
.op1{
  opacity: 1;
}
.no-border{
  border: 0;
}


@media (max-width: 1500px){
  #bus-features{
    background-position: 100% 100px;
  }
}

@media (max-width: 1420px){
  #bus-features{
    background-size: 750px 522px;
  }
}

@media (max-width: 1325px){
  #bus-features{
    background-size: 700px 487px;
    background-position: 100% 160px;
  }
}

@media (max-width: 1000px){
  
  .navbar-header {
      float: none;
  }
  .navbar-left, .navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
 
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      /*float: none!important;*/
      /*margin-top: 7.5px;*/
  }
  .collapse.in{
      display:block !important;
  }
  #main-navigation .navbar-collapse{
  /*overflow-x: hidden !important;*/
  /*overflow-y: auto !important;*/
  }
  #main-navigation .navbar-toggle{
    margin-right: 0;
  }
  
  #main-navigation{
    text-align: center;
  }
  #main-navigation .navbar-nav > li > a{
    display: inline-block;
    padding: 8px 15px;
  }

  #landing-form .btn-search{
    /*width: 80px;*/
    padding: 4px 8px;
  }

  .booking-header{
    padding: 0 20px;
    text-align: center;
  }

  #mobile-nav-wrapper .site--logo a{
    width: 180px;
  }

  #mobile-nav-wrapper .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }


  #mobile-nav-wrapper .nav .open > a, #mobile-nav-wrapper .nav .open > a:hover, #mobile-nav-wrapper .nav .open > a:focus{
    background: #222;
  }
  #mobile-nav-wrapper .dropdown-arrow ul.dropdown-menu:before, #mobile-nav-wrapper .dropdown-arrow ul.dropdown-menu:after{
    display: none;
  }

  #mobile-nav-wrapper .dropdown-menu > li > a{
    color: #ffffff;
    text-align: center;
  }
  #mobile-nav-wrapper .dropdown-menu > li > a:hover{
    color: #ffffff;
    background: #222;
  }

  .site--logo a{
    /*width: 180px;
    position: relative;
    top: -5px;*/
  }
  .site--logo a svg{
    width: 180px;
    /*height: 60px;*/
  }
  
  .site--logo:before, .site--logo:after{
    height: 66px;
  }


}

#main-navigation .navbar-collapse{
  border: 0;
  /*max-height: none;*/
  /*box-shadow: none;*/
}
#main-navigation .navbar-toggle{
  border: 0;
}
#main-navigation .navbar-toggle:hover, #main-navigation .navbar-toggle:focus{
  background-color: transparent;
}
#main-navigation .navbar-toggle .icon-bar{
  width: 30px;
}
#main-navigation .navbar-toggle .icon-bar + .icon-bar{
  margin-top: 5px;
}

#main-navigation.fixed-top .navbar-toggle{
  margin-top: 22px;
}


#main-navigation .navbar-collapse.in, #main-navigation .navbar-collapse.collapsing{
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
}

/* ================ CHECKBOX ================ */

.checkbox-item {
  /*display: block;*/
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
}


/* Hide the browser's default checkbox */
.checkbox-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 2px;

  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* On mouse-over, add a grey background color */
.checkbox-item:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-item input:checked ~ .checkmark {
  background-color: var(--text-primary-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-item input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-item .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.checkbox-item-bordered .checkmark{
  background: #ffffff;
  border: 1px solid #ccc;
}
.checkbox-item-bordered .checkbox-item input:checked ~ .checkmark{
  border-color: var(--text-primary-color);
}
.checkbox-item-bordered .checkbox-item:hover input ~ .checkmark {

}

.checkbox-item-sm .checkbox-item{
  
}
.checkbox-item-sm .checkbox-item .checkmark:after{
  left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
}
.checkbox-item-sm .checkmark{ 
  height: 18px;
  width: 18px;
  margin-top: 4px;
}
.checkbox-item-sm .checkbox-item{ 
  font-size: 14px;
  font-weight: normal;
  padding-left: 30px;
  margin-bottom: 5px;
}










.checkbox {
  padding-left: 20px; 
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.form-inline .checkbox label{
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -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;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: -1px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 0px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1; 
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
}
.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: #428bca;
  border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }


/*MAP*/

#infowindow-content .title {
  font-weight: bold;
}
#infowindow-content {
  display: none;
}

#map {
  height: 400px;
}
#map #infowindow-content {
  display: inline;
}

.box-shadow-01{
  box-shadow: 0 0 15px rgba(30,167,33,0.1);
}
.border-01{
  border: 1px solid #1A2369;
}

.box-label-radio{
  /*border: 1px solid #808080;*/
}

.radio-box-01{
  position: relative;
  margin: 10px
}
.radio-box-01 input[type=radio]{
  position: absolute;
  visibility: hidden;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.radio-box-label{
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding: 7px 15px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #eee;
}
.bus-trip-radio-item{
  margin: 0;
  margin-bottom: 15px;
}

.radio-box-label > input{
  
}

.radio-box-01 input[type=radio]:checked + .radio-box-label{
  border: 1px solid #1A2369;
  box-shadow: 0 0 0 4px rgba(30,167,33,0.2) !important;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #1A2369;
  content: '';
  display: inline-block;
  visibility: hidden;
  border: 2px solid white;
}



.delivery-status-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.delivery-status-list > li{
  display: block;
    margin-right: 0;
    margin-bottom: 20px;
    min-width: 180px;
    overflow: hidden;
}
.delivery-status-list > li:last-child{
  margin-right: 0;
}

.delivery-status-list > li .del-stat-icon{
  display: block;
    width: 60px;
    height: 60px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #dddddd;
    /*1ba18e*/
    /* border-radius: 50%; */
    position: relative;
    border-radius: 3px;
    float: left;
    margin-right: 20px;
}



.delivery-status-list > li .del-stat-icon img{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}



.delivery-status-list > li .check-icon{
  /*display: none;*/
  opacity: 0;
  width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: -8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.del-stat-label{
  /*font-family: 'galano_grotesquebold', sans-serif;*/
  /*text-transform: uppercase;*/
  color: #888;
  margin-top: 10px;
  float: left;
  -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.delivery-status-list > li.active-status .check-icon, .delivery-status-list > li > a:hover .check-icon{
  /*display: block;*/
  opacity: 0;
}
.delivery-status-list > li.active-status .del-stat-icon{
  /*background: #5cb85c;  */
    border: 1px solid #1A2369;
}
.delivery-status-list > li.active-status .del-stat-label, .delivery-status-list > li > a:hover .del-stat-label{
  color: #262626;
}
.delivery-status-list > li.active-status .del-stat-label .mstat-label, .delivery-status-list > li > a:hover .del-stat-label .mstat-label{
  color: #1A2369;
}


.delivery-status-list > li.active-status .del-stat-icon img{
  -webkit-filter: grayscale(0);
  filter: none;
}

.tracking-input-wrap{
  max-width: 430px;
  margin: 0 auto 30px;
  position: relative;
}
.tracking-input-wrap .form-control{
  border: 1px solid #111;
  height: 54px;
  padding: 15px 23px !important;
  padding-right: 54px !important;
  font-size: 20px;
  border-radius: 30px;
}
.tracking-input-wrap .search-bar-icon{
  top: 7px;
  right: 8px;
}
.tracking-input-wrap .search-bar-icon .btn{
  width: 40px;
  height: 40px;
}

#tracking_link{
  border: 1px solid #ddd;  
  padding: 10px 15px !important;
  border-radius: 4px;
  /*border-top-right-radius: 0;*/
  /*border-bottom-right-radius: 0;*/
  /*border-right: 0;*/
}
.tracking_link_group{
  position: relative;
}
.tracking_link_group .copy-link{
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  background: #999;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 10px;
  cursor: pointer;
}



.history-tl-container{
  display:block;
  position:relative;
}
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
    display:inline-block;
    margin-left: 150px;
}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    /*margin-left:200px;*/
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left: 1px dashed #97cd00;
    padding:0 0 50px 30px;
    position:relative;
    line-height: 24px;
    min-width: 250px;
    max-width: 300px;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
  position: absolute;
  left: -11px;
  top: 0px;
  content: " ";
  /* border: 5px solid rgba(34, 167, 74, 02); */
  border: 5px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: var(--secondary-bg-color);
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;
}
.history-tl-container ul.tl li:hover::before{
    /*border-color:  #258CC7;
    transition: all 1000ms ease-in-out;*/
}
ul.tl li .item-title{
  font-weight: 500;
  margin-bottom: 10px;
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:14px;
}
ul.tl li .timestamp{
  color: #8D8D8D;
  position: absolute;
  width: 100px;
  /*left: -90%;*/
  left: -51%;
  top: -1px;
  text-align: right;
  font-size: 14px;
}



@media (max-width: 991px){
  #landing-slider .landing-content{
    padding: 100px 0;
  }
  .filter-wrap-item {
    padding: 30px 10px;
  }
  .secure-payment {
    text-align: center;
  }


}

  
@media (max-width: 800px){
  #main-navigation{
    /*padding: 10px 15px;*/
  }

  

  #main-navigation .navbar-nav > li > a{
    display: block;
    /*padding: 8px 0;*/
    color: #ffffff;
  }


  .weather-card-list{
    margin-top: 30px;
  }
  .weather-card-list > li{
    display: block;
    overflow: hidden;
  }
  .weather-card-list > li.weather-icon-wrap{
    margin-bottom: 60px;
  }
  .side-element-wrap{
    width: 100%;
  }

}


@media (max-width: 767px){
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #ffffff;
      text-align: center;
  }  
  #main-navigation .user-dropdown .dropdown-menu{
    box-shadow: none;
  }

  #landing-form .form-group{
    padding: 15px 0 0px;
    /*margin-bottom: 10px;*/
  }

  #landing-hero-wrap{
    position: relative;
    top: 56px;
  }
  #landing-form-wrap, .book-type-wrap{
    background: #111;
  }

  #landing-slider .landing-content{
    padding: 140px 40px;
  }
  #landing-slider .owl-next{
    right: 10px;
  }
  #landing-slider .owl-prev{
    left: 10px;
  }
}

@media (max-width: 500px){
  .chat-window-header{
    height: 50px;
      width: 85px;
      padding: 0;
  }
  .chat-window-header .chat-icon{
    left: 28px;
  }
  .feedback-header-label{
    display: none;
  }
  .chat-open .feedback-header-label{
    display: inline-block;
  }
  .chat-open .chat-window-header{
    width: 350px;
    padding: 15px 40px 13px 80px;
  }
  #chat-window-wrap{
    right: 10px;
  }
}


@media ( max-width: 375px ){

  #chat-window-body, .chat-open .chat-window-header{
    width: 300px;
  }
  #chat-window-body{
    padding: 23px 30px 10px;
  }

}

@media( max-width: 320px ){

  #inquiry_message{
    height: 80px;
  }

}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  
  
  

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .wh{
    height: auto !important;
  }
  
  
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  

  

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

  



}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
   


  

}
















