
section#section-all-tours {
    background: #F7f7f7;
}

section#section-tours {
    background: #F9F9F9;
    padding: 40px 0;
}

.tour-anchor {
    display: block;
    height: 115px;
    margin-top: -115px;
    visibility: hidden;
}

/************************
* Homepage: Tour Cards
*/
.card-tour {
    border-radius: 4px;
    margin-bottom: 30px;
}
.card-tour:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
}

.card-tour .card-image {
    display: block;
    height: 200px;
    background-size: cover !important;
    position: relative;
    border-bottom: 3px solid #F2C514;
    cursor: pointer;
}

.card-tour .card-image .card-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 20%;
    height: 40px;
    background: #F2C514;
    text-align: center;
    padding: 4px 0 0;
    color: #fff;
    font-family: 'RalewaySemiBold', sans-serif;
    font-size: 22px;
}

.card-body {
    background: #fff;
}

.card-body .name {
    padding: 10px 10px 0 10px;
    display: block;
    font-family: 'RalewayMedium', sans-serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.card-body .desc {
    padding: 0 10px;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #333;
    margin-bottom: 15px;
}

.card-body .btn-card {
    float: left;
    border-top: 1px solid #EAEAEA;
    padding: 12px 15px;
    font-family: 'RalewaySemiBold', sans-serif;
    height: 45px;
    cursor: pointer;
}

.card-body .btn-card.btn-card-book {
    width: 40%;
    background: #F2C514;
    color: #fff;
    text-align: center;
}
.card-body .btn-card.btn-card-book:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
}

.card-body .btn-card.btn-card-tour {
    width: 60%;
    color: #333;
    text-align: right;
}
.card-body .btn-card.btn-card-tour:hover {
    background: #f1f1f1;
}

.card-body .btn-card span {
    font-size: 16px;
    padding-left: 5px;
}
.card-body .btn-card .fa {
    line-height: 22px;
    float: right;
    padding-left: 12px;
    font-size: 22px;
}


/************************
* Page: Tours
*/
.tour-box {
    padding: 0;
    color: #333;
    position: relative;
    margin: 25px 0 0;
    background: #f6e398;
    overflow: hidden;
}

.tour-box .box-image {
    position: relative;
    float: left;
    height: 300px;
    background-size: cover !important;
}

.tour-box .box-image .card-icon {
    position: absolute;
    top: 0;
    display: block;
    width: 55px;
    height: 55px;
    background: #F2C514;
    text-align: center;
    padding: 14px 10px;
    color: #fff;
    font-family: 'RalewaySemiBold', sans-serif;
}
.tour-box .box-image .card-icon.icon-left  { left: 0; }
.tour-box .box-image .card-icon.icon-right { right: 0; }
.tour-box .box-image .card-icon .fa {
    font-size: 26px;
}

.tour-box .box-tour-content {
    border-bottom: 2px solid #f2c514;
    padding: 0;
}
.tour-box .box-tour-content .box-title {
    background: #f2c514;
    font-family: 'RalewaySemiBold', sans-serif;
    font-size: 26px;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    height: 55px;
    padding: 9px 20px 7px;
    color: #fff;
}
.tour-box .box-tour-content .box-content {
    display: block;
    text-align: justify;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 50px;
}

.tour-box .box-tour-content .box-buttons {
    position: absolute;
    bottom: 2px;
    width: inherit;
}
.tour-box .box-tour-content .box-buttons .box-button {
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 10px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    font-family: 'RalewaySemiBold', sans-serif;
    border-top: 1px dashed #f2c514;
    border-right: 1px dashed #f2c514;
}
.tour-box .box-tour-content .box-buttons .box-button:hover {
    background: #f2c514;
    color: #fff;
}

/************************
* Pricing Table
*/
#section-pricing {
    padding: 95px 0 30px;
    outline: none;
}

#box-price-gps-guide {
    margin-bottom: 40px;
    border-bottom: 3px solid #f2c514;
}
#box-price-self-guide {
    border-bottom: 3px solid #f2c514;
}

#box-price-gps-guide .box-price-header,
#box-price-self-guide .box-price-header {
    height: 50px;
    background-size: cover;
    position: relative;
}
#box-price-gps-guide .box-price-header {
    background: url("../img/gps_banner.jpg") 50% 50% no-repeat;
}
#box-price-self-guide .box-price-header {
    background: url("../img/self_banner.jpg") 50% 50% no-repeat;
}
#box-price-self-guide .box-price-header .box-icon,
#box-price-gps-guide .box-price-header .box-icon {
    float: left;
    width: 50px;
    height: 50px;
    background: #f2c514;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 100;

}

#box-price-self-guide .box-price-header .box-icon .fa,
#box-price-gps-guide .box-price-header .box-icon .fa {
    color: #fff;
    font-size: 32px;
}
#box-price-self-guide .box-price-header span,
#box-price-gps-guide .box-price-header span {
    font-size: 20px;
    float: left;
    padding: 10px 20px;
    display: inline-block;
    font-family: 'RalewaySemiBold', sans-serif;
    color: #fff;
    position: relative;
    z-index: 100;
}

/* Table */
.box-price-table table {
    margin: 0;
    border: none;
}
.box-price-table table tbody,
.box-price-table table tfoot,
.box-price-table table thead {
    border: none;
}
.box-price-table table th {
    background: #f2c514;
    color: #fff;
    font-family: 'RalewayMedium', sans-serif;
    text-align: center;
    padding: 7px !important;
}

.box-price-table table td {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.box-price-table table td:last-child {
    border-right: none;
}

.box-price-table table td.header {
    background: #e6e6e6;
    font-size: 16px;
    padding: 7px;
    color: #8a8a8a;
    font-family: 'RalewaySemiBold', sans-serif;
}


.box-price-table table tr.row-description td {
    font-family: 'Raleway', sans-serif;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #2486d4;
    border: none;
}

.box-price-table table tr.thumb {

}
.box-price-table table tr.thumb td {
    padding: 0;
    background-size: cover !important;
    cursor: -webkit-zoom-in;
    height: 95px;
}

.mfp-image-holder .mfp-content {
    max-width: 70% !important;
}