/* Vivaticket layout fixes 01/2019 */

* {
  box-sizing: border-box;
}

/* fix 22012019 */

.performance-button {
    text-transform: uppercase;
    border-radius: 3px;
}

.label-error {
    font-size: 1em !important;
}

.card-header {
  position: relative !important;
  padding: 50px 0 !important;
  border-bottom: none !important;
}

button {
  outline: none !important;
}

.btn-link {
  padding: 0;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: inherit !important;
}

.title-wrapper {
  height: 40px;
}

.tab-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: left;
  padding: 10px 15px;
  background-color: #293846;
  color: #fff;
}

.arrowBtn-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  text-align: right;
  background-color: #fff;
  color: #293846;
  border-top: 1px solid #293846;
  border-bottom: 1px solid #293846;
}

.row.-minHeight {
  min-height: 60px;
}

.row.ticket {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}

.ibox-content {
  padding: 10px !important;
}

.coupon-title {
    padding-top: 7px !important;
}

@media screen and (max-width: 992px) {

  .card-header {
    padding: 50px 0 50px 0 !important;
  }

  .-fixHeight {
    height: 45px;
  }

}

#side-menu-bottom {
  bottom: 0px;
  margin: 0;
  padding: 0;
  position: fixed;
  text-align: center;
  vertical-align: baseline;
}

.img-side-menu-bottom-small {
  display: none;
  margin: 0 0 5px 0;
  max-width: 70px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.img-side-menu-bottom-large {
  display: inline-block;
  height: auto;
  margin: 0;
  max-width: 220px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.mini-navbar #side-menu-bottom img.img-side-menu-bottom-large {
  display: none;
}

.mini-navbar #side-menu-bottom img.img-side-menu-bottom-small {
  display: inline-block;
}

.mini-navbar .header img.left-margin-220 {
  margin-left: 70px;
}

.left-margin-220 {
  margin-left: 220px;
}

.helpDesk-card {
  display: none;
  background-color: #017989;
  border: 1px solid #fff;
  height: 250px;
  width: 240px;
  position: absolute;
  top: 97px;
  right: 0;
  transform: translateX(90%);
  transition: all 0.3s ease;
  z-index: 1050;
}

/*######################  PERFORMANCE ######################*/
.performance .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.performance .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.performance .multiblock {
    padding: 60px;
}

.performance .backgound {
    padding: 60px;
    backgound-color: #F5F5F5;
}

.performance .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.performance .mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.performance .justify-content-between {
    justify-content: space-between !important;
}

.performance .multiblock.login.col6 {
    flex: 0 0 49%;
    max-width: 49%;
}

    .performance .multiblock .login .col6 .calendar {
        flex: 0 0 49% !important;
        max-width: 49% !important;
    }

.performance .login {
    backgound-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px !important;
}

.performance .col-lg-6,
.performance .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 50%;
    max-width: 50%;
}

.performance .mb-2 {
    margin-bottom: .5rem !important;
}

.performance .m-0 {
    margin: 0 !important;
}

.performance .mt-2 {
    margin-top: .5rem !important;
}

