﻿/*import Monsterrat family*/
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/Montserrat-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: MontserratBlack;
    src: url('../fonts/Montserrat/Montserrat-Black.ttf');
}

body {
    font-family: Montserrat;
}

::selection {
    background: rgba(233, 91, 33, 1); /* WebKit/Blink Browsers */
    color: white;
}

::-moz-selection {
    background: rgba(233, 91, 33, 1); /* Gecko Browsers */
    color: white;
}

.image-2x {
    display: none;
}

.image-normal {
    display: inline-block;
}

.resize {
    width: 20px;
}

.resize-mobile-social {
    width: 40px;
}

.resize-logo {
    width: 68.5%;
}

/*Social Network*/
ul.social-network {
    list-style-type: none;
    padding-left: 0;
    display: table;
    margin: 0;
}

@media(min-width: 1200px){
    ul.social-network {
        position: fixed;
        z-index: 9999999999;
    }
}

ul.absolute-social {
    position: absolute;
    bottom: 15px;
}

ul.social-network > li {
    display: table-cell;
}

    ul.social-network > li:not(:first-child) {
        padding-left: 12px;
    }

div.logo-contatti,
div.info-contatti {
    float: left;
}

div.div-map div.info-contatti p:last-child {
    margin-right: unset;
}

div.div-map {
    margin-bottom: 30px;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

div.custom-container.table-row {
    padding-top: 0px;
}

div.formContatti {
    padding-left: 10%;
}

div.info-contatti p.tile,
div.div-map div.info-contatti p {
    margin: unset;
}

div.logo-contatti img {
    display: block;
}

div.formContatti {
    padding-left: unset;
    padding-right: 15px;
}
/*Underline normal*/
.underline-orange-h1:after {
    content: "";
    bottom: -19px;
    width: 100%;
    left: 0px;
    height: 15px;
    background: url(../img/icons/crazy-line-h1.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.underline-orange-h1.corsi-underline:after {
    content: "";
    bottom: -12px;
    width: 100%;
    left: 0px;
    height: 15px;
    background: url(../img/icons/crazy-line-corsi.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}


.link,
.link:hover,
.link:focus {
    color: white;
    text-decoration: none;
    outline: none;
    font-family: Montserrat;
}

.orange,
.orange:hover,
.orange:focus {
    color: rgba(233, 91, 33, 1);
}

.exercise-description .container-img img {
    outline: unset;
}

.underline-orange-h4:after {
    content: "";
    bottom: -13px;
    width: 80%;
    left: 8px;
    height: 9px;
    background: url(../img/icons/crazy-line-h4.png);
    position: absolute;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

div.white-title-container {
    position: absolute;
    width: 100%;
    transform: translateY(40%);
    bottom: 50%;
}

.underline-white:after {
    content: "";
    width: 100%;
    left: 0%;
    height: 15px;
    position: absolute;
    background-image: url(../img/icons/crazy-line-h2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-size: 120px;
    bottom: -13px;
}

div.no-border-top {
    border-top: unset;
}

#solid-menu {
    height: 56px;
}
/*HEADER FOR MOBILE*/
div.desktop-menu.navbar-collapse.collapse {
    background-image: -moz-linear-gradient( 90deg, rgba(233, 91, 33, 1) 0%, rgb(205,102,39) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(233, 91, 33, 1) 0%, rgb(205,102,39) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(233, 91, 33, 1) 0%, rgb(205,102,39) 100%);
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0 3.7%;
}

div.margin {
    padding: 0px 3.7%;
}

.row-news {
    margin-bottom: 20px;
}

.container-news,
.container-img {
    padding: unset;
}

div.custom-container div.breadcrumb-container p {
    font-size: 15px;
}

div.who-we-are {
    margin-bottom: 30px;
}

div.isotope-container {
    margin-top: 10px;
    margin-bottom: 30px;
}

div.container-news h2 {
    font-size: 23px;
    text-align: left;
    font-weight: bold;
    color: rgba(233, 91, 33, 1);
    margin-top: 0px;
    margin-bottom: unset;
}

div.container-news p#date {
    margin-bottom: 10px;
    color: rgba(233, 91, 33, 1);
    font-size: 15px;
    margin-left: unset;
    margin-top: 4px;
}

div.small-size-resize div.container-news p.news {
    margin-left: unset;
    margin-bottom: 0px;
}

div#readMoreContainer.presentation-exercise {
    text-align: left;
    margin-top: 8px;
}

div.small-size-resize {
    max-width: 1200px;
    margin: auto;
}

ul.menu {
    width: 100%;
    max-width: 1200px;
    display: table;
}

li.navbar-li {
    letter-spacing: -1.1px;
    display: table-cell;
    text-align: center;
}

    li.navbar-li a.menu-link {
        padding: 0;
        padding-top: 10px;
        padding-bottom: 18px;
    }

div#mobile-menu div {
    position: absolute;
    background-color: rgba(233, 91, 33, 1);
    width: 100%;
    z-index: 2;
    text-align: center;
}

li.hide-navbar-li a:hover,
li.hide-navbar-li a:focus,
li.navbar-li a:hover,
li.navbar-li a:focus {
    background-color: unset;
    outline: none;
    text-decoration: none;
}

a.menu-link {
    border-top: 8px solid transparent;
}

li.navbar-li a:focus,
li.navbar-li a:hover,
li.navbar-li.active a {
    -webkit-border-image: url('../img/icons/border-image.png') 10 stretch;
    -o-border-image: url('../img/icons/border-image.png') 10 stretch;
    border-image: url('../img/icons/border-image.png') 10 stretch;
    border-image-width: 4px 0 0;
}

div.orange-nav li.hide-navbar-li:not(#eventi-e-news-li) {
    margin-right: 73px;
}

a.link-street {
    text-decoration: none;
    color: rgba(233, 91, 33, 1);
}

li.hide-navbar-li a,
li.navbar-li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    background-color: unset;
    outline: none;
}

div.custom-container p.link-container {
    margin: unset;
}

.link-container a {
    color: rgba(233, 91, 33, 1);
    text-decoration: unset;
    font-weight: 600;
    font-size: 16px;
}

div p.link-container {
    margin-right: 0px;
}

.link-container a {
    margin-left: 20px;
}

    .link-container a > img {
        height: 40px;
    }

    .link-container a:first-child {
        margin-left: 0;
    }

div.orange-nav {
    padding: 10px 5.6% 5px 5.6%;
    border-radius: unset;
    position: inherit;
}
/*PAGES*/
p.margin-bottom-p {
    margin-bottom: 20px;
}

p.margin-less-p {
    margin-left: unset !important;
    margin-right: unset !important;
}

span.bold-breadcrumb {
    display: inline-block;
}

[class*="footer-col-"] h4 {
    margin-top: 0px;
}
/*Calistenics*/
.container-demo {
    margin-bottom: 5px;
}

.container-film-item {
    display: inline-block;
    margin-right: 5px;
}

.polaroid-film-item {
    display: block;
    max-height: inherit;
}

div.exercise-container {
    padding-bottom: 30px;
}

div.presentation-exercise a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: bold;
}

