﻿body {
    font-family: 'Raleway-Light';
    top: 0px !important;
    margin: 0px !important;
    padding: 10px !important;
    background-color: #f0f0f0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 100% !important;
    width: 100% !important;
    /*font-family: Montserrat-Regular;*/
    color: #333;
}

.body-container {
    width: 100%;
    background-color: #fff;
    padding-top:85px;
}

.s-green-text {
    color: #80cc28;
}

.divider {
    background-color: #f5f5f5;
}
.s-green {
    background-color: #80cc28;
}

.s-orange-text {
    color: #f1511b;
}

.s-orange {
    background-color: #f1511b;
}

.s-blue-text {
    color: #00adef;
}

.s-blue {
    background-color: #00adef;
}

.s-yellow-text {
    color: #fbbc09;
}

.s-yellow {
    background-color: #fbbc09;
}

.s-green-light {
    background-color: #d6f6b1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway-Bold';
    text-transform:capitalize;
}

.sigri-color-bar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1511b+3,80cc28+35,fbbc09+65,00adef+96 */
    background: #f1511b;
    background: -moz-linear-gradient(left, #f1511b 3%, #80cc28 35%, #fbbc09 65%, #00adef 96%);
    background: -webkit-linear-gradient(left, #f1511b 3%,#80cc28 35%,#fbbc09 65%,#00adef 96%);
    background: linear-gradient(to right, #f1511b 3%,#80cc28 35%,#fbbc09 65%,#00adef 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1511b', endColorstr='#00adef',GradientType=1 );
}

p{
    font-family: 'Raleway-Light';
    text-align:justify;
    font-size:1.2rem;
}
.content-title {
    display: inline-block;
    padding-bottom: 8px;
    position: relative;
}
    .content-title:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 1px;
        bottom: 0;
        left:0;
        border-bottom: 3px solid #EE3134;
    }
.event-primary-container {
    padding: 8px !important;
}
.event-holder {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #c5c5c5;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top:20px;
}
    .event-holder .event-top {
        background-image: url('/images/eventBGCL.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 216px;
        width: 100%;
        position: relative;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .event-holder .event-top-cover {
        height: 216px;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        background-color: rgba(0,0,0,0.4);
        display: block;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
        .event-holder .event-top .event-logo-holder {
            -webkit-border-radius: 0 0 15px 15px;
            border-radius: 0 0 15px 15px;
            width: 90px;
            height: 120px;
            position: absolute;
            top: 0px;
            left: 50%;
            margin-left: -45px;
            background-color: #fff;
            z-index:2;
        }
            .event-holder .event-top .event-logo-holder img {
                width: 60%;
                margin-left: 20%;
                margin-top: 20%;
            }
    .event-holder .event-date-holder {
        font-family: 'Raleway-Regular';
        font-size: 16px;
        font-weight: bold;
        width: 100px !important;
        padding-top: 5px;
        height: 100px;
        overflow-x: hidden;
        overflow-y: hidden;
        text-align: center;
        -webkit-border-radius: 50px 50px 50px 50px;
        border-radius: 50px 50px 50px 50px;
        /*background-color: #872995;*/
        background-color: #c5c5c5;
        color: #333;
        position: absolute;
        top: 166px;
        left: 50%;
        margin-left: -50px;
        text-transform: uppercase;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
        .event-holder .event-date-holder .date {
            /*font-family: 'OpenSans-Bold', Arial, Helvetica, sans-serif;*/
            font-family: 'Raleway-Regular';
            font-weight: bold;
            font-size: 32px;
        }
    .event-holder:hover {
        /*-webkit-box-shadow: 10px 10px 10px 3px #c5c5c5;
        box-shadow: 10px 10px 10px 3px #c5c5c5;*/
    }
    .event-holder:hover .event-top-cover{
        display: none;
    }
    .event-holder:hover .event-date-holder {
        background-color: #ff0000;
        color: #fff;
    }
    .event-holder .event-body {
        text-align:center;
        text-transform:uppercase;
        font-size:11px;
        font-family: 'Raleway-Regular';
        padding-top:60px;
        line-height:30px;
    }
        .event-holder .event-body .row {
            padding: 0px !important;
            margin: 0px !important;
        }
            .event-holder .event-body .row .col{
                padding:0px !important;
                margin:0px !important;
            }
                .event-holder .event-body .row .col img {
                    width: 60%;
                }
        .event-holder .ticketButton {
            -webkit-border-radius: 15px 15px 15px 15px;
            border-radius: 15px 15px 15px 15px;
            border: 1px solid #fff;
            width: 160px;
            -webkit-box-shadow: 0 0 0 0 #ffffff;
            box-shadow: 0 0 0 0 #ffffff;
            background-color: #fff !important;
            font-family: 'Raleway-Bold';
            font-weight: bold;
            text-transform: uppercase;
            color: #333;
            position: relative;
            top: 20px;
            left: 50%;
            margin-left: -80px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }
    .event-holder:hover{
        background-color:#fafafa;
    }
    .event-holder:hover .ticketButton {
        border: 1px solid #c5c5c5;
    }
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sidenav-overlay {
    z-index: -1 !important;
    display:none !important;
    /*opacity:0 !important;*/
}
.sidenav{
    z-index:99 !important;
}
.sidenav li a {
    text-align: left;
}

.sidenav .sidnav-footer{
    position:absolute;
    bottom:8vh;
    left:0px;
    right:0px;
    text-align:center;
}

blockquote{
    border-left:5px solid #80cc28;
    padding-top:20px;
    padding-bottom:20px;
}

.sp-clear-spaces {
    padding: 0px !important;
    margin: 0px !important;
}

.sp-padding-0 {
    padding: 0px !important;
}

.sp-padding-5 {
    padding: 5px !important;
}

.sp-padding-10 {
    padding: 10px !important;
}

.sp-padding-20 {
    padding: 20px !important;
}

.sp-padding-50{
    padding:50px !important;
}

.sp-padding-5-pr {
    padding: 5% !important;
}

.sp-padding-left-50 {
    padding-left: 50px !important;
}

.sp-padding-left-30 {
    padding-left: 30px !important;
}

.sp-padding-left-20 {
    padding-left: 20px !important;
}

.sp-padding-left-10 {
    padding-left: 10px !important;
}

.sp-padding-right-50 {
    padding-right: 50px !important;
}

.sp-padding-right-30 {
    padding-right: 30px !important;
}

.sp-padding-right-20 {
    padding-right: 20px !important;
}

.sp-padding-right-10 {
    padding-right: 10px !important;
}

.sp-padding-top-60 {
    padding-top: 60px !important;
}

.sp-padding-top-40 {
    padding-top: 40px !important;
}

.sp-padding-top-30 {
    padding-top: 30px !important;
}

.sp-padding-top-25 {
    padding-top: 25px !important;
}

.sp-padding-top-20 {
    padding-top: 20px !important;
}

.sp-padding-top-10 {
    padding-top: 10px !important;
}

.sp-padding-top-5 {
    padding-top: 5px !important;
}

.sp-padding-bottom-30 {
    padding-bottom: 40px !important;
}

.sp-padding-bottom-20 {
    padding-bottom: 20px !important;
}

.sp-padding-bottom-10 {
    padding-bottom: 10px !important;
}

.sp-padding-bottom-5 {
    padding-bottom: 5px !important;
}

.sp-margin-0{
    margin:0px !important;
}

.sp-margin-top-50 {
    margin-top: 50px !important;
}

.sp-margin-top-30 {
    margin-top: 30px !important;
}

.sp-margin-top-20 {
    margin-top: 20px !important;
}

.sp-margin-top-15 {
    margin-top: 15px !important;
}

.sp-margin-top-10 {
    margin-top: 10px !important;
}

.sp-margin-top-5 {
    margin-top: 5px !important;
}

.sp-margin-right-20 {
    margin-right: 20px !important;
}

.sp-margin-right-10 {
    margin-right: 10px !important;
}

.sp-margin-right-5 {
    margin-right: 5px !important;
}

.sp-margin-left-20 {
    margin-left: 20px !important;
}

.sp-margin-left-10 {
    margin-left: 10px !important;
}

.sp-margin-left-5 {
    margin-left: 5px !important;
}

.sp-margin-bottom-20 {
    margin-bottom: 20px !important;
}

.sp-margin-bottom-10 {
    margin-bottom: 10px !important;
}

.sp-margin-bottom-5 {
    margin-bottom: 5px !important;
}

.sp-margin-right-2-pr {
    margin-right: 2% !important;
}

.sp-margin-right-5-pr {
    margin-right: 5% !important;
}

.sp-margin-right-10-pr {
    margin-right: 10% !important;
}

.sp-margin-left-2-pr {
    margin-left: 2% !important;
}

.sp-margin-left-5-pr {
    margin-left: 5% !important;
}

.sp-margin-left-10-pr {
    margin-left: 10% !important;
}

.sp-margin-left-15-pr {
    margin-left: 15% !important;
}

.sp-text-upper {
    text-transform: uppercase;
}

.cart-holder-top {
    position: absolute;
    width: 74px;
    height: 85px;
    background: url("/images/cart-holder-bg.png") no-repeat;
    content: "";
    right: 12px;
    top: 2px;
    vertical-align: top;
}

    .cart-holder-top .cart-icon {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        top: 30px;
        left: 28px;
        cursor: pointer;
        color: #fff;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-size: 18px;
    }

        .cart-holder-top .cart-icon:hover {
            /*color: #225524;*/
            color: #ffd800 !important;
        }

.ticket-holder-top {
    position: absolute;
    width: 140px;
    height: 45px;
    background-color: #f1511b;
    content: "";
    right: 160px;
    top: 10px;
    vertical-align: top;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
    .ticket-holder-top:hover {
        /*background-color: #ffd800;*/
        -webkit-box-shadow: 1px 2px 5px 1px #c5c5c5;
        box-shadow: 1px 2px 5px 1px #c5c5c5;
    }
    .ticket-holder-top .cart-icon {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        top: 10px;
        left: 22px;
        cursor: pointer;
        color: #fff;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-size: 14px;
        letter-spacing:1px;
        font-family: 'Raleway-Bold';
    }
        .ticket-holder-top .cart-icon i {
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
            margin-right: 8px;
        }

.user-link {
    position: absolute;
    width: 24px;
    height: 25px;
    right: 100px;
    top: 35px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #333;
    font-size: 18px;
}

    .user-link:hover {
        color: #ffd800;
        text-shadow: 0 0 5px #ffd800;
    }


.social-holder {
    position: absolute;
    width: 160px;
    height: 67px;
    content: "";
    left: 12px;
    top: 20px;
    vertical-align: top;
}
.whatsapp-green {
    background-color: #01e675;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .whatsapp-green:hover {
        background-color: #01e675;
        color: #fff;
    }

.social-facebook-holder {
    /*background-color: #fff;*/
    color: #3c5a99;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .social-facebook-holder a {
        color: #3c5a99;
    }

    .social-facebook-holder:hover {
        background-color: #3c5a99;
        color: #fff !important;
    }

        .social-facebook-holder:hover a {
            color: #fff !important;
        }

.social-twitter-holder {
    /*background-color: #fff;*/
    color: #38A1F3;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .social-twitter-holder a {
        color: #38A1F3;
    }

    .social-twitter-holder:hover {
        background-color: #38A1F3;
        color: #fff !important;
    }

        .social-twitter-holder:hover a {
            color: #fff !important;
        }

.social-whatsapp-holder {
    /*background-color: #fff;*/
    color: #01e675;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .social-whatsapp-holder a {
        color: #01e675;
    }

    .social-whatsapp-holder:hover {
        background-color: #01e675;
        color: #fff !important;
    }

        .social-whatsapp-holder:hover a {
            color: #fff !important;
        }

.social-youtube-holder {
    /*background-color: #fff;*/
    color: #ff0000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .social-youtube-holder a {
        color: #ff0000;
    }

    .social-youtube-holder:hover {
        background-color: #ff0000;
        color: #fff !important;
    }

        .social-youtube-holder:hover a {
            color: #fff !important;
        }

.sp-text-lower {
    text-transform: lowercase;
}
.logo {
    padding-top:10px;
    height: 60px;
    width: auto;
}
header {
    border-top: 2px solid #80cc28;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    padding: 10px;
    position:fixed;
    top:0px;
    left:10px;
    right:10px;
}
nav {
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
}

    nav.nav-center ul {
        text-align: center;
    }

        nav.nav-center ul li {
            display: inline;
            margin-left: 20px;
            margin-right: 20px;
            float: none;
        }

            nav.nav-center ul li a {
                display: inline-block;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
                /*font-family: 'Raleway-Bold';*/
                font-family: 'Raleway-Light';
                letter-spacing:2px;
                font-weight: bold;
                text-transform: uppercase;
                color: #333;
            }

                nav.nav-center ul li a:hover {
                    color: #333;
                }
.nav-holder span {
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    /*font-family: 'Raleway-Bold';*/
    font-family: 'Raleway-Bold';
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
    margin-top:10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
    .nav-holder span a {
        color: #333;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .nav-holder span:hover {
        /*background-color: #f1511b;*/
    }
        .nav-holder span:hover a {
            color: #f1511b;
        }

.nav-footer-holder {
    padding:50px 20px 50px 20px;
}
.nav-footer span {
    border-right: 1px solid #01e675;
    padding-right: 10px;
    padding-left: 10px;
}

.nav-footer span:last-child {
    border-right: 0px none #fff;
}

    .nav-footer span a {
        font-family: 'Raleway-Bold';
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .nav-footer span a:hover {
            color: #f1511b;
        }

.banner {
    background-color: #fff;
}
.banner-left{
    float:left;
    width:50%;
    padding-left:5%;
    padding-top:2%;
}
.banner-right {
    float: right;
    width: 50%;
}