.performance .legend-title {
    font-size: 14px;
    line-height: 1.8;
    padding: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.performance .align-item-center {
    align-items: center !important;
}

.performance .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.performance .text-center {
    text-align: center !important;
}

.performance .mb-1 {
    margin-bottom: .25rem !important;
}

.performance .mr-1 {
    margin-right: 0.25rem !important;
}

.performance .col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.performance .text-uppercase {
    text-transform: uppercase !important;
}

.performance .no-wrap {
    white-space: nowrap;
}

.performance .d-inline-flex {
    display: inline-flex !important;
}

.performance .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.performance .legend p span {
    width: 15px !important;
    height: 15px !important;
    border-radius: 5px;
}

.performance .d-inline-block {
    display: inline-block !important;
}

.performance .legend p span.cal_selected {
    background: #e4008c;
}

.performance .legend p span.high_availability {
    background: green;
    cursor: default;
    pointer-events: none;
}

.performance .legend p span.medium_availability {
    background: orange;
}

.performance .legend p span.low_availability {
    background: red;
}

.performance .legend p span.no_availability {
    background: black;
}

.performance_selected {
    background: rgb(228, 0, 140) !important;
    color: white !important;
}

.high_availability {
    background: green !important;
    color: white !important;
}

.medium_availability {
    background: orange !important;
    color: white !important;
}

.low_availability {
    background: red !important;
    color: white !important;
}

.performance .legend p span.cal-unavailable {
    background: rgb(204,204,204);
    border: 1px solid black;
}

.performance .mt-3 {
    margin-top: 1rem !important;
}

.performance .pb-2 {
    padding-bottom: .5rem !important;
}

.performance .border-bottom {
    5px solid black !important;
}

.performance .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.performance .pl-0 {
    padding-left: 0 !important;
}

.performance-seasonticket-container {
    margin-top: 1rem;
}

/*##########################################################################
#########################   SMALL SCREENS (MOBILE)  ########################
##########################################################################*/
@media (max-width: 768px) {
    .performance .multiblock .login.col6 {
        flex: 100% !important;
        max-width: 100% !important;
    }

    .performance .legend {
        font-size: 10px;
    }

    .performance .tickets-row > h3 {
        font-size: 11px;
    }

  .body-small .navbar-static-side {
    display: none !important;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }

  #side-menu-bottom {
    display: none;
  }

  .helpDesk-card {
    display: block;
  }

  .helpDesk-card img {
    position: absolute;
    right: -5px;
  }

  .contact-wrapper {
    position: absolute;
    top: 165px;
    left: 12px;
    transform: rotate(-90deg);
    transform-origin: left;
  }

  #contactUs {
    background-color: #017989;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
  }

  .button-wrapper {
    position: relative;
    height: 30px;
  }

  #closeButton {
    position: absolute;
    right: 5px;
    background-color: #017989;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
  }

  #closeButton:focus {
    outline: none !important;
  }

  .helpDesk-card.show {
    transform: translateX(0%);
  }

  body.mini-navbar #page-wrapper {
      margin: 0 0 0 62px;
  }

  .body-small .navbar-static-side {
    position: fixed;
    background-color: #fff;
    box-shadow: 2px 2px 13px rgba(0,0,0,0.3);
  }

  header {
    margin-left: 0px !important;
  }

  header .header img.logo {
    margin: 0!important;
    width: auto!important;
    height: auto;
    max-width: 70%;
  }

  header .header a {
    width: 50%;
    margin-left: 0;
  }

  header .header .Flags {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    color: #000;
  }

  header .header .Flags li a img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 20px;
  }

  .nav > li > a {
    text-align: center;
  }

  .RibbonBar {
    display: block !important;
    right: 45px !important;
  }

  .wrapper-content {
    padding: 20px 10px 0 0;
  }

  .dashboard-header {
    padding: 10px !important;
  }

  .ibox {
    box-shadow: none !important;
    padding: 0 !important;
  }

  .ibox-content {
    padding: 0 !important;
  }

  .__title {
    color: #293846 !important;
    font-size: 16px !important;
    margin-top: 15px !important;
  }

  .row.ticket {
    height: 80px;
  }

  .row.ticket > div {
    padding: 5px;
  }

}

