@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600|Michroma|Oswald:400,600');
.fix-padding {
    padding: 0px !important;
}

.fix-margin {
    margin: 0px !important;
}
.right10 {
    margin-right: 10px;
}
.mini-space-top {
    margin-top: 5px;
}

.mini-space-bottom {
    margin-bottom: 5px;
}

.mini-space-left {
    margin-left: 5px;
}

.mini-space-right {
    margin-right: 5px;
}

.little-space-top {
    margin-top: 10px;
}

.little-space-bottom {
    margin-bottom: 10px;
}

.little-space-left {
    margin-left: 10px;
}

.little-space-right {
    margin-right: 10px;
}

.big-space-top {
    margin-top: 20px;
}

.big-space-bottom {
    margin-bottom: 20px;
}

.big-space-left {
    margin-left: 20px;
}

.big-space-right {
    margin-right: 20px;
}

.xl-space-top {
    margin-top: 30px;
}

.xl-space-bottom {
    margin-bottom: 30px;
}

.xl-space-left {
    margin-left: 30px;
}

.xl-space-right {
    margin-right: 30px;
}

.xxl-space-top {
    margin-top: 40px;
}

.xxl-space-bottom {
    margin-bottom: 40px;
}

.xxl-space-left {
    margin-left: 40px;
}

.xxl-space-right {
    margin-right: 40px;
}
.top50 {
    margin-top: 50px;
}
.bottom50 {
    margin-bottom: 50px;
}
.placeholder,
input.placeholder {
    color: #999999;
}
.input-lg {
	border-radius: 0;
}
.bold {
    font-weight: bold !important;
}

