#header {
    position: relative;
    background-color: #000;
}

#tour-reservation-overview {
    padding: 50px 0 100px;
    background-color: #fff;
}

h1 {
    text-align: center;
    margin: 20px 0 40px;
}

#lp-content .alert strong {
    color: #8A6D3B;
}

#lp-content .alert {
    font-size: 14px;
    padding: 10px 15px;
}

form h5 {
    font-size: 28px;
    color: #FBBA00;
    border-bottom: 1px solid #222;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: elektra_medium_probold, sans-serif;
}

form h5:before {
    content: attr(data-attr);
    color: #555;
    padding-right: 6px;
}

.hbf form h5 {
    font-size: 16px;
}

.hbf form h5:before {
    display: none;
}

form h6 {
    border: 0;
    margin: 0 0 5px;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
}

form label {
    font-size: 14px;
}

form .text-muted {
    color: #F1DC7B;
    font-size: 18px;
    margin: 0 0 0 6px
}

#lp-content p.help-block {
    margin: 0 0 4px;
    color: #E66060;
}

.form-control[disabled] {
    background-color: #777;
    border-color: #999;
}

#select-period hr {
    margin: 10px 15px;
    border-top-color: #222;
    clear: both;
}

#select-period .btn {
    color: #fff;
}

.ui-state-disabled {
    background-color: transparent;
    /*     opacity: 0.5; */
}

#select-date {
    display: none;
}

.tourFormStep {
    margin-bottom: 30px;
    display: none;
}

.tourFormStep:after,
.tourFormStep:before,
.tourFormStepInner:after,
.tourFormStepInner:before {
    clear: both;
    display: table;
    content: "";
}

#tour-type {
    display: block;
}

.tourItem {
    text-align: center;
    border: 3px solid #000;
    padding: 15px;
    cursor: pointer;
    border-radius: 10px;
    float: left;
    min-height: 140px;
    margin: 0 0.5%;
    background-color: #333;
}

.tourItem.active {
    border-color: #F1DC7B;
    background-color: #191919;
}

.tourItem:hover {
    background-color: #191919;
}

#tour-type .tourItem {
    width: 24%;
}

@media (max-width: 768px) {
    #tour-type .tourItem {
        width: 49%;
    }
}

#tour-location .tourItem {
    width: 24%;
}

#tour-guide .tourItem,
#tour-track .tourItem {
    width: 49%;
}

#tour-date .tourItem {
    width: 19%;
}

.hbf #tour-location .tourItem,
.hbf #tour-guide .tourItem {
    width: 99%;
}

.tourItem img {
    margin: 0 auto;
    display: block;
}

.tourItem i {
    display: block;
    font-size: 32px;
    margin: 0 auto;
    color: #777;
}

.tourItem h3 {
    color: #FFF;
    display: inline-block;
    font-family: "elektra_medium_probold", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
}

#tour-date .tourItem i {
    font-size: 16px;
}

#tour-date .tourItem h3 {
    font-size: 36px;
    margin-bottom: 0;
}

#content #tour-date .tourItem p {
    margin: 0;
}

#content #tour-date .tourItem p.tourItemMonth {
    text-transform: uppercase;
}

#content #tour-date .tourItem p.tourItemDayName {
    margin: -6px 0 10px;
    font-size: 11px;
}

#content #tour-date .tourItem p.tourItemType {
    font-size: 11px;
    line-height: 1em;
}

#tour-reservation-overview .table td {
    width: 50%;
    font-size: 16px;
}

#tour-reservation-overview .table td:first-child {
    text-align: right;
}

#tour-reservation-overview .btn,
#tour-reservation-management .btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

#tour-reservation-management {
  background-color: #fff;
}

#tour-reservation-overview .btn-warning {
    background-color: #C5AA5D;
    border-color: #C5AA5D;
}

#tour-reservation-overview .btn-success {
    background-color: #79962B;
    border-color: #79962B;
}

#process-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

#process-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    background-color: #333;
    height: 4px;
    left: 0;
    margin: -2px 0 0 0;
    z-index: 9;
}

.processStep {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #333;
    line-height: 125px;
    font-weight: bold;
    margin: 0 50px;
    position: relative;
    z-index: 10;
    display: inline-block;
    cursor: pointer;
}

.processStep:after {
    content: "01";
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -19px;
    font-size: 30px;
    font-family: elektra_medium_probold, sans-serif;
    color: rgba(255, 255, 255, 0.4);
}

.processStep:nth-child(1).processStepActive {
    background-color: #935050;
}

.processStep:nth-child(2).processStepActive {
    background-color: #C5AA5D;
}

.processStep:nth-child(3).processStepActive {
    background-color: #79962B;
}

.processStep:nth-child(1):after {
    content: "01";
}

.processStep:nth-child(2):after {
    content: "02";
}

.processStep:nth-child(3):after {
    content: "03";
}

@media (max-width: 630px) {
    #process-wrapper {
        margin: 0 -10px 40px;
    }

    .processStep {
        margin: 0 10px;
    }
}

@media print {

    * {
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    #frontEnd body {
        background-color: #fff;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 1.5cm 1cm;
    }

    #header,
    #portal-manager,
    #portal-personaltools-wrapper,
    #follow-section,
    #newsletter-section,
    #sponsor-section,
    #footer,
    #section-follow,
    #header-fed,
    #colophon,
    .visualNoPrint {
        display: none;
    }

    #lp-top h1 {
        font-size: 18px !important;
        margin-top: 30px
    }

    #lp-top img {
        margin: 40px auto 30px;
        display: block;
    }

    #lp-content {
        margin: 0;
    }

}

/*accordion*/
.accordion {
    overflow: hidden;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    padding: 15px 55px 15px 0;
    display: inline-block;
    border-bottom: 1px solid #1a1a1a;
    transition: all linear 0.15s;
    color: #E6A300;
    position: relative;
    font-weight: 500;
    font-size: 18px;
}

.accordion-section-title:after {
    border-left-width: 1px;
    content: "\f0d7";
    font-size: 24px;
    right: 0;
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    margin-top: -16px;
}

.accordion-section-title.active:after {
    content: "\f0d8";
}

#content .accordion-section-title:focus,
#content .accordion-section-title:hover {
    text-decoration: none;
    outline: 0;
    color: #E6A300;
}

a.accordion-section-title:hover, a.accordion-section-title:focus, a.accordion-section-title:active {
    color: #333;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.accordion-section h4 {
    text-transform: uppercase;
    font-weight: 900;
    background-color: #f1f1f1;
    padding: 20px 15px;
    font-weight: 900;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding: 15px 0;
    display: none;
}

.accordion-page h2 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 1.42857143;
}

.accordion-section-content ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

.btn-booking {
    width: 100%;
    background-color: #AAC900;
    color: #fff;
    margin-top: 20px;
}

