﻿@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Lora');

body {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 400;
    font-size: 18px;
    transition: 1s;
    background-color: #f2f2f2;
}

h1, h2, h3, h4, h5 {
    font-family: "Lora",serif;
    color: #fbe1bc;
    letter-spacing: 2px;
}

.bg-yellow {
    background-color: #fbe1bc;
}

.bg-black-50 {
    background-color: rgba(0,0,0,.5);
}

.g-color-primary {
    color: #72c02c !important;
}
.u-btn-primary {
    background-color: #72c02c;
}


.plain h1, .plain h2, .plain h3, .plain h4, .plain h5 {
    color: #404042;
}
.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5 {
    color: #404042;
}
div.tan-bg article, div.tan-bg article h3, div.tan-bg article h4 {
    color: #333;
}


.photoAlbum .figure-caption {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.photoAlbum img {
    height: 189px;
}

.banner-title {
    text-transform: uppercase;
}

.admin-content {
    min-height: 200px;
    padding-top: 10px;
    padding-right: 32px;
}



.banner-subtitle {
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: "Source Sans Pro",sans-serif;
}

.title-float hr {
    max-width: 725px;
    border-top-color: #fbe1bc;
}

.banner-cont {
    position: relative;
}

.title-float {
    text-align: center;
}

hr {
    border-top: 1px solid #404042;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: none;
}


header {
    position: fixed;
    width: 100%;
    z-index: 450;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

    header > div {
        padding: 10px 15px;
        position: relative;
    }

    header a {
        color: #fff;
    }

#logo {
    max-width: 315px;
    width: 100%;
    display: inline-block;
}

#bannercontainer {
    z-index: 1;
    width: 100%;
}

#menu, #menu ul {
    display: none;
}


#homepageimages {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    #homepageimages > li {
        width: 33.333333%;
        float: left;
        height: 750px;
        background-size: cover;
        padding: 0;
        margin: 0;
    }

.lightbrown {
    background: #FBECD9;
    padding: 15px;
}

.bg-beige {
    background: #FBECD9;
}

.lightbrown h3 {
    color: #404042;
    font-family: "Source Sans Pro";
    font-weight: 700;
    font-size: 1em;
}

.package-links {
    color: #fbe1bc;
    font-size: 1.35em;
    text-transform: uppercase;
    padding: 7px 25px;
    border: 2px solid #fbe1bc;
    text-align: center;
    max-width: 300px;
    transition: .4s;
    z-index: 8;
    text-decoration: none;
    font-weight: 400;
    margin-top: 90px;
}

    .package-links:hover {
        background: rgba(251,225,188,.9);
        color: #403d41;
        text-decoration: none;
        transition: .4s;
    }


#darkgraybox {
    background: url(https://cdn.net3000.ca/accounts/198/pattern-background-1.png);
    background-position: left top;
    padding: 70px 0;
}
.d-none {
    display: none;
}
#ftestimonials {
    background-color: #131314;
    padding: 50px 0;
    color: #ccc;
}

.testimonial-content {
    padding: 0 40px;
    width: auto;
    position: relative;
}

    .testimonial-content:before {
        content: '';
        margin-right: 10px;
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'FontAwesome';
    }

    .testimonial-content:after {
        content: '';
        margin-left: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-family: 'FontAwesome';
    }

.testimonial-info {
    font-weight: 800;
    margin-top: 10px;
}

#menuopener {
    cursor: pointer;
}

#menu {
    border-top: 1px solid #ccc;
}

    #menu, #menu ul {
        background: rgba(0,0,0,0.5);
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #menu li {
            border-bottom: 1px solid #ccc;
        }

            #menu li:last-child {
                border-bottom: none;
            }

        #menu a {
            padding: 10px 20px;
            display: block;
            text-transform: uppercase;
            text-decoration: none;
        }