.alert {
    padding: 8px;
    font-size: 12px;
    background-image: none;
    text-shadow: none;
    border: solid 2px; 
    border-radius: 0;
    background-color: transparent;
    font-size: 16px; 
}
.alert.alert-danger {
    color: #FC1148;
    border-color: #FC1148;
}
.alert.alert-success {
    color: #06D6A0;
    border-color: #06D6A0;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}

.row-fluid div[class*="col-"] {
    padding: 0;
}

.inline {
    display: inline-block !important;
}

p {
    word-wrap: break-word;
}

label {
    cursor: default;
}

.btn:focus,
input:focus,
textarea:focus,
a,
.select-standard,
input[type=checkbox]:focus {
    outline: none !important;
}

.textarea-block {
    resize: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section {
	padding: 100px 0;
}
a.fix {
    color: inherit;
    text-decoration: none;
}

.border-radius-fix {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

.border-fix {
    border: 0px !important;
}

.full-height {
    min-height: 100%;
    margin: 0px;
}

ul.float li {
    padding: 0px !important;
    float: left;
}

input.large,
select.large {
    height: 40px;
}

input.error,
select.error,
textarea.error {
    border-color: #B1393B;
}

ul.list-table {
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

ul.list-table > li {
    display: table-cell;
}

ul.list-table > li:first-child {
    width: 1px;
    white-space: nowrap;
}

/* Error Page */

.error-page {
    background: url(/bin/img/bg_error.jpg) fixed top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    min-height: 100%;
    width: 100%;
    text-shadow: 0 1px 30px rgba(0, 0, 0, 0.8);
    color: #fafafa;
    text-align: center;
}

.error-page h1 {
    margin-top: 0px;
    font-size: 60px;
    line-height: 60px;
    padding-top: 50px;
    color: #ffffff;
    text-transform: uppercase;
}

.error-page p {
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
}

.error-page a.btn {
    width: 250px;
    text-align: center;
}

@media(max-width:767px) {
    .error-page h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .error-page p {
        font-size: 16px !important;
    }
}

@media(max-width:480px) {
    .error-page h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .error-page p {
        font-size: 16px !important;
    }
}

/*** Cookie Policy ***/

.alert-cookie {
    position: fixed;
    bottom: 5px;
    text-align: center;
    padding: 10px;
    filter: none;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
    border: 0px;
    margin: 0px;
    left: 0;
    background-color: #FFD139;
    border-radius: 0;
    color: #050605;
    font-size: 14px;
    z-index: 99999;
}

.alert-cookie a,
.alert-cookie a:hover,
.alert-cookie a:focus {
    text-decoration: none !important;
    font-weight: bold;
    color: #050605;
}

.alert-cookie .btn-cookie {
    border: 2px solid #050605;
    margin-left: 5px;
    filter: none;
    background-image: none;
    font-weight: bold;
    font-size: 13px;
    width: 50px;
    background-color: transparent;
    color: #050605;
    outline: none;
}

#note-holder .alert {
    padding: 10px;
    padding-right: 35px;
    margin: 0;
    border-radius: 0;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    text-align: center;
    background-color: #050605;
    color: #fff;
    border-bottom: solid 1px #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
#note-holder .close:focus {
    outline: 0;
}
#note-holder .alert-dismissable .close, 
#note-holder .alert-dismissible .close {
    text-shadow: none;
    font-size: 18px;
    top: 2px;
    opacity: 1;
    color: #fff;
}

/*
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
@media(max-width:480px){}
*/

/*** Custom ***/
video.video-full {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media(min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

body,
html {
    min-height: 100%;
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    background-color: #050605;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    margin: 0;
}

p {
    font-size: 18px;
    line-height: 28px;
}

a {
    color: #FFD139;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    color: #FFD139;
    text-decoration: none;
}

.wrap {
    background-color: #050605;
    padding: 100px 0;
}

.divider {
    padding: 50px 0;
}

.three-col p {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.text-primary {
    color: #FFD139 !important;
}

@media(max-width:991px) {
    .divider {
        padding: 25px 0;
    }
    .three-col p{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media(max-width:767px){
    .wrap {
        padding-bottom: 0;
    }
}

@media(max-width:480px) {
    p {
        font-size: 16px;
    }
}


/* NAVBAR */

.navbar {
    position: absolute;
    z-index: 3;
    width: 100%;
    font-size: 16px;
    background: transparent;
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 70px;
    height: 70px;
}

.navbar.navbar-fixed-top {
    position: fixed;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}

.navbar.navbar-fixed-top.bg-color{
    background-color: rgba(0, 0, 0, .9);
}

.navbar .navbar-collapse {
    box-shadow: none;
    background-color: transparent;
}

.navbar-brand {
    padding-top: 0;
    padding-left: 0;
}

.navbar-brand>img {
    padding: 15px 0;
    max-width: 180px;
}

.navbar-nav {
    margin: 10px 0
}

.navbar-nav li {}

.navbar .navbar-nav>li>a {
    color: #fff;
    font-weight: 600;
    background-color: transparent;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus {
    color: #FFD139;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus {
    color: #FFD139;
}

.navbar-toggle {
    margin-top: 18px;
    margin-right: 15px;
    z-index: 1;
}

.navbar-toggle span {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.navbar-toggle:hover span {
    background-color: #ffffff;
}

.navbar-toggle.collapsed span {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
}

.navbar-toggle .icon-bar-1 {
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(45deg) translate(4px, 5px);
    -moz-transform: rotate(45deg) translate(4px, 5px);
    -ms-transform: rotate(45deg) translate(4px, 5px);
    -o-transform: rotate(45deg) translate(4px, 5px);
    transform: rotate(45deg) translate(4px, 5px);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.navbar-toggle .icon-bar-2 {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(40px, 0px);
    -moz-transform: translate(40px, 0px);
    -ms-transform: translate(40px, 0px);
    -o-transform: translate(40px, 0px);
    transform: translate(40px, 0px);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    opacity: 0;
}

.navbar-toggle .icon-bar-3 {
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(-45deg) translate(5px, -6px);
    -moz-transform: rotate(-45deg) translate(5px, -6px);
    -ms-transform: rotate(-45deg) translate(5px, -6px);
    -o-transform: rotate(-45deg) translate(5px, -6px);
    transform: rotate(-45deg) translate(5px, -6px);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.navbar-toggle.collapsed .icon-bar-1,
.navbar-toggle.collapsed .icon-bar-2,
.navbar-toggle.collapsed .icon-bar-3 {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    -moz-transform: rotate(0deg) translate(0px, 0px);
    -ms-transform: rotate(0deg) translate(0px, 0px);
    -o-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    opacity: 1;
}

.navbar-toggle .icon-bar {
    height: 2px;
    width: 30px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0px;
}
@media(max-width:991px){
	.navbar-brand>img {
		max-width: 140px;
	}
	.navbar .navbar-nav>li>a {
		font-size: 12px;
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media(max-width:767px) {
    .navbar-brand {
        padding-left: 15px;
    }
    .header {
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        min-height: 100%;
        text-align: center;
    }
    .header.collapsing,
    .header.collapse,
    .navbar ul.navbar-nav {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
    .header.collapse.in {
        background-color: rgba(255, 209, 57, .95);
    }
    .header > div{
        display: table;
        width: 100%;
        height: 100%;
    }
    .header ul{
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        opacity: 0;
    }
    .navbar ul.navbar-nav {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .navbar .navbar-nav > li{
        margin: 0 0 5px;
    }
    .navbar .navbar-nav > li >a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.7);
        font-size: 32px;
        line-height: 40px;
        text-transform: uppercase;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
    .navbar .navbar-nav > li >a:hover,
    .navbar .navbar-nav > li.active >a{
        color: #050605 !important;
    }
    .header.collapse ul {
        opacity: 1;
    }
}


/*** Breadcrumb ***/
.breadcrumb {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.breadcrumb>.active {
    color: #fff;
}

/* BUTTONS */

.btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    text-shadow: none!important;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0!important
}

.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn-sm {
    padding: 7px 15px;
}

.btn-lg {
    padding: 15px 30px;
}

.btn-primary {
    background-color: #FFD139;
    color: #050605;
    border-bottom: solid 3px #B58B02;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary:disabled,
.open>.dropdown-toggle.btn-primary {
    border-color: #B58B02;
    background-color: #EDB809;
    color: #050605;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    border-color: #B58B02;
    background-color: #EDB809;
    color: #050605;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
    border-color: #B58B02;
    background-color: #EDB809;
    color: #050605;
}

.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus {
    background-image: none;
    border-color: #B58B02;
    background-color: #EDB809;
    color: #050605;
}

.btn-link {
    color: #fff;
    padding: 0;
    text-transform: none;
    font-size: 16px;
    position: relative;
}

.btn-link:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    background: url('../img/icons/arrow_right_w.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
    margin-top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-link:hover,
.btn-link.focus,
.btn-link:focus,
.btn-link.active,
.btn-link:active,
.open>.dropdown-toggle.btn-link {
    color: #fff;
}

.btn-link:hover:after,
.btn-link:focus:after,
.btn-link:active:after {
    margin-left: 25px;
}

.btn-link.active.focus,
.btn-link.active:focus,
.btn-link.active:hover,
.btn-link:active.focus,
.btn-link:active:focus,
.btn-link:active:hover,
.open>.dropdown-toggle.btn-link.focus,
.open>.dropdown-toggle.btn-link:focus,
.open>.dropdown-toggle.btn-link:hover {
    color: #fff;
}

.btn-link.active,
.btn-link:active,
.open>.dropdown-toggle.btn-link {
    background-image: none
}
.overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

/* FORMS */
.form-group input.form-control {
    height: 48px;
}
.form-group .form-control {
    border-radius: 0;
    border: solid 2px #fff;
    color: #fff;
    background-color: transparent;
    font-size: 18px;
    line-height: 28px;
}
.form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #FFD139;
}
.awesome-checkbox {
    margin-bottom: 25px;
}
.awesome-checkbox input[type=checkbox] {
    display: none;
}
.awesome-checkbox input[type=checkbox] + label:before {
    content: "\f096";
    display: inline-block;
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 12px;
    top: 1px;
}
.awesome-checkbox input[type=checkbox]:checked + label:before {
    content: "\f14a";
    letter-spacing: 12px;
    font-weight: 700;
    color: #FFD139;
}
.awesome-checkbox label,
.awesome-checkbox label p {
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
.awesome-checkbox label p {
    margin-bottom: 0;
    line-height: 1.3;
}
.awesome-checkbox label span {
    display: inline-block;
    padding-left: 25px;
}
.awesome-checkbox label a {
    color: inherit;
    text-decoration: underline;
}

/*** Intro Container ***/
.intro-container {
    position: relative;
    min-height: 600px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.intro-sm {
    min-height: 400px;
}
.intro-no-height {
    min-height: 0px;
    padding: 200px 0 100px;
}
.intro-container .container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-flex-pack: center;
    align-self: center;
}
.intro-container .title,
.intro-container h1 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 90px;
    margin-bottom: 0;
}
.intro-container .detail-container {
    margin: 25px 0 40px;
}
.intro-container .detail-container .date,
.intro-container .detail-container .hour {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    margin-right: 20px;
}
.intro-container .detail-container img {
    position: relative;
    top: -4px;
    margin-right: 15px;
}
.intro-container .bg {
    position: fixed;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.intro-container .overlay {
    background: none;
    background: -moz-linear-gradient(top,  rgba(5,6,5,0.61) 0%, rgba(5,6,5,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(5,6,5,0.61) 0%,rgba(5,6,5,1) 100%);
    background: linear-gradient(to bottom,  rgba(5,6,5,0.61) 0%,rgba(5,6,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf050605', endColorstr='#050605',GradientType=0 );
}
.intro-container .btn {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: bold;
    line-height: 20px;
    padding: 18px 32px;
    color: #ffd139;
    background-color: transparent;
    border: 2px solid #ffd139;;
}
.intro-container .btn:hover {
    background-color: #ffd139;
    color: #050605;
}
@media(max-width:991px){
    .intro-container .title,
    .intro-container h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .intro-container .detail-container .date,
    .intro-container .detail-container .hour {
        font-size: 18px;
    }
}
@media(max-width:767px) {
    .intro-sm ,
    .intro-sm-xs{
        padding-top: 150px;
        padding-bottom: 0px;
        min-height: 0;
    }
    .intro-sm .scroll-down,
    .intro-sm-xs .scroll-down{
        display: none;
    }


    .intro-container .title,
    .intro-container h1 {
        font-size: 32px;
        line-height: 42px;
    }
}
@media(max-width:480px) {
    .intro-container .detail-container .date{
        margin-bottom: 25px;
    }
}



/*** Scroll Down ***/
@-webkit-keyframes myanimation {
    0% {
        transform:translateY(0%);
    }
    50% {
        transform:translateY(-70%);
    }
    100% {
        transform:translateY(0%);
    }
}

@-moz-keyframes myanimation {
    0% {
        transform:translateY(0%);
    }
    50% {
        transform:translateY(-70%);
    }
    100% {
        transform:translateY(0%);
    }
}

@-o-keyframes myanimation {
    0% {
        transform:translateY(0%);
    }
    50% {
        transform:translateY(-70%);
    }
    100% {
        transform:translateY(0%);
    }
}

@keyframes myanimation {
    0% {
        transform:translateY(0%);
    }
    50% {
        transform:translateY(-70%);
    }
    100% {
        transform:translateY(0%);
    }
}

.scroll-down {
    position: absolute;
    display: inline-block;
    bottom: 25px;
    color: #fff;
    text-decoration: none;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-animation: myanimation 2s infinite;
    -moz-animation: myanimation 2s infinite;
    -o-animation: myanimation 2s infinite;
    animation: myanimation 2s infinite;
}

.scroll-down:hover,
.scroll-down:focus {
    text-decoration: none;
}
@media(max-width: 767px){

}


/*** Page Home ***/
.page-home {
    z-index: 2;
    position: relative;
}
.page-home h1,
.page-home h2,
.page-info h1,
.page-info h2,
.page-info h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: solid 1px #fff;
}
.page-home address,
.page-info address {
    font-size: 18px;
}

/*** Next Event ***/
.next-event .img-responsive {
    max-width: 180px;
    position: relative;
    top: -35px;
}
.next-event .item {
    margin-bottom: 25px;
}

.next-event .item:last-child {
    margin-bottom: 0;
}

.next-event .item .btn-link {
    padding-top: 22px;
}

.next-event .item .date {
    margin: 0;
    margin-right: 10px;
}

.next-event .item .date span {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
}

.next-event .item .date .giorno {
    font-size: 48px;
    line-height: 52px;
}

.next-event .item h4 {
    font-family: 'Dosis', sans-serif;
    color: #FFD139;
    line-height: 24px;
}
@media(max-width:991px){
    .next-event > div {
        margin-bottom: 50px;
    }
}
@media(max-width:480px) {
    .next-event .col-xs-5,
    .next-event .col-xs-7 {
        width: 100%;
    }
    .next-event .img-responsive {
        margin: auto;
        max-width: 190px;
    }
    .next-event h2 {
        margin-top: 50px;
    }
}

/*** Event List ***/
.event-list .content {
    position: relative;
    padding: 25px;
    padding-top: 0;
    margin-top: 25px;
    margin-bottom: 50px;
}
.event-list .content:before {
    content: '';
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    width: 150px;
    height: 100%;
    top: 0px;
    left: 0px;
}
.event-list .content > a {
    position: relative;
}
.event-list .fa {
    font-size: 19px;
    margin-right: 10px;
}
.event-list .content h3 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}
.event-list .detail-container {
    margin-bottom: 15px;
}
.event-list .detail-container .date,
.event-list .detail-container .hour {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0;
    margin-right: 20px;
}
.event-list .detail-container img {
    position: relative;
    top: -3px;
    margin-right: 15px;
}
.event-list .item .content .btn-link {
    display: block;
    text-align: left;
}
@media(max-width: 991px){
    .event-list .content h3 {
        font-size: 14px;
        line-height: 24px;
    }
}
@media(max-width: 767px){
    .event-list .detail-container .date{
        margin-bottom: 15px;
    }
}

/* DETT EVENTO */

.event-detail {
    position: relative;
    background-color: #050605;
    z-index: 2;
}

.event-detail .flyer-container {
    margin-top: 50px;
}

.event-detail h3 {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 300;
    color: #ffd139;
}

/*** Countdown ***/
.countdown-container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: solid 10px #FFD139;
}

#countdown {
    margin-bottom: -8px;
}

#countdown div {
    position: relative;
    font-family: 'Michroma', sans-serif;
    color: #FFD139;
    display: inline-block;
    font-size: 70px;
    width: 180px;
    font-weight: 300;
    margin-right: 25px;
    text-align: left;
}

#countdown div:last-child {
    margin-right: 0;
}

#countdown div > span {
    display: block;
    padding-left: 5px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

@media(max-width:991px) {
    #countdown {
        margin-bottom: -6px;
    }
    #countdown div {
        font-size: 50px;
        width: 150px;
        margin-right: 25px;
    }
    #countdown div > span {
        padding-bottom: 10px;
        font-size: 14px;
    }
}

@media(max-width:767px) {
    #countdown {
        width: 80%;
        margin: auto;
        margin-bottom: -7px;
    }
    #countdown div {
        font-size: 40px;
        width: 25%;
        margin-right: 0;
        margin-top: 15px;
    }
    #countdown div > span {
        padding-bottom: 0px;
        font-size: 13px;
    }
}

@media(max-width:480px) {
    #countdown {
        width: 70%;
        margin: auto;
        margin-bottom: -7px;
    }
    #countdown div {
        font-size: 40px;
        width: 50%;
        margin-right: 0;
        margin-top: 15px;
    }
    #countdown div > span {
        padding-bottom: 0px;
        font-size: 13px;
    }
}


/*** LINKS CONTAINER **/

.links-container .title {
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: solid 1px #fff;
}

.links-container .list-group > li span {
    float: left;
}

.links-container .list-group {
    list-style: none;
    margin-bottom: 50px;
}

.links-container .list-group .btn {
    text-align: left;
    color: #fff;
}

.links-container .list-group > li {
    margin-bottom: 25px;
}

.links-container .list-group > li.list-price {
    font-size: 18px;
    margin-bottom: 10px;
}

.links-container .list-group > li.list-price strong {
    float: right;
    color: #ffd139;
}

.links-container .list-group a {
    display: block;
}

.links-container .list-group i {
    float: right;
    font-size: 21px;
}

.links-container .list-group .green {
    background-color: #20A479;
    border-color: #00764F;
}

.links-container .list-group .green:hover,
.links-container .list-group .green:focus,
.links-container .list-group .green:active {
    background-color: #00764F;
    border-color: #005B3D;
}

.links-container .list-group .facebook {
    background-color: #224389;
    border-color: #031337;
}

.links-container .list-group .facebook:hover,
.links-container .list-group .facebook:focus,
.links-container .list-group .facebook:active {
    background-color: #14306B;
}

.links-container .list-group .ticketone {
    background-color: #fabb00;
    border-color: #997300;
}

.links-container .list-group .ticketone:hover,
.links-container .list-group .ticketone:focus,
.links-container .list-group .ticketone:active {
    background-color: #C39200;
}

.links-container .list-group .ciaoticket {
    background-color: #B83A04;
    border-color: #411300;
}

.links-container .list-group .ciaoticket:hover,
.links-container .list-group .ciaoticket:focus,
.links-container .list-group .ciaoticket:active {
    background-color: #902B00;
}

.links-container .list-group .white {
    color: #050605;
    background-color: #fff;
    border-color: #ececec;
}

.links-container .list-group .white:hover,
.links-container .list-group .white:focus,
.links-container .list-group .white:active {
    background-color: #ececec;
}

.links-container .jssocials-shares {
    margin: 0;
}

.links-container .jssocials-share {
    margin: 0;
	margin-right: 10px;
    margin-bottom: 10px;
}

.links-container .jssocials-share:last-child {
    margin-bottom: 0;
}

@media(max-width:991px) {
    .links-container .title {
        margin-top: 50px;
    }
    .links-container .jssocials-share{
        display: inline-block;
        margin-right: 10px;
    }
}

/*** Press Detail ***/

.press-detail h2 {
    margin-bottom: 15px;
    color: #ffd139;
}

.press-detail h3 {
    font-size: 19px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 25px;
}
.press-detail .date {
    font-size: 20px;
    margin-bottom: 25px;
}
.press-detail .date img {
    margin-right: 15px;
}

@media(max-width:767px) {
    .press-detail h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .press-detail h3 {
        font-size: 22px;
        line-height: 32px;
    }
}


/*** Press Index ***/
.press-index .detail-container .date {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
}
.press-index .detail-container .date img {
    margin-right: 15px;
    position: relative;
    top: -3px;
}

.press-index .item {
    margin-bottom: 50px;
    position: relative;
    padding: 25px;
    padding-top: 0;
}

.press-index .item:before {
    content: '';
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    width: 150px;
    height: 100%;
    top: 0px;
    left: 0px;
}

.press-index .item > a {
    display: inline-block;
    position: relative;
}

.press-index .item .btn-link {
    text-align: left;
}

.press-index .item h2 {
    color: #FFD139;
    font-size: 22px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.press-index .item p {
    margin-bottom: 20px;
}

/*** Pagination ***/

.pagination {
    display: block;
    margin-top: 50px;
}

.pagination li {
    display: inline-block;
    border-radius: 0;
}

.pagination>li>a {
    border-radius: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 26px;
}

.pagination>li>a:hover:after,
.pagination>li.active>a:after {
    width: 100%;
}

.pagination>li.active>a {
    border-bottom: 0px;
    background-color: transparent;
    border: 0;
    color: #ffd139;
}

.pagination>li.active>a:hover {
    color: #FFD139;
    background-color: transparent;
    border: 0;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
    color: #FFD139;
    background: transparent;
}

@media(max-width:767px) {
    .item h2 {
        line-height: 36px;
    }
}

/*** Fancybox ***/

.myClose {
    background-image: none !important;
    color: #fff;
}

.fancybox-close.myClose {
    top: -14px;
}

/*** Event Index ***/

/*** About ***/

.intro-about .logo {
    margin: auto;
    margin-bottom: 50px;
    max-width: 250px;
}

.page-about .list-inline {
    margin: 0;
}

.page-about .list-inline li {
    background-color: #FFD139;
    color: #050605;
    padding: 10px 15px;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transform: skew(170deg);
    -moz-transform: skew(170deg);
    -o-transform: skew(170deg);
    -ms-transform: skew(170deg);
	transform: skew(170deg);
}

.page-about .content p {
    margin-top: 25px;
}

/*** Timeline ***/

.page-timeline #timeline {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    position: relative;
    background: url('/bin/js/vendor/timelinr/images/dot.gif') left 45px repeat-x;
}
.page-timeline #dates {
    height: 60px;
    overflow: hidden;
}
.page-timeline #dates li {
    list-style: none;
    float: left;
    width: 100px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    background: url('/bin/js/vendor/timelinr/images/biggerdot.png') center bottom no-repeat;
}
.page-timeline #dates a {
    line-height: 38px;
    padding-bottom: 10px;
}
.page-timeline #dates .selected {
    font-size: 38px;
}
.page-timeline #issues {
    width: 800px;
    padding: 0;
    margin: 0;
}
.page-timeline #issues li {
    width: 720px;
    list-style: none;
    float: left;
}
.page-timeline #issues li h4 {
    color: #ffd139;
    font-size: 48px;
    margin: 20px 0;
    text-shadow: #000 1px 1px 2px;
}
.page-timeline #issues .date {
    display: inline-block;
    font-weight: bold;
}
.page-timeline #issues .text {
    display: block;
}
.page-timeline #issues .list-unstyled > li {
    margin-bottom: 15px;
    max-width: 90%;
}
@media(max-width: 991px){
	.page-timeline #issues li {
		width: 380px;
	}
}

