
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
> Font Face
> Site Header
> Body
> Home Page
	> Hero 1
	> Hero 2
	> Hero 3
	> Section Today's Schedule
	> Section Upcoming Events
	> Section Calendar Events
	> Section Event Category
	> Section Recent Videos
	> Section Ticket Count
	> Section Call To Action
	> Section Latest News/Tweets
	> Section Video Parallax
	> Section Sponsors
	> Section Newsletter
> Page Default
> Search Result Page
> Select Seat Page
> Select Seat Page v2
> Order Detail Page
> Review Order Page
> Download Ticket Page 
> Error	404: Page Not Found
> Event By Category
> Order Tickets Without Seat
> Payment Method
> Artist Page
> Gallery 
> Event Single
> Full Event Schedule
> Site Footer


  

--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Font Face
------------------------------------------------------------- */

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.otf");
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("../fonts/Montserrat-Light.otf");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.otf");
}

@font-face {
    font-family: "Montserrat-Hairline";
    src: url("../fonts/Montserrat-Hairline.ttf");
}

@font-face {
    font-family: "Champagne-Limousines-Bold";
    src: url("../fonts/Champagne-Limousines-Bold.ttf");
}

@font-face {
    font-family: "Champagne-Limousines";
    src: url("../fonts/Champagne-Limousines.ttf");
}



/*--------------------------------------------------------------
	Body
--------------------------------------------------------------*/

body {
    font-family: "Montserrat-Regular";
}
/* SCROLL */
::-webkit-scrollbar {
    /* width: 6px; */
    opacity: 0.8;
}

::-webkit-scrollbar-button {
    width: 6px;
    height: 1px;
}

::-webkit-scrollbar-track {
    background: #f9f9f9;
    border: thin solid #ccc;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    border: thin solid #ccc;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #bbb;
    }
/* FINE SCROLL */

a:focus, a:hover {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

a.underline {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

    a.underline:hover {
        text-decoration: none;
    }

.row {
    clear: both;
}

.no-top {
    padding-top: 0 !important;
}

p.subtitle {
    text-align: center;
    margin-top: 10px;
}

.spacer-35 {
    height: 35px;
    width: 100%;
}

b, strong {
    font-weight: 700;
    color: inherit;
    font-family: "Montserrat-Regular";
    letter-spacing: 0.1em;
}

button:focus {
    outline: 0;
}

p {
    margin-bottom: 0;
    /* text-align: right; */
}

.color-white {
    color: #fff;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

/*--------------------------------------------------------------
	Site Header
--------------------------------------------------------------*/

/* custom fixed header */
.site-header {
    /*height: 122px;*/
}

#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    /*-webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.46);
	box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.46);*/
}

#fake_masthead {
    visibility: hidden;
    height: 122px;
}

.navbar {
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}

.mobile-menu-visibility {
    display: none;
}

.top-language ul ul {
    margin-top: -7px;
}

input#search {
    width: 96%;
}

.input-group-append {
    float: right;
    margin-top: 15px;
}

    .input-group-append i.fas.fa-search {
        font-size: 15px;
        padding-bottom: 8px;
        position: absolute;
        margin-left: -33px;
    }

@media screen and (max-width: 61.938em) {
    .mobile-menu-visibility {
        display: block;
    }

    .main-header-bg {
        display: none;
    }

    #site-navigation .navbar-toggle {
        float: left;
    }

    .search-header {
        width: 0 !important;
    }

    input#search_input_mobile {
        width: 30%;
    }

    #Mmobile-overlay-container .fa-search {
        position: absolute;
        margin: 15px 0 0 28vw;
    }

    .mobileLang {
        position: absolute;
        left: 70vw;
    }

    .row .top-language {
        display: none;
    }

    .mobileLang .top-language ul ul {
        background-color: #fff;
        margin-top: -12px;
    }


    /* Animazione menu mobile hamburger to X */
    .container-mobile {
        display: inline-block;
        cursor: pointer;
    }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    /* Fine Animazione menu mobile hamburger to X */
}



.search_input {
    padding: 8px 8px 8px 0;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #0284ba;
    font-family: "Montserrat-Light";
}

.search-header-mobile {
    padding: 6px;
}

    .search-header-mobile > input {
        width: 100%;
        max-width: inherit;
        display: none;
    }

.search-header {
    display: inline-block;
    vertical-align: middle;
    width: calc(89% - 754px);
    float: right;
    padding-top: 10px;
}

.input-group {
    display: block;
}




.search-header > input {
    width: 100%;
    background: transparent;
}

/*.search-header .fa-search{
    position: absolute;
    float:right;
    padding-top: 15px;
    padding-left: 350px;
    z-index: -1;
}*/

h1 > small, h2 > small, h3 > small, h4 > small {
    display: block;
    margin-top: 8px;
    font-size: 80%;
    font-family: "Montserrat-Light";
}

h1.center, h2.center, h3.center, h4.center {
    text-align: center;
}

.read-all {
    display: block;
    color: #ff6600;
    margin-top: 8px;
    text-decoration: underline;
    text-align: right;
}

    .read-all.left {
        text-align: left;
    }

    .read-all:hover {
        text-decoration: none;
    }

.spalla-cc > img {
    width: 44px;
}

a.flag {
    display: block;
    width: 32px;
    height: 16px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

    a.flag.it {
        background-image: url(/imagesn/flag/it.png);
    }

    a.flag.uk {
        background-image: url(/imagesn/flag/uk.png);
    }

    a.flag.es {
        background-image: url(/imagesn/flag/es.png);
    }

    a.flag.fr {
        background-image: url(/imagesn/flag/fr.png);
    }

    a.flag.ab {
        background-image: url(/imagesn/flag/ab.png);
    }

.language-arrow {
    color: #fff;
    font-size: 15px;
    margin-left: 32px;
    margin-top: 3px;
    transition: transform 0.5s;
}

    .language-arrow:hover {
        transform: rotate(-180deg);
        margin-top: 0;
    }

.top-language:hover .language-arrow {
    transform: rotate(-180deg);
    margin-top: 0;
}

#js-bootstrap-offcanvas {
    padding: 0;
}

    #js-bootstrap-offcanvas ul.nav > li {
        margin: auto;
    }

        #js-bootstrap-offcanvas ul.nav > li:hover > a, #js-bootstrap-offcanvas ul.nav > li.active {
            /*background-color: #0679a9;*/
            /*color: #1e8fbd !important;*/
            /*border-radius: 3px;*/
            border-bottom: 1px solid #0679a9;
            margin-bottom: -1px;
        }

        #js-bootstrap-offcanvas ul.nav > li.active {
            box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.1);
        }

.nav > li {
    transition: all 0.2s ease-in-out 0s;
}

/* end custom fixed header */

.anchor_more_information {
    display: block;
    width: fit-content;
    text-align: center;
    margin: 8px auto;
    font-size: 14px;
    color: #f60;
    cursor: pointer;
}

    .anchor_more_information:hover {
        text-decoration: underline;
    }

    .anchor_more_information > i {
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
    }

#cart-preview-container {
    font-family: "Montserrat-light";
    display: none;
    position: absolute;
    background-color: #fff;
    width: 340px;
    right: 200px;
    border-radius: 3px;
    border: 1px solid #eee;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
    margin-top: 10px;
    z-index: 9999;
    top: 38px;
}

i.fas.fa-shopping-bag {
    padding-left: 5px;
    font-size: 20px;
    margin-top: -10px;
}

.cart-number {
    font-size: 20px;
}

.cart-empty {
    display: none;
    padding: 10px;
    font-size: 13px;
    background-color: #fff;
    color: #333;
    text-align: center;
}

.cart-preview-element {
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    color: #333;
}

    .cart-preview-element:hover {
        /*color:#0284ba;*/
        background-color: #f0f0f0;
        cursor: pointer;
    }

    .cart-preview-element:nth-child(odd) {
        background-color: #f5f5f5;
    }

.cart-preview-element-title {
    font-family: "Montserrat-Regular";
    display: block;
    margin-bottom: 10px;
    color: #0284ba;
    font-size: 14px;
}

.cart-preview-element-data {
    display: block;
}

.cart-preview-element-qta {
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: top;
}

.cart-preview-element-price {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 60px;
    font-size: 16px;
}

.cart-preview-element.timing {
    text-align: center;
    background-color: #545454;
    color: #fff;
}

    .cart-preview-element.timing > span {
        font-weight: bold;
    }

h3.standard-body {
    font-size: 18px;
    color: #6f6f6f;
    font-family: "Montserrat-Regular";
    margin: 15px;
}

.centered {
    text-align: center;
}

small {
    font-size: 85%;
}

.site-branding {
    padding: 0;
}

.site-title {
    margin-top: 4px;
}

    .site-title a img {
        max-height: 42px;
        width: auto;
    }

.top-header {
    /*padding:6px 0;*/
}

.top-header-bg {
    background: #0679a9;
    padding: 5px 0;
}

.top-header .top-left {
    float: left;
    padding: 6px 0 6px 6px;
    line-height: 16px;
}

.top-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .top-header ul li {
        float: left
    }

.top-header .top-left ul li {
    margin: 0 20px 0 0
}

    .top-header .top-left ul li a {
        color: #f0f0f0;
        font-size: 12px;
        text-decoration: none;
        display: block;
        font-family: 'Open Sans', sans-serif;
    }

        .top-header .top-left ul li a:hover {
            text-decoration: underline;
        }

        .top-header .top-left ul li a i {
            color: #fff;
            margin: 0 10px 0 0;
        }

.top-header .top-right {
    float: right;
    padding: 20px 0 6px 0;
}

    .top-header .top-right ul li {
        border-left: 2px solid #f0f0f0;
    }

        .top-header .top-right ul li:first-child {
            border: none
        }

            .top-header .top-right ul li:first-child a {
                /*  color: #ff6600;*/
                font-weight: 700;
            }

        .top-header .top-right ul li a {
            color: #f0f0f0;
            font-size: 12px;
            line-height: 16px;
            text-decoration: none;
            text-transform: uppercase;
            padding: 0 10px;
            display: block;
            font-family: 'Open Sans', sans-serif;
            /*background:none;*/
        }

.top-language {
    float: right;
    padding: 20px 0 6px 0;
}

    .top-language ul ul {
        display: block;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        z-index: 1000;
        width: 48px;
        top: 28px;
        margin-left: -8px;
        background-color: transparent;
        padding: 0 8px;
        transition: max-height 1s ease-in;
    }

        .top-language ul ul li {
            display: block;
            margin: 4px 0;
        }

    .top-language:hover ul ul {
        max-height: 500px;
        transition: max-height 1s ease-in;
    }


.main-header {
    padding: 5px 0;
    position: relative;
    z-index: 99999;
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
}

.fix-header .main-header .container {
    position: relative
}

    .fix-header .main-header .container:after {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        background: #fff
    }

.main-header-bg {
    background: #fff;
    padding: 5px 0 15px;
    position: relative;
    z-index: 999;
    border-bottom: none
}

.fix-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header-1 #site-navigation .cart a {
    background-color: #f89406;
    background-size: 25px 23px !important;
    border: 1px solid #f89406;
}

.header-1 #site-navigation .cart i.fa-opencart {
    position: absolute;
    z-index: 2;
    margin: 14px 0 0 46px;
    color: #fff;
    font-size: 20px;
}

.mobile-cart {
    position: absolute;
    right: 60px;
    bottom: 0;
    display: none;
}

    .mobile-cart a {
        font-size: 15px;
        line-height: 20px;
        text-transform: uppercase;
        background-color: #fff !important;
        color: #016c98;
        /*border:1px solid #f89406;*/
        border-radius: 3px;
        margin: 6px 0;
        padding: 7px 20px !important;
        font-family: "Montserrat-Light";
        width: 90px;
        position: relative;
        display: block;
    }

        .mobile-cart a:before {
            display: block;
            content: "\f07a";
            font-family: 'FontAwesome';
            position: absolute;
            top: 7px;
            right: 20px;
            font-size: 18px
        }


.header-3 .top-header .top-left ul li a {
    color: #fff
}

    .header-3 .top-header .top-left ul li a i {
        color: #96b790
    }


.header-3 .top-header .top-right ul li:first-child a,
.header-3 .top-header .top-right ul li a {
    color: #fff
}

.header-3 #site-navigation .cart a {
    border: 1px solid #fff
}

.show_login .fa-user {
    color: #fff;
    font-size: 20px;
}

#LoginStatus_Utente .fa-user {
    font-size: 20px;
    padding-left: 5px;
}

/*--------------------------------------------------------------
	nav principal menu
--------------------------------------------------------------*/

.horizontal-menu {
    display: flex !important;
}

/*--------------------------------------------------------------
	END nav principal menu
--------------------------------------------------------------*/

#site-navigation {
    margin: 0;
}

    #site-navigation .navbar-collapse {
        padding: 0;
    }

    #site-navigation .nav li > a {
        font-size: 15px;
        text-transform: uppercase;
        color: #0284ba;
        padding: 14px 15px;
    }

    #site-navigation .nav li a > i {
        font-size: 19px;
        margin-right: 4px;
    }

    #site-navigation .nav li > ul {
        display: none;
        max-height: 0;
        position: absolute;
        background-color: #fff;
        align-items: center;
        /* display: flex; */
        padding: 0 0 0.25rem 0.5rem;
        /* width: 137%; */
        /* justify-content: flex-end; */
    }

    #site-navigation .nav li:hover > ul {
        display: block;
        max-height: initial;
        transition: all 0.3s linear;
    }

    #site-navigation .nav li > ul > li > a {
        display: block;
        padding: 14px 20px;
        /* background-color: #0284ba;*/
    }

    #site-navigation .nav li > ul > li > ah:hover {
        background-color: #0679a9;
    }

    #site-navigation .nav li.dropdown > a > i {
        margin-left: 4px;
        top: -2px;
        position: relative;
    }
    /*#site-navigation .nav li.dropdown:hover > a > i {
			transform: rotate(90);
			transition: all 0.3s linear;
		}*/

    #site-navigation .nav > li > a:focus,
    #site-navigation .nav > li > a:hover {
        background: none;
        text-decoration: none;
    }

    #site-navigation .cart {
        margin: 0 0 0 20px;
    }

        #site-navigation .cart > a {
            /*border:1px solid #ff6600;*/
            color: #016c98 !important;
            background-color: #fff;
            border-radius: 3px;
            margin: 6px 0;
            padding: 7px 20px !important;
            font-family: "Montserrat-Light";
            width: 90px;
            background-size: 25px 23px !important;
            position: relative;
        }

            #site-navigation .cart > a:hover {
                color: #016c98 !important;
                background-color: #fff !important;
                opacity: 0.9;
            }

            #site-navigation .cart > a:before {
                display: block;
                content: "\f07a";
                font-family: 'FontAwesome';
                position: absolute;
                top: 7px;
                right: 20px;
                font-size: 18px;
                transition: all 0.2s ease-in-out 0s;
            }

        #site-navigation .cart.adding > a:before {
            font-size: 24px
        }

.closecanvas {
    display: none;
}


/*--------------------------------------------------------------
	Hero 1
------------------------------------------------------------- */

