@import url('https://fonts.googleapis.com/css?family=Muli');
@import url('https://fonts.googleapis.com/earlyaccess/droidarabickufi.css');

body {
    height: 100%;
    font-family: 'Muli', sans-serif;
    background: #fff;
    direction: ltr;
}

i {
    font-size: 1.3em;
    margin: 0 4px;
    vertical-align: middle;
}

p {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: normal;
    color: #434343;
    text-align: justify;
}

:focus {
    outline: 0 !important;
}

.contColor {
    color: #434343 !important
}

.container {
    max-width: 1380px;
}

[type=reset], [type=submit], button, html [type=button], button, input, select, textarea {
    /*-webkit-appearance: button;*/
    font-family: 'JF Flat Regular';
}

@media (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}

/*------- common ---------*/
a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

.center {
    text-align: center;
}

ul li {
    /*list-style: none;*/
}


.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.pad {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h5, h6, p {
    /*margin-bottom: 0;*/
}

.none {
    display: none;
}

section {
    margin-top: 2em;
    margin-bottom: 2em;
}

figure img {
    transform: scale(1);
    transition: .3s ease-in-out;
    cursor: pointer;
}


figure:hover img {
    transform: scale(1.3);
}

figure {
    overflow: hidden;
}


p {
    margin: 0;
}

ul, label {
    margin: 0;
    /*padding: 0;*/
}

body a:hover {
    text-decoration: none;
}

.mBottom {
    margin-bottom: 1em
}

.mTop {
    margin-top: 2em
}
/*-- header_top --*/
.top_bg {
    background: #c9893c;
    padding: 10px 0;
}

.header_top {
    padding: 0.5em 0;
    margin-bottom: 0.5em;
    border-bottom: 1px solid orange;
}

.logo {
    float: left;
}

    .logo img {
        max-height: 6em;
        max-width: 40vw;
    }

.header_right {
    float: right;
}

    .header_right img {
        /*max-width: 130px;*/
    }

.header_down {
    font-weight: bold;
    color: #cf4520;
    font-size: 20px;
}

.language {
    /*font-family: 'Droid Arabic Kufi', serif;*/
}

.header_down {
    /*position: relative;*/
    /*z-index: 99;*/
}

    .header_down a {
        font-weight: bold;
        color: #cf4520;
        font-size: 20px;
    }

        .header_down a:hover {
            color: #6e4c1f
        }

    .header_down ul {
        padding: 0;
        margin: 0;
        display: flex;
    }

        .header_down ul li {
            list-style: none;
            display: inline-block;
            padding: 0 5px;
            z-index: 2;
        }

    .header_down i {
        vertical-align: baseline;
    }

.searchArea {
    margin-top: 10px;
}

    .searchArea i {
        color: #cf4520;
        font-size: 1.2em
    }

    .searchArea input {
        width: 86%;
        line-height: 23px;
        height: 30px;
        font-size: 13px !important;
        border: none;
        border-bottom: 2px solid #cf4520;
        transition: all .5s ease;
        outline: 0;
    }

        .searchArea input:focus {
            border: none;
            border-bottom: 2px solid #6e4c1f;
        }

.log {
    margin-top: 10px;
    margin-left: 1em
}

    .log a {
        color: #cf4520;
        font-size: 18px;
    }

        .log a:hover {
            color: #6e4c1f;
        }

#homeBanner img {
    max-height: 500px;
    min-height: 500px;
}

.owl-dots {
    position: absolute !important;
    left: 10px !important;
    bottom: 30px !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
}

/***award**/

.tiles {
    padding: 1em;
    min-height: 194px;
}

    .tiles h5 {
        color: #fff;
        font-size: 1.2em;
        margin-bottom: 1em;
    }

    .tiles span {
        /*float: left;*/
        font-size: 3em;
        color: #fff;
        margin-left: 22px
    }

        .tiles span + span {
            /*float: right;*/
            margin-right: 24px;
        }

    .tiles select {
        padding: 10px;
        background: none;
        border: none;
        border-bottom: 1px solid #fff;
        color: #fff;
    }

        .tiles select:focus {
            border-bottom: 1px solid #fff;
        }

    .tiles option {
        color: #434343;
        font-size: 15px;
    }

.orange {
    background: #eaaa00;
}

.grayLight {
    background: #6d4c1e;
}

/*.gray {
    background: #9f752a;
}*/