/* INFO */

.page-info .contatti .item .img-responsive {
    max-width: 50px;
    margin-right: 15px;
    top: 0;
    float: left;
}

.page-info .contatti .item ul {
    display: inline-block;
}

.page-info .contatti .item ul > li {
    margin-bottom: 15px;
}

.page-info .contatti .item ul > li > a {
    color: #fff;
    font-size: 21px;
}

.page-info .arrivare h5 {
    display: inline-block;
    font-size: 26px;
}

.page-info .arrivare .item .img-responsive {
    max-width: 25px;
    display: inline-block;
    margin-top: -10px;
    margin-right: 10px;
}

.page-info .arrivare .item p {
    margin-top: 25px;
}

@media(max-width: 991px){
    .page-info .arrivare .item.right{
        margin-top: 25px;
    }
}

/*** Page radio ***/

@media(max-width: 991px){
    .page-radio .radio-player {
        margin-bottom: 50px;
    }
}

/*** Page list covid ***/

.page-list-covid .detail-container {
    margin: 25px 0;
}
.page-list-covid .detail-container .date,
.page-list-covid .detail-container .hour {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    margin-right: 20px;
}
.page-list-covid .detail-container img {
    position: relative;
    top: -4px;
    margin-right: 15px;
}
@media(max-width: 1399px) {
    .page-list-covid .detail-container .date,
    .page-list-covid .detail-container .hour {
        display: block;
        margin-bottom: 20px;
    }
}
@media(max-width: 991px) {
    .page-list-covid .section {
        padding: 50px 0;
    }
    .page-list-covid .form-container {
        margin-top: 50px;
    }
}
@media(max-width: 767px) {
    .page-list-covid .form-container .btn.btn-primary {
        display: block;
        width: 100%;
    }
}