div.presentation-exercise img.arrow {
    width: 30px;
    margin-left: 10px;
    vertical-align: baseline;
}

div.exercise-description {
    margin-top: 10px;
    margin-bottom: 30px;
}

    div.exercise-description p {
        text-align: left;
    }

        div.exercise-description p:not(:last-child):not(.elenco-discipline) {
            margin-bottom: 20px;
        }

    div.exercise-description ul {
        font-size: 17px;
        font-weight: 300;
        color: white;
        margin: 0px 30px;
        text-align: left;
        margin-bottom: 20px;
    }

.exercise-table-calisthenics {
    border: 3px solid rgba(233, 91, 33, 1);
    float: right;
}

    .exercise-table-calisthenics tr td:first-child {
        padding-left: 40px;
    }

    .exercise-table-calisthenics tr td:last-child {
        padding-right: 40px;
    }

    .exercise-table-calisthenics tr:first-child td {
        padding-top: 20px;
    }

    .exercise-table-calisthenics tr:last-child td {
        padding-bottom: 20px;
    }

    .exercise-table-calisthenics td {
        padding: 10px 0px 10px 20px;
        font-size: 18px;
    }

        .exercise-table-calisthenics td:first-child {
            padding-right: 30px;
        }

hr.exercise-break {
    border-top: 2px solid rgba(233, 91, 33, 1);
    max-width: 1200px;
}