.hero-1 {
    position: relative;
    background: url(../imagesn/hero-1-img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 686px
}

    .hero-1:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(217,30,24,.9);
        background: -moz-linear-gradient(-45deg, rgba(217,30,24,.9) 0%, rgba(255,102,0,.9) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(217,30,24,.9) 0%,rgba(255,102,0,.9) 100%);
        background: linear-gradient(135deg, rgba(217,30,24,.9) 0%,rgba(255,102,0,.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d91e18', endColorstr='#ff6600',GradientType=1 );
    }

    .hero-1 .hero-content {
        height: auto;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 40%;
        width: 60%;
        z-index: 900;
    }

        .hero-1 .hero-content .hero-title {
            font-size: 36px;
            color: #fff;
            font-family: "Montserrat-Regular";
            margin: 0 0 20px
        }

        .hero-1 .hero-content .hero-caption {
            font-size: 26px;
            color: #fff;
            font-family: "Montserrat-Light";
            margin: 0 0 45px;
        }

        .hero-1 .hero-content .hero-search {
            margin: 0 0 45px;
        }

            .hero-1 .hero-content .hero-search input[type="text"] {
                border: 2px solid #fff;
                padding: 25px 80px 25px 45px;
                color: #fff;
                font-size: 22px;
                font-family: "Montserrat-Light";
                width: 710px;
                background: rgba(240,243,243, 0.2) url(../imagesn/search.png)no-repeat 93% center;
                border-radius: 50px;
                margin: 0 auto;
            }

                .hero-1 .hero-content .hero-search input[type="text"]::-webkit-input-placeholder {
                    color: #fff;
                }

                .hero-1 .hero-content .hero-search input[type="text"]::-moz-placeholder {
                    color: #fff;
                }

                .hero-1 .hero-content .hero-search input[type="text"]:-ms-input-placeholder {
                    color: #fff;
                }

                .hero-1 .hero-content .hero-search input[type="text"]:-moz-placeholder {
                    color: #fff;
                }

    .hero-1 .hero-location p {
        color: #fff;
        font-size: 15px;
    }

        .hero-1 .hero-location p i {
            margin: 0 5px;
        }

        .hero-1 .hero-location p a {
            font-size: 12px;
            opacity: .6;
            text-decoration: underline;
            color: #fff;
            margin: 0 5px;
        }

/*--------------------------------------------------------------
	Hero 2
------------------------------------------------------------- */

.hero-2 {
    position: relative;
    background: url(../imagesn/hero-2-img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 686px
}

    .hero-2:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(117,1,121,.9);
        background: -moz-linear-gradient(-45deg, rgba(117,1,121,.9) 0%, rgba(214,16,16,.9) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(117,1,121,.9) 0%,rgba(214,16,16,.9) 100%);
        background: linear-gradient(135deg, rgba(117,1,121,.9) 0%,rgba(214,16,16,.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#750179', endColorstr='#d61010',GradientType=.9 );
    }

    .hero-2 .hero-content {
        height: auto;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 28%;
        width: 60%;
        z-index: 900;
    }

        .hero-2 .hero-content .hero-title {
            font-size: 75px;
            line-height: 75px;
            color: #fff;
            font-family: "Champagne-Limousines";
            margin: 0 0 30px
        }

        .hero-2 .hero-content .hero-caption {
            font-size: 20px;
            line-height: 20px;
            text-transform: uppercase;
            color: #fff;
            font-family: "Montserrat-Regular";
            margin: 0 0 10px;
        }

            .hero-2 .hero-content .hero-caption span {
                font-family: "Montserrat-Hairline";
            }

    .hero-2 .count-down {
        text-align: center;
        margin: 0 0 40px;
    }

        .hero-2 .count-down li {
            font-size: 36px;
            font-family: "Montserrat-Regular";
            display: inline-block;
            padding: 25px 0;
            text-align: center;
            border: 1px solid #fff;
            border-radius: 5px;
            margin: 0 15px;
            color: #fff;
            width: 105px;
        }

            .hero-2 .count-down li span {
                display: block;
                font-size: 17px;
                font-family: "Montserrat-Light";
                margin: 15px 0 0;
            }

    .hero-2 .hero-location p {
        color: #fff;
        font-size: 15px;
        margin: 0 0 30px;
    }

        .hero-2 .hero-location p i {
            margin: 0 5px;
        }

        .hero-2 .hero-location p a {
            font-size: 12px;
            opacity: .6;
            text-decoration: underline;
            color: #fff;
            margin: 0 5px;
        }

    .hero-2 .hero-purchase-ticket a {
        display: inline-block;
        background: #ff6600;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        padding: 20px 50px;
        border-radius: 50px;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.28);
        box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.28);
    }

        .hero-2 .hero-purchase-ticket a:hover {
            background: #fff;
            color: #ff6600;
        }

/*--------------------------------------------------------------
	Hero 3
------------------------------------------------------------- */

.hero-3 {
    position: relative;
    background: url(../imagesn/hero-3-img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 686px
}

    .hero-3:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(17,90,0,.9);
        background: -moz-linear-gradient(-60deg, rgba(17,90,0,.9) 0%, rgba(0,0,0,.9) 100%);
        background: -webkit-linear-gradient(-60deg, rgba(17,90,0,.9) 0%,rgba(0,0,0,.9) 100%);
        background: linear-gradient(135deg, rgba(17,90,0,.9) 0%,rgba(0,0,0,.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115a00', endColorstr='#000000',GradientType=1 );
    }

    .hero-3 .hero-content {
        height: auto;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 30%;
        width: 60%;
        z-index: 900;
    }

        .hero-3 .hero-content .hero-date {
            width: 95px;
            height: 95px;
            border-radius: 50px;
            margin: 0 auto 50px;
            background: #66a061;
            text-align: center;
            padding: 20px 0;
            position: relative;
        }

            .hero-3 .hero-content .hero-date:before {
                background: rgba(248, 148, 6, 0.7);
                width: 52px;
                height: 52px;
                content: "";
                border-radius: 50px;
                position: absolute;
                left: -7px;
                bottom: -8px;
            }

            .hero-3 .hero-content .hero-date .day {
                font-size: 33px;
                color: #fff;
                font-family: "Montserrat-Regular";
                display: block;
            }

            .hero-3 .hero-content .hero-date .month {
                font-size: 19px;
                color: #fff;
                font-family: "Montserrat-Light";
                display: block;
                text-transform: uppercase
            }

        .hero-3 .hero-content .hero-title {
            font-size: 47px;
            line-height: 47px;
            color: #fff;
            font-family: "Montserrat-Bold";
            text-transform: uppercase;
            margin: 0 0 20px
        }

        .hero-3 .hero-content .hero-caption {
            font-size: 36px;
            line-height: 36px;
            text-transform: uppercase;
            color: #fff;
            font-family: "Montserrat-Regular";
            margin: 0 0 20px;
        }

    .hero-3 .hero-location p {
        color: #fff;
        font-size: 15px;
        margin: 0 0 30px;
    }

        .hero-3 .hero-location p i {
            margin: 0 5px;
        }

        .hero-3 .hero-location p a {
            font-size: 12px;
            opacity: .6;
            text-decoration: underline;
            color: #fff;
            margin: 0 5px;
        }

    .hero-3 .hero-purchase-ticket span {
        display: block;
        color: #ff6600;
        font-size: 22px;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        margin: 0 0 20px;
    }

    .hero-3 .hero-purchase-ticket a {
        display: inline-block;
        background: #ff6600;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        padding: 20px 50px;
        border-radius: 50px;
    }

        .hero-3 .hero-purchase-ticket a:hover {
            background: #fff;
            color: #ff6600;
        }

/* CARRELLO */
.header-cart-process > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    font-size: 18px;
    padding-top: 26px;
    text-decoration: none;
}

    .header-cart-process > a:hover {
        text-decoration: underline;
    }

    .header-cart-process > a.done {
        color: #ccc;
    }

    .header-cart-process > a.active {
        color: #f60;
    }

    .header-cart-process > a:before {
        content: ' ';
        position: absolute;
        z-index: 2;
        width: 20px;
        height: 20px;
        background-color: #ccc;
        border-radius: 50%;
        top: -10px;
        left: calc(50% - 10px);
    }

    .header-cart-process > a.done:before {
        background-color: #0284ba;
    }

    .header-cart-process > a.active:before {
        background-color: #ff6600;
    }

    .header-cart-process > a:after {
        content: ' ';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        background-color: #ccc;
    }

    .header-cart-process > a:first-child:after {
        width: 50%;
        left: 50%;
    }

    .header-cart-process > a:last-child:after {
        width: 50%;
    }

    .header-cart-process > a.done:after {
        background-color: #0284ba;
    }

    .header-cart-process > a.active:after {
        /*background-color: #ff6600;*/
        background: #0284ba;
        background: -moz-linear-gradient(left, #0284ba 0%, #ff6600 50%, #cccccc 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #0284ba 0%,#ff6600 50%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #0284ba 0%,#ff6600 50%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0284ba', endColorstr='#ff6600',GradientType=1 ); /* IE6-9 */
    }

    .header-cart-process > a.active:first-child:after {
        /*background-color: #ff6600;*/
        background: #0284ba;
        background: -moz-linear-gradient(left, #ff6600 0%, #ff6600 50%, #cccccc 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ff6600 0%,#ff6600 50%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ff6600 0%,#ff6600 50%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
    }

/* MENU PANNELLO */
.header-panel {
    margin-top: 40px;
    text-align: center;
}

    .header-panel > a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 25%;
        text-align: center;
        font-size: 18px;
        padding-top: 26px;
        text-decoration: none;
    }

        .header-panel > a:hover {
            text-decoration: underline;
        }

        .header-panel > a.active {
            color: #f60;
        }

        .header-panel > a:before {
            content: ' ';
            position: absolute;
            z-index: 2;
            width: 20px;
            height: 20px;
            background-color: #ccc;
            border-radius: 50%;
            top: -10px;
            left: calc(50% - 10px);
        }

        .header-panel > a.active:before {
            background-color: #f60;
        }

        .header-panel > a:after {
            content: ' ';
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 1px;
            top: 0;
            left: 0;
            background-color: #ccc;
        }

        .header-panel > a:first-child:after {
            width: 50%;
            left: 50%;
        }

        .header-panel > a:last-child:after {
            width: 50%;
        }

div.ticket_details span {
    font-size: 14px;
}

.order_tickets_container {
    position: relative;
    padding-bottom: 20px;
}

    .order_tickets_container .ticket_container {
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        border-left: 4px solid #f60;
        padding: 8px 16px;
        margin-bottom: 5px;
        background-color: #f5f5f5;
        font-size: 14px;
    }

.btn-delete {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
    color: #0679a9;
}

.btn-download {
    position: absolute;
    /* width: 90px; */
    height: 30px;
    top: 5px;
    right: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
    color: #0074a4 !important;
}

.btn-infointest {
    position: relative;
    width: 30px;
    height: 30px;
    top: -52px;
    right: -240px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
    color: #ff6600;
}

.event-information {
    display: block;
    margin: 10px 0;
    padding-bottom: 6px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

    .event-information > span {
        display: inline-block;
        vertical-align: middle;
    }

        .event-information > span.event-ticket {
            width: calc(100% - 110px);
            padding: 20px 0;
        }

        .event-information > span.event-price {
            width: 100px;
            font-weight: 100;
            text-align: center;
            font-family: "Montserrat-Light";
            font-size: 14px;
        }

.event-information-incart {
    display: block;
    margin: 10px 0;
    padding-bottom: 6px;
    font-size: 16px;
    border-top: 3px solid #fff;
}

    .event-information-incart > span {
        display: inline-block;
        vertical-align: middle;
    }

        .event-information-incart > span.event-ticket {
            width: calc(100% - 110px);
            padding: 20px 0;
        }

        .event-information-incart > span.event-price {
            width: 100px;
            font-weight: 100;
            text-align: center;
            font-family: "Montserrat-Light";
            font-size: 14px;
        }

.event-information > span.event-ticket {
    font-size: 14px;
    line-height: 15pt;
}

.ticket_intestazione input.form-control {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 8px;
    width: calc(50% - 10px);
}

@media only screen and (max-width: 600px) {
    .ticket_intestazione input.form-control {
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
        margin-right: 8px;
        width: calc(100% - 10px) !important;
    }
}


.rimexv-group,
.cambionmt-group,
.anagrafica {
    font-size: 12px;
    font-family: "Montserrat-Light";
}

    .rimexv-group > .title,
    .cambionmt-group > .title,
    .anagrafica > .title {
        display: block;
        font-size: 14px;
        font-family: "Montserrat-light";
        margin: 8px 0;
    }

    .rimexv-group.form-control,
    .cambionmt-group.form-control,
    .anagrafica .form-control {
        margin-bottom: 8px;
    }

.section-order-details-event-info h3 {
    font-size: 20px !important;
    margin-bottom: 25px;
}

select.form-control.col-2, input.form-control.col-2 {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    /*width: calc(50% - 6px);*/
}

.anagrafica .input-lg {
    font-size: 14px !important;
    height: 34px !important;
}

label[for~="id_privacy"], label[for~="id_newsletter"], label[for~="id_consenso_esteso"], label[for~="id_consenso_profilazione"] {
    font-size: 12px;
}

@media screen and (max-width: 48em) {
    select.form-control.col-2 {
        display: block;
        width: 100%;
    }
}

input:read-only {
    background-color: #f5f5f5;
    color: #999;
}

/* MENU MOBILE */
#Mmobile-overlay-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    text-align: center;
}

a.show_mobileMenu {
    padding-top: 3px;
}

i.fas.fa-bars {
    font-size: 2.5em;
}

.mobile-menu {
    font-size: 2em;
}

    .mobile-menu li ul li {
        padding-top: 35px;
    }

        .mobile-menu li ul li a {
            color: #0679a9 !important;
        }

.panel-biglietti .section-page-form {
    width: 80%;
    margin: 0 auto;
}

span#TX_INFOEVENTO_BIKEIN div {
    line-height: 2em;
}

textarea#TextNoteCliente {
    margin-top: 20px;
}

/* LOGIN */
#login-overlay-container {
    display: none;
    position: absolute;
    /*z-index: 10001;*/
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.8);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    text-align: center;
}

    #login-overlay-container .login-container {
        position: relative;
        width: 640px;
        margin: 0 auto;
        margin-top: 20px;
        padding: 30px;
    }

.login-container > .title {
    display: block;
    font-size: 20px;
    color: #8c8c8c;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.login-container .input-icon {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 43px;
    background-color: #ccc;
    margin-bottom: 8px;
    text-align: center;
    color: #fff;
    border-radius: 0.3em 0 0 0.3em;
}

.error .input-icon {
    background-color: #da0000;
}

.login-container input {
    display: inline-block;
    vertical-align: top;
    padding: 10px 12px;
    border: 1px solid transparent;
    margin-bottom: 12px;
    width: calc(100% - 40px);
    box-shadow: 3px 3px 10px #848484;
    border-radius: 0 0.3em 0.3em 0;
}

.error > input {
    border: 1px solid #da0000;
}

.login-container .input-icon i {
    font-size: 18px;
    line-height: 40px;
}

.close_login {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}

    .close_login:hover {
        color: #fff;
    }

#login-error {
    display: none;
    color: #fff;
    margin: 0 0 12px 0;
}

/* AFTER LOGIN  */
#Mutente-overlay-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 15vh;
    background-color: #fff;
    border-bottom: 1px solid rgb(204, 204, 204);
    text-align: center;
}

ul.utente-menu {
    display: flex;
    margin: 35px auto;
    width: 70%;
}

    ul.utente-menu li {
        font-size: 1.2em;
        text-transform: uppercase;
        padding-right: 2vw;
    }

        ul.utente-menu li a:hover {
            color: #0284ba;
        }

.utente_logout {
    color: #ff6600
}

a.orange_link {
    font-family: "Montserrat-Light";
    color: #ff6600;
    text-decoration: none;
}

    a.orange_link:hover {
        text-decoration: underline;
    }

/*--------------------------------------------------------------
	Section Today's Schedule
------------------------------------------------------------- */

.section-todays-schedule {
    background: #005f86;
    padding: 70px 0;
}

    .section-todays-schedule .section-header {
        margin: 0 0 35px;
    }

        .section-todays-schedule .section-header h2 {
            font-size: 22px;
            line-height: 22px;
            color: #ff6600;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            position: relative;
            padding: 0 0 0 25px;
            display: inline-block;
            font-weight: 700
        }

            .section-todays-schedule .section-header h2:before {
                display: block;
                width: 5px;
                height: 16px;
                content: "";
                position: absolute;
                left: 0;
                top: 4px;
                background: #ff6600;
            }

        .section-todays-schedule .section-header .todays-date {
            display: inline-block;
            font-size: 14px;
            line-height: 22px;
            color: #ff6600;
            float: right;
        }

            .section-todays-schedule .section-header .todays-date strong {
                color: #fff
            }

            .section-todays-schedule .section-header .todays-date i {
                margin: 0 15px 0 0;
                font-size: 18px;
            }

    .section-todays-schedule .section-content {
        position: relative
    }

        .section-todays-schedule .section-content ul li {
            float: left;
            padding: 0 25px 20px;
            border-bottom: 1px solid #464646;
            position: relative;
            height: 93px;
        }

            .section-todays-schedule .section-content ul li.event-1 {
                padding: 0 25px 20px 0;
                margin: 0 0 0 30px;
            }

            .section-todays-schedule .section-content ul li:after {
                content: "";
                width: 6px;
                height: 10px;
                background: url(../imagesn/events-arrow.png);
                display: block;
                position: absolute;
                top: 10px;
                right: 0;
            }

            .section-todays-schedule .section-content ul li.event-4:after {
                display: none;
            }

            .section-todays-schedule .section-content ul li.event-1:before {
                content: "";
                width: 20px;
                height: 19px;
                background: url(../imagesn/events-clock.png);
                display: block;
                position: absolute;
                bottom: -10px;
                left: 0;
            }

            .section-todays-schedule .section-content ul li.event-2:before,
            .section-todays-schedule .section-content ul li.event-3:before,
            .section-todays-schedule .section-content ul li.event-4:before {
                content: "";
                width: 7px;
                height: 8px;
                background: url(../imagesn/events-dot.png);
                display: block;
                position: absolute;
                bottom: -4px;
                left: 35px;
            }

        .section-todays-schedule .section-content .event-time {
            font-size: 24px;
            display: block;
            color: #d7d7d7;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
        }

            .section-todays-schedule .section-content .event-time strong {
                font-size: 12px;
                color: #d7d7d7;
                font-family: 'Open Sans', sans-serif;
            }

        .section-todays-schedule .section-content .event-name {
            font-size: 12px;
            color: #d7d7d7;
            display: block;
            margin: 0 0 10px;
            font-family: 'Open Sans', sans-serif;
        }

        .section-todays-schedule .section-content .get-ticket {
            font-size: 10px;
            color: #fff;
            padding: 5px 15px;
            background: #ff6600;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            border: none;
            border-radius: 20px;
            font-weight: 700;
            display: inline-block;
        }

            .section-todays-schedule .section-content .get-ticket:hover {
                color: #ff6600;
                background: #fff;
            }

        .section-todays-schedule .section-content .sold-ticket {
            font-size: 10px;
            color: #ff6600;
            padding: 5px 15px;
            background: none;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            border: 1px solid #ff6600;
            border-radius: 20px;
            font-weight: 700;
            display: inline-block;
            pointer-events: none;
            cursor: default;
        }

        .section-todays-schedule .section-content .event-list-label {
            color: #d7d7d7;
            font-size: 12px;
            font-family: 'Open Sans', sans-serif;
            position: absolute;
            bottom: -4px;
            right: 0;
        }

            .section-todays-schedule .section-content .event-list-label span {
                font-weight: 300;
                font-family: 'Open Sans', sans-serif;
            }

/*--------------------------------------------------------------
	Section Upcoming Events
------------------------------------------------------------- */

section.gray {
    background-color: #f0f0f0 !important;
}

.partner-logo {
    transition: all 0.2s ease-in-out 0s;
    filter: saturate(0);
    opacity: 0.6;
}

    .partner-logo:hover {
        filter: saturate(1);
        opacity: 1;
    }

.section-upcoming-events {
    padding: 30px 0;
}

    .section-upcoming-events .section-header {
        overflow: hidden;
        margin: 0 0 15px;
        padding: 0 0 0 25px;
    }

        .section-upcoming-events .section-header h2 {
            font-size: 22px;
            line-height: 22px;
            color: #373737;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            display: block;
            margin: 0 0 25px;
            font-weight: 700;
            position: relative;
        }

            .section-upcoming-events .section-header h2:before {
                display: block;
                width: 5px;
                height: 16px;
                content: "";
                position: absolute;
                left: -25px;
                top: 4px;
                background: #ff6600;
            }

        .section-upcoming-events .section-header p {
            color: #6f6f6f;
            font-size: 13px;
            font-family: "Montserrat-Light";
            line-height: 22px;
            padding: 0 2px;
            float: left;
            width: 70%;
        }

        .section-upcoming-events .section-header .content_container {
            color: #6f6f6f;
            font-size: 13px;
            font-family: "Montserrat-Light";
            line-height: 22px;
            padding: 0 2px;
            display: inline-block;
            vertical-align: top;
            width: 50%;
        }

        .section-upcoming-events .section-header .action_container {
            display: inline-block;
            vertical-align: top;
            width: 50%;
        }

a.evento-search-container {
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: block;
}

    a.evento-search-container.h210 {
        height: 210px !important;
    }

    a.evento-search-container.h170 {
        height: 170px !important;
    }

.section-upcoming-events .section-header a, .section-upcoming-events .section-header button {
    color: #ff6600;
    border: 1px solid #ff6600;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    /*float:right;*/
    font-size: 12px;
    font-family: "Montserrat-Light";
    padding: 13px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 300;
    transition: all 0.2s ease-in-out 0s;
    margin: 8px;
}

    .section-upcoming-events .section-header a.smallButton, .section-upcoming-events .section-header button.smallButton {
        padding: 6px 20px;
        border-radius: 20px;
    }

    .section-upcoming-events .section-header a.toggleEvents.active, .section-upcoming-events .section-header button.toggleEvents.active {
        padding-left: 45px;
        position: relative;
    }

    .section-upcoming-events .section-header a:hover, .section-upcoming-events .section-header button:hover {
        background: #ff6600;
        color: #fff;
    }

    .section-upcoming-events .section-header a.active, .section-upcoming-events .section-header button.active {
        background: #ff6600;
        color: #fff
    }

    section-upcoming-events .section-header a.active.toggleEvents:after, .section-upcoming-events .section-header button.toggleEvents.active:after {
        content: "\f058";
        font-family: FontAwesome;
        text-decoration: none;
        position: absolute;
        left: 15px;
        top: 7px;
        font-size: 20px;
        color: #fff;
        z-index: 1;
    }

    section-upcoming-events .section-header a.active.toggleEvents.smallButton:after, .section-upcoming-events .section-header button.toggleEvents.active.smallButton:after {
        top: 0px;
    }