/*** Modal privacy ***/
.modal-privacy {
    color: #050605;
}
.modal-privacy .modal-content {
    border-radius: 0;
}
.modal-privacy .close {
    opacity: .9;
}


/*** Footer ***/

.footer {
    position: relative;
    background-color: #050605;
    z-index: 2;
}

.footer .partners .item .img-responsive {
    opacity: .3;
    margin: auto;
    max-width: 150px;
}

.footer .info {
    padding-top: 100px;
    position: relative;
}

.footer .info .bg {
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer .info .gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
    background: url('../img/bg_shadow_footer.png');
    background-repeat: repeat-x;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.footer .info .overlay {
    background-color: rgba(0, 0, 0, .7);
}

.footer .info h5,
.footer .info h6 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

.footer .info .arrivare .item .img-responsive {
    max-width: 25px;
    display: inline-block;
    margin-top: -10px;
    margin-right: 10px;
}

.footer .info .arrivare .item p {
    max-width: 80%;
    margin: auto;
    margin-top: 25px;
}

.footer .info .icons a {
    color: #fff;
}

.footer .info .icons a:hover,
.footer .info .icons a:focus {
    color: #fff;
    text-decoration: none;
}

.footer .info .icons .item .img-responsive {
    margin: auto;
    max-width: 80px;
}

.footer .info .icons .item span,
.footer .info ul {
    font-size: 21px;
    display: block;
    margin-top: 35px;
    margin-bottom: 0;
}

.footer .info ul li {
    margin-bottom: 15px;
}

.footer .info .social ul > li {
    padding-left: 15px;
    padding-right: 15px;
}

.footer .info .social ul > li .img-responsive {
    margin: auto;
    max-width: 70px;
    opacity: .5;
}

.footer .info .social ul > li > a:hover .img-responsive {
    opacity: 1;
}

.footer .info .copy {
    padding-top: 100px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.footer .info .copy i {
    margin-left: 5px;
    margin-right: 5px;
}

.footer .info .copy i.fa-circle {
    font-size: 5px;
    position: relative;
    top: -3px;
}
.footer .list-menu > li {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.footer .list-menu > li > a {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer .list-menu > li > a:hover,
.footer .list-menu > li.active {
    color: #ffd139;
}
.footer .list-menu > li:before {
    position: absolute;
    content: '';
    width: 2px;
    background-color: #fff;
    height: 10px;
    top: 11px;
    left: 0px;
}
.footer .list-menu > li:first-child:before {
    content: ' ';
    background-color: transparent;
    width: 0;
    height: 0;
}
.footer .get-app .list-inline{
    margin-left: 0;
}
.footer .get-app .list-inline > li {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.footer .get-app .list-inline > li a {
	display: inline-block;
}
.footer .get-app .list-inline > li img{
    max-height: 40px;
}
.footer .get-app .title{
    display: block;
    text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
    font-size: 14px;
    margin-top: 35px;
}
@media(max-width:767px) {
    .footer .info .icons .item {
        margin-bottom: 25px;
    }
    .footer .info .social ul > li {
        width: 50%;
        padding: 0;
        display: inline-block;
        float: left;
        margin-bottom: 50px;
    }
    .footer .info .social ul > li .img-responsive {
        max-width: 60px;
    }
}
@media(max-width: 480px){
    .footer .list-menu > li {
        display: block;
        width: 100%;
        padding: 0;
    }
    .footer .list-menu > li:before{
        content: none;
    }
    .footer .get-app .list-inline > li {
      display: block;
      width: 100%;
      float: none;
      padding: 0;
    }
    .footer .get-app .list-inline > li img{
        margin: 0 auto;
    }
}

/*** Privacy ***/
.page-policy {
    padding-top: 0;
}
/*** Privacy policy ***/
#iub-pp-container {
    margin-bottom: 50px;
}
#iub-pp-container p {
    margin-bottom: 20px;
}
#iub-pp-container h4,
#iub-pp-container h3 {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}
#iub-pp-container ul {
    margin-bottom: 30px;
}
#iub-pp-container ul > li,
#iub-pp-container ul > li b {
    font-weight: 400;
}
#iub-pp-container h1, 
#iub-pp-container h2 {
  font-size: 22px;
    font-weight: bold;
    text-align: left;
	margin-bottom: 15px;
}
/*** Cookie policy ***/
#iubenda_policy h2,
#iubenda_policy h1 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: left;
}
#iubenda_policy h4,
#iubenda_policy ul > li h3 {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}