div.grid-flex {
    display: inline-grid;
}

    div.grid-flex div.title-container {
        text-align: left;
    }
/*applicato a tutte le righe*/
h3 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    color: white;
}

h5 {
    font-family: MontserratBlack;
    font-size: 23px;
    color: rgba(233, 91, 33, 1);
}

.table-row .table-container {
    text-align: -webkit-center;
}

.map-container .formContatti {
    padding-right: 15px;
}

div.custom-container {
    padding: 20px 15px 0px;
}

    div.custom-container.map-container {
        padding: 0px 15px 0px;
    }

div.header {
    padding: 30px 15px 10px;
}

div.custom-container h1 {
    color: rgba(233, 91, 33, 1);
    font-size: 37px;
    font-family: MontserratBlack;
    margin-top: 0px;
    position: relative;
    display: inline-block;
}

div.custom-container p {
    font-size: 17px;
    font-weight: 300;
    color: white;
    margin: 0px 30px 30px;
}

.color-white {
    color: white;
}

div p.over-title {
    font-size: 25px;
    margin: unset;
}

.maxResize {
    max-width: 1748px;
    margin: auto;
}

.maxResize-content,
div.slider-container div.bx-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.myBreadcrumb,
.myBreadcrumb:hover,
.myBreadcrumb:focus,
.myBreadcrumb:visited {
    text-decoration: unset;
    color: white;
    margin-right: 10px;
}

.bold-breadcrumb:not(:first-child) {
    font-weight: bold;
    margin-left: 10px;
}

