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

.bg-color-light p, .bg-color-light li {
    color: #555
}

.top-nav-collapse .navbar-brand {
    width: 140px;
    position: absolute;
    top: 3px;
    transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
    .top-nav-collapse .navbar-nav {
        top: 25px;
    }
}

.promo-section.single .ms-thumb-list {
    display: none;
}

.timeline-style2 .timeline-indicator {
    height: 20px !important;
    width: 20px !important;
    left: 81px !important;
    top: 1px !important;
    border-color: #89a0c0 !important;
}

.timeline-style2 .btn-success.no-hover:hover {
    background-color: #89a0c0 !important;
}

.border-bottom {
    border-bottom: 1px solid #cacaca;
}

.footer {
    background-color: #efefef;
}

.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

.section-date {
    margin-top: 20px;
    text-align: center;
}

.section-date > .label {
    font-weight: bold;
    border: 4px solid #fff;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.cd-timeline-content p {
    text-align: justify;
}

.box-header {
    background-color: #fff;
    color: #89a0c0;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border: 1px solid #cacaca;
    padding: 10px;
    font-weight: bold;
    margin-top: 5px;
}

.our-services-list-item > p {
    color: #ffffff;
    padding: 20px 0;
}

.our-services-list-item > .img-wrapper {
    border-left: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    text-align: center;
    margin: auto;
    background-color: #fff;
}

/*.our-services-list-item > .img-wrapper:last-child {
  border-right: 1px solid #cacaca;
}*/

.ms-nav-next {
    right: 10px !important;
}

.ms-nav-prev {
    left: 10px !important;
}

.motto {
    font: 400 130px/0.8 'Qwigley', cursive;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
}

.motto em {
    color: #C5B358 !important;
    background-color: #fff !important;
    font-size: 40px !important;
}

.bg-beige {
    background-color: #e4e4a1 !important;
    color: #404040;
}

.bg-cafe {
    background-color: #89a0c0 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-gold {
    background-color: #ffffff !important;
    color: #89a0c0;
}

#Services .owl-carousel .owl-item img {
    display: inline;
    width: 60%;
}

a.lang {
    padding: 0 4px !important;
    background-color: #557395 !important;
    color: white !important;
    border-radius: 25px;
    margin-left: 2px;
    margin-top: 4px;
    width: 25px;
    text-align: center;
    float: left;
}

a.lang > span {
    font-size: 12px;
}

a.lang:hover, a.lang.active {
    background-color: white !important;
}

a.lang:hover > span, a.lang.active > span {
    color: #557395;
}

.navbar-nav > li > a {
    line-height: 23px;
}

.static-header {
    margin-top: 90px;
}

.route-day ul {
    margin: auto;
    margin-top: 20px;
    /*margin-right: 40px;*/
}

.route-day li {
    background-color: white;
    border-bottom: 1px solid #cacaca;
    border-radius: 2em;
    margin-top: 5px;
}

.route-day li:hover {
    background-color: #efefef;
}

.route-day li span {
    margin-left: 10px;
    font-size: 14px;
    text-align: left;
}

@media only screen and (min-width: 1440px) {
    .route-day ul {
        width: 70%;
    }

}

@media only screen and (min-width: 720px) and (max-width: 991px) {
    .route-day ul {
        width: 70%;
    }
}

.menu-container {
    /*height: 80px;*/
}

span.label.label-price {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 12px;
    text-transform: uppercase;
    color: white;
    text-align: left;
}

/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 700;
}

#jpreSlide {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
}

#jpreLoader {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
}

#jprePercentage {
    width: 50px;
    height: 50px !important;
    line-height: 50px;
    position: absolute !important;
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 800;

    font-size: 24px;
    color: #FFFFFF;

    -webkit-animation: circle 1s infinite forwards;
    -moz-animation: circle 1s infinite forwards;
    -ms-animation: circle 1s infinite forwards;
    -o-animation: circle 1s infinite forwards;
    animation: circle 1s infinite forwards;
}

