
body {
	font-family:'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	position: relative;
	font-weight: 300;
	overflow-x: hidden!important; 
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'PT Serif', serif;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	letter-spacing: 0.02em;
}
b, strong {
    font-weight: 400;
}
a {
	color:#fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,1);
	transition: all 200ms ease;
}
a:hover, a:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}
a.blue-dark:hover, a.blue-dark:focus {
    color: rgba(22, 54, 69,1);
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.justy{
    text-align: justify;
}
/* Arrow */
span.arrow {
    display: inline-table;
    margin-top: 1px;
    margin-left: 5px;
    width: 9px;
    height: 9px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}
span.arrow.big{
    width: 30px;
    height: 30px;
    border-left: 2.5px solid #fff;
    border-top: 2.5px solid #fff;
}
span.arrow.down{transform: rotate(-135deg);}
span.arrow.right{transform: rotate(135deg);}
span.arrow.up {transform: rotate(45deg);}
span.arrow.left {transform: rotate(-45deg);}
.inactive .arrow {opacity: 0.3}
/* navigation */
.nav > li > a {
	font-size: 14px;
    border: none;
    text-transform: uppercase;
    padding: 0;
    margin: 10px;
    border-bottom: 2px solid transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}
.navbar-toggle .icon-bar {
    background: rgba(22, 54, 69,1);
    width: 14px;
}
.navbar-toggle {
    background: #fff;
    border-radius: 50%;
    margin:0;
    padding: 10px;
}
/* Site info */
.logo{
	float: left;
	margin:10px 0;
}
.site-branding {
    position: relative;
    z-index: 99999;    
}
.site-title {
    display: inline-block;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: normal;
    margin: 30px 15px;
    top: 0;
}

/*Home map*/
.container-map {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.home-map-module {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95vh;
  background-image: url('../img/Mappa.png');
  background-size: cover;
  background-color:rgba(22, 54, 69,1);
  background-blend-mode: multiply;
}
@media (min-width: 1024px) {
  .home-map-content{
    flex-direction: row !important;
  }
}
.home-map-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.home-map-content:before,
.home-map-content:after {
  display: none;
}
@media (min-width: 1024px) {
  .home-map-hero {
    width: 66%;
  }
}
.home-map-title {
  font-size: 38px;
  font-family: 'PT Serif', serif;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.02em;
}


/* Overlays */
.panel-overlay{
	position: absolute;
	width: 100%;
	height: 100%
}
.panel-overlay-cigni{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-image: url(../img/bg-cigni.png);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
}
.pallozzi-overlay {
	position: absolute;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
	z-index:1;
	opacity: 0;
	border-radius: 50%;
	transform: rotate(15deg);
	transition: all 400ms ease;
}
.pallozzi-overlay .more {
	position: relative;
	display: inline-block;
	opacity: 0;
	transform: rotate(-10deg);
	transition: all 200ms ease;
}

/* pallozzi */

.owl-prev,.owl-next {
position: absolute;
top: 50%;
margin-top: -10px; // Half of the prev/next buttons height here in negatives to center them perfectly

}
.owl-prev {
left: 0;
padding-left: 3%;
}
.owl-next {
right: 0;
padding-right: 3%;
}

#pallozzi1 {
	position: absolute;
	bottom: 5%;
}
#pallozzi1 .owl-stage-outer, #pallozzi2 .owl-stage-outer {
    /*overflow: visible;*/
}
.pallozzi {
	position: relative;
	display: inline-block!important;
	width: 278px;
	height: 278px;
	border-radius: 50%;
	margin:0 5px;
	overflow: hidden;
	z-index: 2;
}

.pallozzi:hover {
	opacity: 1;
}
.pallozzi:hover .pallozzi-overlay {
	opacity: 1;
	transform: rotate(0deg);
}
.pallozzi:hover .pallozzi-overlay .more {
	opacity: 1;
	transform: rotate(0deg);
}
.pallozzi h4 {font-size: 20px;}

