﻿/*
 * Kafe Pi Main Styles
 * Helpers, overrides, typography, colors, layouts, etc.
 * 
 * Table of contents:
 */










/*
 * Fonts
 */

@font-face {
    font-family: 'hnltbold';
    src: url('/Assets/Font/HNLT-Bold/hnlt-bold-webfont.eot');
    src: url('/Assets/Font/HNLT-Bold/hnlt-bold-webfont.eot?#iefix') format('embedded-opentype'),url('/Assets/Font/HNLT-Bold/hnlt-bold-webfont.woff') format('woff'),url('/Assets/Font/HNLT-Bold/hnlt-bold-webfont.ttf') format('truetype'),url('/Assets/Font/HNLT-Bold/hnlt-bold-webfont.svg#hnltbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hnltheavy';
    src: url('/Assets/Font/HNLT-Heavy/hnlt-heavy-webfont.eot');
    src: url('/Assets/Font/HNLT-Heavy/hnlt-heavy-webfont.eot?#iefix') format('embedded-opentype'),url('/Assets/Font/HNLT-Heavy/hnlt-heavy-webfont.woff') format('woff'),url('/Assets/Font/HNLT-Heavy/hnlt-heavy-webfont.ttf') format('truetype'),url('/Assets/Font/HNLT-Heavy/hnlt-heavy-webfont.svg#hnltheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hnltmedium';
    src: url('/Assets/Font/HNLT-Medium/hnlt-medium-webfont.eot');
    src: url('/Assets/Font/HNLT-Medium/hnlt-medium-webfont.eot?#iefix') format('embedded-opentype'),url('/Assets/Font/HNLT-Medium/hnlt-medium-webfont.woff') format('woff'),url('/Assets/Font/HNLT-Medium/hnlt-medium-webfont.ttf') format('truetype'),url('/Assets/Font/HNLT-Medium/hnlt-medium-webfont.svg#hnltmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}









/*
 * Helpers
 */

.passive-link {
    cursor: default;
}









/*
 * Simple but Important Things
 */

a,
a:focus,
a:active,
a:hover {
    outline: 0;
    outline: none;
}

:-moz-any-link:focus {
    outline: none;
}











/*
 * Icons
 */

/* Theme Icons */
[class^="theme-icon-"], [class*="theme-icon-"] {
    background-image: url('../img/sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.theme-icon-play {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-position: -190px -110px;
}

.theme-icon-mousewheelactive {
    width: 70px;
    height: 80px;
    line-height: 80px;
    background-position: -250px -110px;
}

.theme-icon-zoom {
    width: 83px;
    height: 83px;
    line-height: 83px;
    background-position: -270px -200px;
}

.theme-icon-play2 {
    width: 75px;
    height: 74px;
    line-height: 74px;
    background-position: -180px -200px;
}

.theme-icon-detail {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-position: -410px -150px;
}

    .theme-icon-detail.icon-white {
        background-position: -460px -150px;
    }

.theme-icon-info-time {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-position: -540px -120px;
}

.theme-icon-info-price {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-position: -590px -120px;
}

.theme-icon-info-date {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-position: -640px -120px;
}

.theme-icon-info-time.icon-white {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-position: -540px -170px;
}

.theme-icon-info-price.icon-white {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-position: -590px -170px;
}

.theme-icon-info-date.icon-white {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-position: -640px -170px;
}

.theme-icon-location-email {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: -700px -120px;
}

.theme-icon-location-phone {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: -700px -160px;
}

.theme-icon-location-map {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: -700px -200px;
}


/* small */
.theme-icon-info-time.small,
.theme-icon-info-price.small,
.theme-icon-info-date.small {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: -680px -10px;
}

.theme-icon-info-price.small {
    background-position: -720px -10px;
}

.theme-icon-info-date.small {
    background-position: -760px -10px;
}

.theme-icon-detail.small {
    background-position: -410px -100px;
}



/* logos */
[class^="alt-logo-"], [class*=" alt-logo-"] {
    background-image: url('/Assets/Img/sprite-alt-logos.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 1px;
    text-indent: -9999px;
}
/*[class^="alt-logo-"].alt-logo-hover, [class*=" alt-logo-"].alt-logo-hover { background-image: url('/Assets/Img/sprite-alt-logos-hover.png'); }*/
.alt-logo-kucukbeyoglu {
    background-position: 0px 0px;
}

.alt-logo-curcuna {
    background-position: 0px -100px;
}

.alt-logo-murekkep {
    background-position: 0px -200px;
}

.alt-logo-asmalimescit {
    background-position: 0px -300px;
}

.alt-logo-besiktas {
    background-position: 0px -400px;
}

.alt-logo-ortakoy {
    background-position: 0px -500px;
}

.alt-logo-eskisehir {
    background-position: 0px -600px;
}

.alt-logo-bursa {
    background-position: 0px -700px;
}

.alt-logo-kordon {
    background-position: 0px -800px;
}

.alt-logo-bornova {
    background-position: 0px -900px;
}

.alt-logo-curcunaotel {
    background-position: 0px -1000px;
}

.alt-logo-cesme {
    background-position: 0px -1100px;
}

.alt-logo-bronks {
    background-position: 0px -1200px;
}

.alt-logo-pilaka {
    background-position: 0px -1300px;
}

/* 32px */
[class^="icon32-"], [class*=" icon32-"] {
    background-image: url('/Assets/Img/sprite-icons-32px.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1px;
    text-indent: -9999px;
}

.icon32-email {
    background-position: 0px 0px;
}

.icon32-facebook {
    background-position: -32px 0px;
}

.icon32-twitter {
    background-position: -64px 0px;
}

.icon32-gplus {
    background-position: -96px 0px;
}

.icon32-youtube {
    background-position: -128px 0px;
}

.icon32-pinterest {
    background-position: -160px 0px;
}

.icon32-vine {
    background-position: -192px 0px;
}
/* white */
.icon32-email.icon-white {
    background-position: 0px -32px;
}

.icon32-facebook.icon-white {
    background-position: -32px -32px;
}

.icon32-twitter.icon-white {
    background-position: -64px -32px;
}

.icon32-gplus.icon-white {
    background-position: -96px -32px;
}

.icon32-youtube.icon-white {
    background-position: -128px -32px;
}

.icon32-pinterest.icon-white {
    background-position: -160px -32px;
}

.icon32-vine.icon-white {
    background-position: -192px -32px;
}

/* 16px */
[class^="icon16-"], [class*=" icon16-"] {
    background-image: url('/Assets/Img/sprite-icons-16px.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 1px;
    text-indent: -9999px;
}

.icon16-email {
    background-position: 0px 0px;
}

.icon16-facebook {
    background-position: -16px 0px;
}

.icon16-twitter {
    background-position: -32px 0px;
}

.icon16-gplus {
    background-position: -48px 0px;
}

.icon16-youtube {
    background-position: -64px 0px;
}

.icon16-pinterest {
    background-position: -80px 0px;
}

.icon16-vine {
    background-position: -96px 0px;
}
/* white */
.icon16-email.icon-white {
    background-position: 0px -16px;
}

.icon16-facebook.icon-white {
    background-position: -16px -16px;
}

.icon16-twitter.icon-white {
    background-position: -32px -16px;
}

.icon16-gplus.icon-white {
    background-position: -48px -16px;
}

.icon16-youtube.icon-white {
    background-position: -64px -16px;
}

.icon16-pinterest.icon-white {
    background-position: -80px -16px;
}

.icon16-vine.icon-white {
    background-position: -96px -16px;
}









/*
 * Buttons
 */

/* core */
.btn {
    display: inline-block;
    padding: 8px 12px 8px 12px;
    margin: 0;
    vertical-align: middle;
    font-family: 'hnltheavy';
    font-weight: 300;
    font-size: 15px;
    line-height: 16px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    color: #333;
    background: #f5f5f5;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:hover,
    .btn.active {
        text-decoration: none;
        color: #fff;
        background: #549881;
    }

    .btn:active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

.btn-with-icon {
    position: relative;
    padding-left: 24px;
}

    .btn-with-icon i {
        position: absolute;
        left: 8px;
        top: 50%;
        margin-top: -8px;
    }

        .btn-with-icon i:after {
            content: " ";
            display: block;
            width: 1px;
            height: 20px;
            background: #fff;
            position: absolute;
            left: 100%;
            margin-left: 8px;
            top: 50%;
            margin-top: -10px;
        }

/* small */
.btn-small {
    padding: 4px 15px;
    font-size: 12px;
    line-height: 14px;
}

/* colors */

.btn-green {
    color: #fff;
    background-color: #549881;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active {
        color: #fff;
        background-color: #65A28E;
    }

.btn-maroon {
    color: #fff;
    background-color: #bc2457;
}

    .btn-maroon:hover,
    .btn-maroon:focus,
    .btn-maroon:active {
        color: #fff;
        background-color: #C33A68;
    }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
}

    .btn-facebook:hover,
    .btn-facebook:focus,
    .btn-facebook:active {
        color: #fff;
        background-color: #4F6AA2;
    }



.form-control,
.form-control:focus {
    outline: none;
}

    .form-control::-webkit-input-placeholder {
        color: #c9c9c9;
        font-weight: normal;
        font-style: normal;
        opacity: 1;
    }

    .form-control:-moz-placeholder {
        color: #c9c9c9;
        font-weight: normal;
        font-style: normal;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #c9c9c9;
        font-weight: normal;
        font-style: normal;
        opacity: 1;
    }




.text-round {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}






/*
 * Overlays
 */

.overlay-1 {
    background-image: url(/Assets/Img/Plugins/Vegas/01.png);
}

.overlay-2 {
    background-image: url(/Assets/Img/Plugins/Vegas/02.png);
}

.overlay-3 {
    background-image: url(/Assets/Img/Plugins/Vegas/03.png);
}

.overlay-4 {
    background-image: url(/Assets/Img/Plugins/Vegas/04.png);
}

.overlay-5 {
    background-image: url(/Assets/Img/Plugins/Vegas/05.png);
}

.overlay-6 {
    background-image: url(/Assets/Img/Plugins/Vegas/06.png);
}

.overlay-7 {
    background-image: url(/Assets/Img/Plugins/Vegas/07.png);
}

.overlay-8 {
    background-image: url(/Assets/Img/Plugins/Vegas/08.png);
}

.overlay-9 {
    background-image: url(/Assets/Img/Plugins/Vegas/09.png);
}

.overlay-10 {
    background-image: url(/Assets/Img/Plugins/Vegas/00.png);
}

.overlay-11 {
    background-image: url(/Assets/Img/Plugins/Vegas/11.png);
}

.overlay-12 {
    background-image: url(/Assets/Img/Plugins/Vegas/12.png);
}

.overlay-13 {
    background-image: url(/Assets/Img/Plugins/Vegas/13.png);
}

.overlay-14 {
    background-image: url(/Assets/Img/Plugins/Vegas/14.png);
}

.overlay-15 {
    background-image: url(/Assets/Img/Plugins/Vegas/15.png);
}

.overlay-custom {
    background-image: url(/Assets/Img/overlay-custom.png);
}









/*
 * Transitions
 */

/* normal */
.transition-all,
a, button, input, textarea,
.social-platforms .icon,
.arrow span,
.latest-entries .entry img,
.latest-entries,
.toggle-visibility,
.toggle-visibility span,
.latest-entries .arrow,
.latest-entries .video .theme-icon-play,
.hover-img,
.mobile-navigation ul ul,
.login-area,
.header,
.logo-area,
.logo-secondary,
.navigation,
.toggle-visibility-header-home span,
[class^="icon"],
[class*=" icon"],
.icon-wrapper,
.events-gallery .entry .show-detail,
.events-gallery .entry .info-list,
.events-gallery .entry .description,
.press-gallery a,
.press-gallery img,
.press-gallery .info,
.press-gallery .time,
.press-gallery .heading {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* slow */
.transition-all-slow,
.slider-home-wrapper {
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

/* none */
.transition-none,
.btn:active,
.mobile-menu-trigger,
.sub-mobile-menu-trigger,
.pilatinum-area.transition-all {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}


/* list hover effects */
.Desktop .list-hover-effect.hover > li,
.Desktop .list-hover-effect:hover > li {
    opacity: .2;
}

.Desktop .list-hover-effect > li.hover,
.Desktop .list-hover-effect > li:hover {
    opacity: 1;
}

.Desktop .list-hover-effect > li {
    transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
}

.desktop .list-hover-effect.with-delay > li {
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
}











/*
 * Media Query Breakpoints
 */

/* width method */
.mq-breakpoint {
    display: block;
    position: absolute;
    right: 200%;
    height: 0;
    width: 1024px;
}

@media (min-width: 1921px) {
    .mq-breakpoint {
        width: 2000px;
    }
}

@media (max-width: 1920px) {
    .mq-breakpoint {
        width: 1920px;
    }
}

@media (max-width: 1200px) {
    .mq-breakpoint {
        width: 1200px;
    }
}

@media (max-width: 1000px) {
    .mq-breakpoint {
        width: 1000px;
    }
}

@media (max-width: 767px) {
    .mq-breakpoint {
        width: 767px;
    }
}

@media (max-width: 480px) {
    .mq-breakpoint {
        width: 480px;
    }
}









/*
 * Columns
 */

/*
.cols .inner { background: #fc0; }
.cols .inner .inner { background: #333; color: #fff; }
*/

.cols {
}

    .cols:before, .cols:after {
        content: " ";
        display: table;
    }

    .cols:after {
        clear: both;
    }


    .cols > .col {
        float: left;
        position: relative;
        z-index: 1;
    }

        .cols > .col:hover {
            z-index: 2;
        }

.cols2 > .col {
    width: 50%;
}

.cols3 > .col {
    width: 33.33%;
}

.cols4 > .col {
    width: 25%;
}

.cols5 > .col {
    width: 20%;
}

.cols3 > .col1 {
    width: 33.33%;
}

.cols3 > .col2 {
    width: 66.66%;
}

.cols4 > .col1 {
    width: 25%;
}

.cols4 > .col2 {
    width: 50%;
}

.cols4 > .col3 {
    width: 75%;
}

.cols5 > .col1 {
    width: 20%;
}

.cols5 > .col2 {
    width: 40%;
}

.cols5 > .col3 {
    width: 60%;
}

.cols5 > .col4 {
    width: 80%;
}

.colsp10 {
    margin-left: -5px;
    margin-right: -5px;
}

    .colsp10 > .col {
        padding-left: 5px;
        padding-right: 5px;
    }

.colsp20 {
    margin-left: -10px;
    margin-right: -10px;
}

    .colsp20 > .col {
        padding-left: 10px;
        padding-right: 10px;
    }

.colsp30 {
    margin-left: -15px;
    margin-right: -15px;
}

    .colsp30 > .col {
        padding-left: 15px;
        padding-right: 15px;
    }

.colsp40 {
    margin-left: -20px;
    margin-right: -20px;
}

    .colsp40 > .col {
        padding-left: 20px;
        padding-right: 20px;
    }









/*
 * Full Screen Website Components
 */

.wrapper:before,.wrapper:after{content:" ";display:table}
.wrapper:after{clear:both}

body, .wrapper {
    position: relative;
}
/* .wrapper { overflow: auto; } */
.wrapper {
    z-index: 1;
}

@media (min-width: 1001px){
    
    html {
        height: 100%;
    }

    body, .wrapper {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

body, .wrapper {
    width: 100%\9;
    height: 100%\9;
    overflow: hidden\9;
}









/*
 * Content Scroll Component
 */

.scroll-overflow {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: auto;
}

.scroll-content {
    margin: 0;
    text-align: justify;
}









/*
 * CSS Table
 */

.css-table-overflow {
    display: block;
    width: 100%;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 66px;
    bottom: 0;
}

.css-table {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 540px;
    position: absolute;
    left: 0;
    top: 0;
}

    .css-table > .cell {
        display: table-cell; /* text-align: center; */
        vertical-align: middle;
    }

        .css-table > .cell > .content { /* display: inline-block; */
            margin: 0 auto;
            width: 960px;
        }









/*
 * First touches
 * 
 * We need some important settings before begin to writing main components of website
 */

html,
body {
    -webkit-text-size-adjust: none
}

/* aspNetHidden */
.aspNetHidden {
    display: none;
}

/* selection */
::-moz-selection {
    color: #fff;
    background: #111822;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #111822;
    text-shadow: none;
}


/* Vegas overrides */
.vegas-loading {
    left: auto;
    right: 200%;
}

.vegas-overlay {
    background: transparent url(/Assets/Img/overlay-custom.png);
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}


.vegas-viewport {
    margin: 0px;
    padding: 0px;
    position: fixed;
    z-index: -2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Main base */
html {
    background: #1d242d url(/Assets/Img/overlay-custom.png);
}

/* change pattern image */
html,
.vegas-overlay {
    background-image: url(/Assets/Img/Plugins/Vegas/01.png); /* Available: 01 - 15 */
}

/* change image overlay opacity */
.vegas-overlay {
    opacity: 1;
}

.Explorer8 .vegas-overlay {
    filter: alpha(opacity=100);
}









/*
 * Home
 */

/* Header */
.header.home {
    background: #111822;
    width: 100%;
    height: 62px;
    min-width: 980px;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 0;
    font-family: 'hnltheavy';
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.navigation,
.mobile-navigation-left {
    font-family: 'hnltheavy';
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.logo-area {
    float: left;
}

.logo-primary,
.logo-primary a {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 151px;
    height: 45px;
}

.logo-primary {
    margin: 13px 0 0 25px;
}

    .logo-primary a {
        background: url(/Assets/Img/logo.png) scroll no-repeat 0 0;
        text-indent: -99999px;
    }

/* navigation */
.navigation > ul,
.navigation > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .navigation > ul > li {
        position: relative;
        z-index: 120;
        display: inline-block;
        vertical-align: top;
    }
/* submenu */
.navigation li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    width: 140px;
    position: absolute;
    z-index: 120;
    top: 100%;
    right: 50%;
    margin-right: -70px;
    padding-top: 9px;
}

    .navigation li > ul.apply-scroll {
        height: 350px;
        width: 161px;
        margin-right: -90px;
    }

.navigation li:hover > ul,
.js-done .navigation li > ul {
    display: block;
}

.navigation li li {
    padding-right: 11px;
}

    .navigation li li + li {
        border-top: 1px solid transparent;
    }

    .navigation li li > a {
        display: block;
        padding: 15px;
        width: 140px;
        font-size: 12px;
        color: #fffeff;
        background: #111822;
        text-decoration: none;
    }

        .navigation li li > a:hover {
            color: #9e1260;
        }


.navigation.home {
    position: absolute; /* right: 430px; */
    z-index: 10;
    right: 50px;
    margin-right: 275px;
    top: 0;
    margin-top: 8px;
}

    .navigation.home,
    .navigation.home > ul {
        float: right;
    }

        .navigation.home > ul > li,
        .navigation.home > ul > li > a {
            display: inline-block;
            float: left;
        }

            .navigation.home > ul > li > a {
                display: inline-block;
                color: #dfdfdf;
                text-decoration: none;
                padding: 15px 10px;
            }

                .navigation.home > ul > li > a:hover,
                .navigation.home > ul > li:hover > a {
                    background: #9e1260;
                    color: #fff;
                }

.pilatinum-area {
    width: 250px;
    height: 62px;
    position: absolute;
    z-index: 1;
    right: 50px;
    margin-right: 13px;
    top: 0;
    font-family: 'hnltheavy';
    font-weight: 300;
}

/* sep */
.sep {
    display: block;
    width: 100%;
    height: 16px;
    text-align: center;
    overflow: hidden;
}

    .sep b {
        display: inline-block;
        padding: 0 5px;
        position: relative;
    }

        .sep b:before,
        .sep b:after {
            content: " ";
            display: block;
            width: 480px;
            height: 1px;
            background: #fff;
            position: absolute;
            right: 100%;
            top: 50%;
            margin-top: -1px;
        }

        .sep b:after {
            right: auto;
            left: 100%;
        }

    .sep:before, .sep:after {
        content: " ";
        display: table;
    }

    .sep:after {
        clear: both;
    }


.pilatinum-area .card {
    position: absolute;
    z-index: 1;
    left: 50px;
    top: -2px;
}

    .pilatinum-area .card,
    .pilatinum-area .card a {
        display: block;
        width: 101px;
        height: 72px;
    }

        .pilatinum-area .card a {
            background: url(/Assets/Img/sprite.png) scroll no-repeat -410px -10px;
            text-decoration: none;
            text-indent: -99999px;
            cursor: default;
        }

.pilatinum-area-bg {
    display: block;
    width: 275px;
    height: 62px;
    background: url(/Assets/Img/sprite.png) scroll no-repeat -10px -10px;
    position: absolute;
    z-index: 0;
    right: 50px;
    top: 0;
}

.login-area {
    display: block;
    width: 256px; /* height: 173px; */
    position: absolute;
    z-index: 0;
    right: 0;
    top: -600px;
}

.pilatinum-area.hover .login-area,
.pilatinum-area.focus .login-area {
    top: 62px;
}

.login-area .panel {
    padding: 10px;
    background: rgba(0,0,0,.8);
}

    .login-area .panel + .panel {
        margin-top: 1px;
    }

.login-area .form-control {
    width: 113px;
    height: 22px;
    border: 0 none;
    background: #fff;
    outline: 0;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.login-area .sep,
.login-area .btn {
    margin: 7px 0 0;
}

.login-area .btn {
    width: 100%;
    padding: 8px 12px 4px 12px;
}

.login-area .btn-green {
    padding: 4px 12px;
}

.login-area .btn-signup {
    margin: 0;
}

.login-area .btn-logout {
    margin: 0;
}

    .login-area .btn-logout:hover {
        background: #8d3c68;
        color: #460f31;
    }

.btn-with-icon {
    padding-left: 40px;
}

.forgot-password,
.forgot-password:hover {
    display: block;
    margin: 7px 0 0;
    padding: 4px 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}

/* after login */

.pilatinum-area .user-info {
    display: block;
    width: 151px;
    height: 58px;
    background: url(/Assets/Img/sprite.png) scroll no-repeat -10px -190px;
    padding: 8px 0 0 38px;
    position: absolute;
    z-index: 0;
    left: 120px;
    top: 2px;
}

    .pilatinum-area .user-info span {
        display: block;
        white-space: nowrap;
        max-width: 100px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 14px;
    }

    .pilatinum-area .user-info .name,
    .pilatinum-area .user-info .surname {
        color: #111822;
    }

    .pilatinum-area .user-info .score {
        font-size: 14px;
        font-size: 14px;
        line-height: 16px;
    }

.after-login .pilatinum-area,
.after-login .pilatinum-area-bg,
.after-login .navigation.home {
    right: 90px;
}

.after-login .card a {
    cursor: default;
}

.after-login .login-area .btn + .btn {
    margin-top: 5px;
}



.lang-area {
    position: relative;
    z-index: 10;
    margin: 21px 25px 0 0;
}

    .lang-area,
    .lang-area ul {
        float: right;
    }

        .lang-area ul,
        .lang-area ul > li {
            list-style: none;
            margin: 0;
            padding: 0;
            font-family: 'hnltheavy';
            font-weight: 300;
            font-size: 16px;
            line-height: 18px;
        }

            .lang-area ul > li {
                position: relative;
                display: inline-block;
                float: left;
            }

                .lang-area ul > li + li {
                    margin-left: 13px;
                }

                    .lang-area ul > li + li:before {
                        content: " ";
                        display: block;
                        width: 1px;
                        height: 20px;
                        background: #fff;
                        position: absolute;
                        left: -6px;
                        top: 50%;
                        margin-top: -10px;
                    }

                .lang-area ul > li > a {
                    color: #fff;
                    text-decoration: none;
                }




/* Header: > 1171 */
@media (min-width: 1171px) {
    .navigation.home,
    .pilatinum-area-bg,
    .pilatinum-area {
        right: 11%;
    }

    .after-login .pilatinum-area,
    .after-login .pilatinum-area-bg,
    .after-login .navigation.home {
        right: 11%;
    }

    .navigation.home > ul > li > a {
        padding: 15px;
    }
}


/* Last Entries */

.latest-entries {
    width: 224px;
    padding-top: 34px;
    position: absolute;
    z-index: 1;
    left: 1px;
    height: 368px;
    top: 50%;
    margin-top: -201px;
    overflow: hidden;
}

    .latest-entries .panel {
        padding: 2px;
        background: rgba(0,0,0,.7);
    }

.js-done .latest-entries {
    overflow: visible;
}

.latest-entries .toggle-entries,
.latest-entries .toggle-visibility {
    display: inline-block;
    height: 26px;
    padding: 5px 8px;
    float: left;
    font-family: "hnltmedium";
    font-weight: 300;
    font-size: 12px;
    text-decoration: none;
    color: #100900;
    background: #ebebeb;
    position: absolute;
    left: 2px;
    top: 0;
}

.latest-entries .toggle-visibility {
    left: auto;
    right: 2px;
}

.latest-entries .toggle-entries {
    padding-left: 30px;
}

    .latest-entries .toggle-entries:before {
        content: " ";
        display: block;
        width: 30px;
        height: 30px;
        background: url(/Assets/Img/sprite.png) scroll no-repeat -10px -110px;
        position: absolute;
        left: -1px;
        top: 50%;
        margin-top: -15px;
    }

.latest-entries.show-videos .toggle-entries:before {
    background-position: -40px -111px;
}

.latest-entries .toggle-visibility {
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden;
}

    .latest-entries .toggle-visibility span {
        display: block;
        width: 30px;
        height: 30px;
        background: url(/Assets/Img/sprite.png) scroll no-repeat -70px -110px;
        text-indent: -99999px;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: 50%;
        margin-top: -15px;
    }
    /* hover */
    .latest-entries .toggle-entries:hover,
    .latest-entries .toggle-visibility:hover {
        background: #fff;
    }

.latest-entries .entry {
}

    .latest-entries .entry + .entry {
        margin-top: 2px;
    }

    .latest-entries .entry .trigger {
        position: relative;
        display: block;
        width: 220px;
        height: 164px;
        padding: 40px 10px 88px;
        background: #9c9c9c;
        color: #272727;
        text-decoration: none;
        overflow: hidden;
    }

    .latest-entries .entry .heading {
        font-family: "hnltbold";
        font-weight: 300;
        font-size: 10px;
        line-height: 16px;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 10px;
        bottom: 4px;
    }

    .latest-entries .entry .time {
        font-family: "hnltbold";
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        position: absolute;
        left: 10px;
        top: 4px;
    }

        .latest-entries .entry .time span {
            display: block;
        }

        .latest-entries .entry .time .day {
            width: 66px;
            border-top: 1px solid rgba(0,0,0,.2);
            margin-top: 3px;
        }
/* colors */
.latest-entries .bgcolor-dark .trigger {
    background: #484848;
    color: #f0f0f0;
}

.latest-entries .bgcolor-dark .time .day {
    border-top-color: rgba(255,255,255,.5);
}

.latest-entries .bgcolor-color .trigger {
    background: #52977f;
}
/* hover */
.latest-entries .entry:hover .trigger {
    background-image: url(/Assets/Img/overlay-custom.png);
}

.latest-entries .entry:hover img { /*opacity: .4;*/
}
/* video */
.latest-entries .entries {
    display: none;
}

.latest-entries.show-videos .videos {
    display: block;
}

.latest-entries.show-events .events {
    display: block;
}

.latest-entries .video .trigger {
    padding: 0;
    background-image: url(/Assets/Img/overlay-custom.png);
}

    .latest-entries .video .trigger .heading {
        display: none;
    }


/* Fix for differend heights on video entries */
.latest-entries .video .trigger {
    position: relative;
    display: block;
    overflow: hidden;
}

    .latest-entries .video .trigger img {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }

.latest-entries .youtube .trigger img {
    width: 140%;
    left: -20%;
    top: -20%;
}

.latest-entries .videos .video a .placeholder {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
}

.latest-entries .video .trigger .overlay {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
}

.latest-entries .video .trigger .theme-icon-play {
    position: absolute;
    z-index: 11;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    opacity: .4;
}
/* video hover */
/*.latest-entries .video .trigger:hover .thumb { opacity: .2; }*/
.latest-entries .video .trigger:hover .theme-icon-play {
    opacity: 1;
}

/* controls */
.latest-entries .arrow {
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden;
    position: absolute;
    right: -31px;
    background: #ebebeb;
}

    .latest-entries .arrow span {
        display: block;
        width: 30px;
        height: 30px;
        background: url(/Assets/Img/sprite.png) scroll no-repeat -70px -140px;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: 50%;
        margin-top: -15px;
        text-indent: -99999px;
    }
    /* hover */
    .latest-entries .arrow:hover {
        background: #fff;
    }
    /* disabled */
    .latest-entries .arrow.disabled,
    .latest-entries .arrow.disabled:hover {
        background: #ebebeb;
        cursor: default;
        opacity: .2;
    }

        .latest-entries .arrow.disabled span {
        }

.latest-entries .down {
    bottom: 4px;
}

.latest-entries .up {
    bottom: 35px;
}

    .latest-entries .up span {
        background-position: -100px -140px;
    }

/* toggle */
.latest-entries.js-hide {
    left: -216px;
}

    .latest-entries.js-hide .toggle-visibility {
        right: -18px;
    }

        .latest-entries.js-hide .toggle-visibility span {
            background-position: -100px -110px;
        }

    .latest-entries.js-hide .arrow {
        right: 12px;
    }

/* Slider */

.slider-home-wrapper {
    width: 550px; /*height: 190px;*/
    padding: 4px 18px 18px;
    background: #000;
    background: rgba(0,0,0,.6);
    position: absolute;
    z-index: 50;
    right: 50%;
    margin-right: -358px; /* 304+54 */
    top: 50%;
    margin-top: -114px; /* 95+38/2 (145=190/2, 38=100-62) */
    font-family: "hnltbold";
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

    .slider-home-wrapper.invisible {
        opacity: 0;
        right: -50%;
    }

.slider-home .heading {
    font-family: "hnltbold";
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    margin: 0;
    padding: 0;
}

    .slider-home .heading span {
        display: block;
        font-size: 42px;
        line-height: 46px;
        color: #569d84;
        text-shadow: 1px 1px 1px rgba(0,0,0,.75);
    }

.slider-home p {
    margin: 0;
}

    .slider-home p + p,
    .slider-home .heading + p {
        margin-top: 10px;
    }

/* Control Nav */
.slider-home-wrapper .bullets {
    width: 10px;
    position: absolute;
    right: -20px;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .slider-home-wrapper .bullets > li + li {
        margin-top: 20px;
    }

    .slider-home-wrapper .bullets > li {
        display: block;
        width: 10px;
        height: 10px;
        background: #fff;
        text-indent: -99999px;
        cursor: pointer;
    }

        .slider-home-wrapper .bullets > li.flex-active {
            background: #569d84;
        }

.toggle-slider-visibility {
    width: 40px;
    height: 40px;
    background: #000 url(/Assets/Img/sprite.png) scroll no-repeat -520px -230px;
    background-color: rgba(0,0,0,.6);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    text-indent: -99999px;
    position: absolute;
    z-index: 20;
    left: -50px;
    top: 0;
}

.type3 .toggle-slider-visibility,
.type6 .toggle-slider-visibility {
    left: auto;
    right: 0;
}

.slider-home-wrapper.type4 {
    top: auto;
    bottom: 20%;
    margin-top: 0;
}

    .slider-home-wrapper.type4 .bullets {
        width: 100%;
        left: 0;
        right: auto;
        text-align: right;
        top: auto;
        bottom: -40px;
    }

        .slider-home-wrapper.type4 .bullets li,
        .slider-home-wrapper.type4 .bullets li + li {
            display: inline-block;
            text-align: left;
        }

            .slider-home-wrapper.type4 .bullets li + li {
                margin-left: 30px;
            }

.slider-home-wrapper.type5,
.slider-home-wrapper.type6 {
    width: 750px;
    margin-right: -483px;
}

@media (max-width: 1100px) {
    .slider-home-wrapper.type5,
    .slider-home-wrapper.type6 {
        width: 660px;
        margin-right: -437px;
    }
}


/* Social Platforms */

.social-platforms {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 50%; /* height: 266px; */
    margin-top: -151px; /* 132+38/2 (132=266/2, 38=100-62) */
}

    .social-platforms ul,
    .social-platforms li {
        display: block;
        float: left;
        clear: both;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 32px;
    }

    .social-platforms li {
        height: 38px;
        position: relative;
    }

    .social-platforms a {
        display: block;
        width: 38px;
        height: 38px;
        font-family: "hnltmedium";
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        color: #fff;
        background: #000;
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
    }

        .social-platforms a span {
            display: block;
            position: absolute;
        }

    .social-platforms .icon {
        display: block;
        width: 38px;
        height: 38px;
        background: #000 url(/Assets/Img/sprite-icons-32px.png) scroll no-repeat 0 -32px;
        border: 3px solid #000;
        text-indent: -99999px;
        z-index: 2;
        left: 0;
        top: 0;
    }

    .social-platforms .text {
        z-index: 1;
        right: 38px;
        top: 8px;
    }

    .social-platforms a:hover { /*width: 200px;*/
    }
    /* icons */
    .social-platforms .email .icon {
        background-position: 0 -32px;
    }

    .social-platforms .facebook .icon {
        background-position: -32px -32px;
    }

    .social-platforms .twitter .icon {
        background-position: -64px -32px;
    }

    .social-platforms .gplus .icon {
        background-position: -96px -32px;
    }

    .social-platforms .youtube .icon {
        background-position: -128px -32px;
    }

    .social-platforms .pinterest .icon {
        background-position: -160px -32px;
    }

    .social-platforms .vine .icon {
        background-position: -192px -32px;
    }
    /* colors */
    .social-platforms li.email a:hover {
        background: #569d84;
    }

        .social-platforms li.email a:hover .icon {
            background-color: #569d84;
            border-color: #569d84;
        }

    .social-platforms li.twitter a:hover {
        background: #00a0d1;
    }

        .social-platforms li.twitter a:hover .icon {
            background-color: #00a0d1;
            border-color: #00a0d1;
        }

    .social-platforms li.facebook > a:hover {
        background: #3b5998;
    }

        .social-platforms li.facebook > a:hover .icon {
            background-color: #3b5998;
            border-color: #3b5998;
        }

    .social-platforms li.rss > a:hover {
        background: #fa9b39;
    }

        .social-platforms li.rss > a:hover .icon {
            background-color: #fa9b39;
            border-color: #fa9b39;
        }

    .social-platforms li.youtube > a:hover {
        background: #c4302b;
    }

        .social-platforms li.youtube > a:hover .icon {
            background-color: #c4302b;
            border-color: #c4302b;
        }

    .social-platforms li.vimeo > a:hover {
        background: #44bbff;
    }

        .social-platforms li.vimeo > a:hover .icon {
            background-color: #44bbff;
            border-color: #44bbff;
        }

    .social-platforms li.vimeo-green > a:hover {
        background: #aad450;
    }

        .social-platforms li.vimeo-green > a:hover .icon {
            background-color: #aad450;
            border-color: #aad450;
        }

    .social-platforms li.pinterest > a:hover {
        background: #910101;
    }

        .social-platforms li.pinterest > a:hover .icon {
            background-color: #910101;
            border-color: #910101;
        }

    .social-platforms li.tumblr > a:hover {
        background: #34526f;
    }

        .social-platforms li.tumblr > a:hover .icon {
            background-color: #34526f;
            border-color: #34526f;
        }

    .social-platforms li.blogger > a:hover {
        background: #FF8833;
    }

        .social-platforms li.blogger > a:hover .icon {
            background-color: #FF8833;
            border-color: #FF8833;
        }

    .social-platforms li.flickr > a:hover {
        background: #FE0883;
    }

        .social-platforms li.flickr > a:hover .icon {
            background-color: #FE0883;
            border-color: #FE0883;
        }

    .social-platforms li.foursquare > a:hover {
        background: #0072B1;
    }

        .social-platforms li.foursquare > a:hover .icon {
            background-color: #0072B1;
            border-color: #0072B1;
        }

    .social-platforms li.gplus > a:hover {
        background: #C63D2D;
    }

        .social-platforms li.gplus > a:hover .icon {
            background-color: #C63D2D;
            border-color: #C63D2D;
        }

    .social-platforms li.instagram > a:hover {
        background: #4E433C;
    }

        .social-platforms li.instagram > a:hover .icon {
            background-color: #4E433C;
            border-color: #4E433C;
        }

    .social-platforms li.linkedin > a:hover {
        background: #4875B4;
    }

        .social-platforms li.linkedin > a:hover .icon {
            background-color: #4875B4;
            border-color: #4875B4;
        }

    .social-platforms li.reddit > a:hover {
        background: #CEE3F8;
    }

        .social-platforms li.reddit > a:hover .icon {
            background-color: #CEE3F8;
            border-color: #CEE3F8;
        }

    .social-platforms li.stumbleupon > a:hover {
        background: #EB4924;
    }

        .social-platforms li.stumbleupon > a:hover .icon {
            background-color: #EB4924;
            border-color: #EB4924;
        }

    .social-platforms li.vine > a:hover {
        background: #00a478;
    }

        .social-platforms li.vine > a:hover .icon {
            background-color: #00a478;
            border-color: #00a478;
        }

/* Logo Carousel */

.logo-carousel-wrapper {
    visibility: hidden;
}

    .logo-carousel-wrapper .slide {
        border-top: 1px solid #2e4d42;
    }

        .logo-carousel-wrapper .slide.hover {
            border-top-color: #000;
        }


.js-done .logo-carousel-wrapper {
    visibility: visible;
}

.js-logo-carousel-active .logo-carousel-wrapper {
    height: 76px;
    position: absolute;
    z-index: 100;
    left: 39px;
    right: 39px;
    bottom: 0;
    background: #000;
}

.js-logo-carousel-active .logo-carousel {
    border-left: 1px solid #2e4d42;
}

    .js-logo-carousel-active .logo-carousel .slide {
        display: inline-block;
        float: left;
        position: relative;
        width: 96px;
        height: 76px;
        overflow: hidden;
        border-right: 1px solid #2e4d42;
    }

        .js-logo-carousel-active .logo-carousel .slide a {
            display: block;
            width: 100%;
            height: auto;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
        }

            .js-logo-carousel-active .logo-carousel .slide a img {
                display: block;
                width: 76px;
                height: 76px;
                margin: 0 auto;
            }

/* controls */
.logo-carousel-wrapper .arrow {
    display: none;
}

.js-logo-carousel-active .logo-carousel-wrapper .arrow {
    display: block;
    width: 40px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    border-top: 1px solid #2e4d42;
}

    .js-logo-carousel-active .logo-carousel-wrapper .arrow span {
        display: block;
        width: 30px;
        height: 50px;
        background: url(/Assets/Img/sprite.png) scroll no-repeat -130px -110px;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: 50%;
        margin-top: -25px;
        text-indent: -99999px;
    }
    /* hover */
    .js-logo-carousel-active .logo-carousel-wrapper .arrow:hover {
        background: #569d84;
    }
    /* disabled */
    .js-logo-carousel-active .logo-carousel-wrapper .arrow.disabled,
    .js-logo-carousel-active .logo-carousel-wrapper .arrow.disabled:hover {
        background: #000;
        cursor: default;
    }

        .js-logo-carousel-active .logo-carousel-wrapper .arrow.disabled span {
            opacity: .2;
        }

.js-logo-carousel-active .logo-carousel-wrapper .prev {
    left: -39px;
    border-right: 1px solid #2e4d42;
}

.js-logo-carousel-active .logo-carousel-wrapper .next {
    right: -39px;
    border-left: 1px solid #2e4d42;
}

    .js-logo-carousel-active .logo-carousel-wrapper .next span {
        background-position: -160px -110px;
    }

/* end: js */

.css-logo-carousel-active .logo-carousel-wrapper {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
}

.css-logo-carousel-active .logo-carousel {
    text-align: center;
    float: left;
    width: 100%;
}

    .css-logo-carousel-active .logo-carousel .slide {
        display: inline-block;
        float: left;
        position: relative;
        width: 7%;
        height: auto;
        border-right: 1px solid #2e4d42;
    }

        .css-logo-carousel-active .logo-carousel .slide:first-child {
            margin-left: 1%;
            border-left: 1px solid #2e4d42;
        }

        .css-logo-carousel-active .logo-carousel .slide a {
            display: block;
            width: 80%;
            margin: 0 10%;
            float: left;
        }

            .css-logo-carousel-active .logo-carousel .slide a img {
                display: block;
                width: 100%;
                height: auto;
                float: left;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
            }

.logo-carousel .slide .modal-body {
    display: none;
}


/* hover effects */
.Desktop .logo-carousel:hover .slide a {
    opacity: .2;
}

.Desktop .logo-carousel .slide:hover a {
    opacity: 1;
}

.Desktop .logo-carousel .slide a {
    transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
}

.Desktop .logo-carousel.with-delay .slide a {
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
}

/*
.logo-carousel:hover .slide { border-top-color: #2e4d42; }
.logo-carousel .slide:hover { border-top-color: transparent; }
*/
.logo-carousel-wrapper {
    /*border-top: 1px solid #2e4d42;*/
}

    .logo-carousel-wrapper.hover {
        /*border-top-color: #2e4d42;*/
    }

.logo-carousel .slide {
    border-top: 1px solid #2e4d42;
}

    .logo-carousel .slide.hover {
        border-top-color: #000;
    }

    .logo-carousel .slide a {
        position: relative;
        display: block;
    }

.css-logo-carousel-active .logo-carousel .slide a .hover-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.js-logo-carousel-active .logo-carousel .slide a .hover-img {
    display: block;
    width: 76px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    top: 0;
}

.logo-carousel .slide .hover-img {
    opacity: 0;
}

.logo-carousel .slide.hover .hover-img {
    opacity: 1;
}

/* Modal Wrapper */
.modal-wrapper {
    display: block;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: auto;
    bottom: 200%;
    background: #000;
}

    .modal-wrapper .css-table {
        min-height: 0;
    }

        .modal-wrapper .css-table .content {
            width: 100%;
            text-align: center;
        }

    .modal-wrapper .heading {
        margin: 0;
        padding: 0;
        font-family: 'hnltbold';
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
        color: #fff;
    }

    .modal-wrapper .description {
        margin: 10px 0 0 0;
        padding: 0;
        font-family: 'hnltmedium';
        font-weight: 300;
        font-size: 16px;
        line-height: 21px;
        color: #fff;
    }

    .modal-wrapper .logo-modal-carousel .slide {
        display: inline-block;
        float: left;
        width: 500px; /*height: 200px;*/
        text-align: left;
        position: relative;
        padding-top: 100px;
        padding-bottom: 50px;
    }

        .modal-wrapper .logo-modal-carousel .slide .heading {
            display: block;
            width: 355px;
            height: 100px;
            position: absolute;
            left: 125px;
            top: 0;
        }

            .modal-wrapper .logo-modal-carousel .slide .heading span {
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -17px;
            }

        .modal-wrapper .logo-modal-carousel .slide .alt-logo-wrapper {
            display: block;
            height: 100px;
            position: absolute;
            left: 0;
            top: 0;
            background-image: none;
        }

            .modal-wrapper .logo-modal-carousel .slide .alt-logo-wrapper .alt-logo {
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
            }


/*
 * Mobile Home
 */

.mobile-menu-trigger {
    display: none;
}

.copyright-info {
    display: none;
}

.mobile-navigation {
    display: none;
    z-index: 10;
}

.pilatinum-area.mobile {
    display: none;
}

@media (max-width: 1200px) {
    .js-logo-carousel-active .logo-carousel .slide a img {
        /*width: 66px;
        height: 66px;
        margin-top: 5px;*/
    }
}

@media (max-width: 1000px) {

    .pilatinum-area .card a {
        cursor: pointer;
    }

    .pilatinum-area .login-area {
        display: none;
    }

    .pilatinum-area.mobile,
    .pilatinum-area.mobile .login-area {
        display: block;
    }

    .vegas-viewport,
    .vegas-overlay {
        position: absolute;
        top: 80px;
        height: 386px;
    }

    .home .vegas-viewport,
    .home .vegas-overlay {
        top: 62px;
    }

    .mobile-menu-trigger {
        display: block;
        width: 62px;
        height: 62px;
        background: url(/Assets/Img/sprite.png) scroll no-repeat -320px -100px;
        text-indent: -99999px;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -31px;
    }

        .mobile-menu-trigger.active,
        .left-mobile-menu-active .mobile-menu-trigger {
            background-position: -390px -100px;
        }

    
    .header {
        overflow: hidden;
    }
    
    .header.home {
        width: 100%;
        min-width: 0;
    }

    .navigation.home {
        display: none;
    }

    .logo-area {
        width: 100%;
        float: none;
    }

    .logo-primary {
        margin-left: auto;
        margin-right: auto;
    }

    .pilatinum-area {
        right: -160px;
    }

    .pilatinum-area-bg {
        right: -180px;
        display: none;
    }

    .lang-area {
        display: none;
    }

    .after-login .pilatinum-area {
        right: -160px;
    }

    .latest-entries {
        left: 20px;
        top: 80px;
        margin-top: 0;
    }

        .latest-entries .toggle-visibility,
        .latest-entries.js-hide .toggle-visibility {
            right: 200%;
        }

    .slider-home-wrapper {
        width: auto;
        margin: 80px 78px 0 264px;
        padding: 34px 0 0 0;
        background: none;
        position: relative;
        right: auto;
        top: auto;
        min-height: 0;
        height: 386px;
        overflow: hidden;
    }

        .slider-home-wrapper .inner {
            padding: 4px 18px 18px;
            background: #000;
            background: rgba(0,0,0,.4);
        }

        .slider-home-wrapper .bullets {
            width: 100%;
            margin: 20px 0 0 0;
            position: relative;
            right: auto;
            top: auto;
            left: 0;
            bottom: auto;
            text-align: center;
        }

            .slider-home-wrapper .bullets > li {
                display: inline-block;
                margin: 0;
                vertical-align: top;
            }

                .slider-home-wrapper .bullets > li + li {
                    margin: 0;
                    margin-left: 10px;
                }

    .social-platforms {
        top: 114px;
        margin-top: 0;
        right: 20px;
    }


    /* logo carousel */
    body .wrapper .logo-carousel-wrapper {
        position: relative;
        z-index: 0;
        left: auto;
        right: auto;
        bottom: auto;
        background: none;
        height: auto;
        float: left;
        margin: 483px 0 0 0;
        padding: 10px;
        /*border-top: 1px solid #2e4d42;*/
        width: 100%;
    }

    body .wrapper .logo-carousel {
        text-align: center;
        float: none;
        width: 724px;
        margin: 0 auto;
        border-left-width: 0;
    }

        body .wrapper .logo-carousel .slide,
        body .wrapper .logo-carousel .slide:first-child {
            display: inline-block;
            float: none;
            margin: 0;
            padding: 10px;
            position: relative;
            width: 24%;
            height: auto;
            border-width: 0;
            overflow: visible;
        }

            body .wrapper .logo-carousel .slide a {
                position: static;
                left: auto;
                top: auto;
                display: block;
                margin: 0;
                padding: 0 5px;
                float: none;
                text-align: center;
                width: auto;
                border: 1px solid #2e4d42;
                background: #000;
            }

                body .wrapper .logo-carousel .slide a img {
                    display: inline-block;
                    float: none;
                    width: auto;
                    height: auto;
                }

            body .wrapper .logo-carousel .slide .hover-img {
                display: none;
            }

            body .wrapper .logo-carousel .slide .modal-body {
                display: none;
            }

            body .js-logo-carousel-active .logo-carousel-wrapper .arrow,
            body .logo-carousel-wrapper .arrow {
                display: none !important;
            }

    .copyright-info {
        display: block;
        float: left;
        width: 100%;
    }

        .copyright-info p {
            display: block;
            margin: 0 0 20px;
            padding: 10px 0;
            font-size: 12px;
            line-height: 16px;
            color: #fff;
            color: rgba(255,255,255,.2);
            text-align: center;
            border-top: 1px solid #2e4d42;
        }

        .copyright-info a {
            color: #fff;
            color: rgba(255,255,255,.5);
            text-decoration: underline;
        }

    .logo-carousel-wrapper + .clearfix > .copyright-info {
        margin-top: 0;
    }

    /* mobile menu */
    .mobile-navigation {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        /*width: 240px;*/
        width: 0px;
        height: 100%;
        z-index: 1000;
        background: #292F38;
        overflow: hidden;
    }

        .mobile-navigation.right {
            left: auto;
            /*right: -240px;*/
            right: 0px;
            padding: 10px;

            width: 0;
            overflow: hidden;
        }


    .pilatinum-area.mobile {
        display: block;
        position: absolute;
        /*right: -256px;*/
        top: 0;
        width: 256px;
        height: 100%;
        z-index: 1000;
        background: #292F38;
        overflow-y: auto;
        margin: 0;

        right: 0;
        width: 0;
        overflow: hidden;
    }

        .pilatinum-area.mobile .login-area,
        .pilatinum-area.mobile:hover .login-area {
            display: block;
            width: 256px;
            position: relative;
            z-index: 1;
            right: auto;
            top: auto;
        }

        .pilatinum-area.mobile .panel {
            background: 0 none;
        }

            .pilatinum-area.mobile .panel + .panel {
                padding-top: 0;
                margin-top: 0;
            }
    /* right */
    .right-pilatinum-area-active .wrapper {
        /*right: 256px;*/
    }

    .right-pilatinum-area-active .after-login .pilatinum-area .card {
        left: -206px;
    }

    .right-pilatinum-area-active .pilatinum-area.mobile {
        /*right: 0px;*/

        width: 256px;
        overflow: auto;
    }

    .pilatinum-area .user-info {
        display: none;
    }

    .pilatinum-area.mobile .user-info {
        display: block;
        width: 120px;
        padding: 8px 0 0 10px;
        margin: 10px;
        position: relative;
        z-index: 0;
        left: auto;
        top: auto;
        background-position: -41px -190px;
    }

    /* nice menu */
    .mobile-navigation ul {
        margin: 0;
        padding: 0; /*position: absolute;
        width: 100%;
        left: 0px;
        top: 0px;*/
    }

        .mobile-navigation ul li {
            display: block;
            width: 100%;
            border-left-width: 0;
            border-top: 1px solid transparent;
            border-bottom: 1px solid #fff;
            border-bottom-color: rgba(255,255,255,.5);
            font-family: 'hnltheavy';
            font-weight: 300;
            font-size: 14px;
            line-height: 20px;
            color: #b5b5b5;
        }

        .mobile-navigation ul > li > a {
            display: block;
            padding: 10px 20px;
            color: inherit;
            text-decoration: none; /* background: #fff; */
        }

        .mobile-navigation ul > li > a {
            background: #292F38;
            color: #fff;
        }

            .mobile-navigation ul > li > a:hover,
            .mobile-navigation ul > li:hover > a,
            .mobile-navigation ul > li.active > a {
                background: #fff;
                color: #292F38;
            }
    /* left */
    .left-mobile-menu-active .wrapper {
        /* left: 240px; */
    }

    .left-mobile-menu-active .mobile-menu-trigger {
        left: 240px;
        z-index: 1000;
        background-color: #292F38;
    }

    .left-mobile-menu-active .mobile-navigation.left {
        /*left: 0px;*/
        width: 240px;
        overflow: auto;
    }
    /* right */
    .right-mobile-menu-active .wrapper {
        right: 240px;
    }

    .right-mobile-menu-active .mobile-navigation.right {
        /*right: 0px;*/

        width: 240px;
        overflow: auto;
    }

    /* sub menus */
    /*.mobile-navigation li { position: relative; }
	.mobile-navigation ul ul {
        left: 240px;
    }*/
    .mobile-navigation ul ul {
        height: 0px;
        overflow: hidden;
    }

        .mobile-navigation ul ul li {
            font-size: 12px;
            line-height: 14px;
            border-top-width: 0;
        }

            .mobile-navigation ul ul li a {
                padding-left: 25px;
                background: #587168;
            }

    .after-login .card a {
        cursor: pointer;
    }



    .slider-home-wrapper.type5,
    .slider-home-wrapper.type6 {
        width: auto;
        margin: 80px 78px 0 264px;
        padding: 34px 0 0 0;
        background: none;
        position: relative;
        right: auto;
        top: auto;
        min-height: 0;
        height: 386px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {

    .vegas-viewport,
    .vegas-overlay {
        height: 306px;

        left: -1500px;
        top: -1500px;
        visibility: hidden;
    }

    .latest-entries,
    .latest-entries.js-hide {
        left: -1500px;
        top: -1500px;
        visibility: hidden;
    }

    .slider-home-wrapper {
        margin: 66px 72px 0 20px;
        height: 320px;
    }

    .social-platforms {
        /*top: 100px;*/

        left: -1500px;
        top: -1500px;
        visibility: hidden;
    }

    body .wrapper .logo-carousel-wrapper {
        margin: 62px 0 0 0;
    }

    body .wrapper .logo-carousel {
        width: 540px;
    }


    .logo-carousel .slide,
    .logo-carousel .slide:first-child {
        width: 33.33%;
        margin: 0;
    }

    .slider-home-wrapper.type5,
    .slider-home-wrapper.type6 {
        margin: 66px 72px 0 20px;
        height: 320px;
    }
}

@media (max-width: 580px) {
    body .wrapper .logo-carousel {
        width: 300px;
    }

        body .wrapper .logo-carousel .slide,
        body .wrapper .logo-carousel .slide:first-child {
            width: 49%;
            padding: 5px;
        }
}

@media (max-width: 480px) {

    .vegas-viewport,
    .vegas-overlay {
        height: 283px;
    }

    .slider-home-wrapper {
        margin: 66px 62px 0 10px;
        padding-top: 24px;
        height: 297px;
        font-size: 16px;
        line-height: 18px;
    }

    .slider-home {
        font-size: 14px;
        line-height: 18px;
    }

        .slider-home .heading {
            font-size: 24px;
            line-height: 28px;
        }

            .slider-home .heading span {
                font-size: 26px;
                line-height: 30px;
            }

    .slider-home-wrapper .bullets {
        margin: 14px 0 0 0;
    }

    .social-platforms {
        top: 90px;
        margin-top: 0;
        right: 10px;
    }

    body .wrapper .logo-carousel-wrapper {
        /*margin: 380px 0 0 0;*/
    }

    body .wrapper .logo-carousel .slide,
    body .wrapper .logo-carousel .slide:first-child {
        width: 49%;
        padding: 5px;
    }

    .copyright-info {
        margin: 10px 0;
    }
}






/*
 * Sub Page
 */

.toggle-visibility-header-home {
    display: none;
}

.subpage .toggle-visibility-header-home {
    display: block;
    width: 100px;
    height: 41px;
    background: url(/Assets/Img/sprite.png) scroll no-repeat -300px -10px;
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -50px;
    top: 100%;
    margin-top: -12px;
}

    .subpage .toggle-visibility-header-home span {
        display: block;
        width: 30px;
        height: 30px;
        background: url(/Assets/Img/sprite.png) scroll no-repeat -320px -60px;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: 4px;
        text-indent: -99999px;
    }

.subpage .header.home {
    top: -50px;
}

    .subpage .header.home .navigation.home {
        margin-top: -0px;
    }

.subpage .logo-area {
    width: 206px;
    height: 62px;
    position: absolute;
    z-index: 300;
    left: 0;
    top: 50px;
    background: #111822;
}

.logo-secondary {
    display: block;
    margin: 0;
    padding: 0;
    width: 108px;
    height: 108px;
    position: absolute;
    left: 206px;
    top: 12px;
    background: #111822;
    border: 4px solid #111822;
}

.navigation.left {
    position: absolute;
    left: 0;
    top: 58px;
    width: 206px;
}



.subpage .slider-home-wrapper {
    margin-right: -275px;
    margin-top: -33px;
}

    .subpage .slider-home-wrapper.type5 {
        top: 50%;
        margin-top: -114px;
        left: 50%;
        margin-left: -375px;
    }


.subpage .navigation.left li a {
    font-size: 14px;
    line-height: 18px;
}

.subpage .navigation.left > ul > li {
    display: block;
}

    .subpage .navigation.left > ul > li > a {
        position: relative;
        display: block;
        padding: 22px 15px;
        width: auto;
        color: #9e1260;
        background: #111822;
        text-decoration: none;
    }

        .subpage .navigation.left > ul > li > a:after {
            content: " ";
            display: block;
            width: 30px;
            height: 30px;
            background: url(/Assets/Img/sprite.png) scroll no-repeat -290px -60px;
            position: absolute;
            right: 12px;
            top: 50%;
            margin-top: -17px;
            text-indent: -99999px;
        }

.subpage .navigation.left li ul {
    width: 227px;
    left: 0;
    margin: 0;
    padding-top: 1px;
}

.subpage .navigation.left li li > a {
    width: 206px;
}

/* navigation sub */

.navigation.sub {
    position: absolute; /* right: 430px; */
    right: 0;
    top: 112px;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
}

.show-header-home .navigation.sub {
    top: 62px;
}

    /*.js-done .navigation.sub {
    right: 0;
}*/

    .navigation.sub,
    .navigation.sub > ul {
        float: right;
    }

        .navigation.sub > ul > li,
        .navigation.sub > ul > li > a {
            display: inline-block;
            float: left;
        }

            .navigation.sub > ul > li > a {
                display: inline-block;
                color: #6f6f6f;
                text-decoration: none;
                padding: 20px 15px;
            }

            .navigation.sub > ul > li.active > a {
                color: #569d84;
            }

                .navigation.sub > ul > li > a:hover,
                .navigation.sub > ul > li.active > a:hover,
                .navigation.sub > ul > li:hover > a {
                    background: #569d84;
                    color: #fff;
                }
            /* social items */
            .navigation.sub > ul > li.social > a {
                padding: 12px 7px;
            }
                /* hover */
                .navigation.sub > ul > li.social > a:hover .icon32-email {
                    background-position: 0px -32px;
                }

                .navigation.sub > ul > li.social > a:hover .icon32-facebook {
                    background-position: -32px -32px;
                }

                .navigation.sub > ul > li.social > a:hover .icon32-twitter {
                    background-position: -64px -32px;
                }

                .navigation.sub > ul > li.social > a:hover .icon32-gplus {
                    background-position: -96px -32px;
                }

                .navigation.sub > ul > li.social > a:hover .icon32-youtube {
                    background-position: -128px -32px;
                }

                .navigation.sub > ul > li.social > a:hover .icon32-pinterest {
                    background-position: -160px -32px;
                }

                .navigation.sub > ul > li.social > a:hover .icon32-vine {
                    background-position: -192px -32px;
                }

            .navigation.sub > ul > li ul {
                padding-top: 1px;
            }

            .navigation.sub > ul > li li a {
                display: inline-block;
                color: #6f6f6f;
                background: #fff;
                text-decoration: none;
                padding: 10px 15px;
            }

            .navigation.sub > ul > li li > a:hover,
            .navigation.sub > ul > li li.active > a:hover,
            .navigation.sub > ul > li li:hover > a {
                background: #569d84;
                color: #fff;
            }

        .navigation.sub li > ul {
            right: auto;
            left: 0;
            margin-left: 0;
        }

            .navigation.sub li > ul.right {
                right: 0;
                left: auto;
                margin-right: 0;
            }

            .navigation.sub li > ul.full,
            .navigation ul.full li > a {
                width: 100%;
            }

.navigation ul.full li {
    padding-right: 0;
}

.navigation.sub li.has-subnav > a {
    padding-right: 30px;
    position: relative;
}

    .navigation.sub li.has-subnav > a:after {
        content: " ";
        display: block;
        width: 20px;
        height: 20px;
        background: url(/Assets/Img/sprite.png) scroll no-repeat -10px -260px;
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -10px;
    }

.navigation.sub li.has-subnav:hover > a:after {
    background-position: -30px -260px;
}

.navigation.sub > .filter {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 5px 0 0 0;
    background: #fff;
}

    .navigation.sub > .filter ul {
        margin: 0;
        padding: 0;
        list-style: none;
        min-width: 277px;
    }

        .navigation.sub > .filter ul li {
            display: none;
        }

            .navigation.sub > .filter ul li + li {
                border-top: 1px solid #ddd;
            }

        .navigation.sub > .filter ul:hover li {
            display: block;
        }

        .navigation.sub > .filter ul li:first-child {
            display: block;
        }

        .navigation.sub > .filter ul li a {
            display: block;
            font-family: hnltheavy;
            font-size: 16px;
            line-height: 18px;
            color: #6f6f6f;
            padding: 10px 15px;
            text-decoration: none;
        }

            .navigation.sub > .filter ul li a:hover {
                color: #9e1260;
            }


/* show header home */
.show-header-home .header.home {
    top: 0;
}

    .show-header-home .header.home .navigation.home {
        margin-top: 8px;
    }

/* show header home */
.show-header-home .header.home .logo-area {
    top: 0;
}



.show-header-home .logo-secondary {
    top: -207px;
}

.show-header-home .navigation.left {
    left: -207px;
}

.show-header-home .navigation.sub {
    right: -1000px;
}

.show-header-home .toggle-visibility-header-home span {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.show-header-home.no-csstransforms .toggle-visibility-header-home span {
    background-position: -350px -60px;
}


.mobile-navigation-left {
    display: none;
}

.secondary-mobile-menu-trigger {
    display: none;
}

@media (max-width: 1000px) {

    .left-mobile-menu-active,
    .left-mobile-menu-active body,
    .left-mobile-menu-active body .wrapper,
    .sub-mobile-menu-active,
    .sub-mobile-menu-active body,
    .sub-mobile-menu-active body .wrapper,
    .right-pilatinum-area-active,
    .right-pilatinum-area-active body,
    .right-pilatinum-area-active body .wrapper {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .mobile-menu-helper {
        display: none;
        position: absolute;
        z-index: 5;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
    }

    .left-mobile-menu-active .mobile-menu-helper,
    .sub-mobile-menu-active .mobile-menu-helper,
    .right-pilatinum-area-active  .mobile-menu-helper {
        display: block;
    }

    .mobile-menu-helper span {
        position: absolute;
        z-index: 5;
        display: block;
        left: 240px;
        right: 0;
        top: 0;
        bottom: 0;
        background: url(../Img/mobile-close.png) scroll no-repeat left top;
    }

    .right-pilatinum-area-active .mobile-menu-helper  {
        right: 256px;
    }

    .right-pilatinum-area-active .mobile-menu-helper span  {
        left: 0;
        right: 0;
        background-position: top right;
    }

    .mobile-navigation-left {
        display: block;
        position: absolute;
        z-index: 150;
        left: 0;
        right: 0;
        top: 62px;
        height: 62px;
        background: #9e1260;
    }

        .mobile-navigation-left > ul {
            position: absolute;
            width: 206px;
            margin: 0;
            left: 50%;
            margin-left: -103px;
            top: 0;
            padding: 0 0 50px;
        }

        .mobile-navigation-left li a {
            font-size: 16px;
            line-height: 18px;
        }

        .mobile-navigation-left > ul > li {
            display: block;
        }

            .mobile-navigation-left > ul > li > a {
                position: relative;
                display: block;
                padding: 22px 15px;
                width: auto;
                color: #fff;
                background: #9e1260;
                text-decoration: none;
            }

                .mobile-navigation-left > ul > li > a:after {
                    content: " ";
                    display: block;
                    width: 30px;
                    height: 30px;
                    background: url(/Assets/Img/sprite.png) scroll no-repeat -320px -60px;
                    position: absolute;
                    right: 12px;
                    top: 50%;
                    margin-top: -17px;
                    text-indent: -99999px;
                }

        .mobile-navigation-left li ul {
            display: none;
            list-style: none;
            margin: 0;
            padding: 1px 0 0;
            width: 206px;
            left: 0;
        }

        .mobile-navigation-left.active > ul > li > a {
            color: #9e1260;
            background: #fff;
        }

            .mobile-navigation-left.active > ul > li > a:after {
                background-position: -290px -60px;
            }

        .mobile-navigation-left.active li ul {
            display: block;
        }

        .mobile-navigation-left li li + li {
            border-top: 1px solid transparent;
            padding-right: 11px;
        }

        .mobile-navigation-left li li > a {
            display: block;
            padding: 10px 15px;
            width: 206px;
            font-size: 12px;
            color: #9e1260;
            background: #fff;
            text-decoration: none;
        }

            .mobile-navigation-left li li > a:hover {
                color: #fffeff;
                background: #9e1260;
            }

    .sub-mobile-menu-trigger {
        display: block;
        width: 62px;
        height: 62px;
        background: url(/Assets/Img/sprite.png) scroll no-repeat -320px -100px;
        text-indent: -99999px;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -31px;
    }

        .sub-mobile-menu-trigger.active,
        .sub-mobile-menu-active .sub-mobile-menu-trigger {
            background-position: -390px -100px;
        }

    .mobile-navigation.sub,
    .mobile-navigation.sub ul > li > a {
        background: #A82A70;
    }

        .mobile-navigation.sub ul > li > a:hover {
            color: #A82A70;
            background: #fff;
        }

        .mobile-navigation.sub ul > li > a:hover,
        .mobile-navigation.sub ul > li:hover > a,
        .mobile-navigation.sub ul > li.active > a {
            background: #fff;
            color: #A82A70;
        }

        .mobile-navigation.sub ul ul li a {
            color: #fff;
            background: #B9558D;
        }

            .mobile-navigation.sub ul ul li a:hover {
                color: #B9558D;
                background: #fff;
            }

    .sub-mobile-menu-active .wrapper {
        /* left: 240px; */
    }

    .sub-mobile-menu-active .mobile-navigation.sub {
        /* left: 0; */
        width: 240px;
        overflow: auto;
    }

    .sub-mobile-menu-active .sub-mobile-menu-trigger {
        left: 240px;
    }

    .mobile-navigation.sub ul {
        text-align: center;
    }

        .mobile-navigation.sub ul li {
            text-align: left;
        }

    .mobile-navigation.sub .social {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin-top: 13px;
    }

        .mobile-navigation.sub .social > a {
            width: 32px;
            height: 32px;
            padding: 0;
        }

            .mobile-navigation.sub .social > a i {
                background-color: #fff;
            }

    .subpage .logo-area {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        background: 0 none;
        z-index: 0;
    }

    .subpage .toggle-visibility-header-home {
        display: none;
    }

    .logo-secondary {
        display: none;
    }

    .subpage .header.home {
        top: 0;
    }

    .navigation.sub {
        display: none;
    }

    .home .location-filter.navigation.sub {
        display: block;
    }

    .subpage .slider-home-wrapper {
        margin: 124px 0 0;
        padding: 20px;
        height: 362px;
    }

    .navigation.left {
        display: none;
    }
}

@media (max-width: 767px) {
    .subpage .slider-home-wrapper {
        height: 282px;
    }
}

@media (max-width: 480px) {
    .subpage .slider-home-wrapper {
        padding: 10px;
        height: 245px;
    }
}






/* Sub Content */

.sub-content,
.fixed-sub-content {
    position: absolute;
    z-index: 100;
    top: 143px;
    right: 0;
    bottom: 0;
    left: 0;
    color: #333;
    background: #fff;
    background: rgba(255,255,255,.8);
    padding: 20px;
}

    .sub-content > .inner,
    .fixed-sub-content > .inner {
        height: 100%;
        position: relative;
        z-index: 1;
    }

    .sub-content > .aside,
    .fixed-sub-content > .aside {
        position: relative;
        z-index: 2;
    }

.gallery-content {
    padding: 2px;
}

.events-gallery-content {
}

.gallery-content > .inner {
    height: 100%;
}

.set-height-to-parent {
    overflow: hidden;
}

.window-load .set-height-to-parent {
    overflow: auto;
}

.apply-scroll {
    overflow: hidden;
}

.window-load .apply-scroll {
    overflow: auto;
}

.gallery {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

    .gallery li {
        display: inline-block;
        float: left;
        width: 16.666%;
    }

    .gallery > li > a {
        position: relative;
        display: block;
        margin: 2px;
    }

    .gallery li img {
        display: block;
        width: 100%;
        height: auto;
    }

    .gallery li a .icon-wrapper {
        display: block;
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(158,18,96,.4);
        opacity: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    }

    .gallery .image-link a .icon-wrapper i,
    .gallery .video-link a .icon-wrapper i {
        position: absolute;
        left: 50%;
        margin-left: -37px;
        top: 50%;
        margin-top: -37px;
    }

    .gallery .video-link a .icon-wrapper i {
        margin-left: -42px;
        margin-top: -42px;
    }

    .gallery li a:hover .icon-wrapper {
        opacity: 1;
    }


    .gallery .load-more {
        width: 100%;
    }

        .gallery .load-more a {
            display: block;
            text-align: center;
            padding: 6px 20px 14px;
            font-family: 'hnltbold';
            font-weight: 300;
            font-size: 20px;
            line-height: 24px;
            color: #fff;
            background-color: #569d84;
            text-decoration: none; /* width: 99.9%; */
            width: 250px;
            margin: 0 auto;
        }

.gallery-content .mCSB_container {
    margin-right: 16px;
}

    .gallery-content .mCSB_container.mCS_no_scrollbar {
        margin-right: 0;
    }


@media (max-width: 1000px) {
    .gallery li {
        width: 33.333%;
    }
}

@media (max-width: 480px) {
    .gallery li {
        width: 50%;
    }
}



/* Fix for differend heights on media gallery */
.media-gallery {
}

    .media-gallery a {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .media-gallery a img {
            position: absolute;
            z-index: 2;
            width: 100%;
            height: auto;
            left: 0;
            top: 0;
        }

    .media-gallery .youtube a img {
        width: 140%;
        left: -20%;
        top: -20%;
    }

    .media-gallery li a .placeholder {
        position: static;
        z-index: 1;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
    }



/* fancybox modal footer */

.fancybox-modal-footer {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 20px 0 20px;
    text-align: center;
}

    .fancybox-modal-footer .download-icon {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -13px;
        padding: 0 34px 0 0;
        font-family: 'hnltbold';
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #000;
        text-decoration: none;
    }

        .fancybox-modal-footer .download-icon:after {
            content: " ";
            display: block;
            width: 24px;
            height: 24px;
            background: url(/Assets/Img/sprite.png) scroll no-repeat -370px -200px;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -10px;
            text-indent: -99999px;
        }

    .fancybox-modal-footer .paging {
        display: inline-block;
        font-family: 'hnltmedium';
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #000;
    }

    .fancybox-modal-footer .share-links {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -16px;
    }

        .fancybox-modal-footer .share-links li {
            margin: 0;
            padding: 0;
            display: inline-block;
            float: left;
        }

            .fancybox-modal-footer .share-links li a {
                display: inline-block;
                float: left;
                padding: 0 3px;
            }

.fancybox-nav {
    width: 50%;
    height: 35%;
    top: 10%;
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    width: 40px;
    height: 40px;
    background: #fff url(/Assets/Img/sprite.png) scroll no-repeat -370px -230px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.fancybox-prev span {
    left: 0;
}

.fancybox-next span {
    background-position: -420px -230px;
    right: 0;
}

.fancybox-close {
    top: 25px;
    background-position: -470px -230px;
}

.fancybox-wrap:hover .fancybox-nav span {
    visibility: visible;
}

.slider-home-wrapper.only-bg {
    visibility: hidden;
}

@media (max-width: 1000px) {
    .subpage .slider-home-wrapper.only-bg {
        height: 0;
        margin: 124px 0 0;
        padding: 0;
    }

    .sub-content {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .home .sub-content {
        margin-top: 143px;
    }

    .set-height-to-parent {
        overflow: visible;
    }

    .window-load .set-height-to-parent {
        /* overflow: visible; */
    }
}

@media (max-width: 480px) {

    .subpage .slider-home-wrapper.only-bg {
        height: 0;
        margin: 124px 0 0;
        padding: 0;
    }

    .fancybox-modal-footer .download-icon,
    .fancybox-modal-footer .share-links {
        display: none;
    }

    .fancybox-wrap .fancybox-nav span {
        visibility: visible;
    }

    .fancybox-nav {
        width: 40px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
    }
}




/* Events Gallery */

.events-gallery li {
    display: inline-block;
    float: left;
    width: 25%;
}

.events-gallery .entry .inner {
    position: relative;
    display: block;
    margin: 2px;
    padding: 75px 15px 95px;
    color: #272727;
    background-color: #9c9c9c;
    background-image: url(/Assets/Img/overlay-event.png);
    text-decoration: none;
    overflow: hidden;
    height: 420px;
}

.events-gallery .entry .heading {
    font-family: "hnltbold";
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0;
}

.events-gallery .entry .aside {
    padding: 10px; /* background: #f5f5f5; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 75px;
}

.events-gallery .entry .time {
    font-family: 'hnltmedium';
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    left: 15px;
    top: 12px;
}

    .events-gallery .entry .time span {
        display: block;
    }

    .events-gallery .entry .time .day {
        width: 66px;
        border-top: 1px solid rgba(0,0,0,.2);
        margin-top: 3px;
        padding-top: 3px;
    }

.ribbon {
    display: inline-block;
    padding: 0px 12px 0;
    font-family: 'hnltmedium';
    font-weight: 300;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 0;
    color: #000;
    background: #fff;
}

    .ribbon:before,
    .ribbon:after {
        display: block;
        content: " ";
        width: 0;
        height: 0;
        border: 40px solid transparent;
        border-bottom-width: 20px;
        position: absolute;
        z-index: 0;
        bottom: -20px;
    }

    .ribbon:before {
        left: 0;
        border-left-color: #fff;
    }

    .ribbon:after {
        right: 0;
        border-right-color: #fff;
    }

    .ribbon span {
        display: block;
        position: relative;
        z-index: 1;
    }

        .ribbon span:first-child {
            font-family: 'hnltbold';
            font-size: 20px;
            line-height: 20px;
        }

        .ribbon span + span {
            margin: 2px 0 0;
        }

.events-gallery .entry .description {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 16px;
}

    .events-gallery .entry .description p {
        margin: 7px 0 0;
    }

        .events-gallery .entry .description p:first-child {
            margin: 0;
        }

.events-gallery .entry .show-detail {
    position: absolute;
    left: 0;
    bottom: 15px;
    display: block;
    width: 100%;
    padding-top: 52px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-family: "hnltheavy";
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    opacity: 0;
}

.Mobile .events-gallery .entry .show-detail {
    opacity: 1;
}

@media (min-width: 1800px) {
    .events-gallery .entry .inner,
    .media-bereakpoint-180m0plus .events-gallery .entry .inner {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .events-gallery .entry .show-detail {
        opacity: 1;
    }
}

.events-gallery .entry:hover .show-detail {
    opacity: .4;
}

    .events-gallery .entry:hover .show-detail:hover {
        opacity: .99;
    }

.events-gallery .entry .show-detail i {
    width: 40px;
    height: 40px;
    background-position: -450px -110px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 10px;
}

/* colors */
.events-gallery .bgcolor-dark .inner {
    background-color: #484848;
    color: #f0f0f0;
}

.events-gallery .bgcolor-dark .time .day {
    border-top-color: rgba(255,255,255,.5);
}

.events-gallery .bgcolor-dark .show-detail {
    color: #fff;
}

    .events-gallery .bgcolor-dark .show-detail i {
        background-position: -490px -110px;
    }

.events-gallery .bgcolor-color .inner {
    background-color: #52977f;
}
/* hover */
.events-gallery .entry:hover .trigger {
    background-image: url(/Assets/Img/overlay-custom.png);
}

.events-gallery .entry:hover img { /*opacity: .4;*/
}


/* flip */
.events-gallery .entry .back .inner {
}

    .events-gallery .entry .back .inner .aside {
        background: #222;
        color: #fff;
    }

    .events-gallery .entry .back .inner .time .day {
        border-top-color: #fff;
        border-top-color: rgba(255,255,255,.5);
    }

    .events-gallery .entry .back .inner .heading {
        font-family: "hnltheavy";
        font-size: 14px;
        line-height: 16px;
    }

    .events-gallery .entry .back .inner .description {
        font-size: 12px;
        line-height: 16px; /*visibility: hidden;*/
    }

.info-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 115px;
    opacity: 0;
}

    .info-list li {
        display: inline-block;
        margin: 0;
        padding: 0;
        float: left;
        width: 33.333%;
    }

        .info-list li .info {
            font-size: 12px;
            line-height: 16px;
            text-align: center;
            position: relative;
            padding: 70px 0 20px;
        }

        .info-list li + li > .info {
            border-left: 2px dashed #c0bfbf;
            border-left-color: rgba(0,0,0,.2);
        }

        .info-list li .info > i {
            position: absolute;
            left: 50%;
            margin-left: -25px;
            top: 10px;
        }

        .info-list li .info span {
            display: block;
        }

        .info-list li .info-label {
            font-family: "hnltheavy";
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 1px;
        }

        .info-list li .info-value {
            margin-top: 10px;
        }

/* small */
.events-gallery .entry .inner {
    padding: 60px 15px 95px;
}

.info-list.small {
    opacity: 1;
    bottom: 70px;
}

    .info-list.small li .info {
        padding: 50px 0 10px;
    }

        .info-list.small li .info > i {
            margin-left: -20px;
        }

    .info-list.small li .info-value {
        margin-top: 0px;
    }

/*.events-gallery .entry:hover .info-list.small {
    bottom: 70px;
}*/

.events-gallery .entry .description {
    display: none;
}

/* colors */
.events-gallery .bgcolor-color .back .inner .aside {
    color: #000;
    background: #396A59;
}

.events-gallery .bgcolor-color .back .inner .time .day {
    border-top-color: rgba(0,0,0,.2);
}

.events-gallery .entry .back .inner .action-button {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-family: "hnltheavy";
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #fff;
    background: #bc2457;
    position: absolute;
    left: 0;
    bottom: 50px;
}

    .events-gallery .entry .back .inner .action-button:hover {
        color: #bc2457;
        background: #fff;
        text-decoration: none;
    }

    .events-gallery .entry .back .inner .action-button.passive,
    .events-gallery .entry .back .inner .action-button.passive:hover {
        background: transparent;
        color: #272727;
    }

.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
}

    .social-list li {
        display: inline-block;
        width: 32px;
        height: 32px;
        float: none;
    }

        .social-list li > a {
            width: 32px;
            height: 32px;
            padding: 0;
        }

            .social-list li > a i {
            }



/* flip effect */
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
}

    .flip-container.hover .flipper {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

.flip-container, .front, .back {
    width: 100%;
    height: 400px;
}

.flipper {
    -webkit-transition: .6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: .6s;
    -moz-transform-style: preserve-3d;
    transition: .6s;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* vert */
.vertical.flip-container {
    position: relative;
}

.vertical .back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.vertical.flip-container .flipper {
    -webkit-transform-origin: 100% 200px;
    -moz-transform-origin: 100% 200px;
    transform-origin: 100% 200px;
}

.vertical.flip-container.hover .flipper {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.events-gallery .entry .inner {
    margin: 0;
}

.events-gallery > li {
    padding: 2px;
    width: 20%;
}

@media (max-width: 1000px) {
    .events-gallery > li {
        width: 25%;
    }

    .events-gallery .entry .inner {
        padding: 75px 15px 95px;
    }
}

/*
@media (max-width: 992px) {
    .events-gallery > li {
        width: 33.333%;
    }

    .events-gallery .entry .inner {
        padding: 75px 15px 95px;
    }
}
    */

@media (max-width: 660px) {
    .events-gallery > li {
        width: 50%;
    }

    .events-gallery .entry .inner,
    .media-bereakpoint-660 .events-gallery .entry .inner {
        height: 450px;
    }
}

@media (max-width: 480px) {
    .events-gallery > li {
        width: 100%;
    }

    .events-gallery .entry .inner {
        padding: 75px 15px 95px;
    }
}



/* Events Filter */

.events-filter-wrapper {
    display: block;
    position: absolute;
}



/* Contact */

.google-map-wrapper {
    position: absolute;
    z-index: 50;
    top: 143px;
    right: 350px;
    bottom: 0;
    left: 0;
    color: #333;
    background: #fff;
    background: rgba(255,255,255,.8);
    padding: 0;
}

    .google-map-wrapper .google-map-with-multiple-marker {
        width: 100%;
        height: 100%;
    }

.location-info {
    position: absolute;
    z-index: 55;
    top: 143px;
    right: 0;
    bottom: 0;
    width: 350px;
    color: #fff;
    background: #000;
    padding: 30px 60px 0 0;
}

    .location-info .heading {
        font-family: 'hnltheavy';
        font-weight: 300;
        font-size: 18px;
        line-height: 20px;
        color: #fff;
        background: #569d84;
        border-bottom: #999;
        width: 100%;
        margin: 0;
        padding: 10px 15px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .location-info .content {
        padding: 10px 15px;
    }

.location-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .location-info-list li {
        display: block;
        padding: 20px 0 20px 45px;
        position: relative;
        font-family: 'hnltbold';
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
    }

        .location-info-list li > .icon {
            position: absolute;
            left: 0;
            top: 11px;
        }

        .location-info-list li > .label {
            display: inline-block;
            float: left;
            margin: 0 10px 10px 0;
            min-width: 50px;
        }

            .location-info-list li > .label span {
                display: inline-block;
                float: right;
            }

.infoBox {
    width: 270px;
    height: 69px;
    margin: 0;
    padding: 0;
}

.infoBoxInner {
    background: #333;
    color: #fff;
    width: 270px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 16px;
}

    .infoBoxInner:before {
        content: " ";
        display: block;
        width: 21px;
        height: 26px;
        background: url(/Assets/Img/sprite.png) scroll no-repeat -610px -230px;
        position: absolute;
        left: 0;
        top: 100%;
    }

.infoBox .heading,
.infoBox p {
    margin: 0;
    padding: 0;
}

.infoBox .heading {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px;
}

.pc_close {
    position: absolute;
    right: -5px;
    top: -5px;
}




@media (max-width: 1000px) {
    .google-map-wrapper {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        height: 450px;
        background: #fff;
        background: rgba(255,255,255,.8);
        padding: 0;
    }
}

@media (max-width: 767px) {
    .google-map-wrapper {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .google-map-wrapper {
        height: 380px;
    }
}





/* Event Detail */

.event-detail-header {
    position: absolute;
    z-index: 101;
    left: 400px;
    top: 143px;
    height: 50px;
    right: 0;
    background: #1b1a1a;
    background: rgba(0,0,0,.8);
    background-image: url(/Assets/Img/overlay-event.png);
    padding: 5px;
}

    .event-detail-header .heading,
    .event-detail-header .time {
        display: inline-block;
        font-family: hnltbold;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        margin: 0;
        padding: 5px 10px;
    }

    .event-detail-header .aside {
        display: inline-block;
        float: right;
    }

    .event-detail-header .ribbon {
        padding: 0px 6px 3px;
        font-size: 14px;
        line-height: 19px;
        right: 25px;
    }

        .event-detail-header .ribbon span:first-child {
            font-size: 18px;
            line-height: 25px;
        }


.event-detail-content {
    left: 400px;
    top: 193px; /* 143 + 60 */
    bottom: 50px;
    padding: 15px 5px 15px 15px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    background-image: url(/Assets/Img/overlay-event.png);
}


.info-list-wrapper {
    text-align: center;
    width: 100%;
    float: left;
}

.event-detail-content .info-list {
    width: 300px;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 20px auto 0;
    padding: 0;
    opacity: 1;
    display: inline-block;
    float: none;
}

.event-detail-content .subheading {
    font-family: hnltbold;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0;
}

.event-detail-content .action-buttons {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.event-detail-content .action-button {
    display: inline-block;
    padding: 15px;
    text-align: center;
    font-family: "hnltheavy";
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #fff;
    background: #bc2457;
}

    .event-detail-content .action-button:hover {
        color: #bc2457;
        background: #fff;
        text-decoration: none;
    }

.event-detail-footer {
    position: absolute;
    z-index: 101;
    left: 400px;
    bottom: 0;
    height: 50px;
    right: 0;
    background: #1b1a1a;
    background: rgba(0,0,0,.8);
    background-image: url(/Assets/Img/overlay-event.png);
    padding: 5px;
    text-align: center;
}

    .event-detail-footer .inline-block {
        display: inline-block;
        padding: 10px 20px 10px 10px;
        font-family: hnltbold;
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 14px;
        position: absolute;
        right: 50%;
        top: 8px;
        border-right: 1px solid #fff;
    }

    .event-detail-footer .social-list {
        display: inline-block;
        width: auto;
        left: 50%;
        padding: 0 10px 0 10px;
    }

    .event-detail-footer .nav-link {
        display: inline-block;
        padding: 14px;
        font-family: hnltbold;
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 14px;
        color: #fff;
        text-decoration: none;
        position: relative;
    }

        .event-detail-footer .nav-link.prev {
            float: left;
            padding-left: 25px;
        }

        .event-detail-footer .nav-link.next {
            float: right;
            padding-right: 25px;
        }

        .event-detail-footer .nav-link:before {
            content: " ";
            display: block;
            width: 6px;
            height: 11px;
            background: url(/Assets/Img/sprite.png) scroll no-repeat -57px -265px;
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -4px;
        }

        .event-detail-footer .nav-link.next:before {
            left: auto;
            right: 10px;
            background-position: -77px -265px;
        }

        .event-detail-footer .nav-link:hover {
            background: #bc2457;
        }

.event-detail-image {
    position: absolute;
    z-index: 101;
    top: 143px;
    left: 0;
    bottom: 0;
    width: 400px;
    overflow: hidden;
}

    .event-detail-image img {
        width: 100%;
        height: auto;
    }


/* menu-content */

.menu-content {
    left: 0;
    top: 143px;
    bottom: 0;
    width: 50%;
    right: auto;
    padding: 25px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    background: #569d84 url(/Assets/Img/overlay-event.png) scroll repeat 0 0;
    color: #fff;
}

.menu-image {
    position: absolute;
    z-index: 101;
    right: 0;
    top: 143px;
    width: 50%;
    bottom: 0;
    overflow: hidden;
}

    .menu-image img {
        min-width: 100%;
        height: auto;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
    }

.fancyheading {
    display: block;
    font-family: hnltbold;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0 0 20px;
}

    .fancyheading span {
        display: inline-block;
        position: relative;
    }

        .fancyheading span:before,
        .fancyheading span:after {
            content: " ";
            display: block;
            width: 680px;
            height: 6px;
            background: url(/Assets/Img/sprite.png) scroll no-repeat 0 -300px;
            position: absolute;
            top: 50%;
            margin-top: 0px;
            right: 100%;
            margin-right: 20px;
        }

        .fancyheading span:after {
            background-position: 0 -310px;
            right: auto;
            margin-right: 0;
            left: 100%;
            margin-left: 20px;
        }

.menu-content .menu-item {
    margin: 0 0 100px;
}

    .menu-content .menu-item:last-child {
        margin: 0;
    }

    .menu-content .menu-item .special-menu-content {
        display: none;
    }

.menu-content .mCustomScrollbar {
    margin-right: -10px;
}

.menu-content-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .menu-content-list li {
        display: block;
        float: left;
        width: 100%;
    }

        .menu-content-list li + li {
            margin: 30px 0 0;
        }

        .menu-content-list li .heading {
            font-family: hnltbold;
            font-size: 20px;
            line-height: 24px;
            color: #fff;
            margin: 0;
        }

            .menu-content-list li .heading em {
                font-family: hnltmedium;
                font-size: 14px;
            }

            .menu-content-list li .heading .price {
                display: inline-block;
                float: right;
                width: 140px;
                text-align: left;
            }

                .menu-content-list li .heading .price small {
                    font-size: 14px;
                    color: inherit;
                }

        .menu-content-list li .content {
            font-size: 11px;
        }


/* special menu widget */
.special-menu-widget {
    display: none;
    position: absolute;
    z-index: 102;
    right: 20px;
    bottom: 20px;
    width: 330px;
    min-height: 217px;
    padding: 82px 45px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #39171c;
}

.js-done .special-menu-widget.active {
    display: block;
}

.special-menu-widget ul {
    position: relative;
    z-index: 2;
}

.special-menu-widget .base,
.special-menu-widget .base span {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100px;
    background: url(/Assets/Img/special-menu-widget-base.png) scroll no-repeat left top;
}

    .special-menu-widget .base span {
        top: auto;
        bottom: -100px;
        height: 100px;
        background-position: left bottom;
    }

.special-menu-widget .menu-content-list {
    font-size: 11px;
    line-height: 14px;
}

    .special-menu-widget .menu-content-list li + li {
        margin: 3px 0 0;
    }

    .special-menu-widget .menu-content-list li .heading {
        font-family: hnltbold;
        font-size: 14px;
        line-height: 16px;
        color: #39171c;
        margin: 0;
    }

        .special-menu-widget .menu-content-list li .heading em {
            font-family: hnltmedium;
            font-size: 10px;
        }

        .special-menu-widget .menu-content-list li .heading .price {
            display: inline-block;
            float: right;
            width: 60px;
            text-align: left;
        }

            .special-menu-widget .menu-content-list li .heading .price small {
                font-size: 10px;
                color: inherit;
            }

    .special-menu-widget .menu-content-list li .content {
        font-size: 11px;
    }





/*
 * Reservation
 */

.reservation-content {
    padding: 0;
    background: 0 none;
}

.reservation-form-wrapper {
    margin: 0;
}

.reservation-form {
    width: 888px;
    height: 392px;
    padding: 29px 36px;
    margin: 0 auto;
    background: #4d4d4d url(/Assets/Img/overlay-event.png) scroll repeat 0 0;
    color: #fff;
    position: relative;
}

    .reservation-form .heading {
        font-family: hnltheavy;
        font-weight: 300;
        font-size: 14px;
        line-height: 26px;
        padding: 0 0 18px;
        margin: -3px 0 0;
    }

.nice-picker {
    display: block;
    width: 112px;
    position: relative;
    z-index: 1;
}

.nice-picker-date {
    z-index: 2;
}

.nice-picker .trigger {
    display: block;
    width: 112px;
    height: 142px;
    position: relative;
    background: #fff;
    color: #333;
}

    .nice-picker .trigger:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-bottom: 10px solid #fff;
        border-top-width: 0;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: 0;
        margin-top: -10px;
    }

    .nice-picker .trigger,
    .nice-picker .trigger * {
        cursor: pointer;
    }

.nice-picker .title {
    font-family: hnltheavy;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 22px;
}

.nice-picker .bottom,
.nice-picker .top {
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: 7px;
    text-align: center;
}

.nice-picker .top {
    bottom: auto;
    top: 0px;
}

.nice-picker .arrow {
    display: inline-block;
    width: 25px;
    height: 14px;
    background: url(/Assets/Img/sprite.png) scroll repeat -10px -330px;
}

.nice-picker .arrow-down {
    background-position: -10px -350px;
}

.nice-picker .arrow-up {
    margin-top: 10px;
}


.nice-picker .month {
    font-family: hnltmedium;
    font-weight: 300;
    color: #999;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 7px 0 0;
}

.nice-picker .middle {
    width: 90px;
    height: 83px;
    padding: 5px 0;
    margin: 0;
    border-top: 1px solid #569d84;
    border-bottom: 1px solid #569d84;
    position: absolute;
    left: 10px;
    top: 31px;
}

.nice-picker .number {
    font-family: hnltmedium;
    font-weight: 300;
    color: #333;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
}

.nice-picker-time .number {
    font-size: 30px;
    line-height: 30px;
    padding: 20px 0 0;
}

/* hover */
.nice-picker:hover .trigger {
    background: #569d84;
}

    .nice-picker:hover .trigger:before {
        border-bottom-color: #569d84;
    }

    .nice-picker:hover .trigger .month {
        color: #fff;
    }

    .nice-picker:hover .trigger .middle {
        border-color: #fff;
    }

    .nice-picker:hover .trigger .number {
        color: #fff;
    }

.nice-picker:hover .arrow-up {
    background-position: -40px -330px;
}

.nice-picker:hover .arrow-down {
    background-position: -40px -350px;
}


.datepicker-wrapper {
    display: block;
    width: 309px;
    height: 296px;
    position: absolute;
    left: 50%;
    margin-left: -155px;
    top: -500%;
    margin-top: -30px;
}

.nice-picker-date:hover .datepicker-wrapper {
    top: 100%;
}


/* time dropdown */
.time-dropdown {
    width: 112px;
    padding: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -500%;
    margin-top: -30px;
}

.nice-picker-time:hover .time-dropdown {
    top: 100%;
}

.time-dropdown .options {
    display: block;
    max-height: 250px;
    overflow: hidden;
}

.window-load .time-dropdown .options {
    overflow: auto;
}

.time-dropdown .options .option {
    display: block;
    padding: 5px 10px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

    .time-dropdown .options .option.active {
        background: #DDEBE6;
    }

    .time-dropdown .options .option:hover {
        background: #569d84;
        color: #fff;
    }

    .time-dropdown .options .option + .option {
        border-top: 1px solid #ddd;
    }


/* number dropdown */
.number-dropdown {
    width: 112px;
    padding: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -500%;
    margin-top: -30px;
}

.nice-picker-number:hover .number-dropdown {
    top: 100%;
}

.number-dropdown .options {
    display: block;
    max-height: 250px;
    overflow: hidden;
}

.window-load .number-dropdown .options {
    overflow: auto;
}

.number-dropdown .options .option {
    display: block;
    padding: 5px 10px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

    .number-dropdown .options .option.active {
        background: #DDEBE6;
    }

    .number-dropdown .options .option:hover {
        background: #569d84;
        color: #fff;
    }

    .number-dropdown .options .option + .option {
        border-top: 1px solid #ddd;
    }


.reservation-form .form-control {
    border: 1px solid #717171;
    border-color: rgba(0,0,0,.2);
    padding: 4px 6px 4px 6px;
    font-family: 'hnltmedium';
    letter-spacing: -1px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    height: 39px;
    margin: 0;
}

    .reservation-form .form-control + .form-control,
    .reservation-form .form-control + .clearfix {
        margin: 20px 0 0;
    }

    .reservation-form .form-control:focus {
        border-color: #999;
    }

    .reservation-form .form-control.error {
        border-color: #d91a1a;
        color: #d91a1a;
    }

.reservation-form .label {
    display: block;
    font-family: 'hnltheavy';
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 5px;
}

.reservation-form .form-control-note {
    height: 203px;
    resize: none;
    margin: 0 0 14px;
}

.Explorer .reservation-form .form-control-note {
    overflow: auto;
}

.reservation-form .form-submit {
    font-family: 'hnltheavy';
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    resize: none;
    margin: 0 0 14px;
    padding: 10px;
}

.progress-screen {
    position: absolute;
    z-index: 103;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #222;
    background-color: rgba(0,0,0,.8);
}

    .progress-screen .progress-message {
        display: block;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 40%;
        margin-bottom: 5px;
        font-family: 'hnltheavy';
        font-weight: 300;
        font-size: 18px;
        line-height: 20px;
        cursor: default;
        z-index:9999999;
        color:white;
    }

    .progress-screen .progress-image {
        display: block;
        /*width: 54px; height: 55px;*/
        position: absolute;
        top: 40%;
        margin-top: 5px;
        left: 20%;
        margin-left: -27px;
    }





/*
 * Events
 */

.home .sub-content {
    z-index: 10;
    /*right: 43px;*/
    right: 0;
}

/* location-filter */

.home .location-filter.navigation.sub {
    position: absolute;
    right: 50%;
    margin-right: -85px;
    top: 75px;
    z-index: 100;
}

.home .location-filter > ul {
}

    .home .location-filter > ul > li,
    .home .location-filter > ul > li > a {
        width: 170px;
        height: 56px;
    }

.home .location-filter li ul li {
    width: 181px;
    padding-right: 11px;
}

    .home .location-filter li ul li a {
        width: 170px;
    }

.home .location-filter li > ul.apply-scroll {
    width: 192px;
}

/* events-filter */

.home .events-filter {
    right: 50%;
    margin-right: -170px;
    top: 75px;
    z-index: 100;
}

    .home .events-filter > ul {
    }

        .home .events-filter > ul > li,
        .home .events-filter > ul > li > a {
            width: 170px;
            height: 56px;
        }

    .home .events-filter li ul li {
        width: 181px;
        padding-right: 11px;
    }

        .home .events-filter li ul li a {
            width: 170px;
        }

    .home .events-filter li > ul.apply-scroll {
        width: 192px;
    }

/*
 * Menu
 */

.home .sub-content.no-scroll,
.home .fixed-sub-content.no-scroll {
    right: 0;
    padding: 0;
    background: 0 none;
}

    .home .fixed-sub-content.no-scroll > .inner > .content {
        height: 100%;
    }

#MasonryHomeMenu {
    width: 100%;
    height: 100%;
    position: relative;
}

.masonry-item {
    display: inline-block;
    height: 300px;
    vertical-align: top;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

    .masonry-item .pattern {
        background: transparent url(/Assets/Img/overlay-custom.png);
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 2;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

.masonry-item-1,
.masonry-item-5 {
    width: 28%;
}

.masonry-item-1 {
    height: 75%;
}

.masonry-item-5 {
    height: 25%;
    top: 75%;
}

.masonry-item-2,
.masonry-item-6 {
    width: 20%;
    left: 28%;
}

.masonry-item-2 {
    height: 50%;
}

.masonry-item-6 {
    height: 50%;
    top: 50%;
}

.masonry-item-3,
.masonry-item-7 {
    width: 28%;
    left: 48%;
}

.masonry-item-3 {
    height: 25%;
}

.masonry-item-7 {
    height: 75%;
    top: 25%;
}

.masonry-item-4,
.masonry-item-8 {
    width: 24%;
    left: 76%;
}

.masonry-item-4 {
    height: 55%;
}

.masonry-item-8 {
    height: 45%;
    top: 55%;
}


/*
 * Adventure
 */

.adventure-content {
    padding: 0;
    background: #fff url(/Assets/Img/overlay-custom.png);
}

    .adventure-content .mCSB_container {
        margin-right: 16px;
    }

        .adventure-content .mCSB_container.mCS_no_scrollbar {
            margin-right: 0;
        }

.adventure-info {
    background: #569d84;
    padding: 15px 15px 30px;
    margin: 0;
}

    .adventure-info .heading {
        font-family: 'hnltheavy';
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        margin: 0;
        padding: 0 0 10px;
        text-align: center;
    }

.adventure-cols {
    font-family: 'hnltbold';
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

    .adventure-cols .adventure-col {
        width: 33.333%;
        padding: 0 15px;
        display: inline-block;
        float: left;
    }

        .adventure-cols .adventure-col p {
            margin: 0;
            padding: 0;
            display: inline-block;
            float: left;
        }

            .adventure-cols .adventure-col p + p {
                padding-top: 10px;
            }

/* Team Info */

.team-info {
    padding: 15px 0 40px;
}

    .team-info .heading {
        font-family: 'hnltheavy';
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
        color: #4a4a4a;
        margin: 0;
        padding: 0 0 20px;
        text-align: center;
    }

    .team-info .flip-container,
    .team-info .front,
    .team-info .back {
        width: 150px;
        height: 150px;
    }

    .team-info .card {
        display: table;
        width: 150px;
        height: 150px;
        padding: 10px;
        background: #569d84;
        text-align: center;
    }

        .team-info .card .content {
            display: table-cell;
            vertical-align: middle;
            cursor: default;
        }

            .team-info .card .content .name {
                display: block;
                font-family: 'hnltbold';
                font-weight: 300;
                font-size: 14px;
                line-height: 16px;
                color: #fff;
                padding: 0 0 10px;
                margin: 0;
            }

            .team-info .card .content .career {
                display: block;
                font-family: 'hnltheavy';
                letter-spacing: 1px;
                font-weight: 300;
                font-size: 11px;
                line-height: 14px;
                color: #fff;
            }

.team-members {
    text-align: center;
}

    .team-members .member {
        display: inline-block;
        margin: -5px 0 0;
    }



/*
 * Profile
 */

/* pilatinum area after login */
.rank-list {
    font-size: 12px;
    line-height: 14px;
}

    .rank-list .rank {
        position: relative;
        padding: 5px 0 5px 24px;
        font-family: "hnltheavy";
    }

        .rank-list .rank span {
            display: inline-block;
            float: right;
            font-family: "hnltheavy";
            color: #569d84;
        }

        .rank-list .rank:before {
            content: " ";
            display: block;
            width: 20px;
            height: 20px;
            background: url(/Assets/Img/sprite.png) -750px -130px;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -10px;
        }

    .rank-list .rank-spent:before {
        background-position: -750px -150px;
    }

    .rank-list .rank-actuel:before {
        background-position: -750px -170px;
    }

    .rank-list .rank-grade:before {
        background-position: -750px -190px;
    }


.pilatinum-entries-title {
    display: inline-block;
    height: 26px;
    margin: 0;
    padding: 5px 8px;
    float: left;
    width: 100%;
    text-align: center;
    font-family: "hnltbold";
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    position: absolute;
    left: 2px;
    top: 0;
}

.profile-content {
    position: absolute;
    z-index: 50;
    top: 62px;
    right: 81px;
    bottom: 0;
    left: 266px;
    color: #fff;
    padding: 0;
    font-family: hnltheavy;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

    .profile-content .heading {
        font-family: hnltheavy;
        font-weight: 300;
        font-size: 18px;
        line-height: 20px;
        padding: 0;
        margin: 0 0 20px;
        text-align: center;
    }

    .profile-content > .inner {
        height: 100%;
    }

    .profile-content .mCSB_container {
        margin-right: 18px;
    }

        .profile-content .mCSB_container.mCS_no_scrollbar {
            margin-right: 0;
        }

.profile-header {
    background: #01000c url(/Assets/Img/profile-header-base.jpg) scroll no-repeat center center;
    height: 150px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}

    .profile-header .avatar-area {
        display: block;
        width: 150px;
        padding: 100px 0 0;
        position: absolute;
        right: 50%;
        margin-right: 20px;
        top: 10px;
    }

        .profile-header .avatar-area .avatar {
            display: block;
            width: 100px;
            height: 100px;
            border: 3px solid #fff;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            margin-left: -50px;
            top: 0;
        }

        .profile-header .avatar-area .title {
            display: block;
            padding: 4px 0 0;
            font-family: "hnltheavy";
            font-weight: 300;
            font-size: 14px;
            line-height: 14px;
            color: #fff;
            text-align: center;
        }

    .profile-header .rank-list {
        width: 236px;
        position: absolute;
        left: 50%;
        top: 10px;
        bottom: 10px;
        padding: 15px 0 20px 40px;
        border-left: 1px solid transparent;
    }

        .window-load .profile-header .rank-list,
        .no-js .profile-header .rank-list {
            border-left-color: #fff;
        }

        .profile-header .rank-list .rank {
            color: #fff;
        }

            .profile-header .rank-list .rank span {
                color: #569d84;
            }


.profile-tabs {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 150px;
    bottom: 0;
}

    .profile-tabs .tab-nav {
        padding: 5px 0 5px;
        border-bottom: 1px solid #fff;
        text-align: center;
    }

        .profile-tabs .tab-nav .tab {
            display: inline-block;
            width: 170px;
            padding: 8px 12px 8px 12px;
        }

            .profile-tabs .tab-nav .tab + .tab {
                margin-left: 30px;
            }

    .profile-tabs .tab-contents {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 45px;
        bottom: 0;
    }

        .profile-tabs .tab-contents .tab-content {
            padding: 0;
            display: block;
            width: 100%;
            position: absolute;
            left: -500%;
            top: -500%;
        }

            .profile-tabs .tab-contents .tab-content.active {
                left: 0;
                top: 20px;
                bottom: 20px;
            }

.user-info-list-wrapper {
    display: none;
    width: 800px;
    margin: 0 auto;
    padding: 0;
}

    .user-info-list-wrapper.active {
        display: block;
    }

    .user-info-list-wrapper .footer {
        text-align: center;
    }

.user-info-list {
    margin: 0 0 0 -10px;
}

    .user-info-list .item {
        display: inline-block;
        float: left;
        width: 390px;
        height: 32px;
        margin: 0 0 10px 10px;
        position: relative;
        padding: 5px 5px 5px 100px;
        background: rgba(0,0,0,.2);
    }

        .user-info-list .item.full {
            padding: 0;
        }

        .user-info-list .item label {
            display: block;
            float: left;
            width: 130px;
            position: absolute;
            left: 5px;
            top: 5px;
        }

            .user-info-list .item label span {
                float: right;
            }

        .user-info-list .item + .item {
            /*margin: 10px 0 0;*/
        }

        .user-info-list .item .btn-update-info {
            margin: 10px 0 0;
        }

    .user-info-list .form-control,
    .user-info-list textarea,
    .user-info-list select {
        width: 250px;
        border: 1px dotted #fff;
        background: 0 none;
        padding: 2px 5px;
        color: #fff;
        border-top-width: 0;
        border-right-width: 0;
    }

    .user-info-list select {
        font-family: Arial, sans-serif;
        font-weight: bold;
        padding-right: 0;
    }

        .user-info-list select option {
            font-weight: normal;
        }

        .user-info-list select:focus {
            background: #549881;
            color: #fff;
            outline: 0;
        }

    .user-info-list textarea {
        resize: none;
        height: 65px;
    }

        .user-info-list .form-control:focus,
        .user-info-list textarea:focus {
            background: #549881;
            color: #fff;
            outline: 0;
        }

.btn.disabled,
.btn.disabled:hover,
.btn.disabled:active {
    cursor: default;
    color: #333;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: .2;
}

#UpdateInfo .user-info-list .item label {
    top: 8px;
}

.btn-cancel-update:hover {
    background: #8d3c68;
    color: #460f31;
}

.nice-table {
    width: 100%;
}

    .nice-table th,
    .nice-table td {
        padding: 8px 10px;
        font-size: 14px;
        line-height: 14px;
        vertical-align: top;
        border-bottom: 1px solid #dddddd;
        text-align: center;
    }

    .nice-table td {
        border-bottom-color: #4a9990;
    }

    .nice-table .left {
        text-align: left;
    }

    .nice-table .right {
        text-align: right;
    }

    .nice-table .col1 {
        width: 80px;
    }

    .nice-table .col2 {
        width: 290px;
    }

    .nice-table .col3 {
        /*width: 50%;*/
    }

    .nice-table .col4 {
        width: 80px;
    }

.nice-table-my-events .col1 {
    /*width: 25%;*/
}

.nice-table-my-events .col2 {
    /*width: 25%;*/
}

.nice-table-my-events .col3 {
    /*width: 50%;*/
}

@media (max-width: 1000px) {
    .nice-table .col1 {
        width: 80px;
    }

    .nice-table .col2 {
        width: auto;
    }

    .nice-table .col3 {
        /*width: 50%;*/
    }

    .nice-table .col4 {
        width: auto;
    }
}

@media (max-width: 480px) {
    .hidden-on-phone {
        position: absolute;
        left: -1000%;
        top: -1000%;
    }
}


/* invitation-area */
.invitation-area {
    width: 450px;
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: center;
}

    .invitation-area p {
        line-height: 30px;
        margin: 0;
        padding: 0 0 30px;
    }


    .invitation-area .btn {
        padding: 8px 12px 4px 45px;
    }

@media (max-width: 480px) {
    .invitation-area {
        width: 300px;
    }

    .invitation-area .cols2 > .col {
        width: 100%;
    }

    .invitation-area .cols2 > .col + .col {
        margin-top: 10px;
    }

    .invitation-area .btn {
        width: 100%;
    }
}


/*
 * Password Reminder
 */

.password-reminder {
    display: none;
    position: relative;
}

    .password-reminder.active {
        display: block;
    }

.login-area .btn-reminder,
.login-area .btn-back-to-login {
    padding: 8px 12px 4px 12px;
    margin: 0;
}

.password-reminder .form-control {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    height: 33px;
}

.password-reminder .progress-screen .progress-message {
    top: auto;
    margin-top: 0px;
    bottom: 50%;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    cursor: default;
}

.password-reminder .progress-screen .progress-image {
    /*width: 16px; height: 16px;*/
    margin-left: -8px;
    top: 50%;
    margin-top: 5px;
}


/*
 * Press
 */

.press-content {
    padding: 0;
}

    .press-content .mCSB_container {
        margin-right: 16px;
    }

.press-gallery {
}

    .press-gallery li {
    }

        .press-gallery li a {
            display: block;
            position: relative;
            color: #fff;
            text-decoration: none;
            background: #9e1260;
        }

            .press-gallery li a img {
                display: block;
                position: relative;
                z-index: 1;
            }

            .press-gallery li a .info {
                display: block;
                position: absolute;
                z-index: 2;
                left: 0;
                right: 0;
                bottom: 0;
                background: #222;
                background: rgba(0,0,0,.7);
                padding: 10px;
            }

                .press-gallery li a .info .time,
                .press-gallery li a .info .heading {
                    font-family: 'hnltmedium';
                    font-weight: 300;
                    font-size: 18px;
                    line-height: 20px;
                    margin: 0;
                    padding: 0;
                }

                .press-gallery li a .info .heading {
                    font-size: 14px;
                    line-height: 16px;
                }

            .press-gallery li a:hover img {
                opacity: .7;
            }

            .press-gallery li a:hover .info {
                background: #9e1260;
            }

.press-detail-content {
}

.event-detail-image > img {
    position: absolute;
    z-index: 1;
}

.event-detail-image .active {
    z-index: 2;
}

.detail-gallery {
    display: block;
    float: left;
    position: absolute;
    z-index: 5;
    left: 5px;
    bottom: 0;
}

    .detail-gallery img {
        display: block;
        float: left;
        margin: 0 0 5px 5px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        border: 1px solid #fff;
        padding: 1px;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .detail-gallery img:hover {
            opacity: .7;
        }

        .detail-gallery img.active {
            opacity: 1;
            border-color: #9e1260;
        }

.press-content .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
}


/* hotel-room-content */

.hotel-room-content {
    left: 0;
    top: 143px;
    bottom: 0;
    width: 580px;
    right: auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    background: #e2e2e2 url(/Assets/Img/overlay-event.png) scroll repeat 0 0;
    color: #000;
}

    .hotel-room-content .aside {
        position: absolute;
        right: 30px;
        top: 0;
    }

.hotel-room-image {
    position: absolute;
    z-index: 101;
    right: 0;
    top: 143px;
    left: 580px;
    bottom: 0;
    overflow: hidden;
}

    .hotel-room-image img {
        min-width: 100%;
        height: auto;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
    }

.hotel-room-content .heading {
    font-family: hnltheavy;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    margin: 0;
    padding: 0 80px 0 0;
    float: left;
    width: 100%;
}

.hotel-room-content .subheading {
    font-family: hnltheavy;
    font-size: 18px;
    line-height: 22px;
    color: #3b3b3b;
    margin: 0;
    padding: 20px 0 0 0;
}

.hotel-room-content .reservation-form {
    background: 0 none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
    float: left;
    color: #000;
}

    .hotel-room-content .reservation-form > .cols > .col-2 {
        padding-top: 43px;
    }

.hotel-room-content .col-1 .col-1 .datepicker-wrapper {
    margin-left: -56px;
}

.ui-widget {
    -webkit-box-shadow: 0px 5px 28px 7px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 5px 28px 7px rgba(0,0,0,.3);
    box-shadow: 0px 5px 28px 7px rgba(0,0,0,.3);
}

.hotel-room-content .nice-picker .title {
    color: #000;
}

.hotel-room-content .reservation-form .form-control,
.hotel-room-content .reservation-form .form-control + .clearfix {
    width: 100%;
}

.hotel-room-content .reservation-form .cols .cols .form-control {
    width: 100%;
}

.hotel-room-content .summary {
    float: left;
    width: 100%;
    font-family: hnltheavy;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 30px 0 0;
}

    .hotel-room-content .summary div,
    .hotel-room-content .summary p {
        margin: 0;
        padding: 0;
    }

    .hotel-room-content .summary .price {
        margin-top: 10px;
    }

    .hotel-room-content .summary .extra {
        font-size: 14px;
    }


.rich-content {
    margin: 0;
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 20px;
}

    .rich-content strong {
        font-family: 'hnltheavy';
        font-weight: 300;
        font-size: 18px;
        line-height: 20px;
    }

    .rich-content p,
    .rich-content div,
    .rich-content ul,
    .rich-content ol {
        margin: 0;
        padding: 30px 0 0;
    }


.cover-gallery {
    display: block;
    float: left;
    margin: -20px 0 0 -20px;
}

    .cover-gallery img {
        display: block;
        float: left;
        margin: 20px 0 0 20px;
        width: 120px;
        height: 120px;
        cursor: pointer;
        border: 1px solid #fff;
        padding: 1px;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .cover-gallery img:hover {
            opacity: .7;
        }

        .cover-gallery img.active {
            opacity: 1;
            border-color: #9e1260;
        }



/* Hotel Payment */

.hotel-payment-content .reservation-form > .cols > .col-2 {
    padding-top: 0;
}

.payment-info {
    background: #f1f1f1;
    font-family: hnltheavy;
    font-size: 14px;
    line-height: 22px;
    color: #515050;
    margin: 0;
}

    .payment-info .bottom {
        border-top: 1px solid #787878;
    }

    .payment-info .inner {
        padding: 10px;
    }

    .payment-info p {
        margin: 0;
        padding: 0;
    }









/* must be placed end */

.block {
    padding-top: 10px;
}

.block2 {
    padding-top: 20px;
}

.block3 {
    padding-top: 30px;
}

body .slider-home-wrapper.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

@media (min-width: 10px) {
    body .slider-home-wrapper.visuallyhidden {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
}

@media (max-width: 1000px) {
    /*.js-logo-carousel-active .logo-carousel-wrapper {
        position: static;
        height: auto;
        left: auto;
        bottom: auto;
    }*/
}



/* events-gallery-content */

.events-gallery-content {
}

@media (max-width: 1200px) {
    .events-gallery-content {
        width: 960px;
        left: auto;
        right: 50%;
        margin-right: -480px;
    }

        .events-gallery-content .events-gallery > li {
            width: 25%;
        }

    .info-list li .info-label {
        font-size: 12px;
    }
}

@media (max-width: 1000px) {
    .events-gallery-content {
        width: 705px;
        right: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 142px;
    }

        .events-gallery-content .events-gallery > li {
            width: 33.333%;
        }
}

@media (max-width: 725px) {
    .events-gallery-content {
        width: 470px;
    }

        .events-gallery-content .events-gallery > li {
            width: 50%;
        }
}

@media (max-width: 480px) {
    .events-gallery-content {
        width: 235px;
    }

        .events-gallery-content .events-gallery > li {
            width: 100%;
        }
}

/* .home .events-gallery-content */

.home .events-gallery-content {
}

.home .events-filter.navigation.sub {
    margin-right: -170px;
}

@media (max-width: 1200px) {
    .home .events-gallery-content {
        width: 960px;
        left: auto;
        right: 50%;
        margin-right: -480px;
    }

        .home .events-gallery-content .events-gallery > li {
            width: 25%;
        }

    .home .info-list li .info-label {
        font-size: 12px;
    }
}

@media (max-width: 1000px) {
    .home .events-gallery-content {
        width: 705px;
        right: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 142px;
    }

        .home .events-gallery-content .events-gallery > li {
            width: 33.333%;
        }
}

@media (max-width: 725px) {
    .home .events-gallery-content {
        width: 470px;
    }

        .home .events-gallery-content .events-gallery > li {
            width: 50%;
        }
}

@media (max-width: 480px) {
    .home .events-gallery-content {
        width: 235px;
    }

        .home .events-gallery-content .events-gallery > li {
            width: 100%;
        }

    .home .events-filter.navigation.sub {
        margin-right: -118px;
    }

    .home .events-filter,
    .home .events-filter > ul > li,
    .home .events-filter > ul > li > a,
    .home .events-filter li ul li,
    .home .events-filter li ul li a {
        width: 235px;
    }

        .home .events-filter li > ul.apply-scroll {
            width: 256px;
        }

    .home .navigation.sub > ul > .events-sort-filter {
        display: none;
    }
}


/* reservation-content */

.reservation-content {
}

.reservation-form {
}

@media (max-width: 1000px) {
    .reservation-content {
        width: 100%;
        height: auto;
        right: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 142px;
    }

        .reservation-content .reservation-form {
            width: 423px;
            height: auto;
        }

            .reservation-content .reservation-form > .cols2 > .col {
                width: 100%;
            }

            .reservation-content .reservation-form > .cols2 > .col-2 {
                margin-top: 20px;
            }
}

@media (max-width: 450px) {
    .reservation-content .reservation-form {
        width: 300px;
        padding: 10px;
    }

        .reservation-content .reservation-form .cols3 {
            margin-left: -5px;
            margin-right: -5px;
        }

            .reservation-content .reservation-form .cols3 > .col {
                width: 50%;
                padding-left: 5px;
                padding-right: 5px;
            }

            .reservation-content .reservation-form .cols3 > .col-1 {
                width: 100%;
                margin-bottom: 20px;
            }

            .reservation-content .reservation-form .cols3 > .col .nice-picker {
                margin: 0 auto;
            }

        .reservation-content .reservation-form > .cols2 > .col-2 .cols2 {
            margin-left: -5px;
            margin-right: -5px;
        }

            .reservation-content .reservation-form > .cols2 > .col-2 .cols2 .col {
                padding-left: 5px;
                padding-right: 5px;
                width: 100%;
            }

            .reservation-content .reservation-form > .cols2 > .col-2 .cols2 .col-2 {
                margin-top: 20px;
            }
}

/* menuhome-content */

@media (max-width: 1000px) {
    .home .menuhome-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 143px;
        bottom: 0;
        margin: 0;
    }

        .home .menuhome-content .content {
            height: 100%;
            overflow: hidden;
        }
}

@media (max-width: 640px) {
    /*.masonry-item-3,
    .masonry-item-4,
    .masonry-item-7,
    .masonry-item-8 {
        display: none;
    }

    .masonry-item-1,
    .masonry-item-2,
    .masonry-item-5,
    .masonry-item-6 {
        width: 50%;
        left: 50%;
    }

    .masonry-item-1,
    .masonry-item-5 {
        left: 0;
    }*/

    .masonry-item-1,
    .masonry-item-2,
    .masonry-item-3,
    .masonry-item-4,
    .masonry-item-5,
    .masonry-item-6 {
        width: 50%;
        height: 33%;
        left: 0;
        top: 0;
    }


    .masonry-item-3,
    .masonry-item-4 {
        top: 33%;
    }

    .masonry-item-5,
    .masonry-item-6 {
        top: 66%;
        height: 34%;
    }

    .masonry-item-7,
    .masonry-item-8 {
        display: none;
    }

    .masonry-item-2,
    .masonry-item-4,
    .masonry-item-6 {
        left: 50%;
    }
}

/* adventure-content */

@media (max-width: 768px) {
    .adventure-content .adventure-cols .adventure-col {
        width: 100%;
        padding: 0;
    }

        .adventure-content .adventure-cols .adventure-col + .adventure-col {
            padding-top: 10px;
        }
}

/* contact */

@media (max-width: 1000px) {

    .google-map-wrapper {
        position: relative;
        width: 100%;
        height: 400px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 143px;
    }

    .location-info {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 724px;
        margin: 0 auto;
    }

    body .wrapper .location-info + .logo-carousel-wrapper {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .location-info {
        width: 540px;
    }
}

@media (max-width: 580px) {
    .location-info {
        width: 100%;
    }
}

/* sub menu-content */

@media (max-width: 1000px) {
    .menu-image {
        display: none;
    }

    .special-menu-widget,
    .js-done .special-menu-widget,
    .js-done .special-menu-widget.active {
        display: none;
    }

    .menu-content {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 143px;
        width: 100%;
    }

        .menu-content .menu-item {
            margin: 0;
        }

            .menu-content .menu-item .content {
                display: none;
            }

    .js-done .menu-content .menu-item .content {
        display: block;
    }

    .menu-content .menu-item .fancyheading {
        cursor: pointer;
    }
}

@media (max-width: 480px) {
    .menu-content-list li .heading .price {
        width: auto;
    }
}

/* hotel-room-content */

@media (max-width: 1000px) {
    .hotel-room-image {
        display: none;
    }

    .hotel-room-content {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
        margin: 143px auto 20px;
    }

        .hotel-room-content .ribbon {
            right: -20px;
        }

        .hotel-room-content .heading {
            padding-right: 60px;
        }

    .mCustomScrollbar .mCustomScrollBox {
        overflow: visible !important;
    }
}

@media (max-width: 650px) {

    .hotel-room-content {
        width: 100%;
        padding: 0;
    }

        .hotel-room-content .mCustomScrollBox {
            padding: 20px;
        }

        .hotel-room-content .reservation-form > .cols > .col {
            width: 100%;
            padding-top: 0;
            margin: 0 0 43px;
        }

        .hotel-room-content .reservation-form .nice-picker {
            margin: 0 auto;
        }

        .hotel-room-content .reservation-form {
            padding: 0;
        }

        .hotel-room-content .col-1 .col-2 .datepicker-wrapper {
            left: auto;
            margin-left: 0;
            right: 50%;
            margin-right: -56px;
        }
}

/* hotel-reservation-content */

@media (max-width: 650px) {

    .hotel-reservation-content .reservation-form > .cols > .col {
        width: 100%;
        padding-top: 0;
        margin: 0 0 43px;
    }

    .hotel-reservation-content .reservation-form {
        margin-top: 40px;
    }

        .hotel-reservation-content .reservation-form .nice-picker {
            margin: 0 auto;
        }

    .hotel-reservation-content .reservation-form {
        padding: 0;
    }

    .hotel-reservation-content .col-1 .col-2 .datepicker-wrapper {
        left: auto;
        margin-left: 0;
        right: 50%;
        margin-right: -56px;
    }
}

@media (max-width: 420px) {

    .hotel-reservation-content .col-1 .col-1 .nice-picker {
        margin: 0;
        float: left;
    }

    .hotel-reservation-content .col-1 .col-2 .nice-picker {
        margin: 0;
        float: right;
    }

    .hotel-reservation-content .col-1 .col-1 .datepicker-wrapper {
        margin-left: -71px;
    }

    .hotel-reservation-content .col-1 .col-2 .datepicker-wrapper {
        margin-right: -71px;
    }
}

/* hotel-payment-content */

@media (max-width: 480px) {

    .hotel-payment-content .reservation-form > .clearfix > .cols > .col {
        width: 100%;
    }

        .hotel-payment-content .reservation-form > .clearfix > .cols > .col + .col {
            margin-top: 20px;
        }
}

/* event-detail-content */

@media (max-width: 1000px) {

    .event-detail-image {
        display: none;
    }

    .event-detail-header,
    .event-detail-footer,
    .event-detail-content,
    .home .press-detail-content {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        margin: 0;
    }

    .event-detail-header {
        margin-top: 143px;
    }

    .event-detail-header,
    .event-detail-content .subheading {
        padding-right: 100px;
    }

    .event-detail-footer {
        margin-bottom: 20px;
    }

    .event-detail-header .time {
        position: absolute;
        right: 10px;
        top: 5px;
    }
}

@media (max-width: 540px) {

    .event-detail-footer .inline-block,
    .event-detail-footer .social-list {
        display: none;
    }

    .event-detail-header {
        height: auto;
    }

        .event-detail-header .ribbon {
            right: 10px;
        }
}


/* Login Popup */

.popup {
    display: none;
}

    .popup .inner {
    }

    .popup .login-area {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

#LoginPopup {
}

.fancybox-popup .fancybox-skin {
    background: 0 none;
}

/* VideoBG */

#VideoBG {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#VideoBG .iframe {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-overlay,
.video-control-hider {
    background: transparent url(/Assets/Img/Plugins/Vegas/01.png); /* Available: 01 - 15 */
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.video-control-hider {
    background: #111822;
    z-index: 10;
}

.hider {
    background: #111822 url(/Assets/Img/progress-image.gif) scroll no-repeat center center;
    margin: 0;
    padding: 0;
    opacity: 0.8;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=80);
}
.Loginhider {
    background: #111822 url(/Assets/Img/progress-image.gif) scroll no-repeat center center;
    margin: 0;
    padding: 0;
    opacity: 0.8;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=80);
}
.no-js .Loginhider {
    display: none;
}
.Hotelhider {
    background: #111822 url(/Assets/Img/progress-image.gif) scroll no-repeat center center;
    margin: 0;
    padding: 0;
    opacity: 0.8;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=80);
}
.no-js .Hotelhider {
    display: none;
}
.no-js .hider {
    display: none;
}



    /* Flowplayer */
    /*#VideoBG video {
        min-width: 100%;
        min-height: 110%;
        width: auto;
        height: auto;
        position: absolute;
        z-index: -1000;
        right: 0;
        bottom: 0;
    }*/

/* Responsive: Profile */

@media (max-width: 1200px) {
    .profile-tabs .tab-nav .tab + .tab {
        margin-left: 5px;
    }

    .profile-tabs .tab-nav .tab,
    .profile-tabs .tab-nav .tab + .tab {
        width: auto;
    }
}

@media (max-width: 1080px) {
    .user-info-list-wrapper {
        width: 610px;
    }

    .user-info-list .item {
        width: 380px;
    }

    .user-info-list .form-control, .user-info-list textarea, .user-info-list select {
        width: 200px;
    }
}

@media (max-width: 1000px) {

    .user-info-list-wrapper {
        width: 380px;
    }

    .user-info-list {
        margin-left: 0;
    }

        .user-info-list .item {
            width: 380px;
            margin-left: 0;
        }

    .profile-tabs .tab-contents .tab-content.active {
        left: auto;
        top: auto;
        bottom: auto;
        position: relative;
        padding: 20px 0;
    }

    .profile-tabs .tab-nav .tab {
        font-size: 12px;
        padding: 4px 6px;
    }

    .profile-header .avatar-area {
        right: auto;
        margin-right: 0;
        left: 20px;
    }

    .profile-header .rank-list {
        left: auto;
        margin-left: 0;
        right: 20px;
        border-left-width: 0;
    }
}

@media (max-width: 767px) {
    .profile-tabs,
    .profile-content,
    .profile-tabs .tab-contents {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .profile-content {
        margin-top: 62px;
    }

    html.subpage-profile .social-platforms {
        top: -1000%;
    }
}

@media (max-width: 480px) {
    .profile-tabs .tab-nav .tab {
        padding: 1px 3px;
    }

        .profile-tabs .tab-nav .tab + .tab {
            margin-left: 0;
        }

    .profile-header .rank-list {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        background: rgba(0,0,0,.8);
        width: auto;
        padding: 25px 10px;
    }

    .profile-header .avatar-area {
        left: auto;
        margin-left: 0;
        right: 50%;
        margin-right: -100px;
    }
}



/* form-horizontal */
.form-horizontal .control-group {
    width: 100%;
    float: left;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #aaa;
}

.form-horizontal .control-group:first-child {
    margin-top: 0px;
}

.form-horizontal .control-label {
    float: left;
    width: 80px;
}

.form-horizontal .controls {
    margin-left: 100px;
}

.form-horizontal .form-control {
    height: 28px;
    font-size: 12px;
}

.form-horizontal .form-control + .form-control,
.form-horizontal .form-control + .clearfix {
    margin-top: 5px;
}

.hotel-room-content .reservation-form {
    padding: 10px 0 0;
}

.hotel-room-content .reservation-form  input[type="checkbox"],
.hotel-room-content .reservation-form  input[type="radio"]{
    width: auto;
    height: auto;
}

.checkbox-wrapper {
    padding: 10px 0;
}


@media (max-width: 650px){
    .hotel-room-content {
        padding: 10px;
    }
    .hotel-room-content .mCustomScrollBox {
        padding: 0;
    }

    .hotel-room-content .cols2 {
        margin-left: 0;
        margin-right: 0;
    }

    .hotel-room-content .cols2 > .col {
        width: 300px;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .hotel-room-content .cols2 .col-content > input:first-child {
        margin-top: 5px;
    }

    .form-horizontal .control-label {
        width: 70px;
    }
    
    .form-horizontal .controls {
        margin-left: 80px;
    }

    /* vertical scroll fix */
    .hotel-room-content .reservation-form {
        width: 99%;
    }
}


.popup-text {
    display: none;
}

.fancybox-popup-text .inner {
    padding: 15px;
}

.fancybox-popup-text .heading {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.fancybox-popup-text .content {
    padding: 15px 0 0;
}

.fancybox-popup-text .content p {
    padding: 20px 0 0;
}

.fancybox-popup-text .content p:first-child {
    padding: 0;
}

/* Some Fix */

#UserInfo textarea {
    border-width: 0;
}

.valign-top th,
.valign-top td {
    vertical-align: top;
}