/* Minification failed. Returning unminified contents.
(359,48): run-time error CSS1046: Expect comma, found '0'
(359,52): run-time error CSS1046: Expect comma, found '/'
(360,45): run-time error CSS1046: Expect comma, found '0'
(360,49): run-time error CSS1046: Expect comma, found '/'
(361,40): run-time error CSS1046: Expect comma, found '0'
(361,44): run-time error CSS1046: Expect comma, found '/'
 */
.container {
  max-width: none !important;
  width: 1170px;
}
.navbar {
    border: none;
    margin: 0;
}
.navbar-nav > li
{
     float: left; 
}
.navbar-nav > li > a {
    padding-top:10px;
    padding-bottom:10px;
}
body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    min-width: 1200px;
    padding-top: 198px;
}


.search-suggestion {
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    color: grey;
    font-size: 14px;
    font-weight: 600;
    background: #ffd200;
    color: black !important;
}

.search-suggestions {
    padding: 15px 0px 20px;
    display: flex;
}

.search-suggestion {
    margin-left: 15px;
}

#accordion-panel-container {
    margin-top: 30px;
}

    #accordion-panel-container h2 {
        display: inline-block;
        font-weight: 600;
    }

    #accordion-panel-container .panel-group .panel {
        border-radius: 0 !important;
        box-shadow: none !important;
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
    }

    #accordion-panel-container .panel-default > .panel-heading {
        padding: 0 !important;
        border-radius: 0 !important;
        color: #212121 !important;
        border-color: #EEEEEE !important;
        min-height: 70px !important;
    }

    #accordion-panel-container .panel-title {
        font-size: 18px !important;
        font-weight: 600 !important;
    }

        #accordion-panel-container .panel-title > a {
            display: block !important;
            line-height: 70px !important;
            text-decoration: none !important;
        }

    #accordion-panel-container .more-less {
        float: right !important;
        line-height: 70px !important;
        color: #212121 !important;
        font-size: 16px !important;
    }

    #accordion-panel-container .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 0px 0px 30px 0px !important;
        border: none !important;
    }

.cookiePolicy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0 10px 0;
    box-shadow: 0px -1px 5px rgba(4,5,5,0.18);
    transition: bottom .2s;
    z-index: 9999999999;
    background-color: white;
}

    .cookiePolicy .col-xs-12.text-center {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 4px 8px !important;
    }

        .cookiePolicy .col-xs-12.text-center span {
            line-height: 12px !important;
            font-weight: 600 !important;
        }

            .cookiePolicy .col-xs-12.text-center span a {
                color: #000 !important;
                text-decoration: underline !important;
            }

#closePolicy {
    border-radius: 4px !important;
    background-color: #702bcb !important;
    padding: 6px 10px !important;
    color: white !important;
    font-weight: 600 !important;
}