.titlebox h1 {
    margin: 0;
    line-height: 1.4em;
    font-weight: 400;
    font-family: 'Lora';
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.titlebox h2 {
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    font-weight: 400;
    font-size: .9em;
}

.tan-bg {
    background: #f9e1ca;
}

article {
    padding-bottom: 70px;
}

.grey-bg {
    background: #404042;
}

.padding20 {
    padding: 20px;
}

.grey-bg h3 {
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

article h1 {
    color: #404042;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.tabs li {
    margin: 0;
    background: #625b5a;
    margin-top: 25px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.92em;
    font-weight: 400;
    line-height: 1.41em;
    color: #f5d4bd;
    /*text-align: center;*/
}

    .tabs li a {
        text-decoration: none;
        color: #ffffff;
        display: block;
    }

    .tabs li:hover {
        background: #d35400 none repeat scroll 0 0;
    }

li.active a {
    color: #000
}

footer {
    background-color: #0f0e19;
    padding: 30px 0;
    color: #a79593;
    font-size: 1.03em;
    font-weight: 400;
    font-size: 14px;
}

    footer a {
        color: #a79593;
        text-decoration: none;
    }

        footer a:hover {
            color: #fbe1bc;
        }

    footer .viewmorelink {
        display: none;
    }

    footer h3, footer h3 a {
        font-family: "Source Sans Pro",sans-serif;
        margin-bottom: 5px;
        font-weight: 400;
        color: #fbe1bc;
        font-size: 16px;
    }

    footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

#footercolumns > li {
    width: calc(20% - 10px);
}

footer .wrapper > ul > li:last-child {
    margin-right: 0;
}

footer .wrapper > ul ul li {
    margin-bottom: 5px;
}

.middleboxes {
    position: relative;
    width: 100%;
    height: 0;
    z-index: 2;
}

    .middleboxes ul {
        list-style-type: none;
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .middleboxes li {
        background: #fbe1bc;
        width: calc(25% - 5px);
        text-align: center;
        vertical-align: middle;
        margin-right: 2.5px;
        margin-left: 2.5px;
        display: table;
        float: left;
    }

        .middleboxes li:last-child {
            margin-right: 0;
        }

    .middleboxes a {
        font-size: 1.3em;
        height: 65px;
        padding: 10px 10px;
        transition: .4s;
        font-weight: 400;
        box-sizing: content-box;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #000;
        text-decoration: none;
    }

.tan-link {
    color: #404042;
    background: #fbe1bc;
}

.small-link {
    text-transform: uppercase;
    max-width: 200px;
    text-align: center;
    padding: 5px 10px;
    display: block;
    position: relative;
    margin: 0 auto;
    font-size: .8em;
    margin-top: 25px;
    transition: .4s;
    text-decoration: none;
}

.tan-link:hover {
    background: rgba(255,255,255,.9);
    color: #403d41;
    transition: .4s;
}

.btn-default {
    background-image: -webkit-linear-gradient(rgb(112, 110, 88) 0px, rgb(64, 64, 64) 100%);
    background-image: -o-linear-gradient(top,#706e58 0,#404042 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(112, 110, 88)), to(rgb(64, 64, 64)));
    background-image: linear-gradient(rgb(112, 110, 88) 0px, rgb(64, 64, 64) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: none;
    background-color: #404042;
    color: #fff;
    text-shadow: none;
}

    .btn-default:focus, .btn-default:hover,.btn.btn-default:active {
        background-color: #404042;
        background-position: 0 -15px;
        color: #fff;
    }

.fppackages .btn-sm {
    display: none;
}
#pageheader {
    overflow: hidden;
}

    #pageheader h1 {
        color: #fbe1bc;
        display: block;
        font-size: 1.4em;
        text-transform: uppercase;
        padding: 15px 25px;
        border: 1px solid #ffffff;
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
        transition: .4s;
        background-color: rgba(0, 0, 0, 0.5);
    }

.vert-line {
    height: 100%;
    display: block;
    position: relative;
    width: 1px;
    margin: 0 auto;
    opacity: 0.6;
}

.vert-line-tan {
    height: 190px;
    background: #ffffff;
}

.vert-line-black {
    height: 70px;
    background: #404042;
}


.mini-circle {
    width: 12px;
    height: 12px;
    margin: 0 auto;
    border: 1px solid #404042;
    border-radius: 6px;
    display: block;
}

.transparentButton {
    color: #fff;
    font-size: 1.35em;
    text-transform: uppercase;
    padding: 7px 25px;
    border: 2px solid #fbe1bc;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    background-color: rgba(0,0,0,0.5);
    display: inline-block;
}

.imagelist li {
    overflow: hidden;
}

    .imagelist li:hover .displayText {
        display: none;
    }

.hoverText {
    background-color: rgba(0,0,0,0.5);
}

.imagelist > li:hover {
    display: table;
}

.imagelist li:hover .hoverText {
    display: table-cell;
    vertical-align: bottom;
    height: 100%;
}

.whiteText {
    padding-bottom: 30px;
    color: #fff;
}

.imagelist .caption {
    background-color: #f9e2c9;
    text-align: center;
    padding: 10px 0;
}

.caption h4 {
    font-family: "Lora",serif;
    color: #473f3f;
    text-transform: uppercase;
    margin: 10px 0;
}

.caption li {
    background: #928992;
    transition: .4s;
    border-radius: 3px;
}

    .caption li:hover {
        background-color: #403c40;
        transition: .4s;
    }

    .caption li a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 3px 10px;
    }

ul.hotellib {
    list-style: none;
}

    ul.hotellib li:hover {
        background-color: #F5D4BE;
        border: 1px solid #D35400;
    }

    ul.hotellib li a {
        color: #000000;
        text-decoration: none;
    }

    ul.hotellib li:hover a {
        color: #000000;
        text-decoration: none;
    }


    ul.hotellib li {
        border: solid 1px #F5D4BE;
        background-color: #FBECD9;
        margin-top: 10px;
        padding: 10px 10px 3px 10px;
        display: inline-table;
        list-style: none;
        width: 20%;
        margin-right: 1%;
        height: 190px;
        float: left;
        zoom: 1;
        margin-bottom: 8px;
        text-align: center;
    }

div.image {
    height: 80px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 4px;
}

.cm_album div.img-thumbnail {
    height: 120px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hotellib li .name {
    padding-top: 30px;
}

/* Extra Small devices (desktops, 768px and up) */
@media (max-width: 767px) {
}

/* Small devices (desktops, 768px and up) */
@media (min-width: 768px) {
    #menucontainer, #phone {
        float: right;
        margin-left: 40px;
    }

    #phone, #menuopener {
        line-height: 48px;
        font-size: 24px;
        font-weight: 300;
    }

    #menu {
        position: absolute;
        top: 100%;
        right: 0;
    }

        #menu a {
            text-decoration: none;
        }

    .titlebox {
        width: 100%;
        text-align: center;
    }

    .title-float {
        position: absolute;
        top: 90px;
        left: 0px;
    }

    .wrapper {
        width: 100%;
    }

    .tabs li {
        padding: 5px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #bannercontainer {
        height: 790px;
        background-color: #fff;
        z-index: 0;
        position: relative;
    }

    .wrapper {
        width: 900px;
        margin: 0 auto;
    }

    .middleboxes ul {
        position: absolute;
        left: 0;
        top: -85px;
    }

    .packagebox {
        display: table;
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .packagebox > li {
            width: 50%;
            height: 100%;
            display: table-cell;
        }

            .packagebox > li:first-child {
                border-right: 1px solid #ccc;
                padding-right: 20px;
            }

            .packagebox > li:last-child {
                padding-left: 20px;
            }

        .packagebox ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .packagebox ul li {
                margin-bottom: 10px;
            }

        .packagebox .mt-price {
            float: right;
            font-weight: bold;
        }
    .Hajj .mt-price::after {
        content: " USD";
    }
        .packagebox .mt-roomtypetitle {
            display: inline-block;
        }

    .book-program-btn {
        display: block;
        position: relative;
        padding: 5px 10px;
        background: #404042;
        font-size: .85em;
        color: #ffffff;
        transition: .5s;
        width: 100%;
        max-width: 400px;
        margin: 30px auto;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
    }

    #pageheader {
        background: url(https://net3000cdn.blob.core.windows.net/accounts/198/25967099_ml-edit.jpg) no-repeat center;
        padding-top: 190px;
        padding-bottom: 190px;
        width: 100%;
        background-size: cover;
        text-align: center;
    }

    .imagelist > li {
        height: 360px;
        width: calc(33% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        background-size: cover;
        text-align: center;
    }

    .imagelist li .displayText {
        padding-top: 150px;
        text-align: center;
    }

        .imagelist li .displayText h3 {
            color: #fff;
        }


    .imagelist li .hoverText {
        display: none;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .wrapper {
        width: 1140px;
        margin: 0 auto;
    }
}

ul.admin-menu {
    width: 12%;
    float: left;
}

.tabs {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.mainul {
    margin-left: 171px;
    margin-top: 0px;
}

.pull-right {
    float: right !important;
}

.col-xs-10 {
    width: 81.33%;
    margin-right: 20px;
}


.tabs li.current {
    background: #eaccb4;
    color: #3f3d41;
}


.tab-box-heading {
    background: #f5d4be none repeat scroll 0 0;
    border-radius: 0;
    color: #404042;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 30px 10px;
    width: 100%;
}



/* Extra Small devices (desktops, 768px and up) */
@media (max-width: 767px) {
    .tabs li {
        padding: 5px 2px;
    }

    .mainul {
        margin: 0px;
        padding: 0px;
        width: 80%;
        display: inline-block;
    }

    .admin-content {
        min-height: 200px;
        padding: 3px;
    }

    ul.admin-menu {
        width: 20%
    }

    .container {
        width: 100%
    }
}

#darkgraybox h1, .banner-cont .titlebox h1, .banner-cont .titlebox h2, #darkgraybox .titlebox h2 {
    font-family: 'Lora', serif !important;
    color: #fbe1bc !important;
    letter-spacing: 2px !important;
}
.advisor-container figure {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: 215px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.advisor-name {
    background: #FBECD9;
    padding: 10px 0px;
    display: block;
}
p {
    padding-top: 10px;
    color: #404042;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
.advisor-container {
    text-align: center;
    margin-bottom: 30px;
}
.remodal-wrapper {
    padding: 10px 10px 0;
}

.remodal-overlay, .remodal-wrapper {
    backface-visibility: hidden;
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.remodal h1 {
    font-size: 2em;
    font-weight: bold;
    color: #404042;
}
.remodal p {
    font-size: .825em;
}
.modal-img {
    max-width: 250px;
    width: 100%;
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.remodal-cancel {
    color: #fff;
    background: #404042;
}
.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}
button, input[type=button], input[type=submit] {
    background: #428bca;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #2d6ca2;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.anchors-nav {
    max-width: 100% !important;
    margin: 0 auto;
}

    .anchors-nav a {
        color: #404042;
        text-transform: uppercase;
        font-size: .825em;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .anchors-nav > li > a {
        position: relative;
        display: block;
        padding: 8px 10px;
    }

        .anchors-nav > li > a:hover {
            text-decoration: none;
            background-color: #fbecd9;
        }
.main-content h1, .main-content h2, .main-content h3, .main-content h4 {
    font-size: 1.2em;
    color: #404042;
    font-weight: bold;
}
.cust-tooltip {
    display: inline;
    position: absolute;
    color: #000000;
    font-size: .7em;
    -moz-transition: .4s;
    transition: .4s;
    margin: 10px 5px 0px 10px;
}
    .cust-tooltip img {
        max-width: 20px;
        width: 100%;
        background-size: cover;
    }
.tooltip-heading {
    font-family: 'Source Sans Pro',sans-serif;
    color: #404042;
    font-weight: 700;
    font-size: 16px;
}

.list-nogutters,.list-nogutters li {
    padding: 0;
}