/* Roundend things */
.rounded-box {border-radius: 100px;}
.rounded-thumb {
	width: 87px;
	height: 87px;
	border-radius: 50%;
}
.rounded-thumb.sml {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
/* Home search */
#home-searchform {
    background-color: #fff;
    border-radius: 100px;
    padding: 5px 20px;
    max-width: 600px;
    margin: 0 auto;
}
#home-searchform .form-input {
    border: 0;
    text-transform: uppercase;
    width: 80%;
    max-width: 400px;
    color:rgba(28, 76, 92,1);
    outline: none;
}
#home-searchform input::-webkit-input-placeholder {color:rgba(28, 76, 92,1);}
#home-searchform .form-button {
	float: right;
	background-color: transparent;
	border:0;
	color:rgba(28, 76, 92,1);
}

/* Contesto */
.link-contesto {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    padding: 5px 10px;
    margin-top: 5px;
    display: inline-block;
    text-transform: capitalize;
    background: rgba(255,255,255,0.08);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

/* Loader */

.loader-wrapper {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.5); 
    width: 100%;
    height: 100%;
    z-index: 1000000000;
    top: 0;
    left: 0;
}

.loader {
    width: 411px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../img/gif-caricamento.gif);
    background-repeat: no-repeat;
    background-position: center center;
}


/* Elenchi */
.elenco ul {
	padding: 0;
	list-style: none;
}
/* Footer menu */
.footer-menu {
	padding: 0;
	list-style: none;
}
.footer-menu li {display: inline;}
.footer-menu li a {	
	margin:5px;
}

/* Template Cerca */
/* Filtri attivi */
ul.uib-datepicker-popup button {
    color: #000000!important;
}
.uib-weeks em {color: #000000; font-weight: 400;}
#label-filtri {
    display: inline-block;
}
#filterActive {
    list-style: none;
    display: inline;
    padding-left: 5px;
    margin: 0;
}
#filterActive li {
    display: inline;
    margin-right: 15px;
}
.filter-active-item {
    padding: 5px;
    background: transparent;
}
#filterActive li a {font-size: 14px;}
.filter-active-item a .glyphicon {top: 2px;}
#filterActive li:nth-child(2) {margin-left: 0px;}
#removeAll {
    background: transparent;
    color: #fff;
    padding: 4px 5px;
    margin-top: -5px;
}
#removeAll a {
  color: #ffffff!important;
  font-size: 14px;
}

/* Elenco filtri */

.elenco-filtri .form-control-wrap, .elenco-filtri .input-group {
    border: 1px solid #ffffff;
    border-radius: 100px;
}
.elenco-filtri .form-control {
    display: inline-block;
    width: 80%;
    border-radius: 0px;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
}
.elenco-filtri .btn-default {
    color: #ffffff;
    border: none;
    float: right;
    outline: none;
    padding: 7px 15px;
    background-color: transparent;
}
.control-label {
  font-size: 16px;
  padding-top: 5px;
}
button.btn.btn-default.special {
    border: 0;
    font-size: 14px;
    background: #fff;
    color: rgba(28, 76, 92,1);
    border-radius: 50%;
    padding: 8px 11px!important;
}
.form-control::-webkit-input-placeholder {
    color: #ffffff;
}

/* Select filtro */
.super-select {display: inline-block;}
.super-select ul {
    position: absolute;
    top: -10px;
    width: 200px;
    height: 35px;
    padding:5px;
    list-style: none;
    overflow: hidden;
    border:10px;
}
.super-select ul.aperto {
    height: auto;
    top: -16px;
    margin-left: -5px;
    overflow: visible;
    border: 10px solid #ffffff;
    padding: 0;
    z-index: 9990;
}

.super-select ul li {
    width: 100%;
    height: 35px;
    background: #EDEDED;
    padding: 5px;
}
.super-select ul li a{color: #333;}
.super-select ul li.init span {margin-bottom: 2px;}
.super-select ul li.init a {color: #444444;}
.super-select ul li {
    z-index: 2;
    position: relative;
    background: #EDEDED;
}
.super-select ul li:not(.init) { float: left; width: 100%; display: none; background: #ffffff; }
.super-select ul li:not(.init):hover, .super-select ul li.selected:not(.init) { background: #ffffff; }
.super-select li.init { cursor: pointer; }

/* Select or */
.super-select.order {display: inline-block;}
.super-select.order ul {
    position: absolute;
    top: -10px;
    right: 0;
    width: 200px;
    height: 40px;
    padding: 5px;
    list-style: none;
    overflow: hidden;
    padding: 5px 10px;
}
.super-select.order ul.aperto {
    height: auto;
    top: -16px;
    margin-left: -5px;
    overflow: visible;
    border: 10px solid transparent;
    padding: 0;
    z-index: 9990;
}

.super-select.order ul li {
    width: 100%;
    height: 35px;
    background: #ffffff;
    padding: 5px;
}
.super-select.order ul li .glyphicon {top: 3px;}
.super-select.order ul li a{
	color: #333;
	font-size: 14px;
	padding-right: 8px;
    line-height: 1.7em;
}
.super-select.order ul li.init a {
	color: #fff;
	font-size: 14px;
	padding-right: 8px;
    line-height: 1.7em;
}
.super-select.order ul li {
    z-index: 2;
    position: relative;
    background-color: rgba(22, 54, 69,1);
    border-radius: 100px;
    padding-left:10px;
    padding-right: 20px;
    margin-bottom: 5px;
}
.super-select.order ul li:not(.init) { float: left; width: 100%; display: none; background: #ededed; }
.super-select.order ul li:not(.init):hover, .super-select.order ul li.selected:not(.init) { background: #ededed; }
.super-select.order li.init { 
	font-size: 14px;
	cursor: pointer;
	padding-right: 25px;
    line-height: 1.7em;
}
.super-select.order li.init .blue-dark { 
	color: #fff;
}
/* Griglia risultati */
#object-grid a {font-weight: 400;}
#object-grid a em {font-weight: 300;}
#object-grid li .rounded-thumb {
    -webkit-box-shadow: 0px 0px 0px -1px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 0px -1px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 0px -1px rgba(0,0,0,0.34);
    transition: all 200ms ease;
}
#object-grid li {
    background-color: rgba(255,255,255,0);
    transition: all 200ms ease;
}
#object-grid li:hover {
    background-color: rgba(255,255,255,0.05);
}
#object-grid li:hover .rounded-thumb {
    -webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.34);
}
.item-name {max-width: 85%;}
/* special divs */
.back-to-search {
    width: 180px;
    height: 170px;
    position: absolute;
    top: -100px;
    left: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.back-to-search a {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.counter-images {
	position: absolute;
	width: 75px;
	height: 75px;
	bottom: 50px;
    right: 50px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    line-height: 75px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}
.information {
    width: 75px;
    height: 75px;
    position: absolute;
    top: -185px;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    transition: all 800ms ease;
    text-align: center;
    line-height: 75px;
    text-decoration: none;
    z-index: 99;
}
.information.info {
	top: -15px;
}
.information.photo:focus{
    outline: 0;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}
.information.info:focus{
    outline: 0;
    color: rgba(22, 54, 69,1);
    text-decoration: none;
    border: 1px solid rgba(22, 54, 69,1);
}

 /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        .information {
            width: 65px;
            height: 65px;
            position: absolute;
            top: -150px;
            right: 15px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            cursor: pointer;
            transition: all 800ms ease;
            text-align: center;
            line-height: 65px;
            text-decoration: none;
            z-index: 99;
        }
        .information.info {
            top: -15px;
        }
        .information.photo:focus{
            outline: 0;
            color: #fff;
            text-decoration: none;
            border: 1px solid #fff;
        }
        .information.info:focus{
            outline: 0;
            color: rgba(22, 54, 69,1);
            text-decoration: none;
            border: 1px solid rgba(22, 54, 69,1);
        }
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        .information {
            width: 75px;
            height: 75px;
            position: absolute;
            top: -185px;
            right: 0;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            cursor: pointer;
            transition: all 800ms ease;
            text-align: center;
            line-height: 75px;
            text-decoration: none;
            z-index: 99;
        }
        .information.info {
            top: -15px;
        }
        .information.photo:focus{
            outline: 0;
            color: #fff;
            text-decoration: none;
            border: 1px solid #fff;
        }
        .information.info:focus{
            outline: 0;
            color: rgba(22, 54, 69,1);
            text-decoration: none;
            border: 1px solid rgba(22, 54, 69,1);
        }
    }

.aui-gallery__container {overflow: hidden;}
/* Buttons */
.btn:hover {color: #fff;}
.btn-bluedark {
    border-radius: 100px;
    background-color: rgba(22, 54, 69,1);
    color: #fff;
    padding: 5px 20px;
}
.nav li.btn-cerca {
	position: relative;
	width: 34px;
	transition: all 400ms ease;
}
.nav li.btn-cerca form {
	height: 34px;
}
.nav li.btn-cerca form button {
    line-height: 39px;
    width: 34px;
    height: 34px;
    border: 0;
    float: right;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 0;
}
.nav li.btn-cerca form .form-input {
	position: absolute;
	width: 1%;
	top: 5px;
	left: -15px;
	opacity: 0;
	border:none;
	background-color: transparent;
	color:rgba(28, 76, 92,1);
    outline: none;
	transition: all 800ms ease; 
}
.nav li.btn-cerca.active form .form-input {
	width: 70%;
	left: 15px;
	display: inline-block;
	opacity: 1;
}
.nav li.btn-cerca form input::-webkit-input-placeholder {
	color:rgba(28, 76, 92,1);
	display: none;
}
.nav li.btn-cerca.active form input::-webkit-input-placeholder {
	display: block;
	background-color: transparent;
}
.nav li.btn-cerca.active {width: 200px;}
.nav li.btn-cerca span {top:0px;}

/*Text Transformation*/
.upp {text-transform: uppercase;}
/* Background colors */
.bg-blue {background-color:rgba(28, 76, 92,1);}
.bg-blue-95 {background-color:rgba(28, 76, 92,0.95);} 
.bg-blue-90 {background-color:rgba(28, 76, 92,0.9);} 
.bg-blue-80 {background-color:rgba(28, 76, 92,0.8);} 
.bg-blue-dark{background-color:rgba(22, 54, 69,1);}
.bg-blue-dark-90{background-color:rgba(22, 54, 69,0.9);} 
.bg-blue-dark-80{background-color:rgba(22, 54, 69,0.8);} 
.bg-blue-darker{background-color:rgba(12, 26, 32,1);} 
.bg-white{background-color:#ffffff;}
/* Background Properties */
.bg-full {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
.bg-gradient {
	background: -moz-linear-gradient(left,  rgba(22,54,69,1) 0%, rgba(22,54,69,0.85) 100%);
	background: -webkit-linear-gradient(left,  rgba(22,54,69,1) 0%,rgba(22,54,69,0.85) 100%); 
	background: linear-gradient(to right,  rgba(22,54,69,1) 0%,rgba(22,54,69,0.85) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163645', endColorstr='#d9163645',GradientType=1 ); 
}
/*.bg-gradient {
    background: -moz-linear-gradient(left, rgb(30, 57, 85) 0%,rgba(11, 79, 95, 0.85) 100%);
    background: -webkit-linear-gradient(left, rgb(30, 57, 85) 0%,rgba(11, 79, 95, 0.85) 100%);
    background: linear-gradient(to right, rgb(30, 57, 85) 0%,rgba(11, 79, 95, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163645', endColorstr='#d9163645',GradientType=1 );
}*/
/* Border */
.no-border {border: none;}
.white-bottom-1 {border-bottom: 1px solid #ffffff;}
.white-030-bottom-1 {border-bottom: 1px solid rgba(255,255,255,0.3);}

/* text colors */
.blue {color:rgba(28, 76, 92,1);} 
.blue-dark{color:rgba(22, 54, 69,1);} 
.blue-darker{color:rgba(12, 26, 32,1);} 
.white{color:#ffffff;}
/* Text size */
.text-large {font-size: 42px;}
.open {font-family:'Open Sans', sans-serif;}
.open.light {font-weight: 300;}

/* Positioning */
.pos-r {position: relative;}
.wrap {
    display: inline-block;
    width: 100%;
}

/* Centered Wrapper */
.centered-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.centered-wrapper-intro{
  position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.intro-logo img {
  margin: 0 auto;
}

.right-centered-wrapper {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%,-50%);
}

/* Altezze fisse */
.fix-h-pallozzi {
	min-height: 250px;
}
.fix-h-400 {
	min-height: 400px;
}
/* padding and margin */
.p-tot {padding: 15px!important;}
.p-tot-2 {padding: 30px!important;}
.p-tot-3 {padding: 45px!important;}
.p-tot-4 {padding: 60px!important;}
.p-tot-6 {padding: 90px!important;}
.m-tot {margin: 15px!important;}
.m-tot-2 {margin: 30px!important;}
.m-tot-3 {margin: 45px!important;}
.m-tot-4 {margin: 60px!important;}
.p-top {padding-top: 15px!important;}
.p-top-half {padding-top: 7px!important;}
.p-bottom {padding-bottom: 15px!important;}
.p-bottom-half {padding-bottom: 7px!important;}
.p-left {padding-left: 15px!important;}
.p-left-half {padding-left: 7px!important;}
.p-right {padding-right: 15px!important;}
.p-right-half {padding-right: 7px!important;}
.p-top-2 {padding-top: 30px!important;}
.p-bottom-2 {padding-bottom: 30px!important;}
.p-left-2 {padding-left: 30px!important;}
.p-right-2 {padding-right: 30px!important;}
.p-top-3 {padding-top: 45px!important;}
.p-bottom-3 {padding-bottom: 45px!important;}
.p-left-3 {padding-left: 45px!important;}
.p-right-3 {padding-right: 45px!important;}
.p-top-4 {padding-top: 60px!important;}
.p-bottom-4 {padding-bottom: 60px!important;}
.p-left-4 {padding-left: 60px!important;}
.p-right-4 {padding-right: 60px!important;}
.p-top-6 {padding-top: 90px!important;}
.p-bottom-6 {padding-bottom: 90px!important;}
.m-top {margin-top: 15px!important;}
.m-bottom {margin-bottom: 15px!important;}
.m-left {margin-left: 15px!important;}
.m-right {margin-right: 15px!important;}
.m-top-half {margin-top: 7px!important;}
.m-bottom-half {margin-bottom: 7px!important;}
.m-left-half {margin-left: 7px!important;}
.m-right-half {margin-right: 7px!important;}
.m-top-2 {margin-top: 30px!important;}
.m-bottom-2 {margin-bottom: 30px!important;}
.m-left-2 {margin-left: 30px!important;}
.m-right-2 {margin-right: 30px!important;}
.m-top-3 {margin-top: 45px!important;}
.m-bottom-3 {margin-bottom: 45px!important;}
.m-left-3 {margin-left: 45px!important;}
.m-right-3 {margin-right: 45px!important;}
.m-top-4 {margin-top: 60px!important;}
.m-bottom-4 {margin-bottom: 60px!important;}
.m-left-4 {margin-left: 60px!important;}
.m-right-4 {margin-right: 60px!important;}
.m-top-5 {margin-top: 90px!important;}
.m-auto {margin: 0 auto!important;}
.no-p {
	padding-left: 0!important;
	padding-right: 0!important;
}
.no-p-top {padding-top: 0!important;}
.no-p-bottom {padding-bottom: 0!important;}
.no-p-right {padding-right: 0!important;}
.no-p-left {padding-left: 0!important;}
.no-m {
	margin-left: 0!important;
	margin-right: 0!important;
}
.no-m-top {margin-top: 0!important;}
.no-m-bottom {margin-bottom: 0!important;}
.no-m-left {margin-left: 0!important;}
.no-m-right {margin-right: 0!important;}
/* small monitors large tablets */
@media only screen and (min-width : 1025px) {
	.fix-h-300 {
   		min-height: 300px;
	}
	h3{font-size: 26px;}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 767px) {
	.fix-h-300 {
   		min-height: 500px;
	}
}

@media only screen and (max-width : 1025px) {
	.rounded-thumb {
	    width: 85px;
	    height: 85px;
	}
	.full-w-mob{width: 80%;}
	.text-large {
	    font-size: 30px;
	    text-align: center;
	}
	.panel-overlay-cigni {
		-webkit-background-size: cover;
		-moz-background-size: cover;
	    background-size: cover;
	}
}

@media only screen and (max-width : 768px) {
	.rounded-thumb {
	    width: 85px;
	    height: 85px;
	}
	.full-w-mob{width: 80%;}
	.text-large {
	    font-size: 32px;
	}
	button.btn.btn-default.special {
    float: none;
    margin-top: 15px;
	}
}

@media (max-width: 1210px) { 
  .logo {
      max-width: 120px;
      z-index: 99;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
  }
  .search-home .form-group {
    width: 80%;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
  }
  .navbar-nav>li {
        float: none;
  }
  .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
  }
  .navbar-right {
    float: none!important;
  }
  #site-navigation.right-centered-wrapper {
        position: relative;
        top: 20px;
        right: 0;
        transform: initial;
    }
    .navbar-collapse {
        position: relative;
        width: 100%;
        background-color: rgba(22, 54, 69,1);
        z-index: 99;
    }
    .hidden-1200 {display: none!important;}
}
@media only screen and (max-width : 480px) {
	#masthead {height: 85px;}
	#masthead .container {padding: 0;}
	.logo{max-width: 50px;}
	.site-title {
	    display: inline-block;
	    font-size: 16px;
	    line-height: 1.4em;
	    font-weight: normal;
	    margin: 20px 10px;
	    top: 0;
	}
	#site-navigation.right-centered-wrapper {
	    position: relative;
	    top: 20px;
	    right: 0;
	    transform: initial;
	}
	.navbar-collapse {
		position: relative;
	    width: 100%;
	    background-color: rgba(22, 54, 69,1);
	    z-index: 99;
	}

	.pallozzi {
	    width: 200px;
	    height: 200px;
	}
	.rounded-thumb {
	    width: 70px;
	    height: 70px;
	    border-radius: 50%;
	}
	.pull-left-xs{float: left!important;}
	.footer-menu li a {	    
	    margin-left: 0;
	    margin-right: 10px;
	}
	.owl-item.center .pallozzi .pallozzi-overlay {
	opacity: 1;
	transform: rotate(0deg);
	}
	.owl-item.center .pallozzi .pallozzi-overlay .more {
		opacity: 1;
		transform: rotate(0deg);
	}
	.pallozzi-overlay h4 {font-size: 14px;}
	#filterActive {
	    list-style: none;
	    display: inline-block;
	    width: 100%;
	    padding-left: 0px;
	    margin: 0;
	    line-height: 3em;
	    padding: 0px;
	}
	.result-count {
		width: 100%;
		display: inline-block;
	}
	.super-select.order ul {
	    position: relative;
	    top: 0px;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    width: 100%;
	    min-width: 290px;
	    height: 40px;
	    list-style: none;
	    overflow: hidden;
	    padding: 5px 10px;
	    margin: 20px 0;
	}
	.filters-list.rounded-box {
    	border-radius: 0px;
	}
	.super-select.order ul.aperto {
	    top: 10px;
	    margin-left: 0px;
	    border:0;
	}
	.no-p-mobile {
    	padding-left: 0!important;
    	padding-right: 0!important;
	}
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}


/* BLOCKGRID */
[class*="block-grid-"] {
  display: block;
  margin: -15px;
  /*padding: 0 .9375rem;*/
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > * {
  display: inline;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}

.block-grid-xs-1 > * {
  width: 100%;
}

.block-grid-xs-1 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-1 > *:nth-of-type(1n+1) {
  clear: both;
}

.block-grid-xs-2 > * {
  width: 50%;
}

.block-grid-xs-2 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-2 > *:nth-of-type(2n+1) {
  clear: both;
}

.block-grid-xs-3 > * {
  width: 33.333333333333336%;
}

.block-grid-xs-3 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-3 > *:nth-of-type(3n+1) {
  clear: both;
}

.block-grid-xs-4 > * {
  width: 25%;
}

.block-grid-xs-4 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-4 > *:nth-of-type(4n+1) {
  clear: both;
}

.block-grid-xs-5 > * {
  width: 20%;
}

.block-grid-xs-5 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-5 > *:nth-of-type(5n+1) {
  clear: both;
}

.block-grid-xs-6 > * {
  width: 16.666666666666668%;
}

.block-grid-xs-6 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-6 > *:nth-of-type(6n+1) {
  clear: both;
}

.block-grid-xs-7 > * {
  width: 14.285714285714286%;
}

.block-grid-xs-7 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-7 > *:nth-of-type(7n+1) {
  clear: both;
}

.block-grid-xs-8 > * {
  width: 12.5%;
}

.block-grid-xs-8 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-8 > *:nth-of-type(8n+1) {
  clear: both;
}

.block-grid-xs-9 > * {
  width: 11.11111111111111%;
}

.block-grid-xs-9 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-9 > *:nth-of-type(9n+1) {
  clear: both;
}

.block-grid-xs-10 > * {
  width: 10%;
}

.block-grid-xs-10 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-10 > *:nth-of-type(10n+1) {
  clear: both;
}

.block-grid-xs-11 > * {
  width: 9.090909090909092%;
}

.block-grid-xs-11 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-11 > *:nth-of-type(11n+1) {
  clear: both;
}

.block-grid-xs-12 > * {
  width: 8.333333333333334%;
}

.block-grid-xs-12 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-12 > *:nth-of-type(12n+1) {
  clear: both;
}

@media (min-width: 34em) {
  .block-grid-sm-1 > * {
    width: 100%;
  }

  .block-grid-sm-1 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-1 > *:nth-of-type(1n+1) {
    clear: both;
  }

  .block-grid-sm-2 > * {
    width: 50%;
  }

  .block-grid-sm-2 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-2 > *:nth-of-type(2n+1) {
    clear: both;
  }

  .block-grid-sm-3 > * {
    width: 33.333333333333336%;
  }

  .block-grid-sm-3 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-3 > *:nth-of-type(3n+1) {
    clear: both;
  }

  .block-grid-sm-4 > * {
    width: 25%;
  }

  .block-grid-sm-4 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-4 > *:nth-of-type(4n+1) {
    clear: both;
  }

  .block-grid-sm-5 > * {
    width: 20%;
  }

  .block-grid-sm-5 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-5 > *:nth-of-type(5n+1) {
    clear: both;
  }

  .block-grid-sm-6 > * {
    width: 16.666666666666668%;
  }

  .block-grid-sm-6 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-6 > *:nth-of-type(6n+1) {
    clear: both;
  }

  .block-grid-sm-7 > * {
    width: 14.285714285714286%;
  }

  .block-grid-sm-7 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-7 > *:nth-of-type(7n+1) {
    clear: both;
  }

  .block-grid-sm-8 > * {
    width: 12.5%;
  }

  .block-grid-sm-8 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-8 > *:nth-of-type(8n+1) {
    clear: both;
  }

  .block-grid-sm-9 > * {
    width: 11.11111111111111%;
  }

  .block-grid-sm-9 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-9 > *:nth-of-type(9n+1) {
    clear: both;
  }

  .block-grid-sm-10 > * {
    width: 10%;
  }

  .block-grid-sm-10 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-10 > *:nth-of-type(10n+1) {
    clear: both;
  }

  .block-grid-sm-11 > * {
    width: 9.090909090909092%;
  }

  .block-grid-sm-11 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-11 > *:nth-of-type(11n+1) {
    clear: both;
  }

  .block-grid-sm-12 > * {
    width: 8.333333333333334%;
  }

  .block-grid-sm-12 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 48em) {
  .block-grid-md-1 > * {
    width: 100%;
  }

  .block-grid-md-1 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-1 > *:nth-of-type(1n+1) {
    clear: both;
  }

  .block-grid-md-2 > * {
    width: 50%;
  }

  .block-grid-md-2 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-2 > *:nth-of-type(2n+1) {
    clear: both;
  }

  .block-grid-md-3 > * {
    width: 33.333333333333336%;
  }

  .block-grid-md-3 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-3 > *:nth-of-type(3n+1) {
    clear: both;
  }

  .block-grid-md-4 > * {
    width: 25%;
  }

  .block-grid-md-4 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-4 > *:nth-of-type(4n+1) {
    clear: both;
  }

  .block-grid-md-5 > * {
    width: 20%;
  }

  .block-grid-md-5 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-5 > *:nth-of-type(5n+1) {
    clear: both;
  }

  .block-grid-md-6 > * {
    width: 16.666666666666668%;
  }

  .block-grid-md-6 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-6 > *:nth-of-type(6n+1) {
    clear: both;
  }

  .block-grid-md-7 > * {
    width: 14.285714285714286%;
  }

  .block-grid-md-7 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-7 > *:nth-of-type(7n+1) {
    clear: both;
  }

  .block-grid-md-8 > * {
    width: 12.5%;
  }

  .block-grid-md-8 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-8 > *:nth-of-type(8n+1) {
    clear: both;
  }

  .block-grid-md-9 > * {
    width: 11.11111111111111%;
  }

  .block-grid-md-9 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-9 > *:nth-of-type(9n+1) {
    clear: both;
  }

  .block-grid-md-10 > * {
    width: 10%;
  }

  .block-grid-md-10 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-10 > *:nth-of-type(10n+1) {
    clear: both;
  }

  .block-grid-md-11 > * {
    width: 9.090909090909092%;
  }

  .block-grid-md-11 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-11 > *:nth-of-type(11n+1) {
    clear: both;
  }

  .block-grid-md-12 > * {
    width: 8.333333333333334%;
  }

  .block-grid-md-12 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 62em) {
  .block-grid-lg-1 > * {
    width: 100%;
  }

  .block-grid-lg-1 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-1 > *:nth-of-type(1n+1) {
    clear: both;
  }

  .block-grid-lg-2 > * {
    width: 50%;
  }

  .block-grid-lg-2 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-2 > *:nth-of-type(2n+1) {
    clear: both;
  }

  .block-grid-lg-3 > * {
    width: 33.333333333333336%;
  }

  .block-grid-lg-3 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-3 > *:nth-of-type(3n+1) {
    clear: both;
  }

  .block-grid-lg-4 > * {
    width: 25%;
  }

  .block-grid-lg-4 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-4 > *:nth-of-type(4n+1) {
    clear: both;
  }

  .block-grid-lg-5 > * {
    width: 20%;
  }

  .block-grid-lg-5 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-5 > *:nth-of-type(5n+1) {
    clear: both;
  }

  .block-grid-lg-6 > * {
    width: 16.666666666666668%;
  }

  .block-grid-lg-6 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-6 > *:nth-of-type(6n+1) {
    clear: both;
  }

  .block-grid-lg-7 > * {
    width: 14.285714285714286%;
  }

  .block-grid-lg-7 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-7 > *:nth-of-type(7n+1) {
    clear: both;
  }

  .block-grid-lg-8 > * {
    width: 12.5%;
  }

  .block-grid-lg-8 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-8 > *:nth-of-type(8n+1) {
    clear: both;
  }

  .block-grid-lg-9 > * {
    width: 11.11111111111111%;
  }

  .block-grid-lg-9 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-9 > *:nth-of-type(9n+1) {
    clear: both;
  }

  .block-grid-lg-10 > * {
    width: 10%;
  }

  .block-grid-lg-10 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-10 > *:nth-of-type(10n+1) {
    clear: both;
  }

  .block-grid-lg-11 > * {
    width: 9.090909090909092%;
  }

  .block-grid-lg-11 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-11 > *:nth-of-type(11n+1) {
    clear: both;
  }

  .block-grid-lg-12 > * {
    width: 8.333333333333334%;
  }

  .block-grid-lg-12 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}