.hypeScaleBoxes {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hypeScaleBox {
    max-width: 295px;
    /*width: 23.4%;*/
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 15px;
}

.hypeTopBelt {
    width: 100%;
    height: 15px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ribbon {
    padding: 0 0 10px 0;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 60px;
}

    .ribbon div {
        background: #DB3700;
        color: #fff;
        padding: 10px 0 10px 0;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
    }

        .ribbon div:after {
            border-left: 30px solid #DB3700;
            border-right: 30px solid #DB3700;
            border-bottom: 10px solid transparent;
            bottom: 0;
            content: '';
            height: 0;
            left: 0;
            position: absolute;
            width: 0;
        }

.hypeScaleBoxInner {
    padding: 15px 20px 15px 20px;
    box-sizing: border-box;
    text-align: left;
}

.hypeScaleBoxTitle {
    font-size: 36px;
    font-weight: 700;
}

.hypeScaleBoxDesc {
    font-size: 20px;
    font-weight: 700;
    min-height: 68px;
    margin: 7.5px 0 15px 0;
    letter-spacing: -.5px;
}

.hypeScaleBoxList {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 210px;
}

    .hypeScaleBoxList li {
        margin-bottom: 15px;
    }

.hypeItems {
    display: flex;
    min-height: 56px;
}

.hypeItemsLeft img {
    width: 24px;
    height: auto;
    margin-right: 10px;
}

.hypeItemsRightTitle {
    font-size: 14px;
    font-weight: 900;
}

.hypeItemsRightDesc {
    font-size: 13px;
    color: #000;
}

.millScaleBoxLink {
    min-width: 138px;
    height: 42px;
    display: inline-flex;
    align-items: center !important;
    justify-content: center !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #702bcb;
    color: #702bcb;
    font-size: 16px;
    font-weight: 700;
    margin: 0 7.5px 0 7.5px;
    letter-spacing: -.3px;
}

    .millScaleBoxLink:hover {
        text-decoration: none;
        color: #fff;
        background-color: #702bcb;
    }

.millScaleBoxLinkSelected:link, .millScaleBoxLinkSelected:hover, .millScaleBoxLinkSelected:visited, .millScaleBoxLinkSelected:active {
    min-width: 138px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #702bcb;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 7.5px 0 7.5px;
    letter-spacing: -.5px;
    background: #702bcb;
    text-decoration: none;
}

.hypeScaleBoxLink {
    width: 100%;
    height: 60px;
    background: #702bcb;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

    .hypeScaleBoxLink:hover {
        text-decoration: none;
        color: #fff;
    }

.hypePreferred {
    background: rgb(230,139,85);
    background: linear-gradient(315deg, rgba(230,139,85,1) 0%, rgba(243,111,33,1) 100%);
    color: #fff;
}

    .hypePreferred .hypeTopBelt span {
        background: #ffcd00;
        width: 190px;
        line-height: 30px;
        float: right;
        text-align: center;
        font-weight: 600;
        color: #333;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        color: #333;
    }

    .hypePreferred .hypeScaleBoxLink {
        background: #702bcb;
        color: #fff;
    }

.hypeSubInf {
    font-size: 11px;
    display: block;
    position: absolute;
    color: #f36f23;
    font-weight: 400;
}

.hypeScaleBoxDescSuper {
    font-size: 21px;
}

.mcCard {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    margin: 40px auto;
    margin-top: 70px;
    width: 100%;
}

    .mcCard > .col-xs-3 {
        float: left;
        width: 25%;
        max-width: 260px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 20px 17px 17px 17px;
        box-sizing: border-box;
    }

.mcCardImg {
    width: auto;
}

.mcCardTitle {
    margin: 15px 0;
    font-weight: bold;
    font-size: 16px;
}

.modal-content {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}

.ft-group-sign {
    font-style: italic;
    color: #fff;
    font-size: 120%;
    padding-top: 20px;
}

.support.col-xs-3:nth-child(4n+1) {
    clear: left;
}

.popularbadge {
    position: absolute;
    bottom: -13px;
    width: 253px;
    font-size: 14px;
    font-weight: 600;
    color: black;
    border: 1px solid #ffcd00;
    background-color: #ffcd00;
    text-align: center;
    border-radius: 10px;
}

#tusla-app-button {
    background-image: url(https://cdn.tus.la/fixed-whatsapp-icon.svg) !important;
    width: 70px !important;
    height: 70px !important;
    background-size: 70px !important;
    position: fixed !important;
    z-index: 2147483640 !important;
    bottom: 10px !important;
    right: 10px !important;
}

.btn-tab.active {
    color: #ffcd00 !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.x1 > .btn {
    font-size: 14px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.row.vdivide [class*='col-']:not(:last-child):after {
    background: transparent;
    width: 30px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: x-large;
    display: block;
    position: absolute;
    top: 35px;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

body.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 60px auto;
    }
}

.modal-header {
    border: 0;
    padding: 0;
    position: relative;
}

.modal-body {
    position: relative;
    padding: 0px;
}

iframe.popupQuickForm {
    width: 100% !important;
    min-height: 370px;
    border: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=85);
        opacity: .85;
    }

.close-white {
    margin: 0;
    position: absolute;
    top: -34px;
    right: -24px;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10;
    line-height: 1;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .close-white:hover, .close-white:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=100);
        opacity: 1;
    }

/*modal*/

.appFormContainer {
    background-color: #fff;
    border-radius: 15px;
    /*padding: 30px 30px 5px 30px;*/
    padding: 30px 30px 30px 30px;
}

.formHxContainer {
    text-align: center;
    /*padding-bottom: 20px;*/
}

    /*.formHxContainer  h1 {
        font-size: 21px;
        margin-top: 0px;
    }*/

    .formHxContainer h4 {
        /*font-size: 24px;*/
        /*color: #582c84;*/
    }


/* centered columns styles */
.row-centered {
    text-align: center;
}

.fixedHeight {
    min-height: 90px;
}
/*.fixedHeight > span {
        line-height:60px;
    }*/
.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.fluidBannerContainer {
    background-color: #eeecea;
    margin-top: -14px;
}

.subPageBanner {
    padding: 20px 0 0 0;
}

#button-call {
    position: fixed;
    right: 0;
    top: 240px;
    background: #582c84;
    z-index: 1039;
    width: 60px;
    height: 260px;
    border-radius: 0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

    #button-call span {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        width: 280px;
        height: 0;
        bottom: 214px;
        color: #fff;
        font-size: 18px;
        left: -120px;
        font-weight: bold;
        position: absolute;
    }