.orangeLight {
    background: #9c9d36;
}

.owl-prev {
    top: 40%;
    position: absolute;
    left: -10px;
    background: none !important;
}

.owl-next {
    top: 40%;
    position: absolute;
    right: -10px;
    background: none !important;
}

.owl-nav i {
    font-size: 2em;
    color: #fff;
}

.countBg {
    background: #f2f3f4;
    padding: 1em;
    overflow: hidden;
    min-height: 300px;
}

.owl-nav.countdown i {
    font-size: 2em;
    color: #6e4c1f;
}

.headArea {
    display: flex;
    justify-content: space-between;
}

.countBg h5 {
    color: #6d4c1e;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.mbborder {
    border-right: 1px solid #d8d5ca;
}

div.countdown {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2em;
}

    div.countdown p {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

p.numbers {
    width: 100%;
    color: #6e4c1f
}

p.strings {
    width: 100%;
    height: auto;
    padding: 0 0;
    color: #6e4c1f;
    font-size: 2em;
}

div.cd-box {
    float: left;
    padding: 0 0 0 0;
    margin: 10px 15px 0 0;
}

section p.numbers {
    font-size: 6em;
}

.cd p {
    color: #6e4c1f;
    font-size: 6em;
}

.awardBg {
    background: #fcf8ec;
}
/*
.awardNum, .awardName {
    display: flex;
    justify-content: space-between;
}
*/

.awardNum .num {
    font-size: 3em;
    padding: .2em;
    width: 45%;
    /*font-family: 'Muli', sans-serif;*/
}

.awardName .name {
    font-size: 1em;
    width: 45%;
    margin: 0 2%;
    /*font-family: 'Muli', sans-serif;*/
}

.blue {
    color: #788cb4
}

.gold {
    color: #6d4c1e
}

.footerLinks ul {
    padding: 0;
    margin: 0;
}

    .footerLinks ul li {
        margin: 0;
        list-style: none;
        display: inline-block;
        padding: 0 15px 0 15px;
    }

        .footerLinks ul li a {
            color: #bcbcbd;
            font-size: 16px;
            transition: all 0.3s ease-in-out;
        }

            .footerLinks ul li a:hover {
                color: #6e4c1f;
                text-decoration: underline;
            }


.social h3 {
    font-size: 16px;
    color: #bcbcbd;
    margin-bottom: 2em
}

.app a {
    /*margin-right: 15% !important;*/
}

.social a {
    /*margin-right: 3.5%;*/
    font-size: 2em;
    color: #bcbcbd;
}

    .social a img {
        margin-right: 10%;
    }

    .social a:hover {
        color: #6e4c1f
    }

.partner a {
    margin: 0 !important;
}

.happiness {
    padding: 9px 10px 7px 10px;
    cursor: pointer;
    position: fixed !important;
    z-index: 999;
    right: 11px;
    bottom: 36px;
    background: #00afec;
    transition: all .2s ease-in-out;
    text-align: center;
}

    .happiness:hover {
        background: #434343;
    }

        .happiness:hover img {
            transform: scale(1.2);
            transition: all .2s ease-in-out;
        }

.partner ul {
    padding: 0;
    margin: 0;
}

    .partner ul li {
        margin: 0;
        list-style: none;
        display: inline-block;
        padding: 0 25px 0 25px;
    }

        .partner ul li a img {
            box-shadow: 0 0 2px rgba(0,0,0,.27);
            transition: all .5s 0s;
        }

#partner img {
    width: 90%;
    box-shadow: 0 0 2px rgba(0,0,0,.27);
    transition: all .5s 0s;
    padding: 5px;
    border-radius: 5px;
}

#partner .owl-nav i {
    font-size: 2em;
    color: #6e4c1f;
}

.partner ul li a:hover img {
    box-shadow: 0 0 10px rgba(0,0,0,.27);
}

footer p {
    font-size: 12px;
    color: #bcbcbd;
}

p.highlight {
    color: #7b7b7b;
}

.quickLinks {
    background: #cccbcb;
    margin-top: 2em;
    float: right;
}

    .quickLinks ul {
        padding: 0;
        margin: 0;
    }

        .quickLinks ul li {
            margin: 0;
            list-style: none;
            display: inline-block;
            border-right: 1px solid #fff;
        }

            .quickLinks ul li a {
                font-size: 2.5em;
                color: #fff;
                padding: 10px 20px 10px 20px;
            }

                .quickLinks ul li a:hover {
                    color: #6e4c1f;
                }

            .quickLinks ul li:last-child {
                border: none;
            }

