/* Created by Giorgio Gusmini @Teknet S.r.l. */
body{
	background-color:#edf2f7;
}
.uk-navbar{
    box-shadow: 0px 0px 15px 0px #0000001A;
    border-radius:10px;
    padding:5px 20px;
}
.marginauto{
    margin:auto;
}
.backwhite > div{
    background-color: #fff;   
    padding:0px;
}
.paddingtop > div{
    padding:100px 0px;
}
.unpli-acknowledgements{
    font-size:20px;
    color:#62ADE4;
}
.unpli-gallery-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.unpli-gallery-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.unpli-gallery-swiper img {
  width: 100%;
  height: 500px;
}

/* Fix posizione frecce con Bootstrap */
.unpli-gallery-swiper .swiper-button-next,
.unpli-gallery-swiper .swiper-button-prev {
  color: #000;
  width: 30px;
  height: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}
.uk-section-default, .tm-header .uk-navbar-container, .uk-section-muted{
	background-color:#edf2f7
}
.uk-navbar-toggle.uk-icon.uk-search-icon{
	display:none;
}
@media (min-width: 960px) {
    .uk-container-expand-right.uk-container-large {
        max-width: calc(50% + (1360px / 2) - 20px);
        padding-right: 0px;
    }
}

@media screen and (max-width:1400px){
	.uk-navbar-left {
		display:table;
	}
	.uk-navbar-left #text-2{
		display:table;
		min-height:initial;
		padding-bottom:10px;
	}
}
@media screen and (max-width:767px){
	.wpml-ls-legacy-list-horizontal{
		padding-left: 20px !important;
        padding-bottom: 0px;
	}

	.uk-logo img{
		max-width:200px;
	}
}