.button-millenicom span {
    display: inline-block;
    vertical-align: middle;
}

#button-call #icon-phone {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 32px;
    bottom: 20px;
    right: 16px;
    position: absolute;
    -webkit-transform: rotate(250deg);
    transform: rotate(250deg);
}

.header2part {
    background-color: #ffcd00;
}

.header2partGray {
    background-color: #f9f9f9;
}

.subPageBanner .bannerRight {
}

.box-shadowContainer {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 0 20px rgba(0,0,0,.075);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.075);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.075);
    border-radius: 10px;
    margin: 20px 0;
    padding: 30px;
}

.avatar_container {
    margin: 60px auto 40px;
    background-color: #fff;
    padding: 0 20px 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.075);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.075);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.075);
    text-align: center;
}

.avatar-flip {
    border-radius: 100px;
    overflow: hidden;
    height: 100px;
    width: 100px;
    position: relative;
    margin: auto;
    top: -50px;
    background-color: #ffd304;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 13px #f0f0f0;
    -webkit-box-shadow: 0 0 0 13px #f0f0f0;
    -moz-box-shadow: 0 0 0 13px #f0f0f0;
}

.avatar_container .icon-box-product {
    width: 100px;
    height: 100px;
    background: #ffd304;
    position: relative;
    margin: 0 auto;
    z-index: 9;
    border-radius: 100px;
    padding: 20px;
}

/*.avatar-flip img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}*/





