






.ge-youtube-iframe iframe, .ge-news-section .ge-new-cat h2, .pro-content-lists .ge-pro-lists .one-fifth .pro-name-list img, .single-sponsor .star-avatar .image-box img, .sponsors-cat .ge-sponsors-list a .ge-sponsrs img, .our-sponsor-wrap .our-sponsor-img img, .tra-producer-wrap .tra-producer-logo .tra-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.ge-our-content .ge-two-col-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}


.ge-title, .ge-news-letter h2, .ge-sponsors h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}


.overlay:after, .event-cat-items .event-cat-list:after, .programme .ge-program-events .ge-event-venue .event-cat-items .event-cat-item .event-cat-list:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(26, 26, 26, 0.4);
    z-index: 0;
}


.list-style li {
    list-style: none;
}


.d-inline-block {
    display: inline-block;
}


.text-upper {
    text-transform: uppercase;
}


.c-row {
    margin-left: -6px;
    margin-right: -6px;
}

    .c-row .c-pad {
        padding-left: 6px;
        padding-right: 6px;
    }

    .c-row .c-margin {
        margin-bottom: 12px;
    }


.cm-pad {
    padding-bottom: 160px;
}


.extra-pad {
    padding-bottom: 70px;
}


.fa-heart-o, .fa-heart {
    font-size: 30px;
}


.p-bottom {
    padding-bottom: 150px;
}


#no-more-stars {
    text-align: center;
    margin-top: 60px;
    font-size: 18px;
}


.login-info {
    text-align: center;
    padding: 100px 0;
    font-size: 20px;
    color: #424242;
}


.no-gutter > [class^='col-'] {
    padding-right: 0;
    padding-left: 0;
}