.back-image {
    background-image: url('../img/background/skin-black.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgb(20, 19, 19);
}

/*Righe arancioni*/
.container-orange-border {
    padding: 0px 3.7% 0px;
    /*background-image: url('../img/background/scheda-esercizio-background-sezione.jpg');*/
    /*background-position: center top;*/
    border-top: 2px solid rgba(233, 91, 33, 1);
}

.text-hover {
    position: relative;
}

.hover:hover {
    color: #c44c1c;
}

.btn-white-container .btn-white:hover,
.hover-btn:hover {
    background-color: #c44c1c;
}

div.container-orange-border h2 {
    color: white;
    font-size: 35px;
    margin-top: 35px;
    display: inline-block;
    position: relative;
    font-family: MontserratBlack;
}

.container-orange-border h3.chapter-exercise {
    font-size: 30px;
    margin-bottom: 35px;
}

.container-orange-border h3.exercise-title {
    font-size: 25px;
}

.container-orange-border h3.chapter-exercise,
.container-orange-border h3.exercise-title {
    display: inline-block;
    position: relative;
    margin-top: unset;
    font-family: MontserratBlack;
}

.btn-orange {
    background-color: rgba(233, 91, 33, 1);
    color: black;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 10px;
    user-select: none;
    outline: unset;
    text-decoration: none;
    border: none;
    width: 100%;
}

.btn-white,
.btn-white:hover,
.btn-white:focus {
    background-color: rgba(233, 91, 33, 1);
    color: white;
    font-size: 17px;
    font-family: Montserrat;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 14px;
    user-select: none;
    outline: unset;
    text-decoration: none;
    border: none;
    width: 100%;
}

.btn-white-container {
    margin-top: 25px;
}

/*HOME*/

/*SLIDER*/
.bx-wrapper .bx-prev {
    background: url(../img/icons/slider-prev.png) 0 -32px no-repeat;
}

.bx-wrapper .bx-next {
    background: url(../img/icons/slider-next.png) 0 -32px no-repeat;
}

.bx-wrapper .bx-controls-direction a,
.bx-wrapper .bx-controls-direction a:focus,
.bx-wrapper .bx-controls-direction a:hover {
    width: 50px;
    height: 70px;
    background-position: center;
    z-index: 20;
}

.bx-wrapper .bx-controls-direction a {
    opacity: 0.9;
}

    .bx-wrapper .bx-controls-direction a:focus,
    .bx-wrapper .bx-controls-direction a:hover {
        opacity: 0.3;
    }

div.slider-container {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 1748px;
    margin: 100px 0px 50px 0px;
}

    div.slider-container div.bx-wrapper {
        border: none;
        box-shadow: unset;
        margin-bottom: 0px;
    }

div.bx-wrapper .bx-pager {
    bottom: 30px;
}

    div.bx-wrapper .bx-pager .bx-pager-item {
        width: 3%;
        margin: 0.5%;
    }

    div.bx-wrapper .bx-pager.bx-default-pager a,
    div.bx-wrapper .bx-pager.bx-default-pager a:focus {
        height: 5px;
        margin-right: 0px;
        border-radius: unset;
        background-color: rgba(255,255,255, 0.6);
        display: table;
        width: 100%;
    }

        div.bx-wrapper .bx-pager.bx-default-pager a.active,
        div.bx-wrapper .bx-pager.bx-default-pager a:hover {
            background-color: white;
            opacity: unset;
        }

div.isotope-text-container h1,
div.breadcrumb-container p {
    margin-bottom: 35px;
}

div.page-content h1 {
    margin-bottom: 50px;
}

div.isotope-text-container p {
    margin-top: 10px;
}

div.icon {
    color: white;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    div.icon img {
        vertical-align: top;
    }

        div.icon img:first-child {
            margin-left: 20px;
        }

div.isotope-container .btn-container {
    margin-top: 10px;
}
/*ISOTOPE*/
* {
    box-sizing: border-box;
}
/* ---- grid ---- */
.grid {
    background: transparent;
    max-width: inherit;
}
    /* clear fix */
    .grid:after {
        content: '';
        display: block;
        clear: both;
    }
/* ---- .grid-item ---- */
.grid-item {
    float: left;
    width: 25%;
    padding: 8px;
}

div.isotope-text-container {
    padding-top: 0px;
    padding-bottom: 30px;
}

/*owl carousel*/
.img-container.text-hover img {
    width: 100%;
}

div.training-info {
    padding-top: 15px;
    padding-bottom: 44px;
}

div.owl-container {
    margin-bottom: 30px;
    position: relative;
}

.owl-carousel .owl-item img {
    width: unset;
    height: 280px;
}

div.backwards-arrow {
    position: absolute;
    height: 100%;
}

    div.backwards-arrow img {
        opacity: 0.9;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: -15px;
        cursor: pointer;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

        div.backwards-arrow img:hover,
        div.backwards-arrow img:focus {
            opacity: 0.3;
        }

div.forwards-arrow {
    position: absolute;
    right: 0;
    bottom: 50%;
}

    div.forwards-arrow img {
        opacity: 0.9;
        position: absolute;
        z-index: 2;
        top: 50%;
        right: -15px;
        cursor: pointer;
        transform: translateY(-50%);
    }

        div.forwards-arrow img:hover,
        div.forwards-arrow img:focus {
            opacity: 0.3;
        }
/*Light-Box*/
div.lightbox .lb-image {
    border: unset;
    border-radius: unset;
}

div.lb-data .lb-number {
    display: none !important;
}
/*for move close icon*/
div.lb-dataContainer {
    position: relative;
}

div.lb-data .lb-close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10001;
}

table.exercise-table {
    margin-top: 40px;
    width: 50%;
}

    table.exercise-table td {
        padding: 15px 15px 15px 0;
        font-size: 20px;
    }

td.difficulty-td img:not(:last-child) {
    padding-right: 10px;
}

.title-container {
    position: relative;
}

div.modal-content div.modal-body {
    display: flex;
}

div.modal-header {
    border-bottom: unset;
    background-color: black;
    text-align: right;
}

.modal-dialog {
    max-width: 1800px;
}

#close-modal {
    color: #eee;
    font-size: 25px;
    padding: 0px 4px;
}
/*Verticale orange back*/
.title-Verticale {
    margin-top: unset;
    display: inline-block;
    position: relative;
}

    .title-Verticale:after {
        background-position: left bottom;
    }

div p.text-Verticale {
    margin: 40px 0px;
}

div.custom-container p.exercise-description {
    margin-bottom: 30px;
}

/*FOOTER*/
footer {
    border-top: 2px solid rgba(233, 91, 33, 1);
    /*background-color: #070707;*/
    color: white;
}

    footer .footer-container {
        padding: 30px 3.7% 30px 3.7%;
    }

.footer-row {
    position: relative;
}

[class*="footer-col-"] h4 {
    font-weight: 700;
    font-size: 25px;
    color: rgba(233, 91, 33, 1);
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
}

[class*="footer-col-"] h4 {
    margin-top: 30px !important;
}

    [class*="footer-col-"] h4:first-child {
        margin-top: 0px !important;
    }

footer .footer-col-1 {
    padding-right: 4%;
    position: unset;
}

.footer-col-1 p.street-gym-info {
    margin-top: 20px;
    font-weight: 300;
}

.footer-col-1 p.street-gym-info,
.footer-col-1 .contact-info {
    font-size: 14px;
}

.footer-col-1 .contact-info {
    font-weight: 400;
}

footer .heel {
    /*background: #070707;*/
    padding: 10px 0 5px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 100;
    border-top: 1px solid rgba(233, 91, 33, 1);
}

iframe.map {
    height: 350px;
}

.second-row {
    margin-top: 10px;
}

footer .heel a,
footer .heel a:visited {
    color: white;
    text-decoration: none;
}

div.info-contatti p.title {
    margin-bottom: unset;
}

#contactForm input,
#contactForm textarea,
#contactFormContatti input,
#contactFormContatti textarea {
    background-color: transparent;
    border: 2px solid rgba(233, 91, 33, 1);
    padding: 3px 0px 0px 8px;
    outline: none;
    font-size: 16px;
    font-weight: 300;
}