.sweet-alert button {
    border-radius: 0 !important;
    padding: 5px 17px !important;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0 !important;
    outline: 0;
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
    border: 0 !important;
}

.modal {
    top: 20%;
}

/****acc popup***/
#accPopup {
    position: relative;
}

#setting {
    display: none;
    width: 250px;
    position: absolute;
    top: 35px;
    right: 13px;
    background: #FFF;
    border: solid 1px rgba(100, 100, 100, .20);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
    /*z-index: 999;*/
}

    #setting:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        color: transparent;
        border: 7px solid #620000;
        border-color: transparent transparent #d3cece;
        margin-top: -15px;
        margin-right: 6px;
        float: right;
    }

.seeAll {
    background: #F6F7F8;
    padding: 8px;
    font-size: 16px;
    border-bottom: solid 1px rgba(100, 100, 100, .30);
    text-align: center;
    color: #060606;
}

a.popsetclose {
    float: right;
    font-size: 16px !important;
    color: #858585 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.setting {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #cdcfd1;
}

.settingText {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #cdcfd1;
}

.setting div {
    float: right;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

    .setting div:hover {
        border: 2px solid #000;
    }

.black {
    background: -moz-linear-gradient(90deg, rgba(31,31,31,1) 0%, rgba(31,31,31,1) 30%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: linear-gradient(0deg, rgba(31,31,31,1) 0%, rgba(31,31,31,1) 49%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1F1F1F',GradientType=0 ); /* ie6-9 */
}

.red {
    background: linear-gradient(0deg, rgba(217,0,0,1) 0%, rgba(217,0,0,1) 30%, rgba(255,0,0,1) 50%, rgba(255,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#D90000',GradientType=0 ); /* ie6-9 */
}

.green {
    background: linear-gradient(0deg, rgba(41,143,52,1) 0%, rgba(41,143,52,1) 30%, rgba(52,182,64,1) 50%, rgba(52,182,64,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34b640', endColorstr='#298F34',GradientType=0 ); /* ie6-9 */
}

.goldac {
    background: linear-gradient(0deg, rgba(138,105,40,1) 0%, rgba(138,105,40,1) 30%, rgba(182,138,53,1) 50%, rgba(182,138,53,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b68a35', endColorstr='#8A6928',GradientType=0 ); /* ie6-9 */
}


.reset {
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 8px;
}

    .reset a {
        background: #f5f5f5;
        color: #000 !important;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
        font-size: 12px;
        padding: 5px 10px 5px 10px;
    }

.jfontsize-button {
    font-weight: bold;
    padding: 3px;
    color: #000;
    border: solid 1px #ccc;
}

    .jfontsize-button:hover {
        text-decoration: none;
        background: #333;
        color: #fff !important;
        border: solid 1px #333;
    }

.jfontsize-disabled, .jfontsize-disabled:hover {
    color: #aaa;
    border: solid 1px #eee;
    background: #eee;
}

/*******happiness rating************/
.rating {
    display: flex;
    justify-content: space-around;
}

    .rating span {
        display: block;
        text-align: center;
    }

        .rating span + span {
            font-size: 19px !important;
        }

    .rating a {
        color: #6d4c1e;
        font-size: 2em;
        text-decoration: none;
    }

        .rating a:hover {
            color: #cf4520;
            text-decoration: none;
        }

.sep span {
    font-size: 1.5em;
    font-weight: bold;
}

.happyFace img {
    margin-bottom: 1em
}

.happybtn {
    padding: 3px;
    background: #00afec;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    color: #fff;
    margin-bottom: 15px;
    font-size: 17px;
}

    .happybtn:hover {
        background: #1184ae;
        color: #fff;
    }

    .happybtn i {
        margin-right: 37px;
        vertical-align: middle;
        margin-left: 59px;
    }

.happinessTextArea {
    width: 100%;
    border: 1px solid #b68a35;
}

.happyBtn {
    display: flex
}

    .happyBtn button {
        margin: 0 4px;
    }

.unhappyReason {
    display: none
}

.reasonBlock {
    display: block;
}

p.happinessHeading {
    margin-bottom: 1em;
    font-size: 17px;
}

@media (max-width:979px) {
    .mbbottom {
        margin-bottom: 1em
    }

    .searAreaWinner span input, .searAreaWinner span select {
        width: 96% !important;
    }

    .imgBoxDetails {
        display: flex;
        justify-content: space-around;
    }

        div#images img, .imgBoxDetails img {
            width: 100% !important;
            min-height: unset !important;
            /*max-height: 300px !important;*/
            /*min-height: 300px !important;*/
        }

    .searAreaWinner li {
        margin-bottom: 1em;
        margin-top: 1em;
        width: 100% !important;
    }

    .searAreaWinner select {
        width: 100% !important;
    }

    section p.numbers {
        font-size: 1.8em;
    }

    p.strings {
        font-size: 1.8em;
    }

    .cd p {
        font-size: 2em;
    }

    .countBg {
        min-height: 200px;
    }

    .awardNum .num {
        font-size: 1.5em;
    }

    .awardName .name {
        margin-right: 0;
    }

    .mbborder {
        border-right: 1px solid #bbb;
        margin: 20px 0 20px 0;
        padding-bottom: 20px;
    }

    .tiles span {
        font-size: 2em;
    }
}

@media (min-width: 576px) {
    .modal-dialog.happyModal {
        max-width: 450px !important;
        margin: 0 auto !important;
    }
}

@media (max-width:768px) {
    .stellarnav.light li a {
        color: #ffffff !important;
        font-size: 14px !important;
    }

    .social h3 {
        margin-top: 1em;
    }

    .countdown .owl-next, .countdown .owl-prev {
        top: 60% !important;
    }

    .container {
        width: auto !important;
        max-width: 100% !important;
    }

    #awardNumber img {
        width: 87%;
    }

    #partner img {
        width: 100% !important;
        height: 100px !important;
    }

    #homeBanner img {
        max-height: 300px;
        min-height: 300px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 10px !important;
        height: 10px !important;
    }

    .owl-dots {
        bottom: 10px !important;
    }
}

@media (max-width:640px) {
    .mbborder {
        margin-bottom: 2em;
    }

    .noBorder {
        border: none !important
    }
}

@media (max-width:480px) {
    .support-feedback .feedback-screen-query .button-list li {
        margin: inherit !important;
        width: auto !important;
    }

    #setting {
        right: -81px !important;
    }

        #setting:before {
            margin-right: 105px;
        }

    section p.numbers {
        font-size: 1em;
    }

    p.strings {
        font-size: 1em;
    }

    .mbborder {
        border-bottom: 1px solid #bbb;
        margin: 20px 0 20px 0;
        padding-bottom: 20px;
        border-right: none !important;
        border-left: none !important;
    }

    .tiles span {
        font-size: 2.5em;
    }

    #homeBanner img {
        max-height: 180px;
        min-height: 180px;
    }
}

@media (max-width:1200px) {
    .tiles span {
        font-size: 1.8em;
    }

        .tiles span img {
            width: 75% !important;
        }

    #awardNumber img {
        width: 87%;
    }
}


.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232,98,86,.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s,visibility 0s .3s,background-color .3s 0s;
}

    .cd-top.cd-top--show {
        visibility: visible;
        opacity: 1;
    }

/**************menu mobile modified*************/

a.menu-toggle.full {
    position: absolute;
    top: -70px;
    width: 15%;
}

.stellarnav.light .menu-toggle {
    color: rgba(0, 0, 0, 0) !important;
}

a.menu-toggle.full i {
    color: #6e4c1f;
    font-size: 1.7em;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .tiles span {
        font-size: 1.8em;
    }

    .awardNum .num {
        font-size: 2em;
    }

    .stellarnav > ul > li > a {
        padding: 14px 10px !important;
    }

    .social a {
        margin-right: 1%;
    }
}

.menu ul li a {
    padding: 10px 10px !important;
}

/***********new navugation*************/

.Pantone1405 {
    background-color: #6E4C1E;
}

.Pantone124 {
    background-color: #EAAA00;
}

.Pantone652 {
    background-color: #788CB4;
}

.Pantone519 {
    background-color: #5A2D5F;
}

.Pantone873C {
    background-color: #8D734A;
}

.GoldFoil {
    background-color: #EAAA00;
}

.Pantonw173C {
    background-color: #CF4520;
}

.Pantone1375 {
    background-color: #FF9E1B;
}

.Pantone1807 {
    background-color: #A4343A;
}

.Pantone132 {
    background-color: #A07400;
}
/*******************new search css*****************/