.ge-grayscale {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .ge-grayscale:hover {
        webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 0.7;
    }


.ge-black-gradient {
    background: #000000;
    background: -moz-linear-gradient(to bottom, #000000 1%, #444444 100%);
    background: -webkit-linear-gradient(to bottom, #000000 1%, #444444 100%);
    background: -ms-linear-gradient(to bottom, #000000 1%, #444444 100%);
    background: linear-gradient(to bottom, #000000 1%, #444444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#000000', endColorstr='#202020',GradientType=0 );
}


.ge-grey-gradient {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 35%, #f5f5f5 90%);
    background: -webkit-linear-gradient(top, #fff 35%, #f5f5f5 90%);
    background: -webkit-linear-gradient(top, #fff 35%, #f5f5f5 90%);
    background: -ms-linear-gradient(top, #fff 35%, #f5f5f5 90%);
}


.ge-light_green-gradient, .default-content .gform_wrapper .gform_footer input[type="submit"].gform_button, .ge-contact-page .wpcf7-form-control.wpcf7-submit {
    background: #3bbbb3;
    background: -moz-linear-gradient(left, #3bbbb3 1%, #19b3d4 100%);
    background: -webkit-linear-gradient(left, #3bbbb3 1%, #19b3d4 100%);
    background: -ms-linear-gradient(to right, #3bbbb3 1%, #19b3d4 100%);
    background: linear-gradient(to right, #3bbbb3 1%, #19b3d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#3bbbb3', endColorstr='#19b3d4',GradientType=1 );
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .ge-light_green-gradient:hover, .default-content .gform_wrapper .gform_footer input[type="submit"].gform_button:hover, .ge-contact-page .wpcf7-form-control.wpcf7-submit:hover {
        background: -moz-linear-gradient(left, #3bbbb3 100%, #19b3d4 0%);
        background: -webkit-linear-gradient(left, #3bbbb3 100%, #19b3d4 0%);
        background: -ms-linear-gradient(to right, #3bbbb3 100%, #19b3d4 0%);
        background: linear-gradient(to right, #3bbbb3 100%, #19b3d4 0%);
    }


a {
    color: inherit;
}

    a:focus, a:active, a:visited {
        text-decoration: none;
        color: inherit;
    }

    a:hover {
        color: #3bc3cb;
        text-decoration: none;
    }


ul {
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}


    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }



#content[tabindex="-1"]:focus {
    outline: 0;
}


input:focus, input:active, input:visited {
    outline: none;
}


body {
    color: #000;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
}


.ge-title {
    font-size: 150px;
}


.event-cat-items:before, .event-cat-items:after {
    content: " ";
    display: table;
}

.event-cat-items:after {
    clear: both;
}

.event-cat-items .event-cat-list {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

    .event-cat-items .event-cat-list .event-cat-caption {
        position: absolute;
        bottom: 15px;
        left: 20px;
        right: 20px;
        z-index: 1;
    }

        .event-cat-items .event-cat-list .event-cat-caption:before, .event-cat-items .event-cat-list .event-cat-caption:after {
            content: " ";
            display: table;
        }

        .event-cat-items .event-cat-list .event-cat-caption:after {
            clear: both;
        }

        .event-cat-items .event-cat-list .event-cat-caption .event-venue-detail {
            padding-right: 10px;
            overflow: hidden;
        }

            .event-cat-items .event-cat-list .event-cat-caption .event-venue-detail h4 {
                color: #fff;
                margin: 0;
                font-size: 18px;
                line-height: 20px;
                font-weight: 400;
                text-transform: capitalize;
                margin-bottom: 5px;
            }

            .event-cat-items .event-cat-list .event-cat-caption .event-venue-detail i {
                margin-right: 5px;
                font-size: 14px;
            }

        .event-cat-items .event-cat-list .event-cat-caption .book-ticket {
            float: right;
        }

            .event-cat-items .event-cat-list .event-cat-caption .book-ticket a.book-link {
                border: 1px #fff solid;
                display: inline-block;
                font-size: 12px;
                padding: 10px 25px;
                text-transform: uppercase;
                margin-top: 17px;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                -ms-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

                .event-cat-items .event-cat-list .event-cat-caption .book-ticket a.book-link:hover {
                    background-color: #3bc3cb;
                    border-color: #3bc3cb;
                    color: #fff;
                }

            .event-cat-items .event-cat-list .event-cat-caption .book-ticket span {
                font-size: 16px;
                font-weight: 500;
            }

.event-cat-items .event-icons {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 20px;
    right: 20px;
    font-size: 20px;
    z-index: 1;
}

    .event-cat-items .event-icons:before, .event-cat-items .event-icons:after {
        content: " ";
        display: table;
    }

    .event-cat-items .event-icons:after {
        clear: both;
    }

    .event-cat-items .event-icons .fa-heart-o {
        position: relative;
        z-index: 3;
    }


.c-btn {
    border: 1px #fff solid;
    padding: 10px 15px;
    text-transform: uppercase;
}


.ge-btn-view {
    color: #3bc3cb;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    border: 1px solid #3bc3cb;
    padding: 6px 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

    .ge-btn-view:visited, .ge-btn-view:active {
        color: #3bc3cb;
    }

    .ge-btn-view:hover {
        color: #fff;
        background-color: #3bc3cb;
        -webkit-transition: color 0.1s linear, background-color 0.3s linear;
        -moz-transition: color 0.1s linear, background-color 0.3s linear;
        -o-transition: color 0.1s linear, background-color 0.3s linear;
        -ms-transition: color 0.1s linear, background-color 0.3s linear;
        transition: color 0.1s linear, background-color 0.3s linear;
    }


.ge-btn-view-more-n-icon {
    color: #3bc3cb;
    float: right;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #3bc3cb;
    padding: 6px 50px 6px 20px;
    border-radius: 25px;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

    .ge-btn-view-more-n-icon:visited, .ge-btn-view-more-n-icon:focus, .ge-btn-view-more-n-icon:active {
        color: #3bc3cb;
    }

    .ge-btn-view-more-n-icon img {
        position: absolute;
        background: #3bc3cb;
        border-radius: 50%;
        box-shadow: -2.1px 1.3px 0 3px #3bc3cb;
        right: 3px;
        top: 3.5px;
    }

    .ge-btn-view-more-n-icon:hover {
        background-color: #3bc3cb;
        color: #fff;
    }


.ge-btn-buy-ticket {
    background-color: #3bc3cb;
    border: 1px #32b3bb;
    color: #fff;
    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -ms-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in;
}

    .ge-btn-buy-ticket:hover {
        background-color: #3bbbb3;
        color: #fff;
    }

    .ge-btn-buy-ticket:visited, .ge-btn-buy-ticket:focus, .ge-btn-buy-ticket:active {
        color: #fff;
    }


.ge-star {
    -moz-box-shadow: 1px 4px 15px 2px rgba(56, 56, 56, 0.48);
    -webkit-box-shadow: 1px 4px 15px 2px rgba(56, 56, 56, 0.48);
    box-shadow: 1px 4px 15px 2px rgba(56, 56, 56, 0.48);
    position: relative;
    padding: 5px;
}

    .ge-star .star-caption {
        background-color: #fff;
        position: absolute;
        bottom: -28px;
        padding: 0 20px;
        left: 50%;
        width: 214px;
        height: 60px;
        line-height: 58px;
        max-width: 90%;
        text-align: center;
        font-size: 17px;
        font-weight: 700;
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

        .ge-star .star-caption:after {
            content: '';
            position: absolute;
            height: 4px;
            background: #3bc;
            bottom: 0;
            width: 100%;
            left: 0;
            -webkit-transition: color 0.1s linear, height 0.3s linear;
            -moz-transition: color 0.1s linear, height 0.3s linear;
            -o-transition: color 0.1s linear, height 0.3s linear;
            -ms-transition: color 0.1s linear, height 0.3s linear;
            transition: color 0.1s linear, height 0.3s linear;
        }

    .ge-star:hover .star-caption {
        color: #fff;
    }

        .ge-star:hover .star-caption:after {
            height: 60px;
            z-index: -1;
        }


.single-star.ge-single-page .ge-banner {
    height: 390px;
}


.ge-single-page .inner-top-sec {
    position: relative;
}

    .ge-single-page .inner-top-sec .star-avatar-wrap {
        margin-top: -190px;
        position: relative;
        z-index: 1;
    }

        .ge-single-page .inner-top-sec .star-avatar-wrap .star-avatar-detail {
            color: #fff;
            display: inline-block;
            overflow: hidden;
            margin-top: 35px;
        }

            .ge-single-page .inner-top-sec .star-avatar-wrap .star-avatar-detail h4 {
                font-size: 18px;
                margin: 0;
            }

        .ge-single-page .inner-top-sec .star-avatar-wrap .star-avatar {
            float: left;
            margin-right: 35px;
            margin-bottom: 40px;
        }

            .ge-single-page .inner-top-sec .star-avatar-wrap .star-avatar img {
                border: 4px #fff solid;
            }

.ge-single-page .star-bio .star-bio-detail h3 {
    margin-top: 0;
}

.ge-single-page .star-bio .star-bio-detail .star-bio-content {
    margin-bottom: 60px;
}

.ge-single-page .star-bio .star-detail .star-info {
    padding-bottom: 30px;
    font-weight: 500;
}

    .ge-single-page .star-bio .star-detail .star-info span {
        display: block;
    }

        .ge-single-page .star-bio .star-detail .star-info span.star-main-info {
            font-size: 16px;
        }

    .ge-single-page .star-bio .star-detail .star-info a {
        color: #737373;
        font-weight: 400;
        text-decoration: underline;
    }


.paging-nav a {
    font-size: 16px;
    letter-spacing: 10px;
    color: #b3b3b3;
}

    .paging-nav a.active {
        color: #3bc3cb;
    }


.ge-navigation {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 8px;
}

    .ge-navigation button {
        background: transparent;
        border: none;
        font-size: 32px;
        float: left;
        height: 48px;
        width: 48px;
        text-align: center;
        position: relative;
        padding: 0;
        color: #fff;
        border: 1px #fff solid;
        background-color: #32b3bb;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transition: background-color 0.3s ease-in;
        -moz-transition: background-color 0.3s ease-in;
        -o-transition: background-color 0.3s ease-in;
        -ms-transition: background-color 0.3s ease-in;
        transition: background-color 0.3s ease-in;
    }

        .ge-navigation button:active, .ge-navigation button:focus {
            outline: none;
        }

        .ge-navigation button:disabled {
            opacity: 0.8;
            background-color: transparent;
        }

            .ge-navigation button:disabled:hover {
                background-color: transparent;
                cursor: not-allowed;
            }

        .ge-navigation button:first-child {
            border-right: none;
        }

        .ge-navigation button:hover {
            background-color: #2ca0a7;
        }


.social-share {
    color: #858585;
    font-size: 16px;
    padding: 70px 0 37px 0;
}

    .social-share span {
        display: block;
    }

    .social-share .ge-social-share {
        float: right;
        margin-top: 10px;
    }

        .social-share .ge-social-share a {
            font-size: 25px;
            margin-left: 15px;
        }


.table-borderless > tbody > tr td, .table-borderless > tbody > tr th {
    border: none;
}


.ge-news {
    padding: 10px 0 0;
    margin-bottom: 10px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

    .ge-news:hover {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .ge-news .img img {
        width: 100%;
    }

    .ge-news .detail {
        border: 1px solid #ccc;
        border-top: none;
        padding: 15px;
        padding-bottom: 30px;
        border-bottom: 7px solid #3bc3cb;
    }

        .ge-news .detail .title {
            margin: 0;
            font-size: 24px;
        }

        .ge-news .detail .description {
            margin-top: 20px;
            font-size: 16px;
            line-height: 1.4;
            max-height: 66px;
            overflow: hidden;
            color: gray;
        }


.event-table > thead > tr > th {
    border-bottom: none;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background-color: #333333;
}

.event-table > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.event-table > tbody > tr > td {
    border-top: none;
    font-size: 16px;
    padding: 10px 20px !important;
    width: 25%;
}

    .event-table > tbody > tr > td a {
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        -ms-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

        .event-table > tbody > tr > td a:hover {
            color: #3bc3cb;
        }

.event-table th, .event-table td {
    padding: 5px 20px !important;
}

.top-event-table > thead > tr > th {
    font-size: 16px;
}

.top-event-table > tbody > tr > td {
    font-size: 13px;
    padding: 10px 10px !important;
    width: 25%;
}

.top-event-table .ge-btn-get-tickets {
    font-size: 11px;
}


.ge-youtube-iframe {
    position: relative;
    padding-bottom: 55%;
    pointer-events: none;
    overflow: hidden;
}

@media (max-width: 991px) {
    .ge-youtube-iframe {
        pointer-events: initial;
    }
}

.ge-youtube-iframe iframe {
    width: 100% !important;
    height: 145% !important;
    border: none;
}


.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #3BC3CB;
}


.sweet-alert .sa-icon.sa-success {
    border-color: #3BC3CB;
}


.ge-page-info {
    color: #fff;
    font-size: 15px;
}


.ge-news-letter {
    background-color: #fff;
    text-align: center;
    position: relative;
}

    .ge-news-letter .line {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .ge-news-letter .newsletter-icon {
        margin-top: -55px;
        position: relative;
        z-index: 1;
    }

        .ge-news-letter .newsletter-icon span {
            background-color: #3bc3cb;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            height: 104px;
            line-height: 104px;
            width: 104px;
            -moz-box-shadow: 0px 7px 20px 2px #737373;
            -webkit-box-shadow: 0px 7px 20px 2px #737373;
            box-shadow: 0px 7px 20px 2px #737373;
        }

    .ge-news-letter h2 {
        font-size: 32px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .ge-news-letter .subscribe-form {
        margin-bottom: 40px;
    }

        .ge-news-letter .subscribe-form .newsletter-form {
            display: inline-block;
            width: 510px;
            max-width: 100%;
            position: relative;
        }

@media (max-width: 500px) {
    .ge-news-letter .subscribe-form .newsletter-form {
        padding-left: 20px;
    }
}

.ge-news-letter .subscribe-form .newsletter-form .gform_wrapper {
    margin: 0;
}

    .ge-news-letter .subscribe-form .newsletter-form .gform_wrapper .gform_body {
        width: -webkit-calc( 100% - 137px );
        width: -moz-calc( 100% - 137px );
        width: -o-calc( 100% - 137px );
        width: calc( 100% - 137px );
        float: left;
    }

        .ge-news-letter .subscribe-form .newsletter-form .gform_wrapper .gform_body ul li {
            margin-top: 0;
            padding-right: 0;
        }

            .ge-news-letter .subscribe-form .newsletter-form .gform_wrapper .gform_body ul li label {
                display: none;
            }

            .ge-news-letter .subscribe-form .newsletter-form .gform_wrapper .gform_body ul li .ginput_container {
                margin-top: 0;
            }

        .ge-news-letter .subscribe-form .newsletter-form .gform_wrapper .gform_body input {
            -moz-border-radius: 20px 0px 0px 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px 0px 0px 20px;
            color: #8d8d8d;
            padding: 10px 13px 10px 25px !important;
            float: right;
            width: 100%;
        }

    .ge-news-letter .subscribe-form .newsletter-form .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        width: auto;
        clear: inherit;
        float: left;
        max-width: 120px;
    }

        .ge-news-letter .subscribe-form .newsletter-form .gform_wrapper .gform_footer input {
            background-color: #3bc3cb;
            border-color: #3bc3cb;
            -moz-border-radius: 0 20px 20px 0;
            -webkit-border-radius: 0;
            border-radius: 0 20px 20px 0;
            color: #fff;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
            margin-right: 0;
            width: initial;
        }

            .ge-news-letter .subscribe-form .newsletter-form .gform_wrapper .gform_footer input[type=submit] {
                text-transform: uppercase;
            }

            .ge-news-letter .subscribe-form .newsletter-form .gform_wrapper .gform_footer input:hover {
                background-color: #3bbbb3;
            }

        .ge-news-letter .subscribe-form .newsletter-form .gform_wrapper .gform_footer .ajax-loader {
            position: absolute;
            top: 12px;
        }

.ge-news-letter .subscribe-form .newsletter-form input {
    height: 42px;
    font-size: 16px !important;
    font-weight: 500;
    padding: 10px 25px;
}

    .ge-news-letter .subscribe-form .newsletter-form input::-moz-placeholder {
        text-transform: uppercase;
    }

    .ge-news-letter .subscribe-form .newsletter-form input::-webkit-input-placeholder {
        text-transform: uppercase;
    }

    .ge-news-letter .subscribe-form .newsletter-form input:-ms-input-placeholder {
        text-transform: uppercase;
    }


.ge-sponsors {
    border-bottom: 1px #b1b4b6 solid;
    padding: 35px 0;
    margin-bottom: 30px;
    text-align: center;
}

    .ge-sponsors h2 {
        font-size: 24px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .ge-sponsors .owl-carousel .owl-item a {
        display: block;
    }

        .ge-sponsors .owl-carousel .owl-item a img {
            display: inline-block;
            width: initial;
        }


.owl-stage {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}


.site-footer {
    background-color: #fafafa;
}

    .site-footer .wpcf7-form {
        margin-bottom: 40px;
    }

    .site-footer .ge-footer-btm {
        text-align: center;
        padding-bottom: 85px;
    }

        .site-footer .ge-footer-btm ul li {
            display: inline;
            list-style: none;
        }

        .site-footer .ge-footer-btm .site-info {
            color: #333;
            font-weight: 400;
        }

            .site-footer .ge-footer-btm .site-info .footer-menu {
                font-size: 12px;
                text-align: center;
                text-transform: uppercase;
            }

                .site-footer .ge-footer-btm .site-info .footer-menu .widget {
                    margin-bottom: 10px;
                }

                    .site-footer .ge-footer-btm .site-info .footer-menu .widget ul li a:after {
                        content: '|';
                        padding: 0 7px;
                    }

                    .site-footer .ge-footer-btm .site-info .footer-menu .widget ul li:last-child a:after {
                        content: '';
                    }

            .site-footer .ge-footer-btm .site-info .copyright {
                display: block;
                font-size: 12px;
            }


.social-iframe h2 {
    display: inline-block;
    margin: 0;
    margin-right: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.social-iframe .fo-social-links li {
    font-size: 20px;
    padding-top: 60px;
    margin-bottom: 10px;
}


.fo-social-links {
    display: inline-block;
}

    .fo-social-links .fo-social-links {
        display: inline-block;
    }

    .fo-social-links li {
        font-size: 30px;
        margin-right: 10px;
        list-style: none;
        display: inline-block;
    }

        .fo-social-links li:last-child {
            margin-right: 0;
        }


.ge-related-news .wrapper {
    padding-top: 30px;
    margin-top: 100px;
    border-top: 1px solid #b3b3b3;
}

    .ge-related-news .wrapper h2 {
        font-size: 30px;
        color: #333333;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 20px;
    }


.ge-masonary-parent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    position: relative;
}

    .ge-masonary-parent * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ge-masonary-parent > div {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        width: 100%;
    }

        .ge-masonary-parent > div * {
            -webkit-backface-visibility: hidden;
        }



.ge-news-section {
    padding: 130px 0 20px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

    .ge-news-section.active {
        padding: 30px 0 10px;
    }

    .ge-news-section .container .col-md-4 .ge-new-cat {
        border-right: 4px solid #fff;
    }

    .ge-news-section .container .col-md-4:last-child .ge-posts-lists {
        border-right: 1px solid #cccccc;
    }

    .ge-news-section .container .col-md-4:last-child .ge-new-cat {
        border-right: none;
    }

    .ge-news-section .ge-new-cat {
        background-size: cover;
        background-position: center center;
        padding-bottom: 34.5%;
        color: #fff;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

        .ge-news-section .ge-new-cat h2 {
            font-size: 40px;
            letter-spacing: 5px;
            margin: 0;
            text-transform: uppercase;
            font-weight: 400;
        }

    .ge-news-section .ge-posts-lists .ge-post {
        padding: 15px 15px 0;
        border-left: 1px solid #cccccc;
    }

        .ge-news-section .ge-posts-lists .ge-post:before, .ge-news-section .ge-posts-lists .ge-post:after {
            content: " ";
            display: table;
        }

        .ge-news-section .ge-posts-lists .ge-post:after {
            clear: both;
        }

        .ge-news-section .ge-posts-lists .ge-post .inner {
            border-bottom: 1px solid #d9d9d9;
            padding-bottom: 15px;
        }

        .ge-news-section .ge-posts-lists .ge-post:last-child .inner {
            border-bottom: none;
        }

        .ge-news-section .ge-posts-lists .ge-post .detail {
            overflow: hidden;
            padding-right: 15px;
        }

            .ge-news-section .ge-posts-lists .ge-post .detail h2 {
                font-size: 24px;
                font-weight: 400;
                margin: 0 0 10px;
                max-height: 55px;
                overflow: hidden;
                display: -webkit-box;
                display: -moz-box;
                display: box;
                -webkit-line-clamp: 2;
                -moz-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
                -moz-box-orient: vertical;
                box-orient: vertical;
                text-overflow: ellipsis;
            }

            .ge-news-section .ge-posts-lists .ge-post .detail .description {
                display: -webkit-box;
                display: -moz-box;
                display: box;
                height: 60px;
                -webkit-line-clamp: 3;
                -moz-line-clamp: 3;
                line-clamp: 3;
                -webkit-box-orient: vertical;
                -moz-box-orient: vertical;
                box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .ge-news-section .ge-posts-lists .ge-post .img {
            float: right;
        }


.ge-testimonials {
    background-image: url("../img/testimonial-bg.png");
    background-size: cover;
    background-position: 0% 0%;
    padding-bottom: 220px;
    position: relative;
    margin-top: 86px;
}

    .ge-testimonials li {
        list-style: none;
    }

    .ge-testimonials .description {
        font-size: 20px;
        padding-left: 20px;
        margin-bottom: 20px;
        font-style: italic;
        font-weight: 400;
        margin-top: 40px;
    }

    .ge-testimonials .name {
        font-size: 24px;
        font-weight: 500;
    }

    .ge-testimonials .img {
        background-color: #fff;
        padding: 15px;
        -moz-box-shadow: 0px 0px 15px 2px #ddd;
        -webkit-box-shadow: 0px 0px 15px 2px #ddd;
        box-shadow: 0px 0px 15px 2px #ddd;
    }

    .ge-testimonials .line2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .ge-testimonials .owl-item {
        padding-top: 10px;
        padding-left: 10px;
    }


.ge-testimonials-slider {
    width: calc( 100% - 115px );
    float: left;
}


.owl-nav {
    float: left;
}


.owl-nav {
    position: absolute;
    left: 100%;
    width: 100px;
    top: 50%;
    margin-top: 0;
    -moz-transform: perspective(-50%) translateY(0), false;
    -o-transform: perspective(-50%) translateY(0), false;
    -ms-transform: perspective(-50%) translateY(0), false;
    -webkit-transform: perspective(-50%) translateY(0), false;
    transform: perspective(-50%) translateY(0), false;
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        background-color: #3bc3cb;
        line-height: 50px;
        color: #fff;
        text-align: center;
        float: left;
        cursor: pointer;
        font-size: 30px;
    }

        .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
            background-color: #3bbbb3;
        }

    .owl-nav .owl-prev {
        border-right: 1px solid #fff;
    }


.body-news-letter h2 {
    float: left;
    margin-top: 10px;
    font-size: 20px;
    margin-right: 15px;
}

.body-news-letter .subscribe-form {
    float: left;
}

    .body-news-letter .subscribe-form .newsletter-form {
        width: 600px;
    }

        .body-news-letter .subscribe-form .newsletter-form:before, .body-news-letter .subscribe-form .newsletter-form:after {
            content: " ";
            display: table;
        }

        .body-news-letter .subscribe-form .newsletter-form:after {
            clear: both;
        }

        .body-news-letter .subscribe-form .newsletter-form .gform_body {
            float: left;
        }

            .body-news-letter .subscribe-form .newsletter-form .gform_body input {
                width: 100%;
            }

        .body-news-letter .subscribe-form .newsletter-form .gform_footer {
            clear: inherit;
        }

            .body-news-letter .subscribe-form .newsletter-form .gform_footer input {
                background-color: transparent;
                color: #3bc3cb;
                border-left-color: transparent;
            }

                .body-news-letter .subscribe-form .newsletter-form .gform_footer input:hover {
                    color: #fff;
                }


.gform_confirmation_wrapper {
    border: 2px #3bc3cb solid;
    display: inline-block;
    font-size: 16px;
    padding: 10px;
}


.gform_wrapper .gform_ajax_spinner {
    position: absolute;
    top: 12px;
}


.gform_wrapper div.validation_error {
    color: #3bc3cb;
}


.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    background: transparent;
    float: right;
    max-width: 100%;
}


.gform_wrapper div.validation_error {
    color: #e63e3e !important;
    margin: 10px 0;
    padding-bottom: 0 !important;
}


.gform_wrapper .top_label .gfield_error {
    width: 100% !important;
}


.gform_wrapper li.gfield.gfield_error, .gform_wrapper div.validation_error {
    border-top: none !important;
    border-bottom: none !important;
    padding-top: 0 !important;
}


.gform_wrapper .validation_message {
    color: #3bc3cb !important;
    letter-spacing: 1.5px !important;
    text-align: center;
    padding-right: 0;
    font-size: 14px !important;
}


.programme .ge-programe-desc {
    padding: 75px 0 150px 0;
    font-size: 16px;
}

.programme .prog-event-link {
    text-align: center;
    margin-top: 50px;
}

.programme .ge-category-slope {
    position: relative;
}

    .programme .ge-category-slope .ge-categories {
        margin-bottom: 55px;
        z-index: 1;
    }

        .programme .ge-category-slope .ge-categories .ge-line {
            position: initial;
        }

    .programme .ge-category-slope .ge-slope {
        position: absolute;
        bottom: -55px;
        left: 0;
        width: 100%;
    }

.programme .ge-program-events {
    background-color: #1a1a1a;
    padding: 80px 0 150px 0;
    position: relative;
    margin-top: -8px;
}

    .programme .ge-program-events .prog-event-details {
        padding-bottom: 50px;
    }

.prog-event-details h2.ge-title {
    font-size: 75px;
}

.programme .ge-program-events .prog-event-details h2 {
    color: #fff;
    letter-spacing: 30px;
    text-align: center;
    margin: 0 0 47px;
    line-height: 110px;
}

.programme .ge-program-events .prog-event-details .ge-prog-desc {
    margin-top: 85px;
    color: #fff;
    padding-right: 40px;
}

    .programme .ge-program-events .prog-event-details .ge-prog-desc h3 {
        font-size: 24px;
        margin: 0 0 20px;
        font-weight: 300;
    }

.programme .ge-program-events .prog-event-details #events-listing {
    -moz-box-shadow: -3px -3px 12px 0px rgba(0, 0, 0, 0.64), -20px -20px 0px 0px #858585;
    -webkit-box-shadow: -3px -3px 12px 0px rgba(0, 0, 0, 0.64), -20px -20px 0px 0px #858585;
    box-shadow: -3px -3px 12px 0px rgba(0, 0, 0, 0.64), -20px -20px 0px 0px #858585;
}

.programme .ge-program-events .ge-event-venue .event-cat-items {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .programme .ge-program-events .ge-event-venue .event-cat-items:before, .programme .ge-program-events .ge-event-venue .event-cat-items:after {
        content: " ";
        display: table;
    }

    .programme .ge-program-events .ge-event-venue .event-cat-items:after {
        clear: both;
    }

    .programme .ge-program-events .ge-event-venue .event-cat-items .event-cat-item {
        padding: 4px;
        position: relative;
    }

        .programme .ge-program-events .ge-event-venue .event-cat-items .event-cat-item .event-cat-list {
            padding-bottom: 35%;
        }

.programme .ge-program-events .ge-event-venue .ge-pagination {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 40px;
}


.ge-description-n-category {
    background-image: url("../img/program-bg.png");
    background-position: 0% 0%;
}


.pro-content-lists .ge-pro-lists {
    margin-bottom: 80px;
}

    .pro-content-lists .ge-pro-lists h3 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .pro-content-lists .ge-pro-lists .one-fifth {
        padding-left: 6px;
        padding-right: 6px;
    }

        .pro-content-lists .ge-pro-lists .one-fifth .pro-name-list {
            margin-bottom: 12px;
            padding-bottom: 65%;
        }


.ge-pro-detail {
    padding: 75px 50px 130px;
    font-size: 16px;
}


.events .ge-event-filter, .ge-ticket-page .ge-event-filter {
    background-image: url("../img/program-bg.png");
    background-repeat: no-repeat;
    background-position: 0 115%;
    background-size: contain;
}


ul.event-fil-cat {
    text-align: center;
    margin: 50px 0;
}

    ul.event-fil-cat:before, ul.event-fil-cat:after {
        content: " ";
        display: table;
    }

    ul.event-fil-cat:after {
        clear: both;
    }

    ul.event-fil-cat li {
        display: inline;
        margin-right: 12px;
    }

        ul.event-fil-cat li a {
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            border: 1px #000 solid;
            font-size: 15px;
            padding: 13px 25px;
            text-transform: uppercase;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            ul.event-fil-cat li a:hover {
                background-color: #3bc3cb;
                border-color: #3bc3cb;
                color: #fff;
            }

        ul.event-fil-cat li:last-child {
            margin-right: 0;
        }

        ul.event-fil-cat li.active a {
            background-color: #3bc3cb;
            border-color: #3bc3cb;
            color: #fff;
        }


.ge-event-filter {
    padding-bottom: 150px;
}

    .ge-event-filter .event-filter-list .fil-event-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .ge-event-filter .event-filter-list .event-filter-items {
        border-bottom: 1px #eee solid;
        padding-bottom: 17px;
    }

        .ge-event-filter .event-filter-list .event-filter-items:last-child {
            border-bottom: none;
        }

        .ge-event-filter .event-filter-list .event-filter-items .event-cat-block {
            position: relative;
        }

            .ge-event-filter .event-filter-list .event-filter-items .event-cat-block a {
                position: relative;
            }

                .ge-event-filter .event-filter-list .event-filter-items .event-cat-block a .event-cat-list {
                    float: none;
                    height: 206px;
                    width: 100%;
                }

            .ge-event-filter .event-filter-list .event-filter-items .event-cat-block.fringe .book-ticket {
                background: #32609e;
            }

                .ge-event-filter .event-filter-list .event-filter-items .event-cat-block.fringe .book-ticket:hover {
                    background: #4078c3;
                }

            .ge-event-filter .event-filter-list .event-filter-items .event-cat-block .book-ticket {
                padding: 9px 15px;
                height: 38px;
            }

                .ge-event-filter .event-filter-list .event-filter-items .event-cat-block .book-ticket.sold-out {
                    background: #3c3c3c;
                }

                    .ge-event-filter .event-filter-list .event-filter-items .event-cat-block .book-ticket.sold-out:hover {
                        background: #565656;
                    }

                .ge-event-filter .event-filter-list .event-filter-items .event-cat-block .book-ticket.solid-green {
                    background: #20b786;
                }
                .ge-event-filter .event-filter-list .event-filter-items .event-cat-block .book-ticket.solid-blue {
                    background: #1db0c6;
                }
                .ge-event-filter .event-filter-list .event-filter-items .event-cat-block .book-ticket.solid-packages {
                    background: #2c857c;
                }
                .ge-event-filter .event-filter-list .event-filter-items .event-cat-block .book-ticket.solid-fringe {
                    background: #32609e;
                }



                .ge-event-filter .event-filter-list .event-filter-items .event-cat-block .book-ticket a {
                    color: #fff;
                    display: block;
                }

            .ge-event-filter .event-filter-list .event-filter-items .event-cat-block .event-venue-detail {
                width: 100%;
            }

            .ge-event-filter .event-filter-list .event-filter-items .event-cat-block.event-fav-block .event-cat-list {
                padding-bottom: 30%;
            }

                .ge-event-filter .event-filter-list .event-filter-items .event-cat-block.event-fav-block .event-cat-list .event-cat-caption .event-venue-detail {
                    z-index: 1;
                    width: -webkit-calc( 100% - 135px );
                    width: -moz-calc( 100% - 135px );
                    width: -o-calc( 100% - 135px );
                    width: calc( 100% - 135px );
                    overflow: hidden;
                }

                    .ge-event-filter .event-filter-list .event-filter-items .event-cat-block.event-fav-block .event-cat-list .event-cat-caption .event-venue-detail h4 {
                        color: #fff;
                    }

                .ge-event-filter .event-filter-list .event-filter-items .event-cat-block.event-fav-block .event-cat-list .book-ticket {
                    height: 40px;
                    padding: 0;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    width: 135px;
                }

                    .ge-event-filter .event-filter-list .event-filter-items .event-cat-block.event-fav-block .event-cat-list .book-ticket a {
                        margin-top: 0;
                    }


div[data-status="hide"] {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    transition: 0.3s linear;
}


div[data-status="show"] {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s linear, 0.3s transform linear 0.3s;
    -moz-transition: 0.3s linear, 0.3s transform linear 0.3s;
    -o-transition: 0.3s linear, 0.3s transform linear 0.3s;
    -ms-transition: 0.3s linear, 0.3s transform linear 0.3s;
    transition: 0.3s linear, 0.3s transform linear 0.3s;
}


.ge-gm-village .title-desc h4 {
    font-size: 21px;
    font-weight: 400;
    margin: 10px 0 0;
}

.ge-gm-village .ge-gourmet-event {
    padding-bottom: 90px;
}

    .ge-gm-village .ge-gourmet-event .ge-related-post {
        padding-right: 20px;
    }

        .ge-gm-village .ge-gourmet-event .ge-related-post h3 {
            margin: 0 0 30px 0;
            font-weight: 700;
        }

    .ge-gm-village .ge-gourmet-event .related-event-images img {
        width: 100%;
    }

.ge-gm-village .ge-event-tabs {
    padding-bottom: 30px;
}

.ge-gm-village .ge-gm-list {
    padding-bottom: 50px;
}

    .ge-gm-village .ge-gm-list:before, .ge-gm-village .ge-gm-list:after {
        content: " ";
        display: table;
    }

    .ge-gm-village .ge-gm-list:after {
        clear: both;
    }

    .ge-gm-village .ge-gm-list .event-cat-list {
        height: 206px;
        width: 100%;
    }

    .ge-gm-village .ge-gm-list .ge-new-icon {
        position: absolute;
        left: 20px;
        top: 0;
    }


.ge-inner-page .ge-banner2 .title-desc {
    margin: 40px 0 0 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

    .ge-inner-page .ge-banner2 .title-desc img {
        margin-top: 15px;
    }


.ge-related-event {
    padding: 0 0 100px 0;
}

    .ge-related-event .top-related-icon {
        margin-bottom: 30px;
    }

    .ge-related-event .ge-related-post h3 {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 20px 0;
    }

    .ge-related-event .single-event-image {
        border-bottom: 1px #ccc solid;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .ge-related-event .single-event-thumbnails h4 {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 15px 0;
    }

    .ge-related-event .single-event-thumbnails ul:before, .ge-related-event .single-event-thumbnails ul:after {
        content: " ";
        display: table;
    }

    .ge-related-event .single-event-thumbnails ul:after {
        clear: both;
    }

    .ge-related-event .single-event-thumbnails ul li {
        position: relative;
    }

        .ge-related-event .single-event-thumbnails ul li .thumbnail-wrap {
            position: relative;
            padding-bottom: 58%;
            width: 100%;
            background-position: center;
            background-size: cover;
        }

        .ge-related-event .single-event-thumbnails ul li .thumbnail-caption {
            color: #fff;
            font-size: 17px;
            line-height: 20px;
            font-weight: 700;
            left: 15px;
            position: absolute;
            top: 15px;
            white-space: normal;
            text-shadow: 1px 1px 18px #000;
        }


.ge-star-lineup {
    padding-bottom: 80px;
}

    .ge-star-lineup .lineup-title {
        position: relative;
        margin-bottom: 30px;
        z-index: 2;
    }

        .ge-star-lineup .lineup-title:after {
            background-color: #ccc;
            content: '';
            position: absolute;
            height: 1px;
            display: block;
            top: 12px;
            width: 100%;
        }

        .ge-star-lineup .lineup-title h3 {
            background-color: #fff;
            display: inline-block;
            font-weight: 700;
            margin: 0;
            position: relative;
            padding: 0 10px;
            z-index: 1;
        }

    .ge-star-lineup .star-member-team .owl-stage-outer {
        padding-bottom: 35px;
    }

        .ge-star-lineup .star-member-team .owl-stage-outer .owl-item {
            padding: 10px 12px;
        }

    .ge-star-lineup .star-member-team .owl-stage {
        margin: 0 auto;
    }

    .ge-star-lineup .star-member-team .owl-nav {
        left: auto;
        top: 36%;
        -moz-transform: translate(0, -36%);
        -o-transform: translate(0, -36%);
        -ms-transform: translate(0, -36%);
        -webkit-transform: translate(0, -36%);
        transform: translate(0, -36%);
        width: 100%;
    }

        .ge-star-lineup .star-member-team .owl-nav .owl-next, .ge-star-lineup .star-member-team .owl-nav .owl-prev {
            background-color: transparent;
            color: #000;
            position: absolute;
        }

            .ge-star-lineup .star-member-team .owl-nav .owl-next i, .ge-star-lineup .star-member-team .owl-nav .owl-prev i {
                font-size: 50px;
            }

        .ge-star-lineup .star-member-team .owl-nav .owl-prev {
            border-right: none;
            left: -45px;
        }

        .ge-star-lineup .star-member-team .owl-nav .owl-next {
            right: -45px;
        }


.ge-ticketing-info {
    padding-bottom: 80px;
}

    .ge-ticketing-info:before, .ge-ticketing-info:after {
        content: " ";
        display: table;
    }

    .ge-ticketing-info:after {
        clear: both;
    }

    .ge-ticketing-info .ticket-detail-wrap {
        margin-top: 90px;
    }

        .ge-ticketing-info .ticket-detail-wrap .ticket-title h4 {
            font-weight: 300;
            margin: 0 0 30px 0;
        }

        .ge-ticketing-info .ticket-detail-wrap .ticket-detail {
            margin-bottom: 30px;
        }

    .ge-ticketing-info .ticket-info-img {
        -moz-box-shadow: 0px 1px 15px 2px rgba(173, 168, 168, 0.48);
        -webkit-box-shadow: 0px 1px 15px 2px rgba(173, 168, 168, 0.48);
        box-shadow: 0px 1px 15px 2px rgba(173, 168, 168, 0.48);
    }

        .ge-ticketing-info .ticket-info-img img {
            border: 15px #fff solid;
        }


.ge-event-tabs {
    padding-bottom: 160px;
}

    .ge-event-tabs ul.nav-tabs {
        border-bottom: none;
        display: inline-block;
        margin-bottom: -15px;
        width: 92%;
    }

        .ge-event-tabs ul.nav-tabs li {
            display: inline-block;
            float: none;
            text-align: center;
            padding: 0 5px;
            width: 25%;
        }

            .ge-event-tabs ul.nav-tabs li a {
                -moz-box-shadow: 0px 2px 12px 2px rgba(181, 173, 173, 0.48);
                -webkit-box-shadow: 0px 2px 12px 2px rgba(181, 173, 173, 0.48);
                box-shadow: 0px 2px 12px 2px rgba(181, 173, 173, 0.48);
                border: none;
                background-color: #fff;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                padding: 15px 30px;
                margin-right: 0;
            }

            .ge-event-tabs ul.nav-tabs li.active a, .ge-event-tabs ul.nav-tabs li:focus a {
                border: none;
                border-bottom: 4px #3bc3cb solid;
            }

    .ge-event-tabs .tab-content {
        background-color: #e2e2e2;
        min-height: 350px;
        margin-bottom: 60px;
        text-align: left;
        padding: 50px 30px;
    }


.ge-event-detail-table {
    margin-bottom: 100px;
}


.star-participating-events .ge-event-filter {
    padding-bottom: 15px;
    text-align: center;
}

    .star-participating-events .ge-event-filter .event-filter-list .event-filter-items {
        border-bottom: 0;
    }

        .star-participating-events .ge-event-filter .event-filter-list .event-filter-items .col-sm-4 {
            display: inline-block;
            float: none;
        }


.lined-header {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
    overflow: hidden;
}

    .lined-header:before, .lined-header:after {
        position: absolute;
        top: 51%;
        overflow: hidden;
        width: 50%;
        height: 1px;
        content: '\a0';
        background-color: rgba(0, 0, 0, 0.2);
    }

    .lined-header:before {
        margin-left: -52%;
        text-align: right;
    }

    .lined-header:after {
        margin-left: 2%;
    }


.single-sponsor .star-avatar {
    background-color: #fff;
}

    .single-sponsor .star-avatar .image-box {
        -moz-box-shadow: 1px -1px 13px 0px #aba1a1;
        -webkit-box-shadow: 1px -1px 13px 0px #aba1a1;
        box-shadow: 1px -1px 13px 0px #aba1a1;
        position: relative;
        padding-bottom: 92%;
        width: 262px;
    }

        .single-sponsor .star-avatar .image-box img {
            max-width: 90%;
        }


.ge-stars-page .ge-star {
    margin: 35px 0;
}


.ge-tickets-holder {
    padding: 75px 0;
}

    .ge-tickets-holder .ge-tickets-title {
        text-transform: uppercase;
    }

    .ge-tickets-holder table.table > thead > tr > th {
        border-bottom-width: 1px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 22px;
        padding: 16px 0;
    }

        .ge-tickets-holder table.table > thead > tr > th:first-child {
            color: #3bc3cb;
        }

    .ge-tickets-holder table.table > tbody > tr > th, .ge-tickets-holder table.table > tbody > tr > td {
        padding: 16px 8px;
    }

@media (min-width: 991px) {
    .ge-tickets-holder table.table > tbody > tr > th.col-lg-8, .ge-tickets-holder table.table > tbody > tr > td.col-lg-8 {
        padding-right: 40px;
    }
}


.ge-news-page .ge-banner1 {
    margin-bottom: 115px;
}


.ge-related-news {
    padding-bottom: 220px;
}


.faq-queries {
    padding: 200px 0;
}

    .faq-queries .panel {
        background-color: transparent;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .faq-queries .panel.panel-default {
            margin-bottom: 20px;
        }

            .faq-queries .panel.panel-default .panel-heading {
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                background-color: transparent;
                border: none;
            }

                .faq-queries .panel.panel-default .panel-heading.active .panel-title a:before {
                    -moz-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

                .faq-queries .panel.panel-default .panel-heading .panel-title a {
                    font-size: 18px;
                    position: relative;
                    padding-left: 50px;
                }

                    .faq-queries .panel.panel-default .panel-heading .panel-title a:before {
                        content: '\f105';
                        color: #3bc3cb;
                        position: absolute;
                        left: 0;
                        font-family: 'FontAwesome';
                        font-size: 35px;
                        line-height: 20px;
                        -webkit-transition: transform 0.3s ease-in-out;
                        -moz-transition: transform 0.3s ease-in-out;
                        -o-transition: transform 0.3s ease-in-out;
                        -ms-transition: transform 0.3s ease-in-out;
                        transition: transform 0.3s ease-in-out;
                    }

                    .faq-queries .panel.panel-default .panel-heading .panel-title a:hover {
                        color: #3bc3cb;
                    }

            .faq-queries .panel.panel-default .panel-body {
                border-top: none !important;
            }

                .faq-queries .panel.panel-default .panel-body a {
                    color: #3bc3cb;
                }

                .faq-queries .panel.panel-default .panel-body p {
                    padding-left: 50px;
                }

                .faq-queries .panel.panel-default .panel-body ul {
                    padding-left: 80px;
                }


.ge-single-news .ge-banner-section .caption h1 {
    font-size: 75px;
}


.ge-description-with-image .single-news-post {
    font-size: 16px;
    padding-right: 30px;
}

    .ge-description-with-image .single-news-post h1 {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 30px 0;
    }


.ge-inner-page .ngg-gallery-thumbnail-box {
    max-width: 20% !important;
}

    .ge-inner-page .ngg-gallery-thumbnail-box > div {
        margin: 0;
        border: none;
        background-color: transparent;
    }

.ge-inner-page .ngg-album-compact {
    width: 25%;
    border: none;
}

    .ge-inner-page .ngg-album-compact h4 {
        font-weight: 400;
        margin: 5px !important;
        text-align: center;
    }

        .ge-inner-page .ngg-album-compact h4 .ngg-album-desc {
            height: auto;
        }

    .ge-inner-page .ngg-album-compact p.ngg-album-gallery-image-counter {
        display: none;
    }

.ge-inner-page .ngg-album-compactbox {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 5px !important;
    text-align: center;
}

    .ge-inner-page .ngg-album-compactbox img.Thumb {
        border: none !important;
    }

    .ge-inner-page .ngg-album-compactbox:before, .ge-inner-page .ngg-album-compactbox:after {
        display: none;
    }


.sponsors-cat {
    background-color: #f0f0f0;
    padding: 170px 0 150px;
}

    .sponsors-cat .ge-sponsors-list {
        margin-bottom: 20px;
    }

        .sponsors-cat .ge-sponsors-list:before, .sponsors-cat .ge-sponsors-list:after {
            content: " ";
            display: table;
        }

        .sponsors-cat .ge-sponsors-list:after {
            clear: both;
        }

        .sponsors-cat .ge-sponsors-list .sponsor-head {
            position: relative;
            z-index: 1;
        }

            .sponsors-cat .ge-sponsors-list .sponsor-head h3 {
                background-color: #f0f0f0;
                color: #797676;
                display: inline-block;
                font-size: 14px;
                margin: 0 0 20px;
                padding-right: 10px;
            }

                .sponsors-cat .ge-sponsors-list .sponsor-head h3:after {
                    border-bottom: 1px #ccc solid;
                    content: '';
                    position: absolute;
                    top: 9px;
                    left: 0;
                    width: 100%;
                    z-index: -1;
                }

        .sponsors-cat .ge-sponsors-list a {
            display: block;
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            -o-transition: all 0.1s linear;
            -ms-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .sponsors-cat .ge-sponsors-list a:hover {
                -moz-transform: translate(0, -10px);
                -o-transform: translate(0, -10px);
                -ms-transform: translate(0, -10px);
                -webkit-transform: translate(0, -10px);
                transform: translate(0, -10px);
                -moz-box-shadow: 0px 5px 11px 5px #ddd;
                -webkit-box-shadow: 0px 5px 11px 5px #ddd;
                box-shadow: 0px 5px 11px 5px #ddd;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                -ms-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

                .sponsors-cat .ge-sponsors-list a:hover .ge-sponsrs {
                    border-bottom: 4px solid #3bc3cb;
                }

            .sponsors-cat .ge-sponsors-list a .ge-sponsrs {
                background-color: #fff;
                border-bottom: 4px solid transparent;
                position: relative;
                padding-bottom: 100%;
            }

                .sponsors-cat .ge-sponsors-list a .ge-sponsrs img {
                    max-width: 90%;
                }


.ge-our-content .top-icon {
    margin-bottom: 30px;
}

.ge-our-content .ge-link-btn {
    background-color: #595959;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-top: 30px;
    padding: 10px 30px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

    .ge-our-content .ge-link-btn:hover {
        background-color: black;
    }


.ge-your-journey .ge-two-col-content {
    display: block;
}


.ge-our-story .ge-banner-section {
    margin-bottom: 90px;
}


.ge-two-col-content:before, .ge-two-col-content:after {
    content: " ";
    display: table;
}

.ge-two-col-content:after {
    clear: both;
}

.ge-two-col-content ul {
    padding-left: 20px;
}


.ge-our-content:before, .ge-our-content:after {
    content: " ";
    display: table;
}

.ge-our-content:after {
    clear: both;
}

.ge-our-content .content-detail-wrap {
    padding-right: 20%;
}

    .ge-our-content .content-detail-wrap .our-title h3 {
        font-weight: 700;
        margin: 0 0 30px 0;
    }

    .ge-our-content .content-detail-wrap .ge-content-detail {
        margin-bottom: 30px;
    }

    .ge-our-content .content-detail-wrap a {
        display: inline-block;
    }

.ge-our-content .content-info-img {
    -moz-box-shadow: 0px 1px 15px 2px rgba(173, 168, 168, 0.48);
    -webkit-box-shadow: 0px 1px 15px 2px rgba(173, 168, 168, 0.48);
    box-shadow: 0px 1px 15px 2px rgba(173, 168, 168, 0.48);
}

    .ge-our-content .content-info-img img {
        border: 15px #fff solid;
    }


.our-sponsor-wrap:before, .our-sponsor-wrap:after {
    content: " ";
    display: table;
}

.our-sponsor-wrap:after {
    clear: both;
}

.our-sponsor-wrap .col-sm-4, .our-sponsor-wrap .col-md-4 {
    padding-left: 4px;
    padding-right: 4px;
}

.our-sponsor-wrap .our-sponsor-img {
    background-color: #fff;
    border: 1px #ccc solid;
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 8px;
}

    .our-sponsor-wrap .our-sponsor-img img {
        max-width: 90%;
    }


.ge-right-content.content-detail-wrap {
    padding-left: 10%;
    padding-right: 0;
    margin-top: 0;
}


.ge-history-detail-wrap .content-detail-wrap {
    margin-top: 0;
}

    .ge-history-detail-wrap .content-detail-wrap .history-content-detail {
        border-bottom: 1px #ccc solid;
        margin-bottom: 25px;
    }

.ge-history-detail-wrap .ge-history-year h3 {
    text-shadow: 0px 1px 15px #b7afaf;
    color: #fff;
    margin: 0;
}

    .ge-history-detail-wrap .ge-history-year h3 span {
        font-size: 264px;
        margin: 0;
        line-height: 200px;
    }

        .ge-history-detail-wrap .ge-history-year h3 span:nth-child(2) {
            margin-top: 10px;
        }

        .ge-history-detail-wrap .ge-history-year h3 span:nth-child(3) {
            margiin-top: 15px;
        }

        .ge-history-detail-wrap .ge-history-year h3 span:last-child {
            margiin-top: 10px;
        }


.ge-our-gallery .content-detail-wrap {
    padding-left: 10%;
}


.error-page .page-header {
    border-bottom: none;
}

    .error-page .page-header .error-detail p {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 8px;
        line-height: 45px;
    }

.error-page .error-bg {
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: 0% 100%;
    position: relative;
    padding-bottom: 30%;
}

    .error-page .error-bg .head-back {
        padding-top: 115px;
    }

        .error-page .error-bg .head-back span {
            color: #000;
            display: block;
            font-size: 16px;
            margin-bottom: 25px;
            font-weight: 700;
            letter-spacing: 4px;
        }

        .error-page .error-bg .head-back .error-link {
            -moz-box-shadow: 1px -1px 13px 0px #aba1a1;
            -webkit-box-shadow: 1px -1px 13px 0px #aba1a1;
            box-shadow: 1px -1px 13px 0px #aba1a1;
            color: #3bc3cb;
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            padding: 10px 35px;
            letter-spacing: 3px;
            -webkit-transition: background-color 0.3s linear;
            -moz-transition: background-color 0.3s linear;
            -o-transition: background-color 0.3s linear;
            -ms-transition: background-color 0.3s linear;
            transition: background-color 0.3s linear;
        }

            .error-page .error-bg .head-back .error-link:hover {
                background-color: #3bc3cb;
                color: #fff;
            }


.ge-inner-page.ge-default-page .ge-banner-section .caption h1 {
    line-height: 100px !important;
}


.default-content {
    margin-top: 70px;
}

    .default-content .gform_wrapper {
        margin-top: 70px;
    }

        .default-content .gform_wrapper .gform_body label {
            font-size: 16px;
        }

        .default-content .gform_wrapper .gform_body .ginput_container input {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            height: 38px;
            border-color: #ccc;
        }

            .default-content .gform_wrapper .gform_body .ginput_container input:focus {
                border-color: #3bc3cb;
            }

        .default-content .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox {
            height: auto;
        }

        .default-content .gform_wrapper .gform_body #field_2_8 label.gfield_label {
            display: none;
        }

        .default-content .gform_wrapper .gform_footer {
            padding: 0;
        }

            .default-content .gform_wrapper .gform_footer input[type="submit"].gform_button {
                background-color: #3bc3cb;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                color: #fff;
                border-color: #3bc3cb;
                padding: 12px 20px;
            }


.ge-inner-page .ge-banner {
    background-repeat: no-repeat;
    background-size: cover;
}


.ge-contact-page div.wpcf7 {
    width: 70%;
    margin: 0 auto;
}

    .ge-contact-page div.wpcf7 label, .ge-contact-page div.wpcf7 .wpcf7-form-control-wrap {
        display: block;
    }

.ge-contact-page .wpcf7-form-control {
    border-color: #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    width: 100%;
}

    .ge-contact-page .wpcf7-form-control.wpcf7-submit {
        text-transform: uppercase;
        color: #fff;
        border: none;
        font-size: 18px;
        padding: 15px;
        min-width: 180px;
        max-width: 200px;
    }


.ge-contact-page {
    background-color: #1a1a1a;
    padding-bottom: 160px;
}

    .ge-contact-page .contact-holder {
        max-width: 760px;
        margin: -319px auto 40px;
        text-align: center;
        background-color: #fff;
        -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.9);
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.9);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.9);
        position: relative;
        z-index: 1;
    }

        .ge-contact-page .contact-holder h1 {
            text-transform: uppercase;
            text-align: center;
            color: #fff;
            background-color: #000;
            padding: 10px;
            font-size: 50px;
            margin: 0;
            letter-spacing: 5px;
        }

        .ge-contact-page .contact-holder .ge-line-form {
            opacity: 0.1;
            margin-bottom: -15px;
        }

    .ge-contact-page .contact-form-holder {
        padding: 20px;
    }

        .ge-contact-page .contact-form-holder h3 {
            font-weight: 400;
            margin: 0px 0 20px;
            font-size: 20px;
        }


.ge-search-list-page.ge-inner-page .ge-banner-section .caption h1 {
    color: rgba(255, 255, 255, 0.35);
}


.ge-search-result-page {
    padding-top: 80px;
}

    .ge-search-result-page form.search-form {
        text-align: center;
        max-width: 400px;
        border: 1px solid #000;
        margin: 0 auto;
        height: 40px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        position: relative;
    }

        .ge-search-result-page form.search-form label {
            width: 85%;
        }

            .ge-search-result-page form.search-form label input[type="search"] {
                border: none;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                height: 37px;
                text-align: center;
                background: transparent;
                width: 100%;
            }

        .ge-search-result-page form.search-form input[type="submit"] {
            width: 36px;
            height: 36px;
            background-color: #3bc3cb;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            position: absolute;
            right: 1px;
            top: 1px;
            color: #fff;
            font-size: 12px;
            font-family: fontAwesome;
            padding: 0;
        }

        .ge-search-result-page form.search-form ~ p {
            text-align: center;
            margin-top: 10px;
        }

    .ge-search-result-page .has-results {
        text-transform: uppercase;
        font-weight: 400;
        margin: 30px 0 0;
    }

    .ge-search-result-page .ge-search.ge-news {
        padding-top: 12px;
        margin-bottom: 0;
    }

    .ge-search-result-page .ge-search .detail {
        border-bottom: 1px solid #e6e6e6;
    }

    .ge-search-result-page .ge-search .search-cat-name {
        color: #fff;
        text-transform: uppercase;
        background-color: #3bc3cb;
        padding: 10px 15px;
        font-size: 16px;
    }

    .ge-search-result-page .ge-search img {
        width: 100%;
    }

    .ge-search-result-page .paging-nav {
        text-align: center;
    }


.ge-page-description {
    padding: 100px 0 30px;
    font-size: 16px;
}


.ge-event-map-filter {
    margin-bottom: 50px;
    -moz-box-shadow: 0 0 21px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 21px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 21px 2px rgba(0, 0, 0, 0.2);
}

    .ge-event-map-filter .events-inner-list {
        height: 615px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        position: relative;
        -moz-box-shadow: 9px 0px 17px -3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 9px 0px 17px -3px rgba(0, 0, 0, 0.2);
        box-shadow: 9px 0px 17px -3px rgba(0, 0, 0, 0.2);
    }

        .ge-event-map-filter .events-inner-list .ge-event-title-n-icon {
            padding: 10px 20px;
            color: #fff;
            text-transform: uppercase;
            font-size: 16px;
        }

            .ge-event-map-filter .events-inner-list .ge-event-title-n-icon .img {
                float: right;
            }

            .ge-event-map-filter .events-inner-list .ge-event-title-n-icon .ge-sub-title {
                overflow: hidden;
                padding-right: 5px;
            }

        .ge-event-map-filter .events-inner-list .arrow {
            text-align: center;
            cursor: pointer;
            position: absolute;
            left: 0;
            right: 0;
            background-color: #fff;
        }

            .ge-event-map-filter .events-inner-list .arrow.arrow-up {
                top: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }

                .ge-event-map-filter .events-inner-list .arrow.arrow-up.show {
                    opacity: 1;
                    visibility: visible;
                }

            .ge-event-map-filter .events-inner-list .arrow.arrow-down {
                bottom: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }

                .ge-event-map-filter .events-inner-list .arrow.arrow-down.show {
                    opacity: 1;
                    visibility: visible;
                }

            .ge-event-map-filter .events-inner-list .arrow .fa {
                font-size: 30px;
                color: #818181;
            }

        .ge-event-map-filter .events-inner-list .ge-events {
            position: relative;
            overflow: hidden;
        }

            .ge-event-map-filter .events-inner-list .ge-events ul {
                list-style: none;
                margin: 0;
                padding: 35px 0;
                max-height: 572px;
                overflow-y: hidden;
            }

                .ge-event-map-filter .events-inner-list .ge-events ul li.active {
                    background-color: #f2f2f2;
                    color: #3bc3cb;
                }

                .ge-event-map-filter .events-inner-list .ge-events ul li a {
                    padding: 10px 15px;
                    display: block;
                    font-size: 16px;
                }

                    .ge-event-map-filter .events-inner-list .ge-events ul li a:hover {
                        background-color: #f2f2f2;
                        color: #3bc3cb;
                    }

    .ge-event-map-filter .map {
        padding: 20px 20px 20px 0px;
    }


.ge-discover {
    text-align: center;
}

    .ge-discover .col-lg-3 {
        float: none;
        display: inline-block;
    }

    .ge-discover .event-cat-items .event-cat-list {
        height: 183px;
    }

        .ge-discover .event-cat-items .event-cat-list .event-cat-caption {
            top: 20px;
            bottom: initial;
            text-align: left;
        }

            .ge-discover .event-cat-items .event-cat-list .event-cat-caption h4 {
                font-size: 24px;
                line-height: 28px;
                text-transform: uppercase;
            }



#iw_container .iw_title {
    font-weight: 400;
    margin-bottom: 25px;
}

    #iw_container .iw_title .wihslist {
        float: right;
    }

        #iw_container .iw_title .wihslist i {
            font-size: 24px;
        }

            #iw_container .iw_title .wihslist i.fa-heart {
                color: #3bc3cb;
            }

    #iw_container .iw_title .title {
        font-size: 16px;
        overflow: hidden;
        max-width: 215px;
    }

#iw_container .iw_content > a {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

    #iw_container .iw_content > a:first-child {
        background-color: #656565;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        #iw_container .iw_content > a:first-child:hover {
            background-color: #585858;
        }

    #iw_container .iw_content > a:last-child {
        margin-right: 0;
    }


.tra-producer-wrap {
    border-bottom: 1px #ccc solid;
    margin-bottom: 70px;
    padding-bottom: 40px;
}

    .tra-producer-wrap:before, .tra-producer-wrap:after {
        content: " ";
        display: table;
    }

    .tra-producer-wrap:after {
        clear: both;
    }

    .tra-producer-wrap a {
        display: block;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .tra-producer-wrap .tra-producer-logo {
        margin-bottom: 40px;
        padding: 0 15px;
    }

        .tra-producer-wrap .tra-producer-logo .tra-img-wrap {
            background-color: #fff;
            -moz-box-shadow: 0px 5px 12px 5px #f1efef;
            -webkit-box-shadow: 0px 5px 12px 5px #f1efef;
            box-shadow: 0px 5px 12px 5px #f1efef;
            position: relative;
            padding-bottom: 50%;
        }

            .tra-producer-wrap .tra-producer-logo .tra-img-wrap img {
                max-width: 90%;
                max-height: 150px;
            }

        .tra-producer-wrap .tra-producer-logo .tra-img-content {
            font-size: 16px;
            text-align: center;
        }

            .tra-producer-wrap .tra-producer-logo .tra-img-content h5 {
                font-weight: 700;
                font-size: 18px;
                margin: 30px 0 10px;
            }

            .tra-producer-wrap .tra-producer-logo .tra-img-content p {
                display: -webkit-box;
                display: -moz-box;
                display: box;
                height: 66px;
                -webkit-line-clamp: 3;
                -moz-line-clamp: 3;
                line-clamp: 3;
                -webkit-box-orient: vertical;
                -moz-box-orient: vertical;
                box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }
