﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}


/*   BLOCK 5   */

.block-5 {
  position: relative;
  padding: 30px 0;
}

.block-5:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.block-5 .b-content {
  position: relative;
  z-index: 10;
  color: #fff;
}

.block-5 .b-logo {
  margin-bottom: 150px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.block-5 .b-title {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.block-5 .b-text {
  margin-bottom: 150px;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*--------------- Style for DTables  */


.btn a{
    text-decoration:none;
    color:white;
}

.btn a:hover {
    text-decoration: none;
    color: white;
}

.fa {
    text-decoration:none;
}
.fa-edit, fa-info-circle {
    margin: 0;
    text-decoration:none;
}

.fa-edit:hover, .fa-info-circle:hover {
    text-decoration: none;
}
/*
.fa-play-circle{
    margin:0;
    text-decoration: none;
}*/

/*.fa-play-circle:hover {
    transform: scale(1.2);
}
*/


/* BLINKING PER SEGNALARE CHE L'EVENTO STA ANDANDO LIVE*/
.blink_text {
    animation: 1s blinker linear infinite;
    -webkit-animation: 1s blinker linear infinite;
    -moz-animation: 1s blinker linear infinite;
    color: red;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

/*.video {
    background: #ebebeb;
}
*/

.btn .btn-primary .label-left .b-a-0 .waves-effect .waves-light {
    border-radius: 50px !important;
    box-shadow: -20px -20px 60px #c8c8c8, 20px 20px 60px #ffffff !important;
}
.green {
    color: rgb(15, 207, 143);
}

@media(max-width:567px) {
    .mobile {
        padding-top: 40px
    }
}


/* layout per avere le icone all'intero di un cerchio
    i.fa{
    display: inline-block; 
    border-radius: 60px; 
    box-shadow: 0px 0px 2px #888; 
    padding: 0.5em 0.6em; "
    }
*/




/*------------- STILE PER IL LOADER AL LANDING SULLA PAGINA*/
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242f3f;  
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:100;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    outline: 3px solid #fff; /* bordo del quadrato */
    animation: loader 2s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: rgb(251,50,40);  /*dentro il quadrato*/
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

.carousel-caption {
    position:absolute;
    top: 40%;
    left:0;
    bottom: auto;
    color: rgb(250,50,40)!important;
}

/* stile esclusivo per la colonna del prezzo nella tabella di events/All */
/*.table-price {
    background-color: rgba(250,50,40,0.1) !important;
    border-radius:20px;
    font-size: 1.2em;
}*/

.blockquote {
    padding: 60px 80px 40px;
    position: relative;
}

    .blockquote p {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

/*.mt-3 .fa {
    padding: 20px;
    font-size: 60px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    background: red;
    color: white;
    margin: 20px;
}*/

/*.blockquote:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    content: "\f10d";
    font-size: 50px;
    color: rgba(0,0,0,0.1);
}*/

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #bf0024;
    height: 3px;
    width: 200px;
}
.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
}

#DTPosts {
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}
body:not(.modal-open) { /*https://stackoverflow.com/questions/32862394/bootstrap-modals-keep-adding-padding-right-to-body-after-closed*/
    padding-right: 0px !important;
}
.modal-backdrop.in {
    opacity: 0.5 !important; /*https://stackoverflow.com/questions/28096346/how-to-change-background-opacity-when-bootstrap-modal-is-open*/
}
footer > .container {
    max-width: none !important;
}
footer > .container > section > .row {
    display: flex !important;
    justify-content: center !important;
}

@media (min-width: 1920px) and (max-width: 1920px) and (min-height: 969px) and (max-height: 969px) {
    special-main {
        height: 884px !important;
    }

    .cont-play {
        transform: scale(0.79) translate(0px, -201px) !important;
    }

    .azuremediaplayer-dimensions.vjs-fluid {
        padding-top: 56.6%;
    }
}

@media (min-width: 1366px) and (max-width: 1966px) and (min-height: 657px) and (max-height: 657px) {
    special-main {
        height: 588px !important;
    }

    .cont-play {
        transform: scale(0.69) translate(0px, -235px) !important;
    }

    .azuremediaplayer-dimensions.vjs-fluid {
        padding-top: 56.6%;
    }
}

@media (min-width: 3840px) and (max-width: 3840px) and (min-height: 2160px) and (max-height: 2160px) {
    special-main {
        height: 2074px !important;
    }

    .cont-play {
        transform: scale(0.93) translate(0px, -63px) !important;
    }

    .azuremediaplayer-dimensions.vjs-fluid {
        padding-top: 46.05%;
    }

}

@media (min-width: 320px) and (max-width: 475px) and (min-height: 658px) and (max-height: 767px) {
    .azuremediaplayer-dimensions.vjs-fluid {
        padding-top: 134.5%;
    }
}