.site-search {
    position: relative;
    color: #fff;
}

.site-search__icon {
    position: relative;
    cursor: pointer;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

    .site-search__icon .icon {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        height: 20px;
        width: 20px;
        position: absolute;
        top: 10px;
    }

.site-search__input {
    background: #9f742a;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    height: 36px;
    width: 130px;
    color: white;
    outline: none;
    /*transition: width 0.2s cubic-bezier(0, 1.2, 0.4, 1.1);*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 5px;
    transition: all 0.2s ease-in-out;
    padding: 0 11px;
}


.site-search__submit {
    display: none;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}


/***************winner css*********/

.winner {
    background: #eaaa00;
    padding: 1em;
    overflow: hidden;
    margin-top: 2em;
}

    .winner h5 {
        color: #fff;
        font-size: 1.2em;
        margin-bottom: 1em;
    }

/*.mbottom {
    margin-top: 2em
}*/

.leftNav aside {
    background: #eaaa00;
    padding: 0.5em;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.searArea li {
    display: inline-block;
    width: 100%;
    margin: 15px 0 10px 0
}

.searArea h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0.2em;
    font-weight: bold
}

    .searArea h3:before {
        content: "\f1db";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        color: #fff;
        font-size: 13px;
        padding-right: .5em;
    }

.searArea span input {
    width: 100%;
    background: none !important;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    font-size: 15px;
    height: 27px;
    color: #fffdfd;
    padding-left: 6px;
    border: navajowhite;
    padding-bottom: 12px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fffdfd7a;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fffdfd7a;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fffdfd7a;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fffdfd7a;
}

.leftNav aside .head {
    padding: 0.5em;
    color: #fff;
    margin-bottom: 1em;
    margin-top: 1em;
}

.winnerContent h3 {
    font-size: 16px;
    color: #6d4c1e;
    margin-bottom: 2em;
}

.winnerContent h1 {
    font-size: 3.5em;
    color: #6d4c1e;
    margin-bottom: 0.5em;
    font-weight: bold
}

.searchbtn {
    background: #ffffff;
    margin: 0 auto;
    cursor: pointer;
    text-align: left;
    transition: color .3s;
    color: #eaaa00;
    border: none;
    outline: 0;
    padding: 10px 30px;
    font-size: 15px;
    margin-top: 40px;
}

.btnCLose__ {
    background: #828282;
    cursor: pointer;
    transition: color .3s;
    text-align: center;
    color: #fff;
    border: none;
    outline: 0;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0
}

.btnSearch.float-right.mbottom {
    margin-bottom: 1em;
}

.winnerNum span {
    display: block;
    font-size: 3em;
}

    .winnerNum span + span {
        font-size: 1em;
    }

.winnerNum {
    float: left;
    margin-right: 2%;
    width: 45%;
}

.winnerchart p {
    color: #788cb4;
    font-size: 14px;
    margin-top: 1em;
}

.winner p {
    color: #fff !important;
}

div#images {
    text-align: center;
}

    div#images img {
        /*width: 100%;*/
        max-height: 500px;
        min-height: 500px;
    }

ul.nav.nav-tabs li a {
    color: rgba(255, 255, 255, 0.404);
    font-size: 2em;
    text-transform: uppercase;
}

.nav-tabs .nav-link {
    border-radius: 0 !important;
}

ul.nav.nav-tabs li a.active {
    color: #fff;
    background: none !important;
    border: none;
}

.nav-tabs {
    border-bottom: none !important;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border: none !important;
    }

.mbottom20 {
    margin-bottom: 2em
}

ul#legends::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}

ul#legends::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}

ul#legends::-webkit-scrollbar-thumb {
    background-color: #e8e4e4;
    outline: 1px solid slategrey;
}

/********************about us ********************/

.tabbed-content {
    background: #fff;
    padding: 1em;
    margin: 1em auto;
}

.tabs ul {
    margin: 0;
    padding: 0 0 1em 0;
    font-weight: bold;
}

    .tabs ul li {
        background: #eee;
    }

        .tabs ul li a {
            padding: .5em 1em;
        }

            .tabs ul li a:hover, .tabs ul li a.active {
                background: #9f742a;
                color: #fff;
            }

