#sidebar {
	display: none;
}

.navname-brand {
	display: none;
}

@media screen and (max-width: 575px) {
	.navbar-brand>img {
		max-width: 60vw;
	}
}

@media screen and (min-width: 992px) {
	/* nascondi navbar posizionate nella sidebar */
	header .navpos-sidebar {
		display: none;
	}
	#main.has-sidebar {
		display: flex;
		justify-content: flex-start;
	}
	#sidebar {
		display: block;
	}
	#sidebar .sidebar-inner {
		position: fixed;
		overflow: auto;
		height: 100%;
		padding: 1em 1em 4em;
	}
	#sidebar,
	#sidebar .sidebar-inner {
		width: 320px;
	}
	.has-sidebar #body {
		width: calc(100% - 320px);
	}

	#sidebar .sidebar-subtree {
		padding-left: 1em;
		list-style: none;
	}
	#sidebar .nav-link.selected {
		font-weight: bold;
	}

	[class*=navpos-] {
		display: flex;
		align-items: center;
	}

	.navpos-header_center {
		position: absolute;
		left: 50%;
		/*display: none;*/
	}

	.navbar-brand {
		display: none;
	}
	.navname-brand {
		display: flex;
		justify-content: center;
	}

	.itemname-sticky,
	header.sticky .itemname-normal {
		display: none;
	}
	header.sticky .itemname-sticky {
		display: inline-block;
	}
}



.hide {
	display: none;
}

@media screen and (min-width: 1200px){
	.container.max-1200 {
		width: 1170px;
		max-width: 1170px;
	}
}
@media screen and (min-width: 1600px) {
	.container {
		max-width: 1570px;
	}
}

@media screen and (max-width: 991px) {
	.navbar .container {
		max-width: none;
	}
	#navbar-top {
		display: none;
	}

	#body header.scrolly-navbar .navbarContent {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	#navbar-main .navname-top {
		display: none;
	}
	.brand-centered .navbar-brand {
		position: absolute;
		left: 50%;
		width: 120px;
		margin-left: -60px;
		text-align: center;
	}

	header.sticky-navbar {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.transp-header header.sticky-navbar.fixed .navbar,
	.transp-header header.scrolly-navbar.top .navbar {
		background: transparent !important;
	}
	.transp-header header.scrolly-navbar {
		position: absolute;
		width: 100%;
		z-index: -1;
	}
	.transp-header header.scrolly-navbar .navbar {
		transition: background 150ms;
	}

	.navbar-light .navbar-nav>.show>.nav-link,
	.navbar-light .navbar-nav>.show>.nav-link:focus,
	.navbar-light .navbar-nav>.show>.nav-link:hover,
	.navbar-light .navbar-nav>.nav-item .dropdown-item {
		color: #fff;
		background-color: #000;
	}
	.navbar-light .navbar-nav>.nav-item>.dropdown-menu {
		border-radius: 0;
		background-color: #000;
		border: none;
		margin: 0;
	}
}

.no-gutter .row {
	margin: 0
}
.no-gutter .row>[class*='col-'] {
	padding-right: 0;
	padding-left: 0
}

.breadcrumb {
	background-color: transparent;
}

/* SEZIONI */

section.carousel.edge-to-edge .carousel-item {
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.carousel.edge-to-edge .carousel-caption {
	position: static;
}
@media screen and (min-width: 992px) {
	section.carousel.edge-to-edge .carousel-item {
		height: 50vw;
	}
}

section.colonne-equal-height .contents {
	padding: 50px;
}
section.colonne-equal-height .col-eq-height {
	display: block;
	position: relative;
	background-position: 50%;
	background-size: cover;
}
section.colonne-equal-height .col-eq-height .contents {
	padding: 50px;
}
section.colonne-equal-height .col-eq-height .contents h2{
	font-size: 36px;
}
@media screen and (max-width: 991px) {
	section.colonne-equal-height .col-eq-height {
		min-height: 400px;
	}
}

section.blocchi-rollover .contents {
	position: relative
}
section.blocchi-rollover .contents:hover .rollover {
	opacity: 1
}
section.blocchi-rollover .rollover {
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ms-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms
}
section.blocchi-rollover .inner-table {
	width: 100%;
	height: 100%;
	display: table;
	background: rgba(0,0,0,0.5)
}
section.blocchi-rollover .inner-contents {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
section.blocchi-rollover .inner-contents,
section.blocchi-rollover .inner-contents .title {
	color: #fff;
}
section.blocchi-rollover .inner-contents:hover {
	opacity: 1;
}

section.flex .contents {
	display: flex;
}
section.flex .contents-left {
	flex: 0 0 25%;
	padding-right: 15px;
}



section.image-bg .has-bg {
	background-size: cover;
	background-position: center;
}



/* COMPONENTI */

.btn.btn-circle {
	background-color: #FFF;
	color: $link_color_inverse;
	width: 50px;
	height: 50px;
	color: #F7BA48;
	font-size: 20px;
	padding: 12px;
	-webkit-border-radius: 25px;
					border-radius: 25px;
}

.form-control {
	-webkit-border-radius: 0;
					border-radius: 0;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.component-modal {
	display: none;
}
.modal .component-modal {
	display: block;
}

#components-modal .modal-content>.close {
		width: 32px;
		text-align: center;
		height: 32px;
		line-height: 32px;
}

/* form */
form .help-block {
	display: none
}
form .has-error .help-block {
	display: block
}


#footer .colonne {
	padding: 24px 0;
}
#footer .colonne ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.icon-list {
	list-style: none;
}
ul.icon-list li {
	position: relative;
}
ul.icon-list li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  position: absolute;
  top: 0;
  left: -30px;
  font-weight: 900;
}


.full_gallery .gallery-pg {
	opacity: 0;
}
.full_gallery .slick-arrow {
	text-shadow: 0 0 4px #000;
}
.full_gallery .gallery-pg .slick-prev:before,
.full_gallery .gallery-pg .slick-next:before {
	font-size: 32px;
}
.full_gallery .slick-prev {
	left: 12px;
	z-index: 1;
}
.full_gallery .slick-next {
	right: 12px;
	width: 32px;
}

.full_gallery .gallery-item {
	margin: 0 5px;
}
.full_gallery.no-gutter .gallery-item {
	margin: 0;
}

.video-fullscreen {
	background-size: cover;
	background-position: center;
	position: relative;
}
.video-fullscreen .caption {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.video-fullscreen .caption>.inner {
	flex-grow: 1;
}

/* CLASSI CUSTOM */
.valign-center .contents {
	height: 100%;
	display: flex;
	align-items: center;
}

.txt-white,
.txt-white h1,
.txt-white h2,
.txt-white h3,
.txt-white,
.txt-white a {
	color:#fff;
}

section {
	overflow: hidden;
}