#contactFormContatti input {
    padding: 7px;
    margin-top: unset;
}

    #contactForm input::-webkit-input-placeholder,
    #contactForm textarea::-webkit-input-placeholder,
    #contactFormContatti input::-webkit-input-placeholder,
    #contactFormContatti textarea::-webkit-input-placeholder {
        color: white;
    }

    #contactForm input:-ms-input-placeholder,
    #contactForm textarea:-ms-input-placeholder,
    #contactFormContatti input:-ms-input-placeholder,
    #contactFormContatti textarea:-ms-input-placeholder {
        color: white;
    }

    #contactForm input:-moz-placeholder,
    #contactForm textarea:-moz-placeholder,
    #contactFormContatti input:-moz-placeholder,
    #contactFormContatti textarea:-moz-placeholder {
        color: white;
    }

footer #contactForm div.padding-unset,
#contactFormContatti div.padding-unset {
    padding: unset;
}

footer #contactForm div.container-left,
#contactFormContatti div.container-left {
    padding-right: 10px;
}

#contactForm input {
    width: 100%;
}

#contactForm .input-row-2 {
    margin-top: 8px;
}

#contactFormContatti input {
    width: 100%;
}


footer #contactForm textarea,
#contactFormContatti textarea {
    margin-top: 10px;
    width: 100%;
    height: 248px;
    resize: none;
}

#contactFormContatti textarea {
    height: 190px;
}

#contactFormContatti .btn-orange {
    padding: 10px;
    margin-top: 8px;
}

/*line height -- > Ultimi consigli*/
[class*="footer-col-"]:last-child {
    line-height: 2;
    padding-left: 2%;
}

/*testo esercizi pag calisthenics*/
div.custom-container p.text-exercise {
    font-size: 16px;
}

div.title-exercise .title-container {
    margin-top: 30px;
}

p.info-exercise.text-exercise {
    margin-top: 7px;
}

div.exercise-position-left {
    border-right: 2px solid rgba(233, 91, 33, 1);
    padding-right: 70px;
}

div.exercise-position-right {
    padding-left: 80px;
}

div.footer-col-2 {
    text-align: center;
}

    div.footer-col-2 div.table-container {
        text-align: left;
    }

div.modal-content div.modal-body {
    padding: unset;
}

/*--Davide-- video-preview*/
.section-block.block-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
}

    .section-block.block-video iframe {
        width: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .section-block.block-video .video-preview {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        background-size: cover;
    }

        .section-block.block-video .video-preview::before {
            content: "";
            background-image: url('../img/icons/play.png');
            background-size: cover;
            width: 130px;
            height: 130px;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

div:not(.last-row)[class*="exercise-position-"] {
    padding-bottom: 60px;
}

div.last-row {
    padding-bottom: 8px;
}

div.custom-container p.left-date {
    text-align: left;
    margin-left: 0px;
    margin-bottom: 0px;
}

div.map-col {
    padding-right: 30px;
}

div.borderless {
    border: unset;
}

.navbar-toggle.nav-toggle-top {
    margin-top: 0px;
}

div.filter-button-group {
    text-align: center;
    margin-bottom: 30px;
}

button.button {
    width: auto;
    border: 2px solid rgba(233, 91, 33, 1);
    background-color: unset;
    color: white;
    padding: 6px 10px;
    text-transform: uppercase;
    outline: unset;
}

button.filtered {
    background-color: rgba(233, 91, 33, 1);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    -o-transform: translate(0, -60%);
    transform: translate(0,-60%);
    top: 50%;
}

.no-outline,
a.no-outline {
    outline: unset;
}

#contactFormContatti input,
#contactFormContatti textarea {
    color: white;
}

.img-paragraph {
    width: 100%;
}

.ex-paragraph:not(:last-child) {
    margin-bottom: 20px;
    display: inline-block;
}

div.custom-container .margin-unset {
    margin: unset;
}

[class*="footer-col-"] h4.training {
    margin-bottom: 10px;
    font-size: 18px;
}

[class*="tab-col"] {
    padding: 2px 5px;
}

[class*="tab-col-last"] {
    padding-left: 25px;
}

.tab-padding-left {
    padding-left: 15px;
}

.orari {
    text-align: center;
    margin: auto;
}


/*OLD*/

tbody td {
    border: 2px solid #999;
}

.tab-col-variabili {
    font-weight: 400;
    font-size: 16px;
}

.tab-col.cell {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}

.corso {
    font-size: 14px;
}

.unwrap {
    white-space: nowrap;
}

/*delete border top*/
.uns-border-top {
    border-top: unset;
}
/*delete border bottom*/
.uns-border-bottom {
    border-bottom: unset;
}
/*delete both*/
.uns-border-tb {
    border-top: unset;
    border-bottom: unset;
}

.uns-border {
    border: unset;
}

.white-link:hover,
.white-link:link,
.white-link:focus,
.white-link {
    color: white;
    text-decoration: unset;
}

.inline-block {
    display: inline-block;
    text-align: left;
}

.orari-corsi {
    margin-top: 20px;
}

.polaroid-corso:not(.last-corso) {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(233, 91, 33, 1);
}

.title-corso:not(.first-corso-title) {
    margin-top: 20px;
}

.border-bottom-img,
.border-bottom-txt {
    border-top: 2px solid rgba(233, 91, 33, 1);
    width: 98%;
}

.trainer-name {
    font-size: 23px;
    font-weight: bold;
    color: rgba(233, 91, 33, 1);
    margin-top: 0px;
    margin-bottom: unset;
}

.trainer img {
    border-radius: 50%;
}

span.show-td-txt {
    display: none;
}

.orange-cell {
    background-color: rgb(233, 91, 33);
    color: white;
}

.black-cell {
    /*usless*/
}

#contactForm label {
    display: none !important;
}


#summerCalendar div.modal-header {
    background-color: #fff;
}

#summerCalendar tr th {
    border: none;
    border-bottom: 1px solid #ccc;
}

#summerCalendar tr td {
    border: none;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    #summerCalendar tr td:last-child {
        border-right: 1px solid #ccc;
    }

#summerCalendar .day {
    text-transform: uppercase;
}

#summerCalendar .day-close {
    text-transform: uppercase;
    color: #FF7733;
}

#summerCalendar .modal-content {
    background-color: #fff;
}

.error{
    color: rgba(233, 91, 33, 1);
}

@media(max-width:768px) {
    #summerCalendar .calendar-table-responsive {
        width: 100%;
        overflow-x: auto;
    }
}
