
/* FONTS */

@font-face {
    font-family: 'LocBalanceN-MediumRegular';
    src: url('web-resources/fonts/LocBalanceN-MediumRegular.ttf');
    src: url('web-resources/fonts/LocBalanceN-MediumRegular.ttf') format('truetype'),

}

@font-face {
    font-family: 'LocBalanceN-MediumItalic';
    src: url('web-resources/fonts/LocBalanceN-MediumItalic.ttf');
    src: url('web-resources/fonts/LocBalanceN-MediumItalic.ttf') format('truetype'),

}

@font-face {
    font-family: 'LocBalanceN-LightRegular';
    src: url('web-resources/fonts/LocBalanceN-LightRegular.ttf');
    src: url('web-resources/fonts/LocBalanceN-LightRegular.ttf') format('truetype'),

}

@font-face {
    font-family: 'LocBalanceN-LightItalic';
    src: url('web-resources/fonts/LocBalanceN-LightItalic.ttf');
    src: url('web-resources/fonts/LocBalanceN-LightItalic.ttf') format('truetype'),

}

@font-face {
    font-family: 'LocBalanceN-BoldRegular';
    src: url('web-resources/fonts/LocBalanceN-BoldRegular.ttf');
    src: url('web-resources/fonts/LocBalanceN-BoldRegular.ttf') format('truetype'),

}

@font-face {
    font-family: 'LocBalanceN-BoldItalic';
    src: url('web-resources/fonts/LocBalanceN-BoldItalic.ttf');
    src: url('web-resources/fonts/LocBalanceN-BoldItalic.ttf') format('truetype'),

}

@font-face {
    font-family: 'LocBalanceN-BlackRegular';
    src: url('web-resources/fonts/LocBalanceN-BlackRegular.ttf');
    src: url('web-resources/fonts/LocBalanceN-BlackRegular.ttf') format('truetype'),

}

@font-face {
    font-family: 'LocBalanceN-BlackItalic';
    src: url('web-resources/fonts/LocBalanceN-BlackItalic.ttf');
    src: url('web-resources/fonts/LocBalanceN-BlackItalic.ttf') format('truetype'),

}

@font-face {
    font-family: 'Lato-Regular';
    src: url('web-resources/fonts/Lato-Regular.ttf');
    src: url('web-resources/fonts/Lato-Regular.ttf') format('truetype'),

}

@font-face {
    font-family: 'Lato-Italic';
    src: url('web-resources/fonts/Lato-Italic.ttf');
    src: url('web-resources/fonts/Lato-Italic.ttf') format('truetype'),

}

@font-face {
    font-family: 'Lato-Light';
    src: url('web-resources/fonts/Lato-Light.ttf');
    src: url('web-resources/fonts/Lato-Light.ttf') format('truetype'),

}

@font-face {
    font-family: 'Lato-LightItalic';
    src: url('web-resources/fonts/Lato-LightItalic.ttf');
    src: url('web-resources/fonts/Lato-LightItalic.ttf') format('truetype'),

}

@font-face {
    font-family: 'Lato-Hairline';
    src: url('web-resources/fonts/Lato-Hairline.ttf');
    src: url('web-resources/fonts/Lato-Hairline.ttf') format('truetype'),

}

@font-face {
    font-family: 'Lato-HairlineItalic';
    src: url('web-resources/fonts/Lato-HairlineItalic.ttf');
    src: url('web-resources/fonts/Lato-HairlineItalic.ttf') format('truetype'),

}

@font-face {
    font-family: 'Lato-Bold';
    src: url('web-resources/fonts/Lato-Bold.ttf');
    src: url('web-resources/fonts/Lato-Bold.ttf') format('truetype'),

}

@font-face {
    font-family: 'Lato-BoldItalic';
    src: url('web-resources/fonts/Lato-BoldItalic.ttf');
    src: url('web-resources/fonts/Lato-BoldItalic.ttf') format('truetype'),

}

@font-face {
    font-family: 'Lato-Black';
    src: url('web-resources/fonts/Lato-Black.ttf');
    src: url('web-resources/fonts/Lato-Black.ttf') format('truetype'),

}

@font-face {
    font-family: 'Lato-BlackItalic';
    src: url('web-resources/fonts/Lato-BlackItalic.ttf');
    src: url('web-resources/fonts/Lato-BlackItalic.ttf') format('truetype'),

}

/* /FONTS */

/* LANGUAGE */
.it {
    display: none
}

.en {
    display: inline
}

/* GENERAL */

body {
    font-family: 'LocBalanceN-LightRegular', "Lato", "HelveticaNeue", "Helvetica Neue", sans-serif;
    background-color: #efefef;
    color: #030303;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'LocBalanceN-BoldRegular', "HelveticaNeue", "Helvetica Neue", "lato", sans-serif;
}

b,
strong {
    /*  font-weight: bold;
  font-family: 'LocBalanceN-BoldRegular',"HelveticaNeue","Helvetica Neue","lato",sans-serif;*/
}

i {
    font-family: 'LocBalanceN-MediumItalic', "Lato", "HelveticaNeue", "Helvetica Neue", sans-serif;
}

b i,
strong i,
i strong,
i b {
    font-family: 'LocBalanceN-BoldItalic', "HelveticaNeue", "Helvetica Neue", "lato", sans-serif;
}

.container {
    max-width: 1180px;
}