.item {
    margin-bottom: 2px;
}

    .item::before {
        cursor: pointer;
        font-weight: bold;
        background: #eee;
        padding: .5em;
        display: block;
    }

    .item.active::before {
        background: #9f742a;
        color: #eee;
    }

    .item.active .item-content {
        padding: 1em;
        transition: opacity 0.3s ease-in-out;
    }

@media all and (min-width: 800px) {
    .item.active .item-content {
        padding-top: 0;
    }

    .tabs-side .tabs li {
        margin-bottom: 2px;
    }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
    display: none;
}

.tabbed-content .item {
    min-height: 2em;
}

    .tabbed-content .item::before {
        content: attr(data-title);
    }

    .tabbed-content .item .item-content {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    .tabbed-content .item.active .item-content {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

@media all and (min-width: 800px) {
    .tabbed-content .tabs {
        display: block;
    }

        .tabbed-content .tabs li {
            display: inline-block;
        }

            .tabbed-content .tabs li a {
                display: block;
                color: #434343;
                font-weight: 500;
            }

    .tabbed-content .item {
        min-height: 0;
    }

        .tabbed-content .item::before {
            display: none;
        }

    .tabbed-content.tabs-side .tabs {
        width: 200px;
        float: left;
    }

        .tabbed-content.tabs-side .tabs li {
            display: block;
        }

    .tabbed-content.tabs-side .item {
        margin-left: 224px;
    }
}

.item-content p {
    margin-bottom: 1em;
}

article.tabbed-content.tabs-side section {
    margin-top: 0;
    margin-bottom: 0;
}


h1.subHeader {
    color: #b78a13;
    font-size: 2em;
    margin-top: 1em;
    border-bottom: 2px solid #968f8f;
    padding-bottom: 10px;
}
/****************photo galery*****************/

.PhotoThumbs img {
    width: 100%;
    height: 160px;
    box-shadow: 0 0 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all .2s ease-out;
}

.mediaHead {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.69);
    width: 100%;
    padding: 4px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

figure {
    overflow: hidden;
    margin: 0;
    position: relative
}

    figure img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        cursor: pointer;
    }

    figure:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }


span.txt {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 98%;
    display: block;
}

.imgBoxDetails {
    text-align: center;
}

    .imgBoxDetails img {
        /*width: 100%;*/
        max-height: 500px;
        min-height: 500px;
    }

.eventsHead {
    padding: 8px;
    background: #e4e4e4;
}

.news {
    margin: 1em 0 1em 0;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 1em;
}

    .news i, .newsDetails i {
        color: #9f742a;
        vertical-align: inherit;
    }

    .news > div:first-child {
        text-align: center;
    }

    .news img {
        max-width: 100%;
        max-height: 200px;
    }

    .news a {
        color: #9f742a;
        text-decoration: underline;
        margin-top: 0.5em;
        font-weight: bold
    }

.support-feedback {
    background: #fff;
    height: 14em;
    margin: auto;
    max-width: 40em;
}

    .support-feedback .support-feedback-screen {
        height: 100%;
        margin: 0;
        padding: 0.5em;
        position: relative;
        transition: transform 0.5s ease-in-out;
    }

        .support-feedback .support-feedback-screen > h3,
        .support-feedback .support-feedback-screen p {
            margin: 0;
            color: #fff;
        }

        .support-feedback .support-feedback-screen .button-close {
            background: rgba(0, 0, 0, 0.3);
            border: 0;
            padding: 0 0.5em;
            position: absolute;
            right: 0.5em;
            top: 0.5em;
        }

    .support-feedback .feedback-screen-dark {
        background: #53dc53;
        color: #fff;
    }

    .support-feedback .feedback-screen-negative {
        background: #fd5757;
    }

.no-js.support-feedback .feedback-screen-negative {
    background-color: lightblue;
}

.support-feedback .btn {
    border-radius: 0;
}

.support-feedback .btn-outline {
    background: inherit;
    border: 1px solid #000;
}

.support-feedback .button-list {
    margin: 0;
    padding: 0;
}

    .support-feedback .button-list li {
        display: inline-block;
    }

.support-feedback .feedback-screen-query {
    text-align: center;
}

    .support-feedback .feedback-screen-query .button-list {
        width: 100%;
    }

        .support-feedback .feedback-screen-query .button-list li {
            margin: 0 0.5em;
            width: 32%;
            margin-top: 1em;
        }

    .support-feedback .feedback-screen-query .query-button [type=radio] {
        display: none;
    }

        .support-feedback .feedback-screen-query .query-button [type=radio] ~ label {
            display: inline-block;
            min-width: 100%;
        }

            .support-feedback .feedback-screen-query .query-button [type=radio] ~ label.btn-yes {
                border-color: green;
                color: green;
            }

            .support-feedback .feedback-screen-query .query-button [type=radio] ~ label.btn-no {
                border-color: darkred;
                color: darkred;
            }