#circle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    background: #FF8C53;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;

    -webkit-animation: circle 1s infinite forwards;
    -moz-animation: circle 1s infinite forwards;
    -ms-animation: circle 1s infinite forwards;
    animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
    }
    50% {
        -webkit-transform: rotateY(180deg);
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes circle {
    0% {
        -moz-transform: rotateY(0deg);
    }
    50% {
        -moz-transform: rotateY(180deg);
        -moz-animation-timing-function: ease-out;
    }
    100% {
        -moz-transform: rotateY(0deg);
        -moz-animation-timing-function: ease-in;
    }
}

@-ms-keyframes circle {
    0% {
        -ms-transform: rotateY(0deg);
        -ms-animation-timing-function: ease-in;
    }
    50% {
        -ms-transform: rotateY(180deg);
        -ms-animation-timing-function: ease-out;
    }
    100% {
        -ms-transform: rotateY(0deg);
        -ms-animation-timing-function: ease-in;
    }
}

@-o-keyframes circle {
    0% {
        -o-transform: rotateY(0deg);
        -o-animation-timing-function: ease-in;
    }
    50% {
        -o-transform: rotateY(180deg);
        -o-animation-timing-function: ease-out;
    }
    100% {
        -o-transform: rotateY(0deg);
        -o-animation-timing-function: ease-in;
    }
}

@keyframes circle {
    0% {
        transform: rotateY(0deg);
        animation-timing-function: ease-in;
    }
    50% {
        transform: rotateY(180deg);
        animation-timing-function: ease-out;
    }
    100% {
        transform: rotateY(0deg);
        animation-timing-function: ease-in;
    }
}

#tour-title {
    top: 45%;
}
@media (min-width: 1000px)  {
    .index-slider .promo-msg-2 {
        font-size: 2.5vw;
        line-height: 4vw;
    }
}

.promo-msg-2 {

    position: absolute;
    color: white;
    top: 46%;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.promo-msg-2 span {
    display: inline-block;
}

.promo-msg-1 {
    top: 30%;
    position: absolute;
    color: white;
    font-size: 6vw;
    font-family: 'Great Vibes', serif;
    text-align: center;
    width: 100%;
}

.promo-msg-3 {
    top: 59%;
    position: absolute;
    color: white;
    font-size: 1vw;
    text-align: center;
    width: 100%;
}

.promo-msg-3 p {
    background: rgba(52, 52, 52, 0.5);
    display: inline-block;
    padding: 5px 40px;
}

@media (max-width: 667px) and (orientation: landscape) {
    .promo-msg-3 {
        top: 77%;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .promo-msg-1 {
        font-size: 80px;
        top: 25%;
    }

    .promo-msg-3 {
        top: 58%;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .promo-msg-2 {
        top: 47%;
    }

    .promo-msg-1 {
        font-size: 55px;
        top: 26%;
    }

    .promo-msg-3 {
        font-size: 11px;
        top: 58%;
    }
}

@media (max-width: 500px) {
    .promo-msg-2 {
        top: 47%;
        width: 80%;
        margin-left: 10%;
    }

    .promo-msg-1 {
        font-size: 40px;
        top: 21%;
    }

    .promo-msg-3 {
        font-size: 12px;
        top: 67%;
    }

    .promo-msg-3 p {
        padding: 5px 10px;
    }
}

.price-box {
    /*border-width: 5px 1px 1px 1px;*/
    /*border-style: solid;
    border-color: #49669E;*/
}

.price-sub {
    font-size: 12px;
    font-weight: normal;
}

.alert {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}

.alert a {
    color: #C5B358;
}

.background {
    background: linear-gradient(rgba(248, 247, 216, 0.7), rgba(248, 247, 216, 0.7)), url('../img/bg/diagonalnoise.png') no-repeat center fixed;
    background-size: cover;
}

.limited-tour, .new-tour {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    padding: 2px 5px;
    color: white;
    font-weight: bold;
}

.new-tour {
    background-color: #DEB45C;
}