.ekhizmetler .col-xs-4 {
    margin-bottom: 30px;
}

    .ekhizmetler .col-xs-4 img {
        /*border-bottom: 10px solid #582c84;*/
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

/*.ekhizmetler .col-xs-4 h4 {
        color: #fff;
        background-color: #582c84;
        position: absolute;
        padding: 15px;
        width: 250px;
        top: 210px;
        left: 70px;
        font-weight: 100;
        border-radius: 15px;
        text-align: center;
    }*/

.destek .col-xs-4 div .playbutton {
    display: block;
    width: 67px;
    height: 67px;
    left: 160px;
    top: 80px;
    position: absolute;
    background: url(img/play-button.png);
    vertical-align: middle;
}

.destek .col-xs-4 span {
    font-weight: 500;
    margin: 10px 0 20px 0;
    text-align: center;
    display: block;
}

.destek .col-xs-4 div {
    background: no-repeat center center;
    min-height: 215px;
    border-radius: 15px;
}

.destek .col-xs-4.akillisms div {
    background: none;
    height: 147px;
    min-height: 147px;
    width: 100%;
}

.destek .col-xs-4.akillisms h4 {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 18px;
    display:block;
}

.destek .col-xs-4.akillisms .h4 {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.destek .col-xs-4.akillisms div img {
    display: block;
    margin: 10px auto;
}

.row.ek-hizmetler {
   margin-top: 20px;
}

.ek-hizmetler > .col-xs-12 > img {
    width: 100px;
}

.urundetay .col-xs-3:last-child {
    background: none;
}

.urundetay .col-xs-3 {
    background-image: url(img/border.png);
    background-position: right;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

#popularCampaignSlickWrapper {
    padding: 2% 0 2% 0;
    position: relative;
}

.slick-dots li button:before {
    font-size: 16px;
}

.slick-prev {
    left: 135px;
}

.slick-next {
    right: 130px;
}

.slick-prev, .slick-next {
    z-index: 500;
    width: 40px;
    height: 40px;
    /*top:-10px;*/
}

    .slick-prev:before, .slick-next:before {
        color: black;
    }

    .slick-prev:before {
        /*content: '\e079';*/
        content: "\e257";
        font-family: 'Glyphicons Halflings';
        color: #582c84;
        font-size: 20px;
    }

    .slick-next:before {
        /*content: "\e080";*/
        content: "\e258";
        font-family: 'Glyphicons Halflings';
        color: #582c84;
        font-size: 20px;
    }


.popularCards .slick-slide.slick-current.slick-active {
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    opacity: 1 !important;
    transform: scale(1) !important;
}

.popularCards .slick-slide.slick-current.slick-center {
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    opacity: 1 !important;
    transform: scale(1) !important;
}

.popularCards .slick-slide.slick-active {
    -moz-transform: scale(0.90) !important;
    -ms-transform: scale(0.90) !important;
    -o-transform: scale(0.90) !important;
    -webkit-transform: scale(0.90) !important;
    opacity: 0.3 !important;
    transform: scale(0.90) !important;
    transition: all 300ms ease !important;
}

.popularCards .slick-slide {
    -moz-transform: scale(0.80);
    -ms-transform: scale(0.80);
    -o-transform: scale(0.80);
    -webkit-transform: scale(0.80);
    opacity: 0.2;
    transform: scale(0.80);
    transition: all 300ms ease;
}

    .popularCards .slick-slide > .panel, .popularCards .slick-active > .panel {
        pointer-events: none;
    }

.popularCards .slick-current.slick-center > .panel {
    pointer-events: all !important;
}

.page-header {
    margin: 20px 0 20px;
    /*padding-bottom: 9px;
    margin: -20px 0 20px;
    border-bottom: 1px solid #eee;*/
}

/*.my-anchor {
    margin-top: -160px;
    padding-bottom: 160px;
    display: inline-block;
    z-index: -999999 !important;
}*/

.slider.slider-horizontal .slider-selection {
    background-image: url("img/asset.svg#logo-part-back");
    background-repeat: repeat-x;
    background-size: 5px 10px;
    background-color: #ffd304;
}

.slider.slider-horizontal .slider-handle {
    background: none;
    background-color: #ffd304;
    border: 4px solid #f0f0f0;
    width: 30px !important;
    height: 30px !important;
    top: -5px;
}

.slider.slider-horizontal .slider-track-high {
    background: #d9d3ce;
}

.slider.slider-disabled .slider-handle {
    display: none; /*hide etmek için eklendi*/
    height: 20px; /*hide etmek için eklendi*/
    background: none;
    background-color: #d9d3ce;
    border: 4px solid #f0f0f0;
    width: 30px !important;
    height: 30px !important;
    top: -5px;
    cursor: default;
}

.slider.slider-disabled .slider-track {
    display: none; /*hide etmek için eklendi*/
    height: 20px; /*hide etmek için eklendi*/
    background-image: -webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);
    background-image: -o-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);
    background-image: linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);
    cursor: default;
}

.fa-stack {
    height: 3em;
}


.footerSocialButtons {
    /*margin-top: 60px;*/
}

    .footerSocialButtons > a:link, .footerSocialButtons > a:hover, .footerSocialButtons > a:visited, .footerSocialButtons > a:active {
        color: #000;
        text-decoration: none;
        margin-right: 15px;
    }


.btn-group > .btn:active, .btn.active, .btn.active:focus, .btn.active:hover {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #584f46;
    color: white;
}

.footer-bottom {
    font-size: 13px;
}

.svg-medium {
    height: 50px;
    width: 50px;
    margin-top: 15px;
}

.footer-bottom a:after {
    content: " | ";
    display: inline-block;
    margin: 0 2px 0 2px;
    color: #ffcd00;
}

.footer-bottom a:last-child:after {
    content: " ";
}



.icon-google-play-badge {
    position: relative;
    height: 46px;
    width: 155px;
    background-position: left center;
    background-size: cover;
}