.support-feedback .support-feedback-details .support-feedback-comment {
    border: 0;
    min-height: 4em;
    width: 100%;
}

.support-feedback .support-feedback-details .detail-buttons {
    font-size: 80%;
    margin: 1.5em 0;
    text-align: right;
}

    .support-feedback .support-feedback-details .detail-buttons button {
        margin-left: 3em;
        padding: 10px;
    }

    .support-feedback .support-feedback-details .detail-buttons .detail-buttons-skip {
        border: none;
        color: #fff;
        background: none;
    }

    .support-feedback .support-feedback-details .detail-buttons .detail-buttons-send {
        background: #00afec;
        color: #fff;
    }

.support-feedback .support-feedback-info {
    background-position: 2em center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10em;
}

.no-js.support-feedback .support-feedback-info {
    display: none !important;
}

.no-js .hide-without-js {
    display: none !important;
}

.error {
    color: red;
    font-weight: bold;
    background-color: yellow;
    padding: 1px 5px;
}


.tab_wrapper * {
    box-sizing: border-box;
}

.tab_wrapper.first_tab {
    display: flex;
}

.tab_wrapper > ul {
    clear: both;
    display: inline-block;
    width: 30%;
    padding: 0;
}

    .tab_wrapper > ul li {
        cursor: pointer;
        font-weight: bold;
        padding: 8px 18px;
        font-size: 1.05em;
        border-bottom: 0;
        position: relative;
        border-bottom: 1px solid #fff;
        color: #484848;
        margin: 0 5px 0 0;
        background: #eee;
    }

        .tab_wrapper > ul li.active {
            color: #ffffff;
            background: #9f742a;
        }

            .tab_wrapper > ul li.active:after {
                content: "";
                position: absolute;
                bottom: -1px;
                height: 1px;
                left: 0;
                background: #fff;
                width: 100%;
            }

.tab_wrapper .controller span.next {
    float: right;
    margin-left: 10px;
}

.tab_wrapper .content_wrapper {
    float: left;
    width: 100%;
    border-top: 0;
    box-sizing: border-box;
}

    .tab_wrapper .content_wrapper .tab_content {
        display: none;
        padding: 0px 20px;
    }

    .tab_wrapper .content_wrapper .accordian_header {
        display: none;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: bold;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #fff;
        position: relative;
        cursor: pointer;
    }

        .tab_wrapper .content_wrapper .accordian_header.active {
            color: #9f742a;
            border-bottom: 1px solid #ccc;
        }

            .tab_wrapper .content_wrapper .accordian_header.active:after {
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                width: 5px;
                height: 100%;
                background: #9f742a;
            }

        .tab_wrapper .content_wrapper .accordian_header .arrow {
            float: right;
            display: inline-block;
            width: 12px;
            height: 12px;
            position: relative;
            border-radius: 2px;
            transform: rotate(-135deg);
            background: #fff;
            border-top: 3px solid #ccc;
            border-left: 3px solid #ccc;
        }

        .tab_wrapper .content_wrapper .accordian_header.active .arrow {
            transform: rotate(45deg);
            margin-top: 5px;
            border-top: 3px solid #9f742a;
            border-left: 3px solid #9f742a;
        }

.tab_wrapper.left_side > ul {
    width: 25%;
    float: left;
    border-bottom: 1px solid #ccc;
}

    .tab_wrapper.left_side > ul li {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 12px 18px;
        border-width: 1px;
        border-right: 0;
        border-left: 0;
    }

        .tab_wrapper.left_side > ul li:after {
            left: 0;
            top: 0;
            content: "";
            position: absolute;
            width: 5px;
            height: 100%;
            background: #ccc;
        }

        .tab_wrapper.left_side > ul li.active {
            border-color: #ccc;
        }

            .tab_wrapper.left_side > ul li.active:after {
                left: 0;
                top: 0;
                width: 5px;
                height: 100%;
                background: #49a4d9;
            }

            .tab_wrapper.left_side > ul li.active:before {
                right: -1px;
                position: absolute;
                top: 0;
                content: "";
                width: 2px;
                height: 100%;
                background: #fff;
            }