/* ROB: Update padding eventi in primo piano width&margin */
.section-upcoming-events .section-content ul li {
    width: 49%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 2.5px;
}

    .section-upcoming-events .section-content ul li a.eventBannerImage {
        display: block;
        height: 280px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

.section-upcoming-events .section-content .date {
    padding: 15px;
    background: rgba(36,36,36, 0.8);
    position: absolute;
    top: 0;
    left: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

    .section-upcoming-events .section-content .date a {
        color: #fff
    }

    .section-upcoming-events .section-content .date .day {
        font-size: 30px;
        display: block;
        font-family: "Montserrat-Regular";
        margin: 0 0 5px;
    }

    .section-upcoming-events .section-content .date .month {
        font-size: 10px;
        display: block;
        font-family: "Montserrat-Light";
        margin: 0 0 5px;
    }

    .section-upcoming-events .section-content .date .year {
        font-size: 10px;
        display: block;
        font-family: "Montserrat-Light";
    }

.section-upcoming-events .section-content .info {
    padding: 50px 20px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(253,253,253,0) 1%, rgba(28,28,28,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(253,253,253,0) 1%,rgba(28,28,28,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(253,253,253,0) 1%,rgba(28,28,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1c1c1c',GradientType=0 )
}

    .section-upcoming-events .section-content .info a {
        color: #fff;
    }

    .section-upcoming-events .section-content .info p {
        font-size: 16px;
        font-family: "Montserrat-Regular";
        color: #fff;
        width: 65%;
        float: left;
        margin: 0;
    }

        .section-upcoming-events .section-content .info p span {
            display: block;
            color: #b3b3b3;
            font-size: 11px;
            font-family: "Montserrat-Light";
        }

            .section-upcoming-events .section-content .info p span a {
                color: #b3b3b3;
            }

                .section-upcoming-events .section-content .info p span a:hover {
                    text-decoration: underline;
                }

.section-page-news {
    padding: 40px 0;
}

    .section-page-news li {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

        .section-page-news li a {
            color: #ff6600;
        }

.section-upcoming-events .section-content .info .get-ticket {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    padding: 10px 15px;
    background: #ff6600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border: none;
    border-radius: 3px; /*20px;*/
    font-weight: 700;
    display: inline-block;
    width: 30%;
    float: right;
    text-align: center
}

    .section-upcoming-events .section-content .info .get-ticket:hover {
        background: #fff;
        color: #ff6600;
        text-decoration: none !important;
    }

a.button-round-white {
    display: block;
    width: fit-content;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #fff;
    border-radius: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

    a.button-round-white:hover {
        background: #fff;
        color: #333;
        text-decoration: none;
    }

.button-round-orange {
    display: inline-block;
    background-color: transparent;
    width: fit-content;
    font-size: 12px;
    line-height: 12px;
    color: #ff6600;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #ff6600;
    border-radius: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0 4px;
}

    .button-round-orange:hover {
        background: #ff6600;
        color: #fff;
        text-decoration: none;
    }

.button-round-blue {
    display: inline-block;
    background-color: #0284ba;
    width: fit-content;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #0284ba;
    border-radius: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0 4px;
}

    .button-round-blue:hover {
        background: #fff;
        color: #0284ba;
        text-decoration: none;
    }
/*--------------------------------------------------------------
	Section Calendar Events
------------------------------------------------------------- */

.section-calendar-events {
    padding: 20px 0;
    background: #fff
}

    .section-calendar-events .section-header {
        margin: 0 0 20px
    }

        .section-calendar-events .section-header .nav-tabs {
            border: none
        }

            .section-calendar-events .section-header .nav-tabs li:first-child a {
                border-left: 1px solid #f8f8f8
            }

            .section-calendar-events .section-header .nav-tabs li a {
                padding: 30px 0 30px;
                width: 166.4px;
                font-size: 40px;
                line-height: inherit;
                text-align: center;
                display: inline-block;
                color: #b3b3b3;
                border: none;
                /*background:#fdfdfd;
	border-top:1px solid #f8f8f8;
	border-right:1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8;*/
                background: #f5f5f5;
                border-top: 1px solid #ddd;
                border-right: 1px solid #ddd;
                border-bottom: 1px solid #eee;
                border-radius: 0;
                margin: 0;
                text-transform: uppercase;
                font-family: "Montserrat-Hairline";
            }

            .section-calendar-events .section-header .nav-tabs li:nth-child(odd) a {
                background-color: #f9f9f9;
            }

            .section-calendar-events .section-header .nav-tabs li a span {
                display: block;
                font-size: 18px;
                margin: 15px 0 0;
                font-family: "Montserrat-Light";
                color: #b3b3b3;
            }

            .section-calendar-events .section-header .nav-tabs li.active a,
            .section-calendar-events .section-header .nav-tabs li:hover a {
                /*color:#373737;
	background:#fff;*/
                color: #fff;
                background: #0284ba;
                -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
                z-index: 999
            }

                .section-calendar-events .section-header .nav-tabs li.active a span {
                    /*color:#373737*/
                    color: #fff
                }

        .section-calendar-events .section-header .scrtabs-tabs-fixed-container {
            height: 140px;
            padding: 0 6px;
            width: 100% !important
        }

        .section-calendar-events .section-header .scrtabs-tab-container {
            position: relative;
            height: 140px;
        }

        .section-calendar-events .section-header .scrtabs-tab-scroll-arrow-right span,
        .section-calendar-events .section-header .scrtabs-tab-scroll-arrow-left span {
            display: none
        }

        .section-calendar-events .section-header .scrtabs-tab-scroll-arrow-left {
            width: 22px;
            height: 29px;
            background: url(../imagesn/calendar-events-arrow-left.png) no-repeat center center;
            border: none;
            position: absolute;
            left: -30px;
            bottom: 0;
            top: 45%;
        }

        .section-calendar-events .section-header .scrtabs-tab-scroll-arrow-right {
            width: 22px;
            height: 29px;
            background: url(../imagesn/calendar-events-arrow-right.png) no-repeat center center;
            border: none;
            position: absolute;
            right: -30px;
            bottom: 0;
            top: 45%;
        }

    .section-calendar-events .section-content .tab-content ul li {
        width: 32.333333%;
        float: left;
        position: relative;
        overflow: hidden;
        margin: 2.5px;
    }

        .section-calendar-events .section-content .tab-content ul li.hideEventPagination {
            display: none;
        }

    .section-calendar-events .section-content .tab-content .date {
        padding: 15px;
        background: rgba(36,36,36, 0.8);
        position: absolute;
        top: 0;
        left: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        z-index: 99;
    }

        .section-calendar-events .section-content .tab-content .date a {
            color: #fff
        }

        .section-calendar-events .section-content .tab-content .date .day {
            font-size: 30px;
            display: block;
            font-family: "Montserrat-Regular";
            margin: 0 0 5px;
        }

        .section-calendar-events .section-content .tab-content .date .month {
            font-size: 10px;
            display: block;
            font-family: "Montserrat-Light";
            margin: 0 0 5px;
        }

        .section-calendar-events .section-content .tab-content .date .year {
            font-size: 10px;
            display: block;
            font-family: "Montserrat-Light";
        }

    .section-calendar-events .section-content .tab-content .info {
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(253,253,253,0) 1%, rgba(28,28,28,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(253,253,253,0) 1%,rgba(28,28,28,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(253,253,253,0) 1%,rgba(28,28,28,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1c1c1c',GradientType=0 )
    }

        .section-calendar-events .section-content .tab-content .info p {
            font-size: 16px;
            font-family: "Montserrat-Regular";
            color: #fff;
            width: calc(100% - 110px);
            display: inline-block;
            vertical-align: top;
            margin: 0;
        }

            .section-calendar-events .section-content .tab-content .info p span {
                display: block;
                color: #f0f0f0;
                font-size: 11px;
                font-family: "Montserrat-Light";
            }

                .section-calendar-events .section-content .tab-content .info p span a {
                    color: #f0f0f0;
                }

                    .section-calendar-events .section-content .tab-content .info p span a:hover {
                        text-decoration: underline;
                    }

        .section-calendar-events .section-content .tab-content .info .get-ticket {
            font-size: 12px;
            line-height: 12px;
            color: #fff;
            padding: 10px 15px;
            background: #ff6600;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            border: none;
            border-radius: 3px;
            font-weight: 700;
            display: inline-block;
            vertical-align: bottom;
            width: 30%;
            /*float:right;*/
            text-align: center
        }

            .section-calendar-events .section-content .tab-content .info .get-ticket:hover {
                background: #fff;
                color: #ff6600;
                text-decoration: none;
            }

/*--------------------------------------------------------------
	Section Event Category
------------------------------------------------------------- */


.section-event-category {
    background: #fff;
    padding: 35px 0 40px;
}

    .section-event-category .section-header h2 {
        font-size: 22px;
        line-height: 22px;
        color: #373737;
        text-transform: uppercase;
        padding: 0 0 0 25px;
        display: block;
        margin: 0 0 35px;
        font-weight: 700;
        position: relative;
    }

        .section-event-category .section-header h2:before {
            display: block;
            width: 5px;
            height: 16px;
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            background: #ff6600;
        }

    .section-event-category .section-content ul li {
        margin: 0 0 30px;
        position: relative
    }

        .section-event-category .section-content ul li.category-1 a {
            background: rgb(46,204,113,.9);
            background: -moz-linear-gradient(left, rgba(46,204,113,.9) 0%, rgba(27,188,155,.9) 100%);
            background: -webkit-linear-gradient(left, rgba(46,204,113,.9) 0%,rgba(27,188,155,.9) 100%);
            background: linear-gradient(to right, rgba(46,204,113,.9) 0%,rgba(27,188,155,.9) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecc71', endColorstr='#1bbc9b',GradientType=.9 );
        }

        .section-event-category .section-content ul li.category-1:hover a {
            background: rgb(46,204,113,.5);
            background: -moz-linear-gradient(left, rgba(46,204,113,.5) 0%, rgba(27,188,155,.5) 100%);
            background: -webkit-linear-gradient(left, rgba(46,204,113,.5) 0%,rgba(27,188,155,.5) 100%);
            background: linear-gradient(to right, rgba(46,204,113,.5) 0%,rgba(27,188,155,.5) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecc71', endColorstr='#1bbc9b',GradientType=.5 );
        }

        .section-event-category .section-content ul li.category-2 a {
            background: rgb(192,57,43,.9);
            background: -moz-linear-gradient(left, rgba(192,57,43,.9) 0%, rgba(210,77,87,.9) 100%);
            background: -webkit-linear-gradient(left, rgba(192,57,43,.9) 0%,rgba(210,77,87,.9) 100%);
            background: linear-gradient(to right, rgba(192,57,43,.9) 0%,rgba(210,77,87,.9) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0392b', endColorstr='#d24d57',GradientType=.9 );
        }

        .section-event-category .section-content ul li.category-2:hover a {
            background: rgb(192,57,43,.5);
            background: -moz-linear-gradient(left, rgba(192,57,43,.5) 0%, rgba(210,77,87,.5) 100%);
            background: -webkit-linear-gradient(left, rgba(192,57,43,.5) 0%,rgba(210,77,87,.5) 100%);
            background: linear-gradient(to right, rgba(192,57,43,.5) 0%,rgba(210,77,87,.5) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0392b', endColorstr='#d24d57',GradientType=.5);
        }

        .section-event-category .section-content ul li.category-3 a {
            background: rgb(102,51,153,.9);
            background: -moz-linear-gradient(left, rgba(102,51,153,.9) 0%, rgba(155,89,182,.9) 100%);
            background: -webkit-linear-gradient(left, rgba(102,51,153,.9) 0%,rgba(155,89,182,.9) 100%);
            background: linear-gradient(to right, rgba(102,51,153,.9) 0%,rgba(155,89,182,.9) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#9b59b6',GradientType=.9 );
        }

        .section-event-category .section-content ul li.category-3:hover a {
            background: rgb(102,51,153,.5);
            background: -moz-linear-gradient(left, rgba(102,51,153,.5) 0%, rgba(155,89,182,.5) 100%);
            background: -webkit-linear-gradient(left, rgba(102,51,153,.5) 0%,rgba(155,89,182,.5) 100%);
            background: linear-gradient(to right, rgba(102,51,153,.5) 0%,rgba(155,89,182,.5) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#9b59b6',GradientType=.5 );
        }

        .section-event-category .section-content ul li.category-4 a {
            background: rgb(211,84,0,.9);
            background: -moz-linear-gradient(left, rgba(211,84,0,.9) 0%, rgba(248,148,6,.9) 100%);
            background: -webkit-linear-gradient(left, rgba(211,84,0,.9) 0%,rgba(248,148,6,.9) 100%);
            background: linear-gradient(to right, rgba(211,84,0,.9) 0%,rgba(248,148,6,.9) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d35400', endColorstr='#f89406',GradientType=.9 );
        }

        .section-event-category .section-content ul li.category-4:hover a {
            background: rgb(211,84,0,.5);
            background: -moz-linear-gradient(left, rgba(211,84,0,.5) 0%, rgba(248,148,6,.5) 100%);
            background: -webkit-linear-gradient(left, rgba(211,84,0,.5) 0%,rgba(248,148,6,.5) 100%);
            background: linear-gradient(to right, rgba(211,84,0,.5) 0%,rgba(248,148,6,.5) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d35400', endColorstr='#f89406',GradientType=.5 );
        }

        .section-event-category .section-content ul li.category-5 a {
            background: rgb(68,108,179,.9);
            background: -moz-linear-gradient(left, rgba(68,108,179,.9) 0%, rgba(89,171,227,.9) 100%);
            background: -webkit-linear-gradient(left, rgba(68,108,179,.9) 0%,rgba(89,171,227,.9) 100%);
            background: linear-gradient(to right, rgba(68,108,179,.9) 0%,rgba(89,171,227,.9) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446cb3', endColorstr='#59abe3',GradientType=.9 );
        }

        .section-event-category .section-content ul li.category-5:hover a {
            background: rgb(68,108,179,.5);
            background: -moz-linear-gradient(left, rgba(68,108,179,.5) 0%, rgba(89,171,227,.5) 100%);
            background: -webkit-linear-gradient(left, rgba(68,108,179,.5) 0%,rgba(89,171,227,.5) 100%);
            background: linear-gradient(to right, rgba(68,108,179,.5) 0%,rgba(89,171,227,.5) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446cb3', endColorstr='#59abe3',GradientType=.5 );
        }

        .section-event-category .section-content ul li.category-6 a {
            background: rgb(219,10,91,.9);
            background: -moz-linear-gradient(left, rgba(219,10,91,.9) 0%, rgba(210,82,127,.9) 100%);
            background: -webkit-linear-gradient(left, rgba(219,10,91,.9) 0%,rgba(210,82,127,.9) 100%);
            background: linear-gradient(to right, rgba(219,10,91,.9) 0%,rgba(210,82,127,.9) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0a5b', endColorstr='#d2527f',GradientType=.9 );
        }

        .section-event-category .section-content ul li.category-6:hover a {
            background: rgb(219,10,91,.5);
            background: -moz-linear-gradient(left, rgba(219,10,91,.5) 0%, rgba(210,82,127,.5) 100%);
            background: -webkit-linear-gradient(left, rgba(219,10,91,.5) 0%,rgba(210,82,127,.5) 100%);
            background: linear-gradient(to right, rgba(219,10,91,.5) 0%,rgba(210,82,127,.5) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0a5b', endColorstr='#d2527f',GradientType=.5 );
        }

        .section-event-category .section-content ul li a {
            display: block;
            position: absolute;
            color: #fff;
            font-size: 26px;
            text-align: center;
            text-decoration: none;
            top: 0;
            bottom: 0;
            left: 15px;
            right: 15px;
            text-transform: uppercase;
        }

            .section-event-category .section-content ul li a span {
                display: block;
                height: 26px;
                width: 80%;
                line-height: 26px;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                font-family: "Montserrat-Light";
            }

/*--------------------------------------------------------------
	Section Recent Videos
------------------------------------------------------------- */

.section-recent-videos {
    padding: 70px 0;
}

    .section-recent-videos .section-header h2 {
        font-size: 22px;
        line-height: 22px;
        color: #373737;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        position: relative;
        padding: 0 0 0 25px;
        display: block;
        margin: 0 0 25px;
        font-weight: 700;
    }

        .section-recent-videos .section-header h2:before {
            display: block;
            width: 5px;
            height: 16px;
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            background: #ff6600;
        }

    .section-recent-videos .section-content .video {
        position: relative
    }

    .section-recent-videos .section-content .video-player {
        background: rgba(36,36,36, 0.8);
        padding: 15px 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .section-recent-videos .section-content .video-player a {
            color: #d7d7d7
        }

        .section-recent-videos .section-content .video-player span {
            color: #fff;
            float: right
        }

    .section-recent-videos .section-content .video-title a {
        color: #242424;
        font-size: 14px;
        line-height: 22px;
        font-family: "Montserrat-Light";
        padding: 20px 0;
        position: relative;
        display: block;
        text-decoration: none
    }

        .section-recent-videos .section-content .video-title a:before {
            content: "";
            height: 2px;
            width: 50px;
            background: #ff6600;
            position: absolute;
            bottom: -2px;
            left: 0;
        }

/*--------------------------------------------------------------
	Section Ticket Count
------------------------------------------------------------- */

.section-stats {
    /*padding:100px 0;*/
    background: url(../imagesn/stats.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

    .section-stats:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(36,36,36, 0.8)
    }

    .section-stats .section-content ul li {
        text-align: center;
        padding: 70px 30px;
    }

        .section-stats .section-content ul li:nth-child(2) {
            background-color: rgba(255,255,255,0.3);
        }

        .section-stats .section-content ul li span {
            color: #fff;
            display: block;
            font-size: 50px;
            line-height: 50px;
            font-family: "Montserrat-Regular";
        }

            .section-stats .section-content ul li span.title {
                color: #fff;
                display: block;
                font-size: 26px;
                line-height: 26px;
                font-family: "Montserrat-Regular";
                text-transform: uppercase;
            }

    .section-stats .section-content hr {
        background: #fff;
        height: 2px;
        width: 45px;
        margin: 30px auto;
    }

    .section-stats .section-content ul li p {
        color: #fff;
        display: block;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        font-family: "Montserrat-Light";
    }

/*--------------------------------------------------------------
	Section Call To Action
------------------------------------------------------------- */

.section-call-to-action .section-content {
    padding: 50px;
    background: url(../imagesn/share-action.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

    .section-call-to-action .section-content:before {
        content: "";
        background: rgba(230, 99, 13, .85);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .section-call-to-action .section-content h3 {
        font-family: "Champagne-Limousines-Bold";
        font-size: 35px;
        margin: 0 0 5px;
        color: #fff
    }

    .section-call-to-action .section-content p {
        font-family: "Montserrat-Light";
        font-size: 17px;
        margin: 0;
        color: #fff
    }

    .section-call-to-action .section-content .action-btn {
        display: block;
        background: #fff;
        border-radius: 5px;
        color: #ff6600;
        font-size: 19px;
        font-family: "Montserrat-Regular";
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
    }

        .section-call-to-action .section-content .action-btn:hover {
            color: #fff;
            background: #ff6600;
        }

/*--------------------------------------------------------------
	Section Latest News/Tweets
------------------------------------------------------------- */

.section-latest {
    padding: 70px 0;
    background: #fff;
}

    .section-latest .latest-news {
        margin: 0 0 0 -15px;
    }

        .section-latest .latest-news .news-item {
            margin-bottom: 30px;
        }

    .section-latest .section-header h2 {
        font-size: 22px;
        line-height: 22px;
        color: #373737;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        position: relative;
        padding: 0 0 0 25px;
        display: block;
        margin: 0 0 25px;
        font-weight: 700
    }

        .section-latest .section-header h2:before {
            display: block;
            width: 5px;
            height: 16px;
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            background: #ff6600;
        }

    .section-latest .latest-news .news-item-img {
        position: relative
    }

        .section-latest .latest-news .news-item-img img {
            width: 100%;
        }

        .section-latest .latest-news .news-item-img .date {
            padding: 15px;
            background: rgba(255, 102, 0, .7);
            position: absolute;
            top: 0;
            left: 25px;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
        }

            .section-latest .latest-news .news-item-img .date a {
                color: #fff;
                text-decoration: none
            }

            .section-latest .latest-news .news-item-img .date .day {
                font-size: 30px;
                display: block;
                font-family: "Montserrat-Regular";
                margin: 0 0 5px;
            }

            .section-latest .latest-news .news-item-img .date .month {
                font-size: 10px;
                display: block;
                font-family: "Montserrat-Light";
                margin: 0 0 5px;
            }

            .section-latest .latest-news .news-item-img .date .year {
                font-size: 10px;
                display: block;
                font-family: "Montserrat-Light";
            }

    .section-latest .latest-news .news-item-info h3 {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
    }

        .section-latest .latest-news .news-item-info h3 a {
            color: #373737;
            text-decoration: none;
            font-family: 'Open Sans', sans-serif;
        }

    .section-latest .latest-news .news-item-info .meta-data {
        display: block;
        color: #6f6f6f;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        margin: 0 2px 20px;
    }

        .section-latest .latest-news .news-item-info .meta-data a {
            color: #ff6600;
            font-size: 13px;
            text-decoration: none;
        }

    .section-latest .latest-news .news-item-info p {
        color: #6f6f6f;
        font-size: 13px;
        line-height: 21px;
        font-family: 'Open Sans', sans-serif;
        margin: 0 2px;
    }

    .section-latest .latest-news .pagination {
        margin: 0;
    }

        .section-latest .latest-news .pagination > li > a,
        .section-latest .latest-news .pagination > li > span {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            line-height: 14px;
            background-color: #fff;
            border: 1px solid #ff6600;
            color: #ff6600;
            float: left;
            margin: 0 10px 0 0;
            padding: 5px 0;
            display: block;
            position: relative;
            text-decoration: none;
            border-radius: 5px;
            text-align: center;
            width: 25px;
            height: 25px;
        }

        .section-latest .latest-news .pagination > li.active > a,
        .section-latest .latest-news .pagination > li:hover > a {
            background-color: #ff6600;
            color: #fff;
        }

    .section-latest .latest-tweets {
        margin: 0 -15px 0 0;
    }

        .section-latest .latest-tweets .twitter-header {
            padding: 20px;
            background: #f8f8f8;
            margin: 0 0 30px;
        }

            .section-latest .latest-tweets .twitter-header .twitter-name {
                float: left;
                width: 70%;
            }

            .section-latest .latest-tweets .twitter-header .twitter-follow {
                float: left;
                width: 29%;
            }

            .section-latest .latest-tweets .twitter-header .twitter-name img {
                float: left;
                margin: 0 20px 0 0
            }

            .section-latest .latest-tweets .twitter-header .twitter-name strong {
                color: #4e4e4e;
                font-size: 18px;
                font-family: 'Open Sans', sans-serif;
                margin: 10px 0;
                display: block;
            }

            .section-latest .latest-tweets .twitter-header .twitter-name span {
                color: #6f6f6f;
                font-size: 13px;
                font-family: 'Open Sans', sans-serif;
                margin: 10px 0;
                display: block;
            }

            .section-latest .latest-tweets .twitter-header .twitter-btn {
                text-align: right;
                margin: 15px 0 0;
            }

                .section-latest .latest-tweets .twitter-header .twitter-btn a {
                    color: #fff;
                    background: #41c3ff;
                    font-size: 13px;
                    font-family: 'Open Sans', sans-serif;
                    font-weight: 600;
                    padding: 8px 15px;
                    text-align: center;
                    text-decoration: none;
                    border-radius: 5px;
                    display: inline-block;
                    border: 1px solid #41c3ff
                }

                    .section-latest .latest-tweets .twitter-header .twitter-btn a:hover {
                        background: #fff;
                        color: #41c3ff;
                        border: 1px solid #41c3ff
                    }

        .section-latest .latest-tweets .tweet-list {
            overflow: hidden;
        }

            .section-latest .latest-tweets .tweet-list p {
                font-size: 12px;
                line-height: 18px;
                color: #6f6f6f;
                font-family: 'Open Sans', sans-serif;
                font-weight: 600;
                margin: 0 -15px 0 0;
            }

                .section-latest .latest-tweets .tweet-list p a {
                    font-size: 12px;
                    color: #ff6600
                }

            .section-latest .latest-tweets .tweet-list span {
                color: #b3b3b3;
                font-family: 'Open Sans', sans-serif;
                font-size: 10px;
                display: block;
                text-align: right;
                margin: 0 0 0 -15px;
            }

            .section-latest .latest-tweets .tweet-list ul li {
                padding: 0 0 20px;
                margin: 0 0 20px;
                border-bottom: 1px solid #eaeaea
            }

/*--------------------------------------------------------------
	Section Video Parallax
------------------------------------------------------------- */

.section-video-parallax {
    padding: 100px 0;
    background: url(../imagesn/video-parallax.jpg)no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

    .section-video-parallax:before {
        content: "";
        background: rgba(31, 31, 31, .8);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .section-video-parallax .section-content {
        color: #fff;
        text-align: center;
        position: relative;
        width: 69%;
        margin: 0 auto;
    }

        .section-video-parallax .section-content h2 {
            font-size: 55px;
            text-transform: uppercase;
            margin: 0 0 20px;
            color: #fff;
            font-family: "Montserrat-Bold";
        }

        .section-video-parallax .section-content p {
            font-family: "Montserrat-Light";
            font-size: 20px;
            line-height: 29px;
            margin: 0 0 20px;
        }

/*--------------------------------------------------------------
	Section Sponsors
------------------------------------------------------------- */

.section-sponsors {
    padding: 70px 0;
    background: #fff
}

/*--------------------------------------------------------------
	Section Newsletter
------------------------------------------------------------- */

.section-newsletter {
    padding: 90px 0;
    background-image: url(../imagesn/bg-banner-newsletter.jpg);
    background-size: contain;
    background-repeat: repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

    .section-newsletter:before {
        content: "";
        /*background:rgba(255, 102, 0, .9);
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;*/
    }

    .section-newsletter .section-content {
        text-align: center;
        position: relative;
        width: 70%;
        margin: 0 auto;
    }

        .section-newsletter .section-content h2 {
            font-size: 25px;
            font-weight: 700;
            color: #fff;
            margin: 0 0 20px;
            font-family: 'Open Sans', sans-serif;
        }

        .section-newsletter .section-content p {
            font-size: 12px;
            line-height: 18px;
            color: #fff;
            margin: 0 0 30px;
            font-family: 'Open Sans', sans-serif;
        }

        .section-newsletter .section-content .newsletter-form input[type="email"] {
            background: none;
            color: #fff;
            font-size: 15px;
            font-family: 'Open Sans', sans-serif;
            border: 2px solid #fff;
            padding: 12px 30px;
            /* border-radius:50px; */
            margin: 0 5px 0 0;
            width: 50%;
            height: 53px;
            display: inline-block;
            vertical-align: middle;
        }

        .section-newsletter .section-content .newsletter-form input[type="num"] {
            background: #white;
            color: #fff;
            font-size: 15px;
            font-family: 'Open Sans', sans-serif;
            border: 2px solid #ccc;
            padding: 12px 30px;
            /* border-radius:50px; */
            margin: 0 5px 0 0;
            width: 50%;
            height: 53px;
            display: inline-block;
            vertical-align: middle;
        }

        .section-newsletter .section-content .newsletter-form input[type="tel"] {
            background: none;
            color: #fff;
            font-size: 15px;
            font-family: 'Open Sans', sans-serif;
            border: 2px solid #fff;
            padding: 12px 30px;
            /* border-radius:50px; */
            margin: 0 5px 0 0;
            width: 50%;
            height: 53px;
            display: inline-block;
            vertical-align: middle;
        }

        .section-newsletter .section-content .newsletter-form input[type="submit"] {
            background: #fff;
            color: #ff6600;
            font-weight: 700;
            font-size: 18px;
            line-height: 18px;
            font-family: 'Open Sans', sans-serif;
            border: none;
            padding: 12px 50px;
            /*border-radius:50px;*/
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            text-transform: uppercase;
            height: 53px;
        }

            .section-newsletter .section-content .newsletter-form input[type="submit"]:hover {
                background: #ff6600;
                color: #fff;
            }

        /**/

        .section-newsletter .section-content .newsletter-form-lista input[type="email"] {
            /* background: none; */
            color: #484848;
            font-size: 15px;
            font-family: 'Open Sans', sans-serif;
            border: 2px solid #ccc;
            padding: 12px 30px;
            border-radius: 4px;
            margin: 0 5px 0 0;
            width: 80%;
            height: 53px;
            display: inline-block;
            vertical-align: middle;
        }

.newsletter-form-lista.qnt {
    float: left;
}

.section-newsletter .section-content .newsletter-form-lista input[type="num"] {
    /* background: none; */
    color: #484848;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #ccc;
    padding: 12px 30px;
    border-radius: 4px;
    margin: 20px 5px 20px 20px;
    width: 68%;
    height: 53px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /* margin: auto; */
}

.section-newsletter .section-content .newsletter-form-lista input[type="tel"] {
    background: none;
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #fff;
    padding: 12px 30px;
    border-radius: 4px;
    margin: 0 5px 0 0;
    width: 100%;
    height: 53px;
    display: inline-block;
    vertical-align: middle;
}

.section-newsletter .section-content .newsletter-form-lista input[type="submit"] {
    background: #fff;
    color: #ff6600;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    margin: 20px 50px 30px 20px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    height: 53px;
    width: 50%;
}

@media screen and (max-width: 61.938em) {


    .newsletter-form-lista.qnt {
        /* text-align: center; */
        position: relative;
        /* width: 70%; */
        margin: 0 auto;
        float: none;
    }

    .section-newsletter .section-content .newsletter-form-lista input[type="num"] {
        /* background: none; */
        color: #484848;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        border: 2px solid #ccc;
        padding: 12px 30px;
        border-radius: 4px;
        width: 90%;
        height: 53px;
        vertical-align: middle;
        text-align: center;
        width: 90%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .section-newsletter .section-content .newsletter-form-lista input[type="submit"] {
        background: #fff;
        color: #ff6600;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        font-family: 'Open Sans', sans-serif;
        border: none;
        margin: 20px 50px 30px 20px;
        border-radius: 20px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        height: 53px;
        width: 90%;
        margin: auto;
    }
}

}

.section-newsletter .section-content .newsletter-form-lista input[type="submit"]:hover {
    border: 3px solid #ccc;
    color: #fff;
}

.section-newsletter .section-content .newsletter-form-lista span {
    border: 2px solid #ccc;
    color: #fff;
    font-size: 15px;
}

/*--------------------------------------------------------------
	End Section Newsletter
------------------------------------------------------------- */

button.square-orange, a.square-orange {
    background: #ff6600;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 12px 50px;
    /*border-radius:50px;*/
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    height: 53px;
    border: 2px solid #ff6600;
    transition: all 0.2s ease-in-out 0s;
}

    button.square-orange.small, a.square-orange.small {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 50px;
        height: 46px;
        border: 2px solid #ff6600;
    }

label {
    font-weight: normal;
    vertical-align: text-top;
    cursor: pointer;
    display: inline;
}

button.square-orange:hover, a.square-orange:hover {
    background: #fff;
    color: #ff6600;
}

.promo-content {
    margin-top: 8px;
}

    .promo-content input {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 200px);
        padding: 12px;
        border-radius: 3px;
        border: 1px solid #ccc;
    }

    .promo-content button {
        display: inline-block;
        margin-left: 8px;
        width: 190px;
        text-align: center;
        border-radius: 3px;
    }

.overlay-black {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

/* HOMEPAGE EVENT CONTAINER */
a.buy-button-orange {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    padding: 10px 15px;
    background: #ff6600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #ff6600;
    border-radius: 3px;
    text-shadow: none;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    margin-top: 20px;
}

    a.buy-button-orange:not(.hover_border):hover {
        color: #ff6600;
        background: #fff;
        text-decoration: none !important;
    }

    a.buy-button-orange:not(.hover_border):hover {
        border-color: #fff;
    }

.std-button {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
    text-shadow: none;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    margin-top: 8px;
    cursor: pointer;
}

    .std-button.square {
        border-radius: 0;
    }

    .std-button.bg-blue {
        border: 1px solid #0284ba;
        color: #fff;
        background: #0284ba;
    }

        .std-button.bg-blue:hover {
            color: #0284ba;
            background: #fff;
        }

    .std-button.bg-orange {
        border: 1px solid #ff6600;
        color: #fff !important;
        background: #ff6600;
    }

        .std-button.bg-orange:hover {
            color: #ff6600;
            background: #fff;
        }

section.section-page-carousel {
    margin: 30px 10px 10px 10px;
}

    section.section-page-carousel.early {
        padding: 30px 0;
        margin: 30px 0 0 0;
        background-color: #f0f0f0;
    }

.eventStandardContainer {
    position: relative;
    display: block;
    width: 280px;
    border-radius: 5px !important;
    overflow: hidden;
}

.box-orizontal-label {
    background-color: rgba(0,0,0,0.9);
    border: 1px solid rgba(255,255,255,0.2);
    border-left: 0;
    border-top: 0;
    position: fixed;
    z-index: 1;
    color: #fff;
    padding: 8px;
    top: 20px;
    font-family: "Montserrat-Light";
}

    .box-orizontal-label > .title {
        display: block;
        font-family: "Montserrat-Regular";
        margin-bottom: 6px;
        font-size: 16px;
    }

.owl-item {
    overflow: hidden;
}

.box-label {
    position: absolute;
    z-index: 100;
    background-color: #f60;
    color: #fff;
    font-size: 11px;
    padding: 6px 26px;
    transform: rotate(45deg);
    right: -26px;
    top: 18px;
    width: 70px;
    text-align: center;
    box-sizing: content-box;
    white-space: nowrap;
}

    .box-label.large {
        width: 110px;
        right: -34px;
        top: 36px;
    }

    .box-label.orange {
        background-color: #f60;
        color: #fff;
        box-shadow: 0 0 6px 3px rgba(255,255,255,0.5);
    }

    .box-label.blue {
        background-color: #0284ba;
        color: #fff;
        box-shadow: 0 0 6px 3px rgba(255,255,255,0.5);
        border: 1px solid rgba(0,0,0,0.3);
        z-index: 2;
    }

    .box-label.gray {
        background-color: #ccc;
        color: #545454;
        box-shadow: 0 0 6px 3px rgba(255,255,255,0.5);
    }

    .box-label.green {
        background-color: #17AF00;
        color: #fff;
        box-shadow: 0 0 6px 3px rgba(255,255,255,0.5);
    }

    .box-label.red {
        background-color: #ba0000;
        color: #fff;
        box-shadow: 0 0 6px 3px rgba(255,255,255,0.5);
    }


.eventStandardContainer > .date {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 20px;
    background-color: rgba(36,36,36, 0.8);
    text-transform: uppercase;
    color: #fff;
    padding: 14px 10px;
    text-align: center;
}

    .eventStandardContainer > .date > a {
        color: #fff;
    }

        .eventStandardContainer > .date > a > span {
            font-size: 12px;
            font-family: "Montserrat-Regular";
            display: block;
            margin-bottom: 5px;
            color: #b3b3b3;
        }

            .eventStandardContainer > .date > a > span.day {
                font-size: 26px;
                color: #fff;
            }

.eventStandardContainer > .eventImageContainer {
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    /*cursor: move;*/
}

.eventStandardContainer.large > .eventImageContainer {
    height: 240px;
}

.eventStandardContainer > .eventImageContainer > .eventImage {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.2s ease-in-out 0s;
}

.eventStandardContainer:hover > .eventImageContainer > .eventImage {
    transform: scale(1.2,1.2) rotate(5deg);
}

.eventStandardContainer > .eventContentContainer {
    display: block;
    position: relative;
    height: 180px;
    overflow: hidden;
    padding: 14px 20px;
    /* background-color: #0284ba; */
    background-image: url(../imagesn/bg-carbon.jpg);
    background-size: cover;
    color: #eee;
    font-family: "Montserrat-Light";
}

    .eventStandardContainer > .eventContentContainer > .eventName {
        display: block;
        font-size: 18px;
        margin-bottom: 8px;
        font-family: "Montserrat-Regular";
        color: #fff;
        direction: ltr;
        text-align: left;
    }

        .eventStandardContainer > .eventContentContainer > .eventName.longTitle {
            font-size: 14px;
        }

    .eventStandardContainer > .eventContentContainer > .eventLocation {
        display: block;
        margin-bottom: 5px;
        color: #f0f0f0;
        margin-top: 5px;
    }

    .eventStandardContainer > .eventContentContainer > a.eventLocation:hover,
    .eventStandardContainer > .eventContentContainer > .eventName:hover {
        text-decoration: underline;
    }

    .eventStandardContainer > .eventContentContainer > .eventPrice {
        display: block;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .eventStandardContainer > .eventContentContainer > .eventBand {
        display: block;
    }

    .eventStandardContainer > .eventContentContainer > .eventTags {
        display: block;
        margin-top: 8px;
        height: 25px;
        overflow: hidden;
    }

    .eventStandardContainer > .eventContentContainer > .eventActionContainer {
        display: block;
        position: absolute;
        width: calc(100% - 40px);
        left: 20px;
        bottom: 14px;
    }

        .eventStandardContainer > .eventContentContainer > .eventActionContainer > a {
            margin-top: 0;
        }

.location-extra-info {
    margin-top: 10px !important;
}

    .location-extra-info a {
        display: block;
    }

        .location-extra-info a:hover {
            text-decoration: none;
        }

        .location-extra-info a > i {
            color: #ff6600;
            width: 18px;
            text-align: center;
        }


.section-collaboratori {
    position: relative;
    background-color: #f9f9f9;
    padding: 40px 0;
    text-shadow: 0 1px #fff;
    text-align: center;
}

    .section-collaboratori h3 {
        margin-bottom: 10px;
        text-align: center;
    }

    .section-collaboratori h4 {
        margin-bottom: 10px;
        text-align: center;
    }

    .section-collaboratori p {
        margin-bottom: 20px;
        text-align: center;
    }

    .section-collaboratori .category-icon {
        width: 120px;
        margin-bottom: 20px;
    }

.eventStandardContainer.large {
    width: 460px;
}

    .eventStandardContainer.large > .eventContentContainer {
        display: block;
        padding: 20px;
        background-color: rgba(0,0,0,0.7);
        color: #eee;
        font-family: "Montserrat-Light";
        background-image: none;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .eventStandardContainer.large.empty > .eventContentContainer {
        display: block;
        padding: 20px;
        background-color: rgba(0,0,0,0.7);
        color: #eee;
        font-family: "Montserrat-Light";
        background-image: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 100px;
    }

.container.fullscreen {
    width: 100% !important;
    margin: 0 10px;
}

.carousel-left-intro {
    display: inline-block !important;
    vertical-align: top;
    width: 350px;
    min-height: 362px;
    background-color: #f0f0f0;
    color: #545454;
    padding: 30px;
    border-radius: 0;
}
/*.carousel-left-intro {
	padding: 0;
}*/
.new-entry .carousel-left-intro {
    float: right;
}

.section-page-carousel.early.bg-gray .carousel-left-intro, .section-page-carousel.early.bg-gray .carousel-right-intro {
    background-color: #fff;
}

.carousel-right-intro {
    display: inline-block !important;
    vertical-align: top;
    width: calc(100% - 350px);
}

.carousel-left-intro > .title {
    font-size: 38px;
}

    .carousel-left-intro > .title > i {
        font-size: 82px;
        margin-right: 30px;
        float: left;
        color: #ff6600;
    }

.carousel-left-intro > .content {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    font-family: "Montserrat-Light";
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

#location-carousel .owl-item img {
    margin: 0 auto;
}

.section-page-carousel .owl-dots {
    display: none;
}

h1.box-title {
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    position: relative;
    margin-left: 25px;
}

h1.border-orange:before {
    display: block;
    width: 5px;
    height: 24px;
    content: "";
    position: absolute;
    left: -25px;
    top: 4px;
    background: #ff6600;
}

h2.box-title {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    position: relative;
    margin-left: 25px;
}

h2.box-news {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    position: relative;
    margin-left: 10px;
}

h2.border-orange:before {
    display: block;
    width: 5px;
    height: 16px;
    content: "";
    position: absolute;
    left: -25px;
    top: 4px;
    background: #ff6600;
}

.section-newsletter .section-content .newsletter-form input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}

.section-newsletter .section-content .newsletter-form input[type="email"]::-moz-placeholder {
    color: #fff;
}

.section-newsletter .section-content .newsletter-form input[type="email"]:-ms-input-placeholder {
    color: #fff;
}

.section-newsletter .section-content .newsletter-form input[type="email"]:-moz-placeholder {
    color: #fff;
}


/*--------------------------------------------------------------
	Page Default
--------------------------------------------------------------*/

.section-page-header {
    background: #fafafa;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin: 0;
    padding: 40px 15px;
}

    .section-page-header.small {
        padding: 20px 15px;
    }

    .section-page-header.cart {
        padding: 30px 0 18px 0;
        margin-top: 17px;
    }

    .section-page-header .entry-title {
        margin: 0;
        font-size: 20px; /*28px;*/
        color: #b3b3b3;
        text-align: center;
        /*text-transform: uppercase;*/
        border: none;
        padding: 0
    }

.section-page-content {
    padding: 70px 0;
    background: #f8f8f8;
}

    .section-page-content.small {
        padding: 20px 0;
        background: #fff
    }

    .section-page-content.pagina-statica > .container {
        padding: 20px 0;
    }

    .section-page-content.pagina-statica h1 {
        margin: 20px 0;
    }

    .section-page-content.pagina-statica h2 {
        margin: 20px 0;
    }

    .section-page-content.pagina-statica h3 {
        margin: 10px 0;
    }

    .section-page-content.pagina-statica h4 {
        margin: 10px 0;
    }

    .section-page-content.pagina-statica a {
        color: #ff6600;
    }

    .section-page-content.pagina-statica img {
        max-width: 100%;
    }

.primary-link {
    display: block;
    font-size: 16px;
    color: #fff;
    border: 1px solid #ff6600;
    background: #ff6600;
    border-radius: 50px;
    text-align: center;
    padding: 20px;
    font-family: "Montserrat-Regular";
    text-transform: uppercase;
}

    .primary-link:hover {
        color: #ff6600;
        background: #fff;
    }

    .primary-link.gray {
        border: 1px solid #ccc;
        background: #ddd;
    }

        .primary-link.gray:hover {
            color: #999;
            background: #fff;
        }


    .primary-link.fit-content {
        width: fit-content;
    }

.secondary-link {
    display: block;
    font-size: 16px;
    border: 1px solid #ff6600;
    color: #fff;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 20px;
    font-family: "Montserrat-Regular";
    text-transform: uppercase;
}


    .secondary-link:hover {
        color: #fff;
        background: #ff6600;
        border: 1px solid #fff;
    }

.third-link {
    display: block;
    font-size: 16px;
    border: 1px solid #ff6600;
    color: #fff !important;
    background: #ff6600 !important;
    border-radius: 50px;
    text-align: center;
    padding: 20px;
    font-family: "Montserrat-Regular";
    text-transform: uppercase;
}


    .third-link:hover {
        color: #ff6600 !important;
        background: #fff !important;
        border: 1px solid #ff6600;
    }

.fourth-link {
    /*display: block;*/
    font-size: 12px;
    border: 1px solid #ff6600;
    color: #fff !important;
    background: #ff6600 !important;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    font-family: "Montserrat-Regular";
    text-transform: uppercase;
}


    .fourth-link:hover {
        color: #ff6600 !important;
        background: #fff !important;
        border: 1px solid #ff6600;
    }

.hide-scroll {
    overflow-y: hidden
}


/*--------------------------------------------------------------
	Search Page
--------------------------------------------------------------*/

.section-refine-search {
    padding: 35px 0;
    background: #f0f0f0;
}

    .section-refine-search .keyword {
        position: relative
    }

    .section-refine-search label {
        display: block;
        font-size: 17px;
        color: #4e4e4e;
        font-family: "Montserrat-Regular";
        margin: 0 0 20px;
        text-transform: uppercase
    }

    .section-refine-search input[type="text"] {
        border: 2px solid #dedede;
        padding: 0 27px;
        height: 55px;
        line-height: 51px;
        /*height:auto;*/
        width: 100%;
        color: #b3b3b3;
        font-size: 15px;
        font-family: "Montserrat-Regular";
    }

    .section-refine-search input[type="email"]::-webkit-input-placeholder {
        color: #b3b3b3;
    }

    .section-refine-search input[type="email"]::-moz-placeholder {
        color: #b3b3b3;
    }

    .section-refine-search input[type="email"]:-ms-input-placeholder {
        color: #b3b3b3;
    }

    .section-refine-search input[type="email"]:-moz-placeholder {
        color: #b3b3b3;
    }

    .section-refine-search .keyword span {
        position: absolute;
        right: 35px;
        bottom: 20px;
        cursor: pointer;
    }

    .section-refine-search .bootstrap-select {
        width: 100% !important;
    }

        .section-refine-search .bootstrap-select .btn-default {
            border: 2px solid #dedede !important;
            padding: 0 27px;
            height: 55px;
            line-height: 51px;
            height: auto;
            width: 100%;
            color: #b3b3b3;
            font-size: 15px;
            background: #fff !important;
            box-shadow: none
        }

    .section-refine-search .event-date .bootstrap-select .btn-default {
        background: #fff url(../imagesn/calendar.png) no-repeat 85% center;
        padding: 0 60px 0 27px;
    }


    .section-refine-search .bootstrap-select .bs-caret > span {
        background: rgba(0, 0, 0, 0) url(../imagesn/search-select.png) repeat scroll 0 0;
        border: medium none !important;
        display: block;
        height: 8px;
        width: 15px;
        margin-top: -4px !important;
    }

    .section-refine-search input[type="submit"] {
        width: 100%;
        border: 2px solid #ff6600;
        height: 55px;
        line-height: 51px;
        text-align: center;
        color: #ff6600;
        font-size: 17px;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        background: #fff;
        border-radius: 5px;
        margin: 36px 0 0;
    }

        .section-refine-search input[type="submit"]:hover {
            background: #ff6600;
            color: #fff
        }

.section-search-content {
    padding: 70px 0;
    background: #f8f8f8
}

    .section-search-content .search-filter .search-event-title h2 {
        color: #6f6f6f;
        font-size: 17px;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        text-align: center
    }

    .section-search-content .search-filter {
        background: #fff;
        padding: 30px 0;
        border-radius: 5px;
    }

        .section-search-content .search-filter .search-event-title {
            padding: 0 30px 30px;
            border-bottom: 1px solid #dedede;
            margin: 0 0 30px
        }

            .section-search-content .search-filter .search-event-title h2 span {
                display: block;
                font-size: 13px;
                color: #a0a0a0;
                text-transform: uppercase;
                font-family: "Montserrat-Light";
                margin: 0 0 15px;
            }

        .section-search-content .search-filter h3 {
            font-size: 14px;
            color: #6f6f6f;
            text-transform: uppercase;
            font-family: "Montserrat-Regular";
            margin: 0 0 25px;
        }

        .section-search-content .search-filter > div {
            padding: 0 30px;
            margin: 0 0 30px;
        }

    .section-search-content .search-result-header {
        margin: 0 0 35px;
    }

        .section-search-content .search-result-header h2 {
            font-size: 18px;
            color: #6f6f6f;
            font-family: "Montserrat-Regular";
            margin: 0 0 15px;
        }

    .section-search-content > .search-result-header > span {
        font-size: 13px;
        color: #6f6f6f;
        font-family: "Montserrat-Light";
    }

    .section-search-content .search-result-header label {
        display: inline-block;
        width: 25%;
        font-size: 15px;
        color: #6f6f6f;
        font-family: "Montserrat-Regular";
    }

    .section-search-content .search-result-header .bootstrap-select {
        display: inline-block;
        width: 73% !important;
    }

        .section-search-content .search-result-header .bootstrap-select .btn-default {
            background: #fff none repeat scroll 0 0;
            border: 2px solid #dedede !important;
            box-shadow: none;
            color: #b3b3b3;
            font-size: 15px;
            height: auto;
            line-height: 51px;
            padding: 0 27px;
            width: 100%;
        }

    .section-search-content .search-result-item {
        padding: 35px;
        background: #fff;
        border-radius: 5px;
        margin: 0 0 35px;
        position: relative;
        overflow: hidden;
    }

        .section-search-content .search-result-item .search-result-item-info h3 {
            font-size: 18px;
            color: #6f6f6f;
            font-family: "Montserrat-Regular";
            padding: 0 0 30px;
            margin: 0 0 30px;
            border-bottom: 1px solid #dedede
        }

        .section-search-content .search-result-item .search-result-item-info ul li {
            font-size: 13px;
            color: #6f6f6f;
            font-family: "Montserrat-Light";
        }

            .section-search-content .search-result-item .search-result-item-info ul li span {
                font-size: 13px;
                color: #6f6f6f;
                font-family: "Montserrat-Regular";
                margin: 0 0 15px;
                display: block;
            }

        .section-search-content .search-result-item .search-result-item-price span {
            display: block;
            text-align: center;
            color: #6f6f6f;
            font-size: 14px;
            font-family: "Montserrat-Light";
            margin: 0 0 15px;
        }

        .section-search-content .search-result-item .search-result-item-price strong {
            display: block;
            text-align: center;
            color: #6f6f6f;
            font-size: 28px;
            font-family: "Montserrat-Bold";
            margin: 0 0 15px;
        }

        .section-search-content .search-result-item.sale .search-result-item-price strong span {
            display: inline-block;
            text-align: center;
            color: #6f6f6f;
            font-size: 17px;
            font-family: "Montserrat-Light";
            text-decoration: line-through;
            margin: 0 15px 0 0;
        }

        .section-search-content .search-result-item.sale .ribbon {
            height: 143px;
            overflow: hidden;
            position: absolute;
            right: -33px;
            text-align: right;
            top: -67px;
            width: 110px;
            z-index: 1;
        }

            .section-search-content .search-result-item.sale .ribbon span {
                background: #2ecc71 none repeat scroll 0 0;
                color: #fff;
                display: block;
                font-size: 13px;
                font-weight: bold;
                line-height: 40px;
                font-family: "Montserrat-Light";
                padding: 63px 0 0;
                position: absolute;
                right: -23px;
                text-align: center;
                text-transform: uppercase;
                top: 19px;
                transform: rotate(45deg);
                width: 112px;
            }

.artist-event-item .ribbon {
    height: 143px;
    overflow: hidden;
    position: absolute;
    right: -33px;
    text-align: right;
    top: -67px;
    width: 110px;
    z-index: 1;
}

    .artist-event-item .ribbon span {
        background: #2ecc71 none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-size: 8px;
        font-weight: bold;
        line-height: 27px;
        font-family: "Montserrat-Light";
        padding: 62px 0 0;
        position: absolute;
        right: -30px;
        text-align: center;
        text-transform: uppercase;
        top: 22px;
        transform: rotate(45deg);
        width: 125px;
    }

.artist-bio {
    padding: 20px;
    background: #ececec;
    border-radius: 5px;
    margin: 0 0 35px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}


.artist-highlights {
    font-family: "Montserrat-Light";
    font-size: 14px;
    line-height: 18px;
}

.artist-details-info > a {
    font-size: 13px;
    font-family: "Montserrat-Light";
    color: #f60;
    text-decoration: none;
}

    .artist-details-info > a:hover {
        text-decoration: underline;
    }

.suggest-item {
    font-family: "Montserrat-Light";
    font-size: 14px;
    line-height: initial;
    color: rgba(117,117,117,1);
}

.section-search-content .search-result-item .search-result-item-price a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat-Regular";
    padding: 18px;
    background: #ff6600;
    border-radius: 5px;
    border: 1px solid #ff6600
}

    .section-search-content .search-result-item .search-result-item-price a:hover {
        color: #ff6600;
        background: #fff;
    }

.section-search-content .search-result-item.sold-out .search-result-item-price a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat-Regular";
    padding: 18px;
    background: #dedede;
    border-radius: 5px;
    border: 1px solid #dedede;
    pointer-events: none;
    cursor: default;
    text-transform: uppercase
}

.footer_payoff {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    font-family: "Montserrat-Regular";
    margin-top: 2px;
}

.paymode {
    max-height: 20px;
}

.section-search-content .search-result-footer {
    margin: 30px 0 0;
    text-align: center;
}

    .section-search-content .search-result-footer .pagination {
        display: inline-block;
        background: #fff;
        margin: 0;
        border-radius: 5px;
    }

        .section-search-content .search-result-footer .pagination li {
            display: inline-block
        }


        .section-search-content .search-result-footer .pagination > li > a {
            font-size: 14px;
            color: #6f6f6f;
            font-family: "Montserrat-Regular";
            padding: 0;
            border: none;
            margin: 10px 5px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: #fff !important
        }


        .section-search-content .search-result-footer .pagination > li.active > a,
        .section-search-content .search-result-footer .pagination > li:hover > a {
            background: #ff6600 !important;
            color: #fff;
            border-radius: 50px
        }

        .section-search-content .search-result-footer .pagination > li:first-child > a,
        .section-search-content .search-result-footer .pagination > li:last-child > a {
            padding: 0;
            border: none;
            margin: 10px 0;
            width: auto;
            height: auto;
            line-height: auto;
            border-radius: 0;
            background: none !important;
            color: #6f6f6f !important;
        }

        .section-search-content .search-result-footer .pagination > li > a > span {
            padding: 25px;
        }

            .section-search-content .search-result-footer .pagination > li > a > span > i {
                margin: 0 5px;
            }

/*--------------------------------------------------------------
	Select Seat Page
--------------------------------------------------------------*/

.section-select-seat-featured-header {
    min-height: 322px;
    background: url(../imagesn/page-featured-img-2.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

    .section-select-seat-featured-header:before {
        content: "";
        background: url(../imagesn/overlay.png);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .section-select-seat-featured-header .section-content {
        text-align: center;
        position: relative;
        padding: 80px 0;
    }

        .section-select-seat-featured-header .section-content p {
            color: #fff;
            font-size: 20px;
            margin: 0;
        }

            .section-select-seat-featured-header .section-content p strong {
                font-size: 40px;
                line-height: 40px;
                display: block;
                font-family: "Montserrat-Bold";
                margin: 5px 0 0;
                color: #fff;
            }

                .section-select-seat-featured-header .section-content p strong span {
                    font-family: "Montserrat-Light";
                    display: inline-block;
                    font-size: 40px;
                    margin: 0;
                }

            .section-select-seat-featured-header .section-content p span {
                font-size: 20px;
                line-height: 20px;
                display: block;
                font-family: "Montserrat-Light";
                margin: 15px 0 0;
            }

.section-select-seat-page-content {
    padding: 70px 0;
    background: #fff
}

.wrapper-image {
    width: 100%;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 0 30px;
}

.stadium-name {
    margin: 0 0 35px;
    text-align: center
}

    .stadium-name h3 {
        margin: 0;
        display: inline-block;
        text-align: center;
        padding: 10px 30px;
        border-radius: 15px;
        font-size: 16px;
        color: #ff6600;
        border: 1px solid #ff6600;
        font-family: "Montserrat-Light";
    }

#stadium-seat-plan {
    display: block;
    margin: 0 auto
}


/*--------------------------------------------------------------
	Select Seat Page v2
--------------------------------------------------------------*/

.section-select-seat-2-featured-header {
    min-height: 322px;
    background: url(../imagesn/page-featured-img.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

    .section-select-seat-2-featured-header:before {
        content: "";
        background: url(../imagesn/overlay.png);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .section-select-seat-2-featured-header .section-content {
        text-align: center;
        position: relative;
        padding: 80px 0;
    }

        .section-select-seat-2-featured-header .section-content p {
            color: #fff;
            font-size: 20px;
            margin: 0;
        }

            .section-select-seat-2-featured-header .section-content p strong {
                font-size: 40px;
                line-height: 40px;
                display: block;
                font-family: "Montserrat-Bold";
                margin: 5px 0 0;
                color: #fff;
            }

            .section-select-seat-2-featured-header .section-content p span {
                font-size: 20px;
                line-height: 20px;
                display: block;
                font-family: "Montserrat-Light";
                margin: 15px 0 0;
            }


.stage-name {
    margin: 0 0 55px;
    text-align: center
}

    .stage-name h3 {
        margin: 0 0 20px;
        display: inline-block;
        text-align: center;
        padding: 10px 30px;
        border-radius: 15px;
        font-size: 16px;
        color: #ff6600;
        border: 1px solid #ff6600;
        font-family: "Montserrat-Light";
    }

#mapster_wrap_0 {
    margin: 0 auto 10px;
}

#hall-seat-plan {
    display: block;
    margin: 0 auto
}

.stage-name p {
    text-align: center;
    color: #6f6f6f;
    font-size: 14px;
    font-family: "Montserrat-Regular";
}

    .stage-name p span {
        display: block;
        font-family: "Montserrat-Light";
    }

.select-popup {
    width: 122px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 13px 4px rgba(79,79,79,.42);
    -moz-box-shadow: 0px 5px 13px 4px rgba(79,79,79,.42);
    box-shadow: 0px 5px 13px 4px rgba(79,79,79,.42);
    z-index: 99999;
}

    .select-popup:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 13px;
        margin-left: -13px;
    }

    .select-popup img {
        display: block;
        margin: 0 0 10px;
    }

    .select-popup p {
        text-align: center;
        font-size: 11px;
        color: #6f6f6f;
        margin: 0;
        line-height: 11px;
    }

    .select-popup strong {
        font-size: 28px;
        line-height: 28px;
        color: #ff6600;
        text-transform: uppercase;
        padding: 2px 0 10px;
        display: block;
        font-family: "Montserrat-Bold";
    }

    .select-popup span {
        display: block;
        text-align: center;
        color: #fff;
        background: #ff6600;
        border-radius: 5px;
        padding: 10px 20px;
        margin: 0 15px 15px;
        border: none;
        font-family: "Montserrat-Light";
    }

.bs-caret > span {
    display: block;
    width: 14px;
    height: 7px;
    background: url(../imagesn/select-arrow.png);
    border: none !important;
}

.ticket-price .bootstrap-select {
    width: 100% !important;
    margin: 0 0 20px;
}

    .ticket-price .bootstrap-select > .btn {
        background: #fff !important;
        color: #6f6f6f;
        font-family: "Montserrat-Regular";
        font-weight: 400;
        font-size: 14px;
    }

.slider .tooltip {
    margin-top: -7px !important;
    font-size: 11px;
    opacity: 1;
    font-family: "Montserrat-Light";
    width: 53px;
    height: 26px;
    cursor: default;
    top: 0 !important;
    z-index: 1
}

.tooltip-inner {
    border-radius: 20px;
    color: #f8f8f8;
    background: #f89406;
    opacity: 1 !important;
    border: 2px solid #fff;
}

.slider-track-low,
.slider-track-high {
    background: #dedede
}

.slider.slider-horizontal {
    width: 100%;
}

.slider-selection {
    background: #f89406;
    box-shadow: none;
}

.tooltip .tooltip-arrow {
    display: none !important
}

.seat-label {
    margin: 0 0 45px;
}

    .seat-label ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center
    }

        .seat-label ul li {
            display: inline-block;
            margin: 0 20px;
        }

            .seat-label ul li img {
                margin: 0 20px 0 0
            }

.seat-info {
    color: #949494;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    font-family: "Montserrat-Light";
    padding: 0 0 0 57px;
    background: url(../imagesn/info.png) no-repeat left center;
}

.tickets label {
    display: block;
    color: #6f6f6f;
    margin: 0 0 20px;
    font-weight: normal;
}

.tickets {
    background: #fafafa;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    padding: 30px;
}

    .tickets select {
        display: block;
        margin: 0 0 20px;
        width: 100%;
        font-family: "Montserrat-Light";
        padding: 10px 30px;
        color: #6f6f6f
    }

.ticket-price table,
.ticket-price th,
.ticket-price td {
    border: none
}

    .ticket-price table tr td {
        color: #6f6f6f;
        font-size: 15px;
        font-family: "Montserrat-Light";
    }

        .ticket-price table tr td span {
            display: block;
            color: #b3b3b3;
            font-size: 14px;
            font-family: "Montserrat-Light";
        }

.ticket-price .table > tbody > tr > td {
    padding: 30px
}

.ticket-price .table {
    border: 1px solid #cecece;
    margin: 0;
}

    .ticket-price .table > tbody > tr {
        position: relative
    }

        .ticket-price .table > tbody > tr.selected:before {
            content: "";
            width: 10px;
            background: #ff6600;
            position: absolute;
            left: 0;
            bottom: 0;
            top: 0;
        }

    .ticket-price .table > tbody {
        overflow-y: scroll;
        height: 409px;
        display: block;
    }

        .ticket-price .table > tbody > tr:hover {
            cursor: pointer
        }

    .ticket-price .table > thead > tr > th {
        border: none;
        background: #fafafb;
        color: #6f6f70;
        font-size: 15px;
        font-family: "Montserrat-Light";
        padding: 10px 20px;
        font-weight: normal;
    }

.ticket-price .table {
    width: 100%;
}

.ticket-price tr,
.ticket-price td {
    display: block;
    overflow: hidden;
}

.ticket-price th,
.ticket-price td {
    float: left;
    width: 45%;
}

    .ticket-price th:nth-child(2),
    .ticket-price td:nth-child(2) {
        float: left;
        width: 20%;
    }

    .ticket-price th:nth-child(3),
    .ticket-price td:nth-child(3) {
        float: left;
        width: 35%;
    }


/*--------------------------------------------------------------
	Order Details Page
--------------------------------------------------------------*/

.section-order-details-content {
    padding: 70px 0;
    background: #fff
}

.section-order-details-event-title .event-caption {
    display: block;
    color: #373737;
    font-size: 16px;
    font-family: "Montserrat-Regular";
    text-transform: uppercase;
    margin: 0 0 20px
}

.section-order-details-event-title .event-title {
    display: block;
    color: #373737;
    font-size: 28px;
    font-family: "Montserrat-Light";
    text-transform: uppercase;
    margin: 0 0 35px
}

    .section-order-details-event-title .event-title strong {
        font-family: "Montserrat-Bold";
    }

.section-order-details-event-title img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
}

.section-order-details-event-info .venue-details h3,
.section-order-details-event-info .seat-details h3 {
    color: #373737;
    font-size: 20px;
    font-family: "Montserrat-Regular";
    margin: 0 0 25px;
}

.section-order-details-event-info .venue-details-info {
    padding: 20px 30px;
    border-right: 1px solid #b3b3b3;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    border-left: 3px solid #ff6600;
    border-radius: 5px;
    margin: 0 0 40px
}

    .section-order-details-event-info .venue-details-info p {
        margin: 0 0 10px;
        color: #ff6600;
        font-family: "Montserrat-Regular";
        font-size: 18px;
        line-height: normal;
    }

        .section-order-details-event-info .venue-details-info p span {
            font-family: "Montserrat-Light";
        }

        .section-order-details-event-info .venue-details-info p:last-child {
            margin: 0;
        }

.section-order-details-event-title {
    padding: 0 20px 0 0;
}

.section-order-details-event-info {
    margin: 0 0 70px;
}

    .section-order-details-event-info .seat-details-info {
        padding: 20px 30px;
        border-right: 1px solid #b3b3b3;
        border-top: 1px solid #b3b3b3;
        border-bottom: 1px solid #b3b3b3;
        border-left: 3px solid #4e4e4e;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.seat-details-info .table,
.seat-details-info .table td,
.seat-details-info .table tr,
.seat-details-info .table th,
.seat-details-info-price .table,
.seat-details-info-price .table td,
.seat-details-info-price .table tr,
.seat-details-info-price .table th {
    border: none;
}

    .seat-details-info .table th {
        color: #6f6f6f;
        font-size: 16px;
        line-height: normal;
        text-transform: uppercase;
        padding: 0 0 10px;
        font-family: "Montserrat-Regular";
        font-weight: normal;
    }

    .seat-details-info .table td {
        color: #6f6f6f;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0 0 5px;
        font-family: "Montserrat-Light";
    }

    .seat-details-info .table.seat-row th:nth-child(2),
    .seat-details-info .table.seat-row th:nth-child(3),
    .seat-details-info .table.seat-row td:nth-child(2),
    .seat-details-info .table.seat-row td:nth-child(3) {
        text-align: center;
    }

    .seat-details-info .table.number-tickets input[type="text"] {
        width: 52px;
        height: 22px;
        border: none;
        font-size: 16px;
        color: #6f6f6f;
        font-family: "Montserrat-Light";
        text-align: center;
    }

    .seat-details-info .table.number-tickets .qty-input,
    .seat-details-info .table.number-tickets .qty-minus,
    .seat-details-info .table.number-tickets .qty-plus {
        display: inline-block;
    }

    .seat-details-info .table.number-tickets .qty-btn {
        width: 22px;
        height: 22px;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        border: 1px solid #b3b3b3;
        color: #6f6f6f;
        border-radius: 50px;
        cursor: pointer;
        display: inline-block;
        padding: 0;
        background: none;
    }

        .seat-details-info .table.number-tickets .qty-btn:hover {
            border: 1px solid #ff6600;
            color: #ff6600
        }

    .seat-details-info .table.seat-row {
        margin: 0 0 50px;
    }

.seat-details-info-price {
    padding: 20px 30px;
    border-right: 1px solid #b3b3b3;
    border-top: none;
    border-bottom: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f8f8f8
}

    .seat-details-info-price .table {
        margin: 0;
    }

        .seat-details-info-price .table td {
            color: #6f6f6f;
            font-size: 16px;
            font-family: "Montserrat-Regular";
            text-transform: uppercase;
            padding: 0;
            vertical-align: middle
        }

            .seat-details-info-price .table td.price {
                font-size: 26px;
                color: #ff6600;
                text-align: center;
            }



/*--------------------------------------------------------------
	Review Order Page
--------------------------------------------------------------*/

.alert-info {
    border: 1px solid #e3e3e3;
    background: #fafafa;
    padding: 20px 25px;
    margin: 0 0 70px;
}

    .alert-info p {
        font-size: 15px;
        color: #6f6f6f;
        margin: 0;
        line-height: 26px;
        font-family: "Montserrat-Regular";
    }

        .alert-info p i {
            font-size: 16px;
            text-align: center;
            color: #ff6600;
            float: left;
            margin: 0 20px 0 0;
            width: 26px;
            height: 26px;
            line-height: 24px;
            border: 1px solid #ff6600;
            border-radius: 50px;
        }

.section-order-review-event .event-caption {
    color: #6f6f6f;
    font-size: 13px;
    font-family: "Montserrat-Regular";
    margin: 0 0 15px;
    display: block;
}

.section-order-review-event .event-title {
    color: #373737;
    font-size: 16px;
    font-family: "Montserrat-bold";
    text-transform: uppercase;
    margin: 0 0 20px;
}

.section-order-review-event p {
    margin: 0 !important;
}

.section-order-review-event-img img {
    border-radius: 5px;
    margin: 0 0 15px;
}

.section-order-review-event-img span {
    display: block;
    font-size: 12px;
    color: #949494;
    text-align: center;
    font-family: "Montserrat-Regular";
}

.section-order-review-pricing {
    padding: 0 0 0 20px
}

    .section-order-review-pricing .pricing-coupon h3,
    .section-order-review-pricing .delivery-method h3 {
        color: #373737;
        font-size: 20px;
        font-family: "Montserrat-Regular";
        margin: 0 0 25px;
    }

    .section-order-review-pricing .coupon-title {
        color: #6f6f6f;
        font-size: 14px;
        line-height: 23px;
        font-family: "Montserrat-Regular";
        text-transform: uppercase;
    }

.container_login .user-title {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 23px;
    font-family: "Montserrat-Regular";
    text-transform: uppercase;
    text-align: center;
}

    .container_login .user-title input {
        margin-bottom: 8px;
    }

.section-order-review-pricing .coupon {
    padding: 20px 30px;
    border-right: 1px solid #b3b3b3;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    border-left: 3px solid #4e4e4e;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.section-order-review-pricing .coupon-form input[type="text"] {
    padding: 0 18px;
    color: #dedede;
    font-size: 16px;
    font-family: "Montserrat-Light";
    border: 1px solid #949494;
    border-radius: 5px;
    float: left;
    margin: 0 10px 0 0;
    width: 66%;
    height: 45px;
    line-height: 45px;
}

    .section-order-review-pricing .coupon-form input[type="text"]::-webkit-input-placeholder {
        color: #dedede;
    }

    .section-order-review-pricing .coupon-form input[type="text"]::-moz-placeholder {
        color: #dedede;
    }

    .section-order-review-pricing .coupon-form input[type="text"]:-ms-input-placeholder {
        color: #dedede;
    }

    .section-order-review-pricing .coupon-form input[type="text"]:-moz-placeholder {
        color: #dedede;
    }

.section-order-review-pricing .coupon-form input[type="submit"] {
    padding: 0 10px;
    color: #ff6600;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat-Light";
    border: 1px solid #ff6600;
    border-radius: 5px;
    float: left;
    background: #fff;
    width: 30%;
    height: 45px;
    line-height: 45px;
}

    .section-order-review-pricing .coupon-form input[type="submit"]:hover {
        background: #ff6600;
        color: #fff
    }

.section-order-review-pricing .delivery-info {
    padding: 20px 30px;
    border-right: 1px solid #b3b3b3;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    border-left: 3px solid #4e4e4e;
    border-radius: 5px;
    margin: 0 0 40px
}

.section-order-review-pricing .table,
.section-order-review-pricing .table td,
.section-order-review-pricing .table tr,
.section-order-review-pricing .table th {
    border: none;
    margin: 0;
}

    .section-order-review-pricing .table tbody td {
        padding: 0 0 10px;
        font-size: 14px;
        color: #6f6f6f;
        font-family: "Montserrat-Regular";
    }

        .section-order-review-pricing .table tbody td:nth-child(2) {
            text-align: right
        }

    .section-order-review-pricing .table tfoot {
        border-top: 1px solid #b3b3b3;
    }

        .section-order-review-pricing .table tfoot td {
            padding: 15px 0 0;
            color: #6f6f6f;
            font-size: 16px;
            text-transform: uppercase;
            font-family: "Montserrat-Regular";
            vertical-align: middle;
        }

            .section-order-review-pricing .table tfoot td.total-price {
                color: #ff6600;
                font-size: 23px;
                text-align: right
            }

.cart-reload {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.6);
    text-align: center;
}

    .cart-reload > i {
        font-size: 32px;
        margin-top: 100px;
    }

.section-order-review-pricing .pricing {
    position: relative;
    padding: 20px 30px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    background: #f8f8f8;
    margin: 0 0 20px;
}

.container_login {
    padding: 20px 30px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    background: #f8f8f8;
    margin: 0 0 20px
}

.section-order-review-pricing .delivery-info span {
    color: #6f6f6f;
    font-size: 16px;
    font-family: "Montserrat-Regular";
    display: block;
    margin: 0 0 15px;
}

.section-order-review-pricing .delivery-info p {
    color: #6f6f6f;
    font-size: 16px;
    font-family: "Montserrat-Light";
    display: inline-block;
    margin: 0;
}


/*--------------------------------------------------------------
	Download Ticket Page
--------------------------------------------------------------*/

.section-download-ticket {
    background: #fff url(../imagesn/download-ticket-bg.png) no-repeat center top;
    text-align: center;
    padding: 50px 0 0;
}

    .section-download-ticket img {
        display: block;
        margin: 0 auto 120px;
    }

    .section-download-ticket p {
        color: #373737;
        font-size: 20px;
        display: block;
        margin: 0 0 20px;
        font-family: "Montserrat-Light";
        line-height: 100%;
    }

        .section-download-ticket p strong {
            font-family: "Montserrat-Regular";
            color: #ff6600;
            font-weight: normal;
        }

        .section-download-ticket p span {
            font-family: "Montserrat-Light";
            color: #ff6600
        }

    .section-download-ticket .primary-link {
        width: 300px;
        margin: 30px auto 0;
        display: inline-block;
    }

/*--------------------------------------------------------------
	Error 404: Page Not Found
--------------------------------------------------------------*/

.section-page-content.error-404 {
    /*background:#edeef4 url(../imagesn/error-page-bg.jpg) no-repeat center bottom!important;
	padding:120px 0*/
}

.section-page-content .section-404 {
    text-align: center
}

    .section-page-content .section-404 h2 {
        font-size: 231px;
        line-height: 231px;
        color: #6f6f6f;
        font-family: "Montserrat-Hairline";
        margin: 0 0 50px;
    }

    .section-page-content .section-404 p {
        font-size: 30px;
        line-height: 45px;
        color: #6f6f6f;
        font-family: "Montserrat-Light";
        margin: 0 0 50px;
    }

    .section-page-content .section-404 .secondary-link {
        display: inline-block;
        padding: 20px 70px;
        background: none;
        text-transform: none;
        font-family: "Montserrat-Light";
        font-size: 25px;
    }

        .section-page-content .section-404 .secondary-link:hover {
            background: #ff6600;
            border: 1px solid #ff6600;
        }


/*--------------------------------------------------------------
	Event By Category
--------------------------------------------------------------*/

.section-featured-header.all-sports-events {
    min-height: 322px;
    background: url(../imagesn/page-featured-img-category.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

    .section-featured-header.all-sports-events:before {
        content: "";
        background: url(../imagesn/overlay.png);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .section-featured-header.all-sports-events .section-content h1 {
        font-size: 40px;
        margin: 0;
        color: #fff;
        font-family: "Montserrat-Regular";
    }

    .section-featured-header.all-sports-events .section-content {
        padding: 140px 0 150px;
        text-align: left;
        position: relative
    }

/*--------------------------------------------------------------
	Order Tickets Without Seat
--------------------------------------------------------------*/

.section-featured-header.order-tickets-without-seat {
    min-height: 322px;
    background: url(../imagesn/page-featured-img-order-ticket.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

    .section-featured-header.order-tickets-without-seat:before {
        content: "";
        background: url(../imagesn/overlay.png);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .section-featured-header.order-tickets-without-seat .section-content {
        text-align: center;
        position: relative;
        padding: 80px 0;
    }

        .section-featured-header.order-tickets-without-seat .section-content p {
            color: #dedede;
            font-size: 20px;
            margin: 0;
        }

            .section-featured-header.order-tickets-without-seat .section-content p strong {
                font-size: 45px;
                line-height: 45px;
                display: block;
                font-family: "Montserrat-Bold";
                margin: 10px 0 0;
                color: #fff;
            }

            .section-featured-header.order-tickets-without-seat .section-content p span {
                font-size: 20px;
                line-height: 20px;
                display: block;
                font-family: "Montserrat-Light";
                margin: 15px 0 0;
                color: #dedede
            }

    .section-featured-header.order-tickets-without-seat .tickets-left {
        font-size: 18px;
        line-height: 18px;
        color: #fafafa;
        border: 1px solid #fafafa;
        border-radius: 50px;
        padding: 10px 15px;
        font-family: "Montserrat-Light";
        display: inline-block;
        margin: 20px 0 0;
    }

        .section-featured-header.order-tickets-without-seat .tickets-left i {
            margin: 0 5px 0 0;
        }

.section-choose-how-many-tickets {
    padding: 60px 0;
}

    .section-choose-how-many-tickets .ticket-nav {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center
    }

        .section-choose-how-many-tickets .ticket-nav li {
            display: inline-block;
            margin: 0 20px;
            vertical-align: bottom;
        }

            .section-choose-how-many-tickets .ticket-nav li a {
                display: inline-block;
                width: 150px;
                height: 150px;
                border: 1px solid #b3b3b3;
                background: #f8f8f8;
                padding: 10px;
                font-size: 20px;
                border-radius: 5px;
                position: relative;
                color: #b3b3b3;
            }

                .section-choose-how-many-tickets .ticket-nav li.selected a,
                .section-choose-how-many-tickets .ticket-nav li a:hover {
                    border: 1px solid #ff6600;
                    background: #ff6600;
                    color: #fff
                }

                .section-choose-how-many-tickets .ticket-nav li a span {
                    font-size: 70px;
                    line-height: 70px;
                    display: block;
                    margin: 0 0 20px;
                }

                .section-choose-how-many-tickets .ticket-nav li a i {
                    font-size: 30px;
                    width: 30px;
                    height: 30px;
                    display: block;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    color: #ff6600;
                }

                .section-choose-how-many-tickets .ticket-nav li a:hover i {
                    color: #fff
                }

/*--------------------------------------------------------------
	Payment Method
--------------------------------------------------------------*/

.section-select-payment-method {
    width: 50%;
    margin: 0 auto;
}

    .section-select-payment-method .nav-tabs {
        border: none;
        text-align: center;
    }

        .section-select-payment-method .nav-tabs li {
            float: none;
            display: inline-block;
            margin: 0 15px;
        }

            .section-select-payment-method .nav-tabs li a {
                color: #949494;
                font-size: 20px;
                text-align: center;
                padding: 20px 0;
                border: 3px solid #dedede;
                width: 164px;
                height: 117px;
                background: none !important;
                border-radius: 5px;
            }

            .section-select-payment-method .nav-tabs li.active a,
            .section-select-payment-method .nav-tabs li:hover a {
                color: #ff6600;
                border: 3px solid #ff6600
            }

            .section-select-payment-method .nav-tabs li a i {
                display: block;
                margin: 0 0 15px;
                font-size: 30px
            }

    .section-select-payment-method .scrtabs-tab-container,
    .section-select-payment-method .scrtabs-tabs-fixed-container {
        height: 117px !important
    }

    .section-select-payment-method .tab-content {
        margin: 40px 0 0;
    }

        .section-select-payment-method .tab-content #credit-card {
            padding: 40px 70px;
            border-top: 1px solid #b3b3b3;
        }

        .section-select-payment-method .tab-content label {
            color: #6f6f6f;
            font-size: 15px;
            margin: 0 0 20px;
            text-transform: uppercase;
            font-weight: normal;
        }

        .section-select-payment-method .tab-content input[type="text"] {
            color: #c2c2c2;
            font-size: 15px;
            margin: 0 0 20px;
            padding: 10px 25px;
            height: 50px;
            font-family: "Montserrat-Light";
            border: 1px solid #d7d7d7;
        }

            .section-select-payment-method .tab-content input[type="text"]::-webkit-input-placeholder {
                color: #c2c2c2;
            }

            .section-select-payment-method .tab-content input[type="text"]::-moz-placeholder {
                color: #c2c2c2;
            }

            .section-select-payment-method .tab-content input[type="text"]:-ms-input-placeholder {
                color: #c2c2c2;
            }

            .section-select-payment-method .tab-content input[type="text"]:-moz-placeholder {
                color: #c2c2c2;
            }


    .section-select-payment-method .cvv {
        position: relative
    }

        .section-select-payment-method .cvv input[type="text"] {
            padding: 10px 35px 10px 25px;
        }

        .section-select-payment-method .cvv i {
            bottom: 25px;
            font-size: 20px;
            height: 30px;
            position: absolute;
            right: 15px;
            width: 30px;
            color: #7b7b7b;
            cursor: pointer;
        }

    .section-select-payment-method .tab-content .bootstrap-select {
        width: 100% !important;
    }

        .section-select-payment-method .tab-content .bootstrap-select .btn {
            color: #636363;
            font-size: 15px;
            padding: 10px 25px;
            height: 50px;
            background: #f9f9f9;
            font-family: "Montserrat-Light";
            border: 1px solid #d7d7d7;
        }

.section-select-payment-method-action {
    border-top: 1px solid #b3b3b3;
    padding: 40px 0 0;
}

    .section-select-payment-method-action button {
        width: 100%;
        border-radius: 5px;
    }

/*--------------------------------------------------------------
	Artist Page
--------------------------------------------------------------*/

.section-artist-featured-header {
    background: url(../imagesn/page-featured-img-artist.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 322px;
    position: relative;
}

    .section-artist-featured-header:before {
        background: rgba(0, 0, 0, 0) url(../imagesn/overlay.png) repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .section-artist-featured-header .section-content {
        padding: 240px 0 50px;
        text-align: left;
        position: relative;
    }

        .section-artist-featured-header .section-content h1 {
            color: #fff;
            font-family: "Montserrat-Regular";
            font-size: 32px;
            line-height: 100%;
            margin: 0 0 15px;
        }

        .section-artist-featured-header .section-content p {
            color: #fff;
            font-family: "Montserrat-Light";
            font-size: 20px;
            line-height: 100%;
            margin: 8px 0;
        }

            .section-artist-featured-header .section-content p a {
                color: #fff;
                text-decoration: underline;
            }

.section-artist-page-header {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    margin: 0;
    padding: 40px 0;
}


    .section-artist-page-header .entry-title {
        border: medium none;
        color: #b3b3b3;
        font-size: 20px; /*24px;*/
        margin: 0;
        padding: 0 0 15px 0;
        text-align: center;
        text-transform: none;
    }


.section-artist-content {
    background: #f8f8f8;
    padding: 70px 0;
}

    .section-artist-content.single-ticket {
        padding: 20px 0;
    }

.extra-html-content {
    border: 1px solid #ddd;
    padding: 8px 12px;
    background-color: #f5f5f5;
    margin-top: 12px;
}

button.addQta, button.removeQta {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    color: #666;
    border-radius: 3px;
    background-color: #eee;
    font-size: 22px;
    width: 40px;
    text-align: center;
    height: 34px;
}

.ticketQta {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 88px);
    text-align: center;
    border: 1px solid #d9d9d9;
    font-size: 20px;
    max-width: 70px;
}

.section-artist-content .artist-event-item {
    padding: 35px;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 35px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}

    .section-artist-content .artist-event-item .artist-event-item-info h3 {
        font-size: 18px;
        color: #6f6f6f;
        font-family: "Montserrat-Regular";
        padding: 0 0 25px;
        margin: 0 0 15px;
        border-bottom: 1px solid #dedede
    }

    .section-artist-content .artist-event-item .artist-event-item-info ul li {
        font-size: 13px;
        color: #6f6f6f;
        font-family: "Montserrat-Light";
    }

        .section-artist-content .artist-event-item .artist-event-item-info ul li span {
            font-size: 13px;
            margin: 12px 0 8px 0;
            display: block;
        }

            .section-artist-content .artist-event-item .artist-event-item-info ul li span.title {
                color: #ff6600;
                text-transform: uppercase;
                font-weight: bold;
            }

            .section-artist-content .artist-event-item .artist-event-item-info ul li span.location {
                font-size: 13px;
                color: #6f6f6f;
                font-family: "Montserrat-Light";
                margin: 15px 0 0;
                display: block;
            }

            .section-artist-content .artist-event-item .artist-event-item-info ul li span.locationlink {
                font-size: 13px;
                color: #337ab7 !important;
                font-family: "Montserrat-Light";
                margin: 15px 0 0;
                display: block;
            }

                .section-artist-content .artist-event-item .artist-event-item-info ul li span.locationlink i {
                    margin-right: 5px;
                    margin-bottom: 5px;
                }

                .section-artist-content .artist-event-item .artist-event-item-info ul li span.locationlink a.fasiconlink {
                    margin-right: 5px;
                    margin-bottom: 5px;
                    color: #337ab7 !important;
                }

    .section-artist-content .artist-event-item .artist-event-item-price span {
        display: block;
        text-align: center;
        color: #6f6f6f;
        font-size: 14px;
        font-family: "Montserrat-Light";
        margin: 0 0 15px;
    }

        .section-artist-content .artist-event-item .artist-event-item-price span.tickets-left {
            display: block;
            text-align: center;
            color: #ff6600;
            font-size: 14px;
            font-family: "Montserrat-Light";
            margin: 0 0 10px;
        }

    .section-artist-content .artist-event-item .artist-event-item-price strong {
        /*display:block;*/
        display: inline-block;
        text-align: center;
        color: #6f6f6f;
        font-size: 28px;
        font-family: "Montserrat-Bold";
        /*margin: 0 0 15px;*/
    }

.artist-event-item-price > span > small {
    display: block;
    margin-top: 8px;
}

.section-artist-content.artist_page .artist-event-item .artist-event-item-price strong,
.section-artist-content.location_page .artist-event-item .artist-event-item-price strong {
    display: block;
    margin: 0 0 15px;
}

.section-artist-content .artist-event-item.sale .artist-event-item-price strong span {
    display: inline-block;
    text-align: center;
    color: #6f6f6f;
    font-size: 17px;
    font-family: "Montserrat-Light";
    text-decoration: line-through;
    margin: 0 15px 0 0;
}

.section-artist-content .artist-event-item.sale .ribbon {
    height: 143px;
    overflow: hidden;
    position: absolute;
    right: -33px;
    text-align: right;
    top: -67px;
    width: 110px;
    z-index: 1;
}

    .section-artist-content .artist-event-item.sale .ribbon span {
        background: #2ecc71 none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-size: 13px;
        font-weight: bold;
        line-height: 40px;
        font-family: "Montserrat-Light";
        padding: 63px 0 0;
        position: absolute;
        right: -23px;
        text-align: center;
        text-transform: uppercase;
        top: 19px;
        transform: rotate(45deg);
        width: 112px;
    }

button.orange, a.button_orange {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat-Regular";
    padding: 18px;
    background: #ff6600;
    border-radius: 5px;
    border: 1px solid #ff6600;
    transition: all 0.2s ease-in-out 0s;
}

    button.orange.small, a.button_orange.small {
        padding: 10px;
    }

    button.orange:hover, a.button_orange:hover {
        color: #ff6600;
        background: #fff;
        text-decoration: none;
    }

.section-artist-content .artist-event-item .artist-event-item-price a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat-Regular";
    padding: 18px;
    background: #ff6600;
    border-radius: 5px;
    border: 1px solid #ff6600
}

    .section-artist-content .artist-event-item .artist-event-item-price a:hover {
        color: #ff6600;
        background: #fff;
        text-decoration: none;
    }

.section-artist-content .artist-event-item.sold-out .artist-event-item-price a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat-Regular";
    padding: 18px;
    background: #dedede;
    border-radius: 5px;
    border: 1px solid #dedede;
    pointer-events: none;
    cursor: default;
    text-transform: uppercase
}

.section-artist-content .artist-event-footer {
    margin: 30px 0 0;
    text-align: center;
}

    .section-artist-content .artist-event-footer .pagination {
        display: inline-block;
        background: #fff;
        margin: 0;
        border-radius: 5px;
    }

        .section-artist-content .artist-event-footer .pagination li {
            display: inline-block
        }


        .section-artist-content .artist-event-footer .pagination > li > a {
            font-size: 14px;
            color: #6f6f6f;
            font-family: "Montserrat-Regular";
            padding: 0;
            border: none;
            margin: 10px 5px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: #fff !important
        }


        .section-artist-content .artist-event-footer .pagination > li.active > a,
        .section-artist-content .artist-event-footer .pagination > li:hover > a {
            background: #ff6600 !important;
            color: #fff;
            border-radius: 50px
        }

        .section-artist-content .artist-event-footer .pagination > li:first-child > a,
        .section-artist-content .artist-event-footer .pagination > li:last-child > a {
            padding: 0;
            border: none;
            margin: 10px 0;
            width: auto;
            height: auto;
            line-height: auto;
            border-radius: 0;
            background: none !important;
            color: #6f6f6f !important;
        }

        .section-artist-content .artist-event-footer .pagination > li > a > span {
            padding: 25px;
        }

            .section-artist-content .artist-event-footer .pagination > li > a > span > i {
                margin: 0 5px;
            }

.section-artist-content .artist-details {
    background: #fff;
    border-radius: 5px;
    padding: 0px 0 25px;
    margin: 0 0 25px;
}

    .section-artist-content .artist-details img {
        display: block;
        margin: 0 0 30px;
    }

    .section-artist-content .artist-details .artist-details-title {
        margin: 0px 0 0 15px;
        padding: 25px 25px 25px 25px;
        overflow: hidden;
    }

    .section-artist-content .artist-details .location-details-title {
        margin: 0;
        padding: 28px;
        overflow: hidden;
    }


    .section-artist-content .artist-details .artist-details-info {
        padding: 0 25px;
    }

    .section-artist-content .artist-details .artist-details-title h3 {
        font-size: 22px;
        color: #6f6f6f;
        margin: 0;
        float: left;
    }

    .section-artist-content .artist-details .artist-details-title a {
        font-size: 13px;
        color: #ff6600;
        border: 2px solid #ff6600;
        border-radius: 5px;
        margin: 0;
        float: right;
        padding: 8px 25px;
        display: inline-block;
        font-family: "Montserrat-Light";
    }

        .section-artist-content .artist-details .artist-details-title a:hover {
            background: #ff6600;
            color: #fff
        }

    .section-artist-content .artist-details .artist-details-info h4 {
        font-size: 16px;
        color: #6f6f6f;
        margin: 0 0 25px;
    }

    .section-artist-content .artist-details .artist-details-info p {
        color: #b3b3b3;
        font-size: 13px;
        line-height: 22px;
        margin: 3px 0 15px 15px;
        font-family: "Montserrat-Light";
    }

    .section-artist-content .artist-details iframe {
        border: solid 1px #797575;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding-bottom-bottom: 10px;
    }


.section-artist-content .related-artist {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
}

    .section-artist-content .related-artist > h3 {
        font-size: 17px;
        padding: 35px;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #dedede
    }

    .section-artist-content .related-artist .related-artist-list {
        background: #fff;
        padding: 30px 15px;
    }

        .section-artist-content .related-artist .related-artist-list .related-artist-item {
            overflow: hidden;
            margin: 0 0 30px;
        }

            .section-artist-content .related-artist .related-artist-list .related-artist-item:last-child {
                margin: 0;
            }

    .section-artist-content .related-artist .related-artist-img img {
        display: block;
        margin: 0 auto;
        border-radius: 50px;
        width: 70px;
        height: 70px;
    }

    .section-artist-content .related-artist .related-artist-info h4 {
        margin: 0 0 15px;
    }

        .section-artist-content .related-artist .related-artist-info h4 a {
            font-size: 16px;
            color: #6f6f6f;
            display: inline-block;
        }

    .section-artist-content .related-artist .related-artist-info > a {
        color: #ff6600;
        border: 1px solid #ff6600;
        font-size: 12px;
        padding: 10px 30px;
        border-radius: 5px;
        display: inline-block;
    }

        .section-artist-content .related-artist .related-artist-info > a:hover {
            color: #fff;
            background: #ff6600
        }

.related-artist.suggest {
    margin-top: 42px;
}

.section-artist-content .artist-extra-info {
    margin-top: 10px !important;
}

    .section-artist-content .artist-extra-info a {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .section-artist-content .artist-extra-info a:hover {
            text-decoration: none;
        }

        .section-artist-content .artist-extra-info a > i {
            color: #ff6600;
            width: 18px;
            text-align: center;
        }


/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/

.section-gallery {
    padding: 70px 0;
    background: #373737
}

    .section-gallery h1 {
        color: #fafafa;
        font-size: 33px;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        font-family: "Montserrat-Bold";
    }

    .section-gallery .gallery-list {
        padding: 70px 0 40px;
    }

        .section-gallery .gallery-list .gallery-img {
            margin: 0 0 30px;
        }

            .section-gallery .gallery-list .gallery-img a {
                position: relative;
            }

                .section-gallery .gallery-list .gallery-img a:before {
                    content: "VIEW";
                    color: #fff;
                    width: 118px;
                    height: 40px;
                    font-size: 16px;
                    line-height: 40px;
                    text-align: center;
                    background: rgba(255,102,0, 0.9);
                    border-radius: 50px;
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto;
                    display: none
                }

            .section-gallery .gallery-list .gallery-img:hover a:before {
                display: block;
            }

            .section-gallery .gallery-list .gallery-img a:hover img {
                outline: 8px solid #ff6600;
                outline-offset: -8px;
            }

.gallery-lightbox img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.section-gallery .gallery-pagination {
    text-align: center
}

    .section-gallery .gallery-pagination .pagination {
        display: inline-block;
        background: #016c98;
        margin: 0;
        border-radius: 5px;
    }

        .section-gallery .gallery-pagination .pagination li {
            display: inline-block
        }


        .section-gallery .gallery-pagination .pagination > li > a {
            font-size: 14px;
            color: #dedede;
            font-family: "Montserrat-Regular";
            padding: 0;
            border: none;
            margin: 10px 5px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: #016c98 !important
        }


        .section-gallery .gallery-pagination .pagination > li.active > a,
        .section-gallery .gallery-pagination .pagination > li:hover > a {
            background: #ff6600 !important;
            color: #dedede;
            border-radius: 50px
        }

        .section-gallery .gallery-pagination .pagination > li:first-child > a,
        .section-gallery .gallery-pagination .pagination > li:last-child > a {
            padding: 0;
            border: none;
            margin: 10px 0;
            width: auto;
            height: auto;
            line-height: auto;
            border-radius: 0;
            background: none !important;
            color: #dedede !important;
        }

        .section-gallery .gallery-pagination .pagination > li > a > span {
            padding: 25px;
        }

            .section-gallery .gallery-pagination .pagination > li > a > span > i {
                margin: 0 5px;
            }

.gallery-lightbox {
    background: #fff;
    width: 500px;
}

.gallery-lightbox-content {
    padding: 40px;
}

    .gallery-lightbox-content h3 {
        color: #242424;
        font-size: 20px;
        text-transform: uppercase;
        margin: 0 0 30px;
    }

    .gallery-lightbox-content p {
        color: #949494;
        font-size: 13px;
        line-height: 20px;
    }

.gallery-lightbox .close,
.featherlight-close {
    width: 46px !important;
    height: 46px !important;
    background: url(../imagesn/close.png) no-repeat !important;
    text-indent: -99999px;
    display: block;
    opacity: 1;
    position: absolute;
    top: -23px;
    right: -23px
}

.featherlight .featherlight-content {
    background: none;
    overflow: hidden;
}

.gallery-list .gallery-lightbox {
    display: none;
}

/*--------------------------------------------------------------
	Event Single
--------------------------------------------------------------*/

.section-event-single-featured-header {
    background: url(../imagesn/page-featured-img-event.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 322px;
    position: relative;
}

    .section-event-single-featured-header:before {
        background: rgba(0, 0, 0, 0) url(../imagesn/overlay.png) repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .section-event-single-featured-header .section-content {
        padding: 140px 0 150px;
        text-align: center;
        position: relative;
    }

        .section-event-single-featured-header .section-content h1 {
            color: #fff;
            font-family: "Montserrat-Regular";
            font-size: 35px;
            line-height: 35px;
            margin: 0 0 15px;
        }

        .section-event-single-featured-header .section-content p {
            color: #fff;
            font-family: "Montserrat-Light";
            font-size: 15px;
            margin: 0;
        }

            .section-event-single-featured-header .section-content p i {
                margin: 0 5px 0 0;
            }

.section-event-single-header {
    background: #fff;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    margin: 0;
    padding: 40px 0;
}


    .section-event-single-header h1 {
        width: 100%;
        border: medium none;
        color: #4e4e4e;
        font-size: 25px;
        line-height: 36px;
        margin: 0;
        padding: 0;
        text-align: center;
        text-transform: none;
    }

    .section-event-single-header .ticket-purchase {
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
        vertical-align: middle;
        display: table;
    }

        .section-event-single-header .ticket-purchase li {
            display: table-cell;
            font-size: 16px;
            color: #949494;
            font-family: "Montserrat-Light";
            vertical-align: middle
        }

            .section-event-single-header .ticket-purchase li span {
                font-size: 25px;
                color: #4e4e4e;
                display: inline-block;
                margin: 0 25px 0 15px;
            }

            .section-event-single-header .ticket-purchase li a {
                font-size: 16px;
                padding: 20px 35px;
                border-radius: 5px;
                color: #fff;
                background: #ff6600;
                border: 1px solid #ff6600;
                display: inline-block;
                font-family: "Montserrat-Regular";
            }

                .section-event-single-header .ticket-purchase li a:hover {
                    color: #ff6600;
                    background: #fff;
                }

.descrizione_plus {
    margin-bottom: 10px !important;
}

.section-event-single-content {
    /* background: #f8f8f8; */
    padding: 10px 0 0;
}

.artist-event-item.single-ticket {
    padding: 20px;
    margin: 0 0 10px;
}

.big-date {
    margin-bottom: 20px;
}

    .big-date > div {
        background-color: #0284ba;
        box-shadow: inset 0 0 12px 0px rgba(0,0,0,0.5);
        padding: 20px 10px;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        font-size: 18px;
        text-transform: uppercase;
    }

        .big-date > div > span {
            display: block;
        }

            .big-date > div > span.date-big {
                margin-bottom: 10px;
                font-size: 36px;
            }

li.related-artist-item.custom {
    font-family: "Montserrat-Light";
    font-size: 14px;
    line-height: initial;
}

    li.related-artist-item.custom i {
        font-size: 48px;
        color: #0284ba;
    }

.related-artist-icon {
    text-align: center;
}

.section-event-single-content .event-features ul {
    margin: 0 0 70px;
    padding: 0 0 50px;
    list-style: none;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #dedede;
}

    .section-event-single-content .event-features ul li {
        display: inline-block;
        text-align: center;
        padding: 0 30px;
        line-height: 20px;
        color: #6f6f6f;
        font-size: 14px;
        font-family: "Montserrat-Light";
    }

        .section-event-single-content .event-features ul li i {
            display: block;
            width: 80px;
            height: 80px;
            color: #6f6f6f;
            line-height: 78px;
            border: 2px solid #6f6f6f;
            border-radius: 50px;
            margin: 0 auto 20px;
        }

.section-event-single-content .event-info {
    margin: 0 0 35px 0;
}

@media screen and (min-width: 61.938em) {
    .section-event-single-content .event-info .event-info-about,
    .section-event-single-content .event-highlights,
    .section-event-single-content .event-location {
        padding: 0 0 0 0px;
    }
}


@media screen and (max-width: 61.938em) {
    .section-event-single-content .event-info .event-info-about,
    .section-event-single-content .event-highlights,
    .section-event-single-content .event-location {
        padding: 0 0px 25px 0;
    }
}

.section-event-single-content .event-info h2:before,
.section-event-single-content .event-location h2:before,
.section-event-single-content .event-highlights h2:before {
    display: block;
    content: "";
    width: 5px;
    height: 16px;
    background: #ff5700;
    position: absolute;
    left: -25px;
    top: 3px;
}


.section-event-single-content .event-info h2,
.section-event-single-content .event-location h2,
.section-event-single-content .event-highlights h2 {
    font-size: 22px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    color: #373737;
    font-weight: 700;
    margin: 0 0 10 0px;
    text-transform: uppercase;
    position: relative;
}

.panel-biglietti {
    margin: 0 15px;
}

.panel-carnet {
    margin: 0 15px
}

.panel-rimessa_in_vendita {
    margin: 0 15px
}

.panel-abbonamenti {
    margin: 0 15px;
}


.section-event-single-content .event-info p,
.section-event-single-content .event-location p,
.section-event-single-content .event-highlights p {
    font-size: 13px;
    line-height: 22px;
    font-family: "Montserrat-Light";
    color: #6f6f6f;
    padding: 0 3px;
    margin: 0 0 35px;
}

    .section-event-single-content .event-location p span {
        font-family: "Montserrat-Regular";
    }

.section-event-single-content .event-info-about ul,
.section-event-single-content .event-highlights ul {
    padding: 0 3px;
}

    .section-event-single-content .event-info-about ul li,
    .section-event-single-content .event-highlights ul li {
        font-size: 13px;
        line-height: 22px;
        font-family: "Montserrat-Light";
        color: #6f6f6f;
        position: relative;
        padding: 0 0 0 45px;
        margin: 0 0 30px;
        display: inline-block;
        vertical-align: top
    }

        .section-event-single-content .event-info-about ul li:before,
        .section-event-single-content .event-highlights ul li:before {
            content: "\f00c";
            width: 26px;
            height: 26px;
            line-height: 24px;
            border: 1px solid #ff6600;
            border-radius: 50px;
            text-align: center;
            color: #ff6600;
            font-family: FontAwesome;
            display: inline-block;
            font-size: 14px;
            position: absolute;
            left: 0;
            top: 3px;
        }

.section-event-single-content .event-highlights {
    margin: 0 0 35px;
}

.section-event-single-content .event-info-img #slider {
    margin: 0 0 5px;
    border: none;
    background: none;
}

.section-event-single-content .event-info-img #carousel {
    margin: 0;
    border: none;
    background: none;
}

    .section-event-single-content .event-info-img #carousel li img {
        cursor: pointer;
        opacity: .5
    }

    .section-event-single-content .event-info-img #carousel li.flex-active-slide img,
    .section-event-single-content .event-info-img #carousel li:hover img {
        opacity: 1
    }

.event-map iframe {
    border: none;
    pointer-events: none;
}

/*--------------------------------------------------------------
	Full Event Schedule
--------------------------------------------------------------*/

.section-full-events-schedule {
    padding: 70px 0;
    background: #f8f8f8
}

    .section-full-events-schedule .section-header .nav-tabs {
        border: none
    }

        .section-full-events-schedule .section-header .nav-tabs li:first-child a {
            border-left: 1px solid #f8f8f8
        }

        .section-full-events-schedule .section-header .nav-tabs li a {
            padding: 30px 0 30px;
            width: 166.4px;
            font-size: 45px;
            line-height: inherit;
            text-align: center;
            display: inline-block;
            color: #b3b3b3;
            border: none;
            background: #fdfdfd;
            border-top: 1px solid #f8f8f8;
            border-right: 1px solid #f8f8f8;
            border-bottom: 1px solid #f8f8f8;
            border-radius: 0;
            margin: 0;
            text-transform: uppercase;
            font-family: "Montserrat-Hairline";
        }

            .section-full-events-schedule .section-header .nav-tabs li a strong {
                display: block;
                font-size: 14px;
                margin: 0 0 20px;
                font-family: "Montserrat-Regular";
                color: #b3b3b3;
            }

            .section-full-events-schedule .section-header .nav-tabs li a span {
                display: block;
                font-size: 16px;
                margin: 25px 0 0;
                font-family: "Montserrat-Light";
                color: #b3b3b3;
            }

        .section-full-events-schedule .section-header .nav-tabs li:hover a strong,
        .section-full-events-schedule .section-header .nav-tabs li:hover a span {
            color: #373737
        }

        .section-full-events-schedule .section-header .nav-tabs li.active a,
        .section-full-events-schedule .section-header .nav-tabs li:hover a {
            color: #373737;
            background: #fff;
            -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
            z-index: 999
        }

            .section-full-events-schedule .section-header .nav-tabs li.active a span,
            .section-full-events-schedule .section-header .nav-tabs li.active a strong {
                color: #373737
            }

    .section-full-events-schedule .section-header .scrtabs-tabs-fixed-container {
        height: 190px;
        padding: 0 6px;
        width: 100% !important
    }

    .section-full-events-schedule .section-header .scrtabs-tabs-movable-container {
        min-width: 3000px
    }

    .section-full-events-schedule .section-header .scrtabs-tab-container {
        position: relative;
        height: 190px;
    }

    .section-full-events-schedule .section-header .scrtabs-tab-scroll-arrow-right span,
    .section-full-events-schedule .section-header .scrtabs-tab-scroll-arrow-left span {
        display: none
    }

    .section-full-events-schedule .section-header .scrtabs-tab-scroll-arrow-left {
        width: 22px;
        height: 29px;
        background: url(../imagesn/calendar-events-arrow-left.png) no-repeat center center;
        border: none;
        position: absolute;
        left: -30px;
        bottom: 0;
        top: 45%;
    }

    .section-full-events-schedule .section-header .scrtabs-tab-scroll-arrow-right {
        width: 22px;
        height: 29px;
        background: url(../imagesn/calendar-events-arrow-right.png) no-repeat center center;
        border: none;
        position: absolute;
        right: -30px;
        bottom: 0;
        top: 45%;
    }


    .section-full-events-schedule .section-content {
        background: #fff;
        margin: -6px 0 0 6px;
    }

        .section-full-events-schedule .section-content .tab-pane .nav {
            margin: -6px -31px 0 0;
            border-right: 1px solid #f8f8f8;
        }

            .section-full-events-schedule .section-content .tab-pane .nav a {
                padding: 30px 50px 30px 80px;
                background: #fff;
                position: relative;
            }

                .section-full-events-schedule .section-content .tab-pane .nav a:before {
                    content: " ";
                    width: 20px;
                    height: 19px;
                    background: url(../imagesn/schedule-clock.png);
                    display: block;
                    position: absolute;
                    top: 34px;
                    left: 40px;
                }

                .section-full-events-schedule .section-content .tab-pane .nav a:after {
                    content: " ";
                    width: 6px;
                    height: 10px;
                    background: url(../imagesn/events-arrow.png);
                    display: block;
                    position: absolute;
                    top: 45%;
                    right: 40px;
                }

            .section-full-events-schedule .section-content .tab-pane .nav li.active a,
            .section-full-events-schedule .section-content .tab-pane .nav li:hover a {
                background: #f8f8f8
            }


            .section-full-events-schedule .section-content .tab-pane .nav .schedule-time {
                display: block;
                font-size: 24px;
                color: #373737;
                font-family: 'Open Sans', sans-serif;
                font-weight: 300;
                margin: 0 0 10px;
            }

                .section-full-events-schedule .section-content .tab-pane .nav .schedule-time strong {
                    display: inline-block;
                    font-size: 12px;
                    color: #373737;
                    font-family: 'Open Sans', sans-serif;
                }

            .section-full-events-schedule .section-content .tab-pane .nav .schedule-title {
                display: block;
                font-size: 12px;
                color: #373737;
                font-weight: 700;
                margin: 0 0 15px;
                font-family: 'Open Sans', sans-serif;
            }

            .section-full-events-schedule .section-content .tab-pane .nav .schedule-ticket-info {
                display: inline-block;
                font-size: 10px;
                color: #fff;
                background: #ff6600;
                font-weight: 700;
                padding: 5px 15px;
                border-radius: 50px;
                font-family: 'Open Sans', sans-serif;
                text-transform: uppercase;
            }

        .section-full-events-schedule .section-content .tab-pane .tab-content {
            border-left: 1px solid #f8f8f8;
            margin: -6px 0 0;
        }

        .section-full-events-schedule .section-content .tab-content .tab-pane > img {
            width: 100%;
        }

        .section-full-events-schedule .section-content .tab-pane .full-event-info {
            padding: 45px;
            overflow: hidden;
        }

        .section-full-events-schedule .section-content .full-event-info-header {
            overflow: hidden;
            margin: 0 0 45px;
        }

        .section-full-events-schedule .section-content .tab-pane .full-event-info h2 {
            font-size: 22px;
            color: #373737;
            font-family: "Montserrat-Regular";
            float: left;
            margin: 0 0 15px;
        }

        .section-full-events-schedule .section-content .tab-pane .full-event-info .ticket-left-info {
            font-size: 10px;
            color: #fff;
            background: #ff5700;
            padding: 5px 15px;
            float: right;
            display: inline-block;
            border-radius: 50px;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            font-weight: 700;
        }

        .section-full-events-schedule .section-content .tab-pane .full-event-info .event-date-info {
            font-size: 15px;
            color: #6f6f6f;
            float: left;
            display: inline-block;
            font-family: "Montserrat-Light";
        }

        .section-full-events-schedule .section-content .tab-pane .full-event-info .event-venue-info {
            font-size: 15px;
            color: #6f6f6f;
            float: right;
            display: inline-block;
            margin: 0 0 15px;
            font-family: "Montserrat-Light";
        }

        .section-full-events-schedule .section-content .tab-pane .full-event-info-content {
            overflow: hidden;
        }

            .section-full-events-schedule .section-content .tab-pane .full-event-info-content p {
                color: #373737;
                line-height: 25px;
                font-size: 13px;
                font-family: "Montserrat-Light";
                margin: 0 0 15px;
            }

            .section-full-events-schedule .section-content .tab-pane .full-event-info-content .book-ticket {
                font-size: 16px;
                color: #fff;
                padding: 20px 70px;
                text-transform: uppercase;
                background: #ff6600;
                border-radius: 50px;
                float: right;
                margin: 25px 0 0;
            }

/*--------------------------------------------------------------
	Site Footer
--------------------------------------------------------------*/
.top-footer {
    background: #005f86;
    padding: 30px 0;
    border-top: 8px solid #0074a4;
    /*border-bottom:1px solid #0074a4;*/
}

    .top-footer a img {
        max-height: 35px;
        width: auto;
    }

    .top-footer p {
        margin: 10px 30px 10px 0;
        color: #ccc;
        font-size: 12px;
    }

.main-footer {
    background: #005f86;
    border-top: 1px solid #005376;
    border-bottom: 8px solid #0074a4;
    padding: 30px 0;
}


.footer-1 > div {
    clear: both;
    margin: 0 0 15px;
}

    .footer-1 > div > h3 {
        float: left;
        margin: 0 10px 0 0;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase
    }

    .footer-1 > div > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
    }

        .footer-1 > div > ul > li {
            float: left;
            border-right: 1px solid #ccc;
            line-height: 13px;
        }

            .footer-1 > div > ul > li:last-child {
                border-right: none;
            }

            .footer-1 > div > ul > li > a {
                color: #ccc;
                font-size: 11px;
                line-height: 11px;
                padding: 0 25px;
                text-decoration: none;
                display: block;
            }

                .footer-1 > div > ul > li > a:hover {
                    color: #f0f0f0;
                    text-decoration: underline;
                }

.footer-2 > div > h3 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

.footer-2 > div > ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

    .footer-2 > div > ul > li {
        margin: 0 0 15px;
    }

        .footer-2 > div > ul > li > a {
            color: #ccc;
            font-size: 12px;
            line-height: 16px;
            padding: 0;
            text-decoration: none;
            display: block;
        }

.footer-1 .social ul li {
    border: none
}

.footer-1 .social h3 {
    line-height: 20px;
    margin: 0 20px 0 0;
}

.footer-1 .social ul li a {
    height: 20px;
    line-height: 20px;
    margin: 0 20px 0 0;
}

    .footer-1 .social ul li a i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        text-align: center;
        margin: 0 7px 0 0;
    }

.footer-1 .social ul li.facebook a i {
    background: #2c4aa0;
}

.footer-1 .social ul li.twitter a i {
    background: #00b7f1;
}

.footer-1 .social ul li.linkedin a i {
    background: #0076a3;
}

.footer-1 .social ul li.google a i {
    background: #c71619;
}

.footer-1 .social ul li.rss a i {
    background: #ff6600;
}

.footer-1 {
    border-right: 1px solid #016893;
    display: table-cell;
    min-height: 92px;
}

.footer-2 {
    border-left: 1px solid #005376;
    padding: 0 15px 0 30px;
    display: table-cell;
    min-height: 92px;
}

div.rimexv_row {
    padding: 5px;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    border-radius: 3px;
}

div.rimexv_ds, .rimexv_maneve, .rimexv_loc, .rimexv_prz, .rimexv_act {
    clear: both;
}

.rimexv_act {
    text-align: right;
    font-weight: bold;
}

a.ord_action_2_rimexv {
    color: dodgerblue;
    text-decoration: none;
}

a.ord_action_3_rimexv {
    color: red;
    text-decoration: none;
}

.rimexv_nw_rwfld,
.cmbnmt_nw_rwfld {
    margin-bottom: 20px;
}


.col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

div#form-registrazione {
    width: 50%;
    margin: 0 auto;
}

    div#form-registrazione .form-group {
        width: 100%;
    }

div.form-row .form-group.col-xs-12.col-md-12 {
    margin: 0 0 0 15px;
}

@media screen and (max-width: 61.938em) {

    div#form-registrazione {
        width: 90%;
        margin: 0 auto;
    }

        div#form-registrazione .form-group {
            width: 100%;
        }

    div.form-row .form-group.col-xs-12.col-md-12 {
        margin: 0px 0 0 0px;
        /* text-align: justify; */
    }
}

section.section-event-single-header small {
    font-size: 1em !important;
}

.ulsecondary-fotter {
    margin-top: 10px !important;
}

/*#PrivacyMarketing, #PrivacyA, #PrivacyConsensoEsteso {
    margin: 15px 15px 15px 0px;
}*/

.checkBoxPrivacy {
    margin: 15px 15px 15px 0px !important;
}

.carnet-info_plus {
    font-size: 15px;
    color: #ff6600;
    font-weight: 560;
}

li.showothers {
    display: none
}

li.hideothers {
    display: none
}

.infoLocationTitle {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
}

.infoLocation {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 12px;
}

img.infoLocation {
    border: solid 1px #797575;
    border-radius: 3px;
}

div#videoArtistaContainer > iframe {
    border: solid 1px #797575;
    border-radius: 3px;
    margin-bottom: 10px;
}

a.linkEventsAndDate {
    color: #0284ba;
    font-weight: 500;
    font-size: 1.2em;
}

i.fa.fa-link {
    margin-right: 5px;
}

i.fas.fa-globe {
    margin-right: 8px;
    color: #ff5700;
}

i.fas.fa-map {
    color: #ff5700;
}

.input-group-otp {
    margin: auto;
    width: 258px;
    margin-top: 15px !important;
}

    .input-group-otp > span {
        padding-top: 10px !important;
    }

.step_otp {
    margin-top: 10px
}

.info-inviti {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px
}

.link-aqc-plus-inviti {
    color: #ff6600;
    font-size: 15px;
    float: right;
    vertical-align: middle !important;
    height: 20px;
    line-height: 24px;
}

    .link-aqc-plus-inviti i {
        padding-right: 5px;
    }

@media screen and (max-width: 61.938em) {
    .link-aqc-plus-inviti {
        color: #ff6600;
        font-size: 14px;
        float: left;
        height: 20px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

.evecrninput {
    float: left;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 20px
}

.eve_info {
    float: left;
    margin: 10px 10px 0px 10px;
}

    .eve_info div {
        padding-bottom: 8px;
    }

.enditemcarnet {
    clear: both;
}

#crntoplbleveds {
    color: #f60;
}

/* The container */
.evecrninput {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .evecrninput input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 8px;
    left: 12px;
    height: 25px;
    width: 25px;
    /* background-color: #bdaaaa; */
    border: coral solid 1px;
}

/* On mouse-over, add a grey background color */
.evecrninput:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.evecrninput input:checked ~ .checkmark {
    background-color: #0679a9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.evecrninput input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.evecrninput .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div#elevecrntopn {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 500px;
}
/* messaggio evasione */
.attesa_evasione_section {
    margin-top: 32px;
}

.attesa_evasione_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.attesa_evasione_message {
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px;
}

.loader_evasione {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-top: 2px solid #292929;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    border-left: 2px solid #efefef;
    border-radius: 50px;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.evasione_success {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 2px solid #4CAF50;
    color: #4CAF50;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goToLogin {
    text-align: -webkit-right;
    text-align: right;
}

.msg_profilo_otp_2 {
    padding: 20px 0 0 0;
}

/*Section OTP*/
.container_otp {
    width: 28em;
    /* background-color: #ffffff; */
    /* padding: 4em 2em; */
    position: relative;
    /* transform: translate(-50%, -50%); */
    margin: auto;
    /* top: 57%; */
    /* left: 50%; */
    /* border-radius: 0.8em; */
    /* box-shadow: 0 45px 60px rgba(30, 22, 1, 0.3); */
}

.inputfield_otp {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.input_otp {
    height: 3em;
    width: 3em;
    border: 2px solid #dad9df;
    outline: none;
    text-align: center;
    font-size: 1.5em;
    border-radius: 0.3em;
    background-color: #ffffff;
    outline: none;
    /*Hide number field arrows*/
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#submit_otp {
    /* background-color: #044ecf; */
    /* border: none; */
    /* outline: none; */
    /* padding: 0.8em 2em; */
    /* color: #ffffff; */
    /* border-radius: 0.1em; */
    margin: 1em auto 0 auto;
    cursor: pointer;
}

.show_otp {
    display: block;
}

.hide_otp {
    display: none;
}

.input_otp:disabled {
    color: #89888b;
}

.input_otp:focus {
    border: 3px solid #ffb800;
}
/*END Section OTP*/

.artist-bio-mobile {
    padding: 20px;
    background: #ececec;
    border-radius: 5px;
    margin: 0 0 35px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    visibility: hidden;
    display: none;
}

#no-results h3,
.CategorySubtitle {
    color: #B3B3B3;
    font-size: 20px;
    letter-spacing: initial;
}

    .CategorySubtitle b,
    .CategorySubtitle strong {
        letter-spacing: initial;
    }

.container_standByBox {
    margin-bottom: 20px;
}

.standByBox {
    margin-top: 20px;
    text-align: left !important;
    border: 2px solid #0284ba;
    border-radius: 5px;
    padding: 10px;
    background-color: #0284ba1f;
    color: #061d3a;
    /*font-weight: bold;*/
    opacity: 0.9;
}

    .standByBox p {
        line-height: 1 !important;
    }

.standByBox5Or8 {
    margin-top: 20px;
    text-align: left !important;
    border-radius: 5px;
    padding: 10px;
    color: #061d3a;
    /*font-weight: bold;*/
    opacity: 0.9;
    border: 2px solid #ff6600 !important;
    background-color: #fbf1cf !important;
}

#close {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
    cursor: pointer;
    border-radius: 20px;
}

@media screen and (max-width: 600px) {
    .artist-bio {
        visibility: hidden;
        display: none;
    }

    .artist-bio-mobile {
        visibility: visible;
        display: block;
    }
}

.primary-link-download {
    display: block;
    font-size: 13px;
    color: #f60;
    border: 1px solid #ff6600;
    background: #ff660000;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    font-family: "Montserrat-Regular";
    text-transform: uppercase;
}

    .primary-link-download:hover {
        color: #ff6600;
        background: #fff;
    }

    .primary-link-download.gray {
        border: 1px solid #ccc;
        background: #ddd;
    }

        .primary-link-download.gray:hover {
            color: #999;
            background: #fff;
        }


    .primary-link-download.fit-content {
        width: fit-content;
    }