/*** Privacy ***/
.page-policy p {
    margin: 15px 0 0;
}
.page-policy h1 {
    font-size: 28px;
    line-height: 38px;
}
.page-policy h2 {
    font-size: 22px;
    line-height: 32px;
}
.page-policy h3,
.page-policy h4 {
    font-size: 18px;
    line-height: 28px;
}
.page-policy h2,
.page-policy h4 {
    margin-top: 50px;
}
.page-policy h3 {
    margin-top: 50px;
    margin-bottom: 15px;
}

/*** Faq ***/
.faq-container .faq-search {
    margin: 0px;
}
.faq-container .faq-empty {
    display: none;
    margin-bottom: 30px;
}
.faq-container .faq-toc {
    padding: 1.5em 0;
    margin-top: 20px;
    border: 1px dotted #ddd;
    border-right: none;
    border-left: none;
}z
.faq-container .faq-toc ol {
    padding: 0;
    margin: 0;
}
.faq-container .faq-toc ol li {
    margin-bottom: .75em;
    list-style: none;
}
.faq-container .faq-toc ol li a {
    margin-left: .5em;
}
.faq-container .faq-list {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}
.faq-container .faq-list li {
    display: table;
    margin-bottom: 00px;
}
.faq-container .faq-list li .faq-icon {
    display: table-cell;
    padding-right: 1.25em;
    vertical-align: top;
}
.faq-container .faq-list li .faq-text {
    display: table-cell;
    vertical-align: top;
}
.faq-container .faq-list li .faq-text h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.faq-container .faq-list li .faq-number {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    color: #333;
    background: #ffd139;
    border: 4px solid #333;
    border-radius: 100px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
@media(max-width:767px){
    .faq-container ol {
        padding: 0px;
    }
    .faq-container a {
        font-size: 13px;
    }
    .faq-container p {
        margin-bottom: 15px;
    }
    .faq-container .faq-list li .faq-text h4 {
        font-size: 18px;
		line-height: 28px;
    }
    .faq-container .faq-list li .faq-icon {
        display: none;
    }
}