.main_container a {
    color: #999;
    text-decoration: underline;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main_container a:hover {
    color: black;
    text-decoration: underline;
}

.main_container {
    position: relative;
    padding: 60px;
    margin-top: -60px;
    margin-bottom: 60px;
    background-color: white
}

.main_container p {
    margin-bottom: 20px;
}


.title_page {
    font-size: 28px;
    background-color: #baa852;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    padding: 7px 7px 2px 7px;
    margin: 0 0 30px 0;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn_lff {
    font-size: 10px;
    color: black;
    background-color: #baa852;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 10px 7px 10px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn_lff:hover {
    color: black;
    background-color: #d5b800;
    text-decoration: none;
}

button.btn_lff {
    width: 100%;
    max-width: 322px;
}

.btn_lff_secondary {
    font-size: 10px;
    color: #fff;
    background-color: #999999;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 10px 9px 10px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn_lff_secondary:hover {
    color: #fff;
    background-color: #7e7e7e;
    text-decoration: none;
}

.btn_lg {
    font-size: 14px;
}

.btn_w_auto,
button.btn_w_auto {
    width: auto;
}

button:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.simple_link {
    font-size: 12px;
    color: black;
    text-decoration: underline;
}

.simple_link:hover {
    font-size: 12px;
    color: #999999;
    text-decoration: underline;
}

.title_page_secondary {
    font-size: 28px;
    background-color: rgba(0, 0, 0, 0);
    color: black;
    font-weight: bold;
    text-transform: inherit;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 0;
    margin: 0 0 40px 0;
}

.subtitle {
    font-size: 1.12rem;
    font-weight: 600;
}

.text_transform_unset {
    text-transform: unset;
}

.show_mobile {
    display: none;
}

.show_mobile_m {
    display: none;
}

.btn_facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 40px;
    padding: 10px 10px 7px 10px;
    margin-right: 5px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn_facebook:hover {
    color: #fff;
    background-color: #8b9dc3;
    border-color: #8b9dc3;
}

.btn_google {
    color: #fff;
    background-color: #DB4437;
    border-color: #DB4437;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 40px;
    padding: 10px 10px 7px 10px;
    margin-right: 5px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn_google:hover {
    color: #fff;
    background-color: #F4B400;
    border-color: #F4B400;
}

.btn_twitter {
    color: #fff;
    background-color: #08a0e9;
    border-color: #08a0e9;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 40px;
    padding: 10px 10px 7px 10px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn_twitter:hover {
    color: #fff;
    background-color: #0084b4;
    border-color: #0084b4;
}

/* /GENERAL */

/* FILESTYLE */

.group-span-filestyle.input-group-btn .btn-light {
    color: black;
    background-color: #baa852;
    border: 1px solid #baa852;
    border-radius: 4px 0 0 4px;
}

.progress {
    margin-top: 15px;
}

/* /FILESTYLE */

/* CHECKBOX */

.checkbox {
    padding-left: 2px;
}

.checkbox.checkbox-inline {
    display: inline;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 27px;
    line-height: 22px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -3px;
    border: 1px solid #999999;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 15px;
    margin-top: -1px;
    color: #baa852;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    margin-right: -16px;
}

.checkbox label .simple_link {
    font-size: inherit;
    color: black;
    text-decoration: none;
}

.checkbox label .simple_link:hover {
    font-size: inherit;
    color: #999999;
    text-decoration: none;
}

/* /CHECKBOX */

/* RADIO BUTTON */

.radio {
    padding-left: 2px;
}

.radio.radio-inline {
    display: inline;
    margin-left: 0 !important;
}

.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    margin-right: -16px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #999999;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #baa852;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"]:checked + label::before {
    border-color: #999999;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 19px;
    color: #333;
    padding-left: 12px;
    margin-right: 15px;
    margin-bottom: 5px;
}

/* /RADIO BUTTON */

/* HEADER */

.header_nav {
    background-color: #030303;
    color: white;
}

.header_content {
    padding-top: 30px;
    padding-bottom: 15px;
    position: relative;
}

.header_content .logo {
    display: block;
    width: 100%;
    max-width: 250px;
}

.header_content .btn_content {
    position: absolute;
    top: 30px;
    right: 15px;
}

.header_content .btn_content:after {
    content: '';
    display: block;
    clear: both;
}

.btn_header {
    padding-left: 20px;
    font-size: 18px;
    color: white;
    float: left;
    position: relative;
}

.basket_noty {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #baa852;
    position: absolute;
    top: 2px;
    right: 4px;
}

.dropdown.show .btn_header {
    color: #baa852;
}

.header_content .dropdown {
    float: left;
}

.box_lang {
    padding-top: 5px;
    float: left;
}

.box_lang:after {
    content: '';
    display: block;
    clear: both;
}

.box_lang a,
.box_lang span {
    float: left;
    font-weight: 300;
    color: white;
}

.box_lang span {
    padding-left: 5px;
    padding-right: 5px;
}

.btn_header:hover,
.box_lang a:hover {
    font-weight: bold;
    text-decoration: none;
}

.btn_header:hover {
    color: #baa852;
}

.box_lang a.active_lang {
    font-weight: bold;
    font-family: 'LocBalanceN-BoldRegular', "HelveticaNeue", "Helvetica Neue", "lato", sans-serif;
}

.header_content .dropdown-menu {
    border-radius: 0;
    background-color: transparent;
    color: white;
    border: 0;
    padding-bottom: 0;
    right: 0 !important;
    left: auto !important;
    min-width: auto;
    /* margin-left: -161px; */
}

.header_content .dropdown-item {
    color: rgba(255, 255, 255, 0.6);
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    text-decoration: none;
    background-color: transparent;
}

.header_content .dropdown-item:focus,
.header_content .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.header_content .dropdown-divider {
    margin-top: 0;
    margin-bottom: 3px;
    border-top: 1px solid #777777;
}

/* /HEADER */

/* NAVBAR */

.bg-dark {
    background-color: #030303 !important;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 400;

    /* font-size: 0.875em;
    letter-spacing: 0.6px;
    padding: 20px; */

    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 15px 11px;

    text-transform: uppercase;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    z-index: 7;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .active .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .active .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 3px;
    background-color: #baa852;
}

.navbar .form-inline {
    position: relative;
}

.navbar .btn {
    padding: 0;
    position: absolute;
    right: 8px;
    bottom: 6px;
    border: 0;
    color: rgba(255, 255, 255, 0.6);
}

.navbar .btn:hover {
    color: rgba(255, 255, 255, 1);
}

.navbar .form-control {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    font-size: 0.875em;
    height: 20px;
    padding: 7px 20px 7px 0px;
    margin-bottom: 4px;
    outline-offset: -2px;
    -webkit-appearance: none
}

.navbar .form-control:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.nav_mobil_logo {
    display: none;
    ;
}

.navbar-toggler .fa-bars {
    display: none;
}

.navbar-toggler .fa-times {
    display: block;
}

.navbar-toggler.collapsed .fa-bars {
    display: block;
}

.navbar-toggler.collapsed .fa-times {
    display: none;
}

/* /NAVBAR */

/* CAROUSEL */

.carousel-caption {
    text-align: left;
    padding-bottom: 60px;
    bottom: 60px;
}

.carousel-caption h5 {
    font-size: 42px;
    background-color: #baa852;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    padding: 8px 7px 0px 7px;
    margin: 0;
}

.carousel-caption h5 a,
.carousel-caption a:hover,
.carousel-caption h5:hover {
    text-decoration: none;
}

.carousel-control-next,
.carousel-control-prev {
    position: relative;
    float: left;
    top: auto;
    bottom: 0;
    z-index: 1;
    font-size: 12px;
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    padding: 5px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    opacity: 1;
    transition: all;
    background-color: #030303;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #000;
}

.carousel_link {
    font-size: 12px;
    width: auto;
    line-height: 28px;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    margin-left: 1px;
    color: rgba(255, 255, 255, 0.6);
    background-color: #030303;
}

.carousel_link:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #000;
    text-decoration: none;
}

/* /CAROUSEL */

/* HOME */

.home_page p {
    /*  margin-bottom: 60px;*/
}

.home_page .main_container {
    padding-bottom: 40px;
}

/* /HOME */

/* BOX HOME */

.link_box_home {
    color: #baa852;
    text-decoration: none;
}

.link_box_home:hover {
    color: #baa852;
    text-decoration: none;
}

.box_home {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background-color: tomato;
}

.box_home img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.box_home_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    /* display: table; */
    background-color: rgba(0, 0, 0, 0.6);
}

.box_home_text h3 {
    /* display: table-cell;
    vertical-align: middle;
    text-align: center; */
    display: block;
    text-align: center;
    margin-top: 40%;
    font-size: 22px;
}

.box_home_text h3 span {
    font-size: 14px;
    text-decoration: underline;
}

.link_box_home:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/* /BOX HOME */

/* FOOTER */

.footer {
    color: #999999;
    margin-bottom: 60px;
}

.footer_info {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.footer a {
    color: #999999;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer a:hover {
    color: #030303;
    text-decoration: none;
}

.footer h3 {
    color: #999999;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.social_link {
    float: left;
    margin-right: 15px;
    font-size: 22px;
}

.footer .balken {
    width: 100%;

}

.footer .balken_mobile {
    width: 100%;
    display: none;
}

.footer .col,
.footer .col-1,
.footer .col-10,
.footer .col-11,
.footer .col-12,
.footer .col-2,
.footer .col-3,
.footer .col-4,
.footer .col-5,
.footer .col-6,
.footer .col-7,
.footer .col-8,
.footer .col-9,
.footer .col-auto,
.footer .col-lg,
.footer .col-lg-1,
.footer .col-lg-10,
.footer .col-lg-11,
.footer .col-lg-12,
.footer .col-lg-2,
.footer .col-lg-3,
.footer .col-lg-4,
.footer .col-lg-5,
.footer .col-lg-6,
.footer .col-lg-7,
.footer .col-lg-8,
.footer .col-lg-9,
.footer .col-lg-auto,
.footer .col-md,
.footer .col-md-1,
.footer .col-md-10,
.footer .col-md-11,
.footer .col-md-12,
.footer .col-md-2,
.footer .col-md-3,
.footer .col-md-4,
.footer .col-md-5,
.footer .col-md-6,
.footer .col-md-7,
.footer .col-md-8,
.footer .col-md-9,
.footer .col-md-auto,
.footer .col-sm,
.footer .col-sm-1,
.footer .col-sm-10,
.footer .col-sm-11,
.footer .col-sm-12,
.footer .col-sm-2,
.footer .col-sm-3,
.footer .col-sm-4,
.footer .col-sm-5,
.footer .col-sm-6,
.footer .col-sm-7,
.footer .col-sm-8,
.footer .col-sm-9,
.footer .col-sm-auto,
.footer .col-xl,
.footer .col-xl-1,
.footer .col-xl-10,
.footer .col-xl-11,
.footer .col-xl-12,
.footer .col-xl-2,
.footer .col-xl-3,
.footer .col-xl-4,
.footer .col-xl-5,
.footer .col-xl-6,
.footer .col-xl-7,
.footer .col-xl-8,
.footer .col-xl-9,
.footer .col-xl-auto {
    padding-left: 0;
    padding-right: 0;
}

/* /FOOTER */

/* ELENCO */

.row_date {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #7b7b7b;
    position: relative;
}

.row_date:last-child {
    border-bottom: 1px solid #7b7b7b;
}

.row_date:after {
    content: '';
    display: block;
    clear: both;
}

.description_row {
    width: calc(100% - 404px);
    float: left;
    height: 100%;
}

.description_row .date {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.description_row .type {
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.description_row .description {
    margin: 0;
    line-height: 19px;
}

.description_row .btn_seat {
    margin-top: 12px;
    margin-bottom: 5px;
}

.tool_row {
    width: 404px;
    float: right;
    height: 100px;
}

.tool_row:after {
    content: '';
    display: block;
    clear: both;
}

.tool_row .state {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #e2e2e2;
    float: left;
    position: relative;
    height: 100%;
    width: 40px;
}

.tool_row .state .state_box {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

.state_box_red {
    background-color: red;
}

.state_box_yellow {
    background-color: #baa852;
}

.state_box_green {
    background-color: green;
}

.state_box_orange {
    background-color: orange;
}

.tool_row .price {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #e2e2e2;
    float: left;
    height: 100%;
    /*width: 114px;*/
    display: table;
}

.tool_row .price p {
    color: #7b7b7b;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tool_row .amount {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #e2e2e2;
    float: left;
    height: 100%;
    width: 102px;
    position: relative;
}

.tool_row .amount .input-group {
    width: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -41px;
}

.tool_row .amount .input-group input {
    font-family: 'LocBalanceN-LightRegular', "Lato", "HelveticaNeue", "Helvetica Neue", sans-serif;
    color: black;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    border: 0;
    background-color: #efefef;
}

.tool_row .amount .input-group .btn {
    padding: 7px 6px 5px 6px;
    border: 0;
    border-left: 1px solid white;
    border-right: 1px solid white;
    background-color: #efefef;
    border-radius: 0;
    height: 32px;
    font-size: 12px;
}

.tool_row .amount .input-group .btn:hover {
    background-color: #e2e2e2;
}

.tool_row .amount .input-group .btn.focus,
.tool_row .amount .input-group .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.tool_row .amount .input-group .btn.disabled,
.tool_row .amount .input-group .btn:disabled {
    opacity: 0.65;
}

.tool_row .amount .input-group .btn.disabled:hover,
.tool_row .amount .input-group .btn:disabled:hover {
    opacity: 0.65;
    background-color: #efefef;
}

.tool_row .button_box {
    padding-left: 10px;
    border-left: 1px solid #e2e2e2;
    float: left;
    height: 100%;
    width: 148px;
    position: relative;
}

.tool_row .btn_lff {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
}

/* /ELENCO */

/* LEGENDA */

.legenda {
    margin-bottom: 45px;
    font-size: 16px;
    font-family: 'LocBalanceN-LightRegular', "Lato", "HelveticaNeue", "Helvetica Neue", sans-serif;
}

.legenda_colori {
    margin-bottom: 50px;
}

.legenda_colori p {
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    float: left;
    font-weight: bold;
    margin-right: 40px;
    margin-bottom: 0
}

.legenda_colori p span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0;
}

.legenda .date {
    display: block;
    float: left;
    width: 200px;
}

.legenda .dalle {
    display: block;
    float: left;
    width: 70px;
}

.legenda .alle {
    display: block;
    float: left;
    width: 70px;
}

/* /LEGENDA */

/* ABBONAMENTI */

.elenco_abbonamenti .description_row {
    width: calc(100% - 264px);
    float: left;
    height: 100%;
}

.elenco_abbonamenti .tool_row {
    width: 264px;
    float: right;
    height: 100px;
}

/* /ABBONAMENTI */

/* CHECKOUT */

.row_checkout_steps {
    margin-left: -20px;
    margin-right: -20px;
}

.row_checkout_steps .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.checkout_close nav {
    position: relative;
}

.checkout_close {
    position: absolute;
    right: 20px;
    top: -7px;
    color: black;
    font-size: 27px;
    opacity: 0.2;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.checkout_close:hover {
    color: black;
    opacity: 1;
}

.checkout_template {
    background-color: #fff;
}

.checkout_template .main_container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.checkout_steps {
    padding: 0;
    margin-bottom: 57px;
    list-style: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    font-size: 18px;
    color: black;
    padding-right: 50px;
}

.checkout_steps a,
.checkout_steps span {
    color: black;
    position: relative;
    padding: 20px;
    z-index: 7;
    font-family: 'Lato-Bold', "HelveticaNeue", "Helvetica Neue", sans-serif;
}

.checkout_steps a:hover {
    text-decoration: none;
}

.checkout_steps .active a {
    font-weight: bold;
    font-family: 'Lato-Bold', "HelveticaNeue", "Helvetica Neue", sans-serif;
}


.checkout_steps .active a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 3px;
    background-color: #baa852;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 20px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 20px;
    color: #000000;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

.checkout_box {
    height: auto;
    padding: 40px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #e2e2e2;
}

.checkout_content .side_bar .checkout_box {
    padding: 40px 20px 20px 20px;
}

.checkout_content .title_page {
    font-size: 24px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

.checkout_content .col-md-8 .title_page {
    font-size: 26px;
    text-transform: unset;
    font-weight: normal;
}

.checkout_content .col-md-8 .subtitle_page {
    font-size: 20px;
    text-transform: unset;
    font-weight: normal;
    margin-bottom: 20px;
}

.checkout_content .tool_row {
    width: auto;
}

.description_row {
    /* width: auto; */

    width: calc(100% - 404px);
    float: left;
    height: 100%;
}

.remove_cart {
    position: absolute;
    right: 0;
    /* top: -5px; */
    top: 4px;
    color: black;
    font-size: 16px;
    opacity: 0.3;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.remove_cart:hover {
    color: black;
    opacity: 1;
}

.prodotto {
    margin-bottom: 16px;
    font-weight: bold;
    font-family: 'LocBalanceN-BoldRegular', "HelveticaNeue", "Helvetica Neue", "lato", sans-serif;
}

.description span,
.prodotto span {
    display: block;
    color: #7b7b7b;
    font-weight: normal;
}

.conferma_prodotto {
    position: relative;
    padding-right: 81px;
    padding-bottom: 51px;
    margin-bottom: 30px;
}

.conferma_prodotto span.costo_pezzo {
    position: absolute;
    top: 0;
    right: 0;
    color: #030303;
    font-weight: bold;
}

.conferma_prodotto .btn_print_prodotto {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-weight: normal;
    font-family: 'LocBalanceN-LightRegular', "Lato", "HelveticaNeue", "Helvetica Neue", sans-serif;
}

.total {
    font-size: 20px;
    color: black;
    font-weight: normal;
    line-height: 1;
    margin: 30px 0 30px 0;
    padding-top: 30px;
    padding-right: 111px;
    position: relative;
    border-top: 1px solid #e2e2e2;
}

.total_chf {
    position: absolute;
    right: 0;
    bottom: 0;
}

.checkout_btn {
    font-size: 14px;
    display: block;
    text-align: center;
}

.row_divider {
    margin: 30px 0 30px 0;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
}

.row_divider span.costo_pezzo {
    top: 30px;
}

.persone_list_box {
    padding: 15px 15px;
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
}

.person_list {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.person_list li a {
    display: block;
    line-height: 14px;
    padding: 6px 7px 5px 28px;
    position: relative;
    color: black;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.person_list li a i {
    position: absolute;
    left: 5px;
    top: 5px;
}

.person_list li:nth-child(odd) a {
    background-color: #efefef;
}

.person_list li a:hover {
    background-color: #baa852;
    text-decoration: none;
}

/* /CHECKOUT */

/* LOGIN */

.login_templates h2 {
    position: relative;
    left: 50%;
    margin-left: -52px;
    margin-bottom: 60px;
}

.login_templates .btn_lff,
.login_templates .btn_lff_secondary {
    width: 196px;
    position: relative;
    left: 50%;
    margin-left: -93px;
    text-align: center;
}

.login_templates .ajs-footer .btn_lff,
.login_templates .ajs-footer .btn_lff_secondary {
    left: auto;
    margin-left: auto;
}

.mr_b_40 {
    margin-bottom: 40px;
}

.mr_b_20 {
    margin-bottom: 20px;
}

.link_register {
    left: 50%;
    margin-left: -89px;
    position: relative;
}

.box_login .link_register {
    font-size: 16px;
    left: auto;
    margin: 0;
}

.box_login .add_account {
    line-height: 42px;
    text-align: center;
    display: block;
}

.box_login .pw_forgot {
    text-decoration: none;
    color: #a1a1a1;
}

.box_login .pw_forgot:hover {
    text-decoration: none;
    color: #030303;
}

.box_login .btn_lff {
    width: 100%;
    max-width: 100%;
    left: auto;
    margin: 0 0 30px 0;
}

/* /LOGIN */

/* DATI PERSONALI */

.user_detail_text {
    line-height: 20px;
    margin-bottom: 30px;
}

.user_detail_text span {
    display: block;
    color: #c0c0c0;
}

.btn_w_normal {
    width: 100%;
    max-width: 321px;
    text-align: center;
}

.img_profile {
    max-width: 150px;
    margin-top: 3px;
}

/* /DATI PERSONALI */

/* FORM */

label {
    color: #a1a1a1;
    margin-bottom: 3px;
}

.form-control {
    color: #030303;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 0;
}

.form-control:focus {
    color: #030303;
    background-color: #fff;
    border-color: #baa852;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 221, 0, 0.32);
}

.mandatory_label {
    font-size: 85%;
    padding-left: 3px;
    color: rgba(255, 0, 0, 0.7);
}

/* /FORM */

/* ORDINE */

.order_personal_date {
    margin-bottom: 40px;
}

.order_personal_date td {
    padding-left: 15px;
}

.order_personal_date tr td:first-of-type {
    padding-left: 0;
}

/* /ORDINE */

/* CROPME */

.cropme-wrapper {
    width: calc(100% - 24px);
    height: auto;
}

/* CROPME */

/* ALERTIFY */

.ajs-header {
    border-bottom: 1px solid #e2e2e2;
}

.ajs-button {
    min-height: 36px;
    border: 0;
}

.ajs-message.ajs-custom {
    color: #000000;
    background-color: #baa852;
    border-color: #e4c600;
}

/* /ALERTIFY */

/* POSTI A SEDERE */

.box_seat {
    padding-left: 5px;
    padding-right: 5px;
}

.box_seat .title_page {
    margin-left: 60px;
    margin-bottom: 54px;
}

.btn_lock {
    height: 35px;
    float: right;
    margin: 0;
    margin-left: 15px;
}

.row_seat {
    width: 100%;
    padding-bottom: 4px;
    padding-top: 4px;
}

.seat {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    color: white;
    background-color: #afafaf;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.seat:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.seat span {
    position: absolute;
    top: 50%;
    /* margin-top: -8px; */
    margin-top: -10px;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
    /* letter-spacing: 1px; */
}

.seat:hover {
    opacity: 0.75;
}

.seat_y {
    background-color: orange;
}

.seat_r {
    background-color: red;
}

.seat_r:hover {
    opacity: 1;
}

.seat_g {
    background-color: green;
}

.seat_w {
    background-color: white;
}

.seat_aisle {
    background-color: white;
    pointer-events: none;
}

.seat_aisle:hover {
    background-color: white;
}

.fila {
    width: 2.439%;
    color: black;
    background-color: white;
    font-size: 13px;
    pointer-events: none;
}

/* .row_seat:hover{
    background-color: #d4d4d4;
}

.row_seat:hover .seat{
    border-color: #d4d4d4;
}

.row_seat:hover .seat_aisle{
    border-color: #d4d4d4;
    background-color: #d4d4d4;
    color: #d4d4d4;
}

.row_seat:hover .fila{
    border-color: #d4d4d4;
    background-color: #d4d4d4;
} */

.box_seat .box_scroll {
    height: auto;
    width: 100%;
    min-width: 1000px;
}

.layer_instructions {
    display: none;
}

.wait {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    font-size: 56px;
    color: #7b7b7b;
    background-color: rgba(255, 255, 255, 0.8);
}

.wait i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 10;
}

.box_seat_description_row {
    padding-right: 60px;
    padding-left: 60px;
}

.img_modal_seats {
    height: calc(100vh - 160px);
    width: auto;
}

.info_sets {
    text-align: right;
}

/* /POSTI A SEDERE */

/* PROFILE */

h2.title_profile {
    background-color: #fff;
    position: relative;
    left: auto;
    margin-left: 0;
    margin-bottom: 60px;
    display: block;
    text-align: center;
    font-weight: normal;
    text-transform: none;
}

.row_profile_collapse {
    padding: 30px 40px;
    border: 1px solid #e2e2e2;
    background: #e2e2e2;
    margin-bottom: 8px;
}

.row_profile_collapse_open {
    background: #fff;
}

.header_collapse {
    width: 100%;
    /* border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px; */
}

.header_collapse:after {
    content: '';
    display: block;
    clear: both;
}

.title_collapse {
    float: left;
    font-size: 20px;
    color: black;
    margin-bottom: 0;
    margin-top: 7px;
    font-weight: normal;
    line-height: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.row_profile_collapse_open .title_collapse {
    font-weight: bold;
}

.subtitle_collapse {
    font-size: 20px;
    color: black;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: normal;
    line-height: 1;
}

.btn_collapse {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 28px;
    background-color: white;
    border-color: black;
    color: black;
    border-radius: 50%;
    padding: 0 0 0 1px;
    text-align: center;
    font-size: 19px;
    margin: 0;
}

.btn_collapse:hover {
    background-color: #baa852;
    border-color: #000000;
    color: #000000;
}

.btn_collapse.focus,
.btn_collapse:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.row_profile_collapse .card-body {
    border: 0;
    border-radius: 0;
    border-top: 1px solid #e2e2e2;
    padding: 32px 0 0 0;
    margin-top: 32px;
}

.btn_collapse > .fa-plus {
    display: none;
}

.btn_collapse > .fa-minus {
    display: block;
}

.btn_collapse.collapsed > .fa-plus {
    display: block;
}

.btn_collapse.collapsed > .fa-minus {
    display: none;
}

.row_profile_collapse .card {
    background-color: rgba(255, 255, 255, 0);
}

.row_profile_collapse .btn_lff_secondary {
    width: 100%;
    position: relative;
    left: auto;
    margin-left: 0;
    text-align: center;
    font-weight: normal;
    text-transform: none;
}

.row_profile_collapse .btn_lff {
    width: auto;
    position: relative;
    left: auto;
    margin-left: 0;
    text-align: center;
    font-weight: normal;
    text-transform: none;
}

.row_elenco_acquisti {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 32px;
}

.row_elenco_acquisti .conferma_prodotto {
    position: relative;
    padding-right: 0;
    padding-bottom: 32px;
    margin-bottom: 0;
}

.row_elenco_acquisti .description span,
.row_elenco_acquisti .prodotto span {
    display: block;
    color: inherit;
    font-weight: normal;
}

.elenco_acquisti_prezzo {
    text-align: right;
}

.row_elenco_acquisti .btn_lff {
    float: right;
}

/* /PROFILE */

/* NAVBAR FIXED JS */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.sticky .header_content {
    padding-top: 45px;
}

.sticky .header_content img {
    display: none;
}

.padding_class {
    padding-top: 231px;
}

/* /NAVBAR FIXED JS */


/* LIGHTGALLERY */

#lightgallery,
.item {
    margin-top: 20px;
    margin-bottom: 10px;
}

.lg-outer .lg-thumb-item {
    border-color: #333
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #baa852;
}

.lg-progress-bar .lg-progress {
    background-color: #baa852;
}

.lg-sub-html p {
    margin-bottom: 0;
}

.figure-caption {
    margin-top: 10px;

}

/* ======================================================== MEDIA QUERIES ======================================================== */

@media (max-width: 1230px) {

    /* LEGENDA */

    .legenda {
        padding-left: 60px;
        padding-right: 60px;
    }

    /* /LEGENDA */

    /* FOOTER */

    .footer {
        padding-left: 60px;
        padding-right: 60px;
    }

    /*  /FOOTER */
}

@media (max-width: 1199px) {

    /* HEADER */

    .header_nav .container {
        max-width: 100%;
    }

    .header_content .logo {
        display: block;
        width: 100%;
        max-width: 250px;
    }

    /* /HEADER */

    /* NAVBAR */

    .navbar-dark .navbar-nav .nav-link {
        /* font-size: 13px; */
        font-size: 10px;
        letter-spacing: 0.5px;
        padding: 15px 11px;
    }

    .navbar .form-control {
        margin-bottom: 11px;
    }

    .navbar .btn {
        bottom: 14px;
    }

    /* /NAVBAR */

    /* NAVBAR FIXED JS */

    .padding_class {
        padding-top: 192px;
    }

    /* /NAVBAR FIXED JS */

    /* CAROUSEL */

    .carousel-caption h5 {
        font-size: 34px;
        background-color: #baa852;
        color: black;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        line-height: 1;
        margin: 0;
    }

    /* /CAROUSEL */

    /* HOME */

    .box_home_text h3 {
        /* display: table-cell;
        vertical-align: middle;
        text-align: center; */
        display: block;
        text-align: center;
        margin-top: 40%;
        font-size: 20px;
    }

    /* HOME */

}

@media (max-width: 1000px) {

    /* POSTI A SEDERE */

    .layer_instructions {
        height: 100vh;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        text-align: center;
        background: rgba(0, 0, 0, 0.75);
        color: white;
        padding-top: 132px;
        display: block;
    }

    .layer_instructions h3 {
        margin-top: 30px;
    }

    .layer_instructions h3 i {
        font-size: 50px;
    }

    .layer_instructions a {
        margin-top: 30px;
    }

    .box_seat.main_container {
        padding-left: 5px;
        padding-right: 5px;
        overflow: scroll;
    }

    .seat {
        /* font-size: 1.1vw;
    line-height: 21px; */
        font-size: 11px;
        line-height: 1.7vw;
    }

    /* /POSTI A SEDERE */

}

@media (max-width: 991px) {

    /* GENERAL */

    body {
        padding-top: 132px;
    }

    .main_container {
        position: relative;
        padding: 60px;
        margin-top: -60px;
        margin-bottom: 60px;
        margin-top: 0;
        max-width: 100%;
        background-color: white;
    }

    .show_mobile {
        display: block;
    }

    .hide_mobile {
        display: none;
    }

    /* /GENERAL */

    /* HEADER */

    .header_nav {
        position: fixed;
        z-index: 999;
        top: 0;
    }

    .header_content {
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
        position: relative;
    }

    /* .header_content .logo {
        display: block;
        width: 100%;
        max-width: 140px;
    } */

    .header_content .logo {
        display: none;
        width: 100%;
        max-width: 140px;
        position: relative;
        left: 50%;
        margin-left: -70px;
    }

    .header_content .btn_content {
        position: absolute;
        right: 15px;
        top: auto;
        bottom: -80px;
        z-index: 1;
    }

    .header_nav .container {
        padding: 0;
    }

    .header_content .dropdown-menu {
        min-width: 93px;
        right: -52px !important;
        padding-left: 8px;
        padding-right: 8px;
        background-color: black;
    }

    /* /HEADER */

    /* NAVBAR */

    .navbar {
        padding-bottom: 10px;
        height: auto;
        min-height: 132px;
    }

    .navbar-dark .navbar-nav .active .nav-link:after {
        left: 0;
        right: 0;
    }

    .navbar .form-inline {
        position: relative;
        padding-left: 11px;
    }

    .navbar .form-control {
        width: 100%;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 13px;
        letter-spacing: 0.5px;
        color: rgba(255, 255, 255, 0.6);
        padding: 11px 11px;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, 1);
        border-color: rgba(255, 255, 255, .1);
        font-size: 28px;
        padding: 0;
        border: 0;
        top: 52px;
        left: 15px;
        position: absolute;
        /* top: 52px; */
    }

    .show_mobile .box_lang {
        padding-top: 0;
        float: right;
    }

    .nav_mobil_logo {
        height: 100px;
        top: 17px;
        left: 50%;
        margin-left: -135px;
        position: absolute;
        z-index: 1;
        display: block;
    }

    .navbar-collapse {
        margin-top: 77px;
        background: black;
        margin-left: -15px;
        padding-left: 7px;
        margin-right: -15px;
        padding-right: 15px;
    }

    .show_mobile .box_lang {
        padding-top: 0;
        float: right;
        padding-right: 15px;
    }

    /* /NAVBAR */

    /* CAROUSEL */

    .header_int,
    .bd-example {
        display: none;
    }

    .carousel-caption h5 {
        font-size: 34px;
        background-color: #baa852;
        color: black;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        line-height: 1;
        padding: 7px 7px 1px 7px;
        margin: 0;
    }

    .carousel-caption {
        text-align: left;
        padding-bottom: 30px;
        bottom: 0;
    }

    /* /CAROUSEL */

    /* BOX HOME */

    .box_home_text h3 {
        display: block;
        text-align: center;
        margin-top: 40%;
        font-size: 2.9vw;
    }

    /* /BOX HOME */

    /* POSTI A SEDERE */

    .info_sets {
        text-align: left;
    }

    /* /POSTI A SEDERE */

}

@media (max-width: 951px) {

    /* CHECKOUT */

    .row_checkout_steps {
        margin-left: 0;
        margin-right: 0;
    }

    .checkout_steps {
        font-size: 16px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 10px;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 10px;
    }

    .checkout_steps a,
    .checkout_steps span {
        padding: 10px;
    }

    .checkout_close {
        position: absolute;
        right: 0;
    }

    /* /CHECKOUT */

}

@media (max-width: 767px) {

    /* GENERAL */

    .show_mobile_m {
        display: block;
        font-size: 14px;
    }

    .hide_mobile_m {
        display: none;
    }

    /* /GENERAL */

    /* HEADER */

    .header_content .btn_content {
        position: absolute;
        right: 15px;
        top: auto;
        bottom: -56px;
        z-index: 1;
    }

    /* /HEADER */

    /* NAVBAR */

    body {
        padding-top: 80px;
    }

    .navbar {
        height: auto;
        min-height: 80px;
    }

    .nav_mobil_logo {
        height: 57px;
        width: auto;
        top: 15px;
        left: 50%;
        margin-left: -87px;
        position: absolute;
    }

    .show_mobile .box_lang {
        padding-top: 0;
        float: right;
        padding-right: 15px;
    }

    .navbar-nav {
        margin-bottom: 24px;
    }

    .navbar-dark .navbar-toggler {
        top: 27px;
    }

    /* /NAVBAR */

    /* BOX HOME */

    .box_home_text h3 {
        font-size: 8vw;
    }

    /* /BOX HOME */

    /* ELENCO */

    .row_date {
        position: relative;
    }

    .description_row {
        width: 100%;
        float: none;
        height: 100%;
        padding-right: 27px;
    }

    .tool_row {
        width: 100%;
        float: none;
        height: 100px;
        margin-top: 10px;
    }

    .tool_row .button_box {
        /* padding-left: 0; */
        /* border-left: 0; */
        float: left;
        height: auto;
        width: auto;
        /* position: relative; */
    }

    .tool_row .btn_lff {
        position: relative;
        top: 0;
        margin-top: 10px;
        right: 0;
    }

    .tool_row .price {
        height: 50px;
        width: auto;
        padding-left: 0;
        padding-right: 10px;
        border-left: 0;
    }

    .tool_row .amount {
        float: left;
        height: 50px;
        width: 102px;
        position: relative;
    }

    .tool_row .state {
        padding-left: 0;
        padding-right: 0;
        border-left: 0;
        float: none;
        position: absolute;
        width: 40px;
        height: auto;
        right: -9px;
        top: 21px;
    }

    .btn_cart {
        margin-bottom: 10px;
        padding-top: 8px;
        padding-bottom: 3px;
    }

    /* /ELENCO */

    /* ABBONAMENTI */

    .elenco_abbonamenti .description_row {
        width: 100%;
        float: none;
        height: 100%;
    }

    .elenco_abbonamenti .tool_row {
        width: 100%;
        float: none;
        height: 100px;
        margin-top: 10px;
    }

    /* /ABBONAMENTI */

    /* CHECKOUT */

    .checkout_template .main_container {
        padding-top: 30px;
    }

    .checkout_steps li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .checkout_steps {
        margin-bottom: 30px;
    }

    .checkout_steps a,
    .checkout_steps span {
        padding-top: 15px;
        padding-bottom: 6px;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        display: none;
    }

    .checkout_content .state {
        right: 15px;
    }

    .checkout_content .description_row {
        padding-right: 52px;
    }

    .remove_cart {
        top: 8px;
    }

    /* /CHECKOUT */

    /* LOGIN */

    .checkout_template.login_templates .main_container {
        padding-top: 60px;
    }

    /* /LOGIN */

    /* LEGENDA */

    .legenda {
        padding-left: 15px;
        padding-right: 15px;
    }

    .legenda p {
        display: block;
        float: none;
        margin-bottom: 5px;
    }

    /* /LEGENDA */

    /* FOOTER */

    .footer {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer_info .col-md-4 {
        margin-bottom: 30px;
    }

    .footer .balken {
        display: none;
    }

    .footer .balken_mobile {
        display: block;
    }

    /*  /FOOTER */

    /* POSTI A SEDERE */

    /* .seat{
        font-size: 1.1vw;
        line-height: 21px;
    } */

    .box_seat .title_page {
        margin-left: 5px;
        margin-bottom: 34px;
    }

    /* /POSTI A SEDERE */

    /* PROFILE */

    .elenco_acquisti_prezzo {
        text-align: left;
    }

    .row_elenco_acquisti .btn_lff {
        float: none;
    }

    .row_elenco_acquisti {
        padding-bottom: 32px;
    }

    /* /PROFILE */

}

@media (max-width: 575px) {

    /* GENERAL */

    .main_container {
        padding: 40px;
    }

    /* /GENERAL */

    /* BOX HOME */

    .box_home_text h3 {
        font-size: 7vw;
    }

    /* /BOX HOME */

    /* .tool_row .price {
        width: 108px;
    } */

    .tool_row .price p {
        color: #7b7b7b;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
    }

    #carouselmobile .carousel-caption h5 {
        font-size: 24px !important;
    }
}