.box-product {
    position: relative;
    height: 198px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 30px;
    background-color: #eeecea;
}

    .box-product:hover {
        background-color: #ffcd00;
        border-radius: 30px;
    }


    .box-product .separator-products {
        width: 94px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: auto;
        bottom: 110px;
        left: 0;
        right: 0;
        margin: 0 auto 0 auto;
    }

    .box-product .icon-box-product {
        position: absolute;
        bottom: 100px;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto 0 auto;
        width: 53px;
        height: 53px;
        fill: #582c84;
    }

    .box-product .h3 {
        position: absolute;
        top: auto;
        bottom: 40px;
        left: 0;
        right: 0;
        text-align: center;
        color: #582c84;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.1;
    }

    .box-product h1 {
        position: absolute;
        top: auto;
        bottom: 50px;
        left: 0;
        right: 0;
        text-align: center;
        color: #582c84;
    }

@media (min-width: 768px) {
    .pull-left {
        margin-left: -15px;
    }

    .desktopX {
        margin: 0 -30px 0 -30px;
    }
}


@media (max-width: 768px) {
    .desktopX {
        margin: 0;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

    .navbar-fixed-top {
        position: relative;
        top: auto; /* Auto position navbar top */
    }

        .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
            max-height: inherit; /* Clear max-height */
        }
}

.container-fluid .navbar-nav li.a > a {
    color: #ffcd00;
    font-weight: 900;
}

.container-fluid .navbar-nav li > a {
    color: #000;
    padding: 0px;
    font-size: 18px;
}

    .container-fluid .navbar-nav li > a.test {
        line-height: 85px;
        color: #000;
        font-weight: 600;
        padding-left: 6px;
        padding-right: 6px;
        margin-left: 12px;
        font-size: 18px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        .container-fluid .navbar-nav li > a.test.active {
            color: black;
        }

    .container-fluid .navbar-nav li > a.testTH {
        line-height: 40px;
        color: #666;
        padding-left: 12px;
        padding-right: 12px;
        margin-left: 12px;
        font-size: 15px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        .container-fluid .navbar-nav li > a.testTH.active {
            color: black;
        }

.container-fluid .navbar-nav .active > a {
    color: #ffcd00;
    background-color: transparent;
}

.container-fluid .navbar-nav li > a:hover,
.container-fluid .navbar-nav li > a:focus,
.container-fluid .navbar-nav .open > a {
    background-color: transparent;
    color: #000;
}

    .container-fluid .navbar-nav li > a:hover::after,
    .container-fluid .navbar-nav li > a:focus::after,
    .container-fluid .navbar-nav .open > a::after {
        background-color: transparent;
        color: #000;
    }

.container-fluid .navbar-nav .active > a:hover,
.container-fluid .navbar-nav .active > a:focus,
.container-fluid .navbar-nav .open > a {
    background-color: transparent;
    color: #ffcd00;
}

    .container-fluid .navbar-nav .active > a:hover::after,
    .container-fluid .navbar-nav .active > a:focus::after,
    .container-fluid .navbar-nav .open > a::after {
        background-color: transparent;
        color: #ffcd00;
    }

header.carousel {
    height: 600px;
    margin-top: -75px;
}

@media (max-width: 1200px) {

    .navbar-fixed-top {
        position: relative;
        top: auto;
    }

        .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
            max-height: inherit;
        }

    header.carousel {
        margin-top: 0px;
    }

    body {
        padding-top: 0px !important;
    }

    .desktopX {
        margin: 0;
    }
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 600px;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-caption {
    text-align: left;
    left: 15px;
    right: 15px;
    top: -550px;
    padding: 0px;
    text-shadow: none;
    color: #000;
}

.carousel-indicators {
    bottom: -60px !important;
}

    .carousel-indicators li {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 4px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #efefef;
        border: none;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 4px;
        background-color: #582c84;
    }

.input-group {
    display: normal;
}

.mc-search {
    display: none;
    background-color: #eeecea;
}

    .mc-search .form-control {
        background-color: rgb(235, 235, 235);
        border-radius: 0px;
        border-width: 0px;
        font-size: 24px;
        padding: 25px 0px;
    }

        .mc-search .form-control:focus {
            border-color: transparent;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .mc-search .input-group-btn > .btn {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 50%;
        background-color: transparent;
        color: #584f46;
    }

        .mc-search .input-group-btn > .btn.active,
        .mc-search .input-group-btn > .btn:hover,
        .mc-search .input-group-btn > .btn:focus {
        }

    .mc-search.open {
        display: block;
    }