.label-class-override {
  width: 100%;
}
.form-group-override {
  margin-bottom: 5px !important;
}
.btn-override {
  width: 100%;
}
.textbox-override {
  font-weight: normal;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.order-margin-b {
  margin-bottom: 30px;
}
.ticket-margin-b {
  margin-bottom: 10px;
}


/* Vivaticket layout fixes 02/2020 */
.navbar-icon-size-1 {
}
.navbar-icon-size-2 {
    font-size: 2em !important;
}
.navbar-icon-size-3 {
    font-size: 3em !important;
}
.navbar-icon-size-4 {
    font-size: 4em !important;
}
.navbar-icon-size-5 {
    font-size: 5em !important;
}

.navbar-text-size-1 {
}
.navbar-text-size-2 {
    font-size: 150%;
}
.navbar-text-size-3 {
    font-size: 250%;
}
.navbar-text-size-4 {
    font-size: 300%;
}
.navbar-text-size-5 {
    font-size: 300%;
}


/* Vivaticket layout fixes 30/10/2020 */

/*#############  THEME CUSTOMIZATIONS  ##############################################################################*/

#side-menu-bottom
{
    bottom: 0px;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    vertical-align: baseline;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:hover:active,
.btn-primary:focus:active,
.btn-primary:focus
{
    outline: none;
}

.btn-primary.disabled
{
    opacity: 0.4;
    border-color: grey;
}

.img-side-menu-bottom-small
{
    display: none;
    margin: 0 0 5px 0;
    max-width: 70px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.img-side-menu-bottom-large
{
    display: inline-block;
    height: auto;
    margin: 0;
    max-width: 220px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

.mini-navbar #side-menu-bottom img.img-side-menu-bottom-large
{
    display: none;
}

.mini-navbar #side-menu-bottom img.img-side-menu-bottom-small
{
    display: inline-block;
}

.mini-navbar .header img.left-margin-220
{
    margin-left: 70px;
}

.left-margin-220
{
    margin-left: 220px;
}


/*######################  LAYOUT ######################*/

.row
{
background-color: #FFFFFF;
padding-bottom: 0px !important;
}

body
{
    background-color: #FFFFFF;
    font-family: "Trebuchet MS";
}

.gray-bg
{
   background-color: white!important;
}

/*###################### HELPDESK POPOVER ######################*/

.helpdesk-block i,
.helpdesk-block i:hover,
.helpdesk-block i:focus 
{
    cursor: pointer;
}

.helpdesk.popover .popover-title 
{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.helpdesk-block {
    display: initial !important;
    border: none !important;
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    background: transparent !important;
    padding: 0 16px 16px 0;
}

.helpdesk-block i:hover,
.helpdesk-block i:focus 
{
    transform: scale(1.5);
}

.helpdesk.popover {
    font-family: "Montserrat";
    font-size: 12px;
    border: 2px solid red;
    left: -256px !important;
}

.helpdesk.popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.helpdesk.popover.bs-popover-left .arrow::after,
.helpdesk.popover  .arrow::after 
{
    right: 2px;
}

.d-none
{
   display: none;
}

.payment-condition-disable {
    color: #e6e6e6;
}

/*###################### FOOTER ######################*/

footer
{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 0 60px 0;
    font-size: 13px;
	display: block;
	word-wrap: break-word;
	font-weight: 400;
	text-align: left;
}

footer .row
{
    display: flex;
    flex-wrap: wrap;
}

footer .mx-auto
{
    margin-left: auto !important;
	margin-right: auto !important;
}

footer .container
{
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

footer .px-0
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

footer .blocco1
{
   flex: 0 0 25% !important;
   max-width: 25% !important;
   border-right: 1px solid #ffd700;
}

footer .blocco2
{
   flex: 0 0 50% !important;
   max-width: 50% !important;
}

footer .blocco3
{
   flex: 0 0 25% !important;
   max-width: 25% !important;
   padding-top: 20px;
   padding-left: 10px;
   border-left: 1px solid #ffd700;
}

footer .sp1
{
   padding-left: 25px;
}

footer .align-items-start
{
    align-items: flex-start !important;
}

footer .col-4
{
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
	position: relative !important;
    width: 100% !important; 
    min-height: 1px !important;
}

footer .box
{
    padding: 10px;
}

footer .align-items-center
{
    align-items: center !important;
}

footer .justify-content-center
{
    justify-content: center !important;
}

footer .flex-column
{
    flex-direction: column !important;
}

footer .d-flex
{
    display: flex !important;
}

footer .box img.full-size
{
    width: 100%;
}

footer .box .spaced
{
    margin-bottom: 20px;
}

footer .box > img
{
    max-width: 100%;
}

footer > img
{
    border-style: none;
	vertical-align: middle;
}

footer .box > p
{
    margin-bottom: 40px;
    color: white;
}

footer > p
{
    margin-top: 0;
    text-align: center;
}

footer .text-center
{
    text-align: center !important;
}

footer .box img.half-size
{
    width: 100%;
}

footer .col-8
{
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
	position: relative;
    width: 100%;
    min-height: 1px;
}

footer .text-left
{
    text-align: left !important;
}

footer .col-12
{
    flex: 0 0 100%;
	max-width: 100%;
	position: relative;
    width: 100%;
    min-height: 1px;
}

footer > a
{
    background-color: transparent;
}

footer .copy .socialbox > a
{
  text-align: center;
  padding: .5em;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block:
  line-height: 1;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s;
  font-size: 20px;
  color: white;
}

footer .copy .socialbox > a:hover
{
  -moz-transform: rotate(360eg);
  -webkit-transform: rotate(360eg);
  -ms--transform: rotate(360eg);
  transform: rotate(360eg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

footer .copy .socialbox > a > i
{
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

footer .fa
{
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

footer .fa:hover
{
  -moz-transform: rotate(360eg);
  -webkit-transform: rotate(360eg);
  -ms--transform: rotate(360eg);
  transform: rotate(360eg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: white !important;
}

footer .icoFacebook:hover
{
  background-color: #3B5998 !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}
footer .icoTwitter:hover
{
  background-color: #33ccff !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}
footer .icoPinterest:hover
{
  background-color: #ee1b22 !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}
footer .icoLinkedin:hover
{
  background-color: #007bb7 !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}
footer .icoYoutube:hover
{
  background-color: red !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}
footer .icoInstagram:hover
{
  background-color: orangered !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}
footer .icoGoogle:hover
{
  background-color: red !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}

footer .fa fa-twitter:hover
{
  background-color: #33CCFF;
}

footer .fa fa-pinterest:hover
{
  background-color: #EE1B22;
}

footer .fa fa-linkedin:hover
{
  background-color: #007BB7;
}

footer .fa fa-youtube:hover
{
  background-color: red;
}

footer .fa fa-instagram:hover
{
  background-color: orangered;
}

footer .fa fa-Google:hover
{
  background-color: red;
}

footer .copy .box > p
{
    margin-bottom: 10px;
	font-size: 11px;
}

/*######################  MENU  ######################*/

.nav > li > a 
{    
	font-weight: normal;
}

.nav > li > a:hover 
{    
	font-weight: normal;
}

.nav > li.active > a
{
    font-weight: bold;
}

.nav > li.active > a:hover

{
    font-weight: bold;
}

/*######################  TOP HEADER ######################*/

top-header .top-header
{
  min-height: 40px;
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 1px;
}

top-header .align-items-center
{
  align-center: center !important;
}

top-header .mx-auto
{
  margin-left: auto !important;
  margin-right: auto !important;
}

top-header .col-sm-4
{
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
}

top-header .px-0
{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

top-header .header-box
{
  padding: 10px;
}

top-header .d-flex
{
  display: flex !important;
}

top-header .header-box.socialbox a
{
  text-align: center;
  padding: .5em;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block:
  line-height: 1;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  color: black;
  transition: all 0.3s;
  font-size: 20px;
}

top-header .header-box.socialbox a:hover
{
  -moz-transform: rotate(360eg);
  -webkit-transform: rotate(360eg);
  -ms--transform: rotate(360eg);
  transform: rotate(360eg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

top-header .header-box.socialbox a i
{
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

top-header .fa
{
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

top-header .fa:hover
{
  -moz-transform: rotate(360eg);
  -webkit-transform: rotate(360eg);
  -ms--transform: rotate(360eg);
  transform: rotate(360eg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: white !important;
}

top-header .icoFacebook:hover
{
  background-color: #3B5998 !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}
top-header .icoTwitter:hover
{
  background-color: #33ccff !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}
top-header .icoPinterest:hover
{
  background-color: #ee1b22 !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}
top-header .icoLinkedin:hover
{
  background-color: #007bb7 !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}
top-header .icoYoutube:hover
{
  background-color: red !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}
top-header .icoInstagram:hover
{
  background-color: orangered !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}
top-header .icoGoogle:hover
{
  background-color: red !important;
  color: white !important;
  transform: rotate(360deg) !important;
  transition: all 0.2s;
}

top-header .fa fa-twitter:hover
{
  background-color: #33CCFF;
}

top-header .fa fa-pinterest:hover
{
  background-color: #EE1B22;
}

top-header .fa fa-linkedin:hover
{
  background-color: #007BB7;
}

top-header .fa fa-youtube:hover
{
  background-color: red;
}

top-header .fa fa-instagram:hover
{
  background-color: orangered;
}

top-header .fa fa-Google:hover
{
  background-color: red;
}

top-header .col-7
{
  position: relative;
  width: 100%;
  min-height: 1px;
}

top-header .justify-content-center
{
  justify-content: center !important;
 margin-top: 5px;
 color: black;
}

top-header .p-0
{
  padding: 0 !important;
}

top-header .mb-0
{
  margin-bottom: 0 !important;
}

top-header .dates
{
  margin-top: 0 !important;
}

top-header .col-4
{
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
}

top-header .text-right
{
  text-align: right !important;
}

top-header .text-right a
{
  background-color: transparent;
  text-decoration: none;
  color: #007BFF;
}

top-header .Quartier
{
  width: 50%;
}

/*######################  LAYOUT HEADER ######################*/

.header img
{
display: inline-flex; 
width:50%; 
flex-wrap: wrap; 
margin-left: auto !important; 
margin-right: auto !important;
}

header .header
{
    display: inline-flex;
    width: 100%;
}

body-small.header.header
{
    display: inline-flex!important;
    width: 100%!important;
}

header .header > a
{
    margin-left: -6px;
    display: block;
}

header .header > a img
{
    max-height: 150px;
}

header .header .Flags
{
    position: absolute;
    right: 10px;
    padding: 0;
    color:#000;
    background-color: rgb (0,0,255);
}

.RibbonBar
{
    display: none;
    position: absolute;
    right: 20px;
    top: 0;
}

.RibbonBar .navbar
{
    margin-bottom: 0;
    background-color: transparent;
}

/*######################  COMMON BOXES ######################*/

.ibox
{
    -webkit-box-shadow: 0px 2px 9px rgba(88, 88, 88, 0.64);
    -moz-box-shadow: 0px 2px 9px rgba(88, 88, 88, 0.64);
    box-shadow: 0px 2px 9px rgba(88, 88, 88, 0.64);
}

.ibox .ibox-title
{
    border-top-width: 2px;
}

.ibox .ibox-content
{
    overflow: hidden;
}

/*##########################################################################
#########################   SMALL SCREENS (MOBILE)  ########################
##########################################################################*/

@media (max-width: 768px) 
{
 
	top-header .Quartier
		{
			width: 100%;
		}
	top-header .col-sm-4
        {
            max-width: 100%;
        }
    top-header .col-4
        {
            max-width: 50%;
        }
	
	header .header img.logo
		{
			width: 100%;
			display: inline-flex;
		}
    header .header a
		{
			width: 50%;
			margin-left: 0;
		}
    .header img
        {
            display: inline-flex; 
            width: 100%; 
            flex-wrap: wrap; 
            margin-left: auto !important; 
            margin-right: auto !important;
        }
	header .header .Flags
		{
			position: absolute;
			top: 0;
			right: 0;
			padding: 5px;
			color: #000;
		}
	header .header .Flags li a img
		{
			height: auto;
			max-height: 100%;
			width: auto;
			max-width: 20px;
		}

	.helpdesk-block
		{
			display: none !important;
		}

	.helpdesk-block i
		{
			display: none !important;
		}

	.navbar-header
		{
			display: none !important;
		}
	
	.RibbonBar
		{
			display: block;
		}

	.wrapper-content {
			padding: 20px 10px 0 0;
		}

	#page-wrapper .row:last-child
		{
			padding-bottom: 0;
		}
	
	.body-small
		{
			width: 100%;
		}
	
	footer .copy .socialbox > a 
		{
			font-size: small;
		}
			 
	footer .blocco1
		{
			flex: 0 0 25% !important;
			max-width: 100% !important;
			border-bottom: 1px solid #ffd700;
			border-right: none!important;
			display: block;
			margin: 0 auto;
		}

	footer .blocco2
		{
			flex: 0 0 50% !important;
			max-width: 100% !important;
			display: block;
			margin: 0 auto;
		}

	footer .blocco3
		{
			flex: 0 0 25% !important;
			max-width: 100% !important;
			padding-top: 20px;
			padding-left: 10px;
			border-top: 1px solid #ffd700;
			display: block;
			margin: 0 auto;
			border-left: none!important;
		}
		
	@-moz-document url-prefix() 
		{
			.body-small
				{
					width: 100%;
				}
		
			header .header .Flags
				{
					margin-right: 0;
				}
	    }
}