.tab_wrapper.left_side .content_wrapper {
    width: 75%;
    border: 1px solid #ccc;
    float: left;
}

.tab_wrapper.left_side .controller {
    top: -50px;
}

.tab_wrapper.right_side > ul {
    width: 25%;
    float: right;
    border-bottom: 1px solid #ccc;
}

    .tab_wrapper.right_side > ul li {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 12px 18px;
        border-width: 1px;
        border-right: 0;
        border-left: 0;
        text-align: right;
    }

        .tab_wrapper.right_side > ul li:after {
            right: 0;
            left: inherit;
            top: 0;
            content: "";
            position: absolute;
            width: 5px;
            height: 100%;
            background: #ccc;
        }

        .tab_wrapper.right_side > ul li.active {
            border-color: #ccc;
        }

            .tab_wrapper.right_side > ul li.active:after {
                right: 0;
                left: inherit;
                top: 0;
                width: 5px;
                height: 100%;
                content: "";
                background: #49a4d9;
            }

            .tab_wrapper.right_side > ul li.active:before {
                left: -2px;
                right: inherit;
                position: absolute;
                top: 0;
                content: "";
                width: 2px;
                height: 100%;
                background: #fff;
            }

.tab_wrapper.right_side .content_wrapper {
    width: 75%;
    float: left;
    border: 1px solid #ccc;
}

.tab_wrapper.right_side .controller {
    top: -50px;
}

.tab_wrapper.accordion .content_wrapper {
    border-color: #ccc;
}

    .tab_wrapper.accordion .content_wrapper .accordian_header {
        display: block;
    }

.tab_wrapper.accordion > ul {
    display: none;
}

.tab_wrapper .active_tab {
    display: none;
    position: relative;
    background: #000000;
    padding: 12px;
    text-align: center;
    padding-right: 50px;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
}

    .tab_wrapper .active_tab .arrow {
        width: 30px;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        text-align: center;
        background: #fff;
        position: absolute;
        right: 6px;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
    }

        .tab_wrapper .active_tab .arrow:after {
            content: "";
            width: 10px;
            display: inline-block;
            height: 10px;
            border-right: 3px solid #000;
            border-bottom: 3px solid #000;
            transform: rotate(45deg);
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -6px;
            margin-top: -8px;
        }

    .tab_wrapper .active_tab .text {
        text-indent: 39px;
        display: block;
    }

@media only screen and (max-width: 768px) {
    .tab_wrapper > ul {
        display: none;
    }

    .tab_wrapper .content_wrapper {
        border: 0;
    }

        .tab_wrapper .content_wrapper .accordian_header {
            display: block;
        }

    .tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper {
        width: 100%;
        border-top: 0;
    }

    .tab_wrapper .controller {
        display: none;
    }

    .tab_wrapper.show-as-dropdown > .tab_list {
        border: 0;
        box-shadow: 0 0 8px #ccc;
        /*position: absolute;*/
        /*z-index: 3;*/
        background: #fff;
        border-radius: 5px;
        margin-top: 15px;
    }

        .tab_wrapper.show-as-dropdown > .tab_list:before {
            content: "";
            position: absolute;
            top: -6px;
            left: 50%;
            width: 14px;
            height: 14px;
            background: #fff;
            transform: rotate(45deg);
            box-shadow: -3px -4px 5px #efefef;
            margin-left: -7px;
        }

        .tab_wrapper.show-as-dropdown > .tab_list li {
            border: 0;
            border-bottom: 1px solid #ccc;
        }

            .tab_wrapper.show-as-dropdown > .tab_list li.active:after {
                display: none;
            }

    .tab_wrapper.show-as-dropdown .active_tab {
        display: block;
    }

    .tab_wrapper.show-as-dropdown > .tab_list {
        display: none;
    }

    .tab_wrapper.show-as-dropdown > .content_wrapper > .accordian_header {
        display: none;
    }

    .tab_wrapper.show-as-dropdown > .tab_list li {
        display: block;
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .tab_wrapper.show-as-dropdown > .tab_list {
        display: block !important;
        overflow: hidden;
    }
}

.popupBG, .popupBG > div, .popup > table.window {
    z-index: 1000;
}

/* iphone 5 */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .logo img {
        /*height: 4em;*/
    }
}
