/* Placeholders */
::-webkit-input-placeholder {
	color: #555555;
}
:-moz-placeholder {
	color: #555555;
}
::-moz-placeholder {
	color: #555555;
}
:-ms-input-placeholder {
	color: #555555;
}

/* Buttons > Globals */
button {
	outline: none !important;
}

/* Animations */
.wow {
	visibility: hidden;
}

/* Panel */
.panel {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-heading {
	padding: 0;
}
.panel-default > .panel-heading {
	background-color: transparent;
}
.panel-body {
	padding: 20px 0;
}
.panel-group .panel {
	border: 0;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #dedede;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
h4.panel-title {
	margin-bottom: 0 !important;
	font-weight: 400;
	font-size: 25px;
	color: #015962;
}
.panel-title > a {
	display: block;
	padding: 15px 0;
	font-size: 16px;
}
.panel-title a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f067";
	float: right;
	color: #333333;
}
.panel-title a.collapsed:after {
	content: "\f068";
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 0;
	padding: 20px;
}

/* Media */
.media.is-counter {
	margin: 30px 0;
}
.media.is-counter .media-heading {
	font-size: 32px;
	font-weight: bold;
	font-family: "Figtree", sans-serif;
	color: #3AADB4;
}
.media.is-counter .media-heading span {
	font-size: 21px;
	text-transform: none;
}
.media.is-counter .media-body {
	font-size: 16px;
	color: #000000;
	line-height: 25px;
	text-transform: uppercase;
}

/* Scroll down */
.scroll-down {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	text-align: center;
	font-size: 12px;
	text-shadow: none;
	background-color: #ffffff;
	width: 40px;
	height: 40px;
	color: #585857;
	padding: 12px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

/* Progress Bar */
.progress-step li {
	text-align: center;
	width: 20%;
	margin-left: -3px;
	position: relative;
	color: #4c4c4c;
}
.progress-step li small {
	display: block;
	margin-top: 5px;
}
.progress-step li:first-child:before {
	display: none;
}
.progress-step li:before {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #dddddd;
	display: block;
	position: absolute;
	bottom: 8px;
	left: -50%;
}
.progress-step li.active {
	color: #000000;
}
.progress-step li.active:before {
	background-color: #8befc2;
}
.progress-step li:after {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #dddddd;
	display: block;
	margin: 15px auto 0;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}
.progress-step li.active:after {
	background-color: #8befc2;
}

/* Forms */
label {
	font-size: 18px;
	font-weight: bold;
}
label + .text-help {
	font-size: 11px;
	font-weight: bold;
	min-height: 20px;
}

label.control--checkbox {
	font-weight: normal;
}
.form-group {
	position: relative;
}
.form-control {
	border-radius: 5px;
	border: 1px solid #7f7f7f;
	margin-bottom: 10px;
	height: auto;
	padding: 8px 12px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control.has-error,
.control__privacy .control__indicator.has-error {
	border-color: rgb(169, 68, 66);
	background-color: rgba(169, 68, 66, 0.2);
}
select.has-error {
	border-color: rgb(169, 68, 66) !important;
	background-color: rgba(169, 68, 66, 0.2) !important;
}
.form-control.has-error::-webkit-input-placeholder {
	color: #ffffff;
}
.form-control.has-error:-ms-input-placeholder {
	color: #ffffff;
}
.form-control.has-error::-ms-input-placeholder {
	color: #ffffff;
}
.form-control.has-error::placeholder {
	color: #ffffff;
}
.form-recaptcha.has-error iframe {
	border: 2px solid #a94442;
}
.form-request .row {
	margin-left: -6px;
	margin-right: -6px;
}
.form-request .row [class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}
.input-group .btn {
	border: 1px solid #000000;
}

/* Custom inputs */
.control {
	display: block;
	position: relative;
	padding: 0 0 0 35px;
	margin: 0 0 20px 0;
	cursor: pointer;
	font-size: 11px;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control-group {
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	text-align: left;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 200px;
	height: 210px;
	margin: 10px;
}
.control--group {
	display: block;
	position: relative;
	padding-left: 35px;
	margin: 32px 0;
	cursor: pointer;
	font-size: 16px;
}
.control--radio .control__indicator {
	border-radius: 50%;
	border: 1px solid #dddddd;
	background: #ffffff !important;
}
.control__indicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background: #ffffff;
	border: 1px solid #7b7b7b;
	border-radius: 2px;
}
.control__indicator:after {
	content: "";
	position: absolute;
	display: none;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #f4f4f4;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #7b7b7b;
}
.control input:checked ~ .control__indicator {
	background: #7b7b7b;
	border: 1px solid #dddddd;
}
.control input:checked ~ .control__indicator:after {
	display: block;
}
.control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.control--checkbox .control__indicator:after {
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
	left: 4px;
	top: 4px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #7b7b7b;
}
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}
.select {
	position: relative;
	display: inline-block;
	width: 100%;
}
.select select {
	width: 100%;
	cursor: pointer;
	padding: 8px 12px;
	outline: 0;
	background: #ffffff;
	color: #000000;
	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #7f7f7f;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #7f7f7f;
}
.select select::-ms-expand {
	display: none;
}
.select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.select__arrow:before {
	position: absolute;
	top: 13px;
	right: 13px;
	pointer-events: none;
	content: "";
	width: 15px;
	height: 13px;
	background-image: url(/assets/icons/icon-angle-down--blue.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
	border-top-color: #000000;
}
.select select:disabled ~ .select__arrow {
	border-top-color: #807272;
}
.box-radio {
	border: 1px solid #f4f4f4;
	border-radius: 0.75rem;
}

/* Isotope > Globals */
.isotope__filters {
	margin: 0 0 60px;
	text-align: center;
}
.isotope__filters .btn {
	margin: 4px;
	background: #fff;
}

/* Isotope > Blog */
.isotope__data .card {
	border: 1px solid #7f7f7f;
	border-radius: 0;
}

/* Slick > Globals */
.slick-prev {
	left: 15px;
	z-index: 9;
}
.slick-next {
	right: 15px;
	z-index: 9;
}
.slick-slide {
	margin: 0 5px;
}
.slick-dots {
	left: 0;
	right: 0;
}
.slick-arrow {
	height: 30px;
}

.carousel-info {
	position: absolute;
	bottom: 50px;
	z-index: 99;
	right: 40px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	left: 0;
}

.carousel-info__current {
	font-size: 16px;
}

.carousel-info__total {
	font-size: 16px;
}

.slick-arrow:hover {
	cursor: pointer;
}

.slick-disabled {
	opacity: 0.3;
}



/* Icons */

.icon--right {
	background-position: right center;
}
.icon--middle {
	vertical-align: middle;
	position: relative;
}
.icon--inline {
	vertical-align: middle;
	position: relative;
	margin-right: 4px;
}
.icon-play {
	content: "\f04b";
	font-family: "Font Awesome 5 Free";
}

/* Icons > Images */
.icon-flag-it {
	background-image: url(/assets/icons/icon-flag-it.svg);
}
.icon-flag-uk {
	background-image: url(/assets/icons/icon-flag-uk.svg);
}
.icon-target {
	background-image: url(/assets/icons/icon-target.svg);
}
.icon-ingots {
	background-image: url(/assets/icons/icon-ingots.svg);
}
.icon-signed-paper {
	background-image: url(/assets/icons/icon-signed-paper.svg);
}
.icon-fb {
	background-image: url(/assets/icons/icon-fb.svg);
}
.icon-fb--white {
	background-image: url(/assets/icons/icon-fb--white.svg);
}
.icon-carousel-left {
	background-image: url(/assets/icons/icon-carousel-left.svg);
}
.icon-carousel-left--white {
	background-image: url(/assets/icons/icon-carousel-left--white.svg);
}
.icon-carousel-right {
	background-image: url(/assets/icons/icon-carousel-right.svg);
}
.icon-carousel-right--white {
	background-image: url(/assets/icons/icon-carousel-right--white.svg);
}
.icon-map {
	background-image: url(/assets/icons/icon-map.svg);
}
.icon-tea {
	background-image: url(/assets/icons/icon-tea.svg);
}
.icon-zen {
	background-image: url(/assets/icons/icon-zen.svg);
}
.icon-hammock {
	background-image: url(/assets/icons/icon-hammock.svg);
}
.icon-keys {
	background-image: url(/assets/icons/icon-keys.svg);
}
.icon-tags {
	background-image: url(/assets/icons/icon-tags.svg);
}
.icon-flame {
	background-image: url(/assets/icons/icon-flame.svg);
}
.icon-certificate {
	background-image: url(/assets/icons/icon-certificate.svg);
}
.icon-map-1 {
	background-image: url(/assets/icons/icon-map-1.svg);
}
.icon-student {
	background-image: url(/assets/icons/icon-student.svg);
}
.icon-business {
	background-image: url(/assets/icons/icon-business.svg);
}
.icon-bedroom {
	background-image: url(/assets/icons/icon-bedroom.svg);
}
.icon-certificate-star {
	background-image: url(/assets/icons/icon-certificate-star.svg);
}
.icon-people {
	background-image: url(/assets/icons/icon-people.svg);
}
.icon-bell {
	background-image: url(/assets/icons/icon-bell.svg);
}
.icon-surveillance {
	background-image: url(/assets/icons/icon-surveillance.svg);
}
.icon-garage {
	background-image: url(/assets/icons/icon-garage.svg);
}
.icon-speaker {
	background-image: url(/assets/icons/icon-speaker.svg);
}
.icon-backpack {
	background-image: url(/assets/icons/icon-backpack.svg);
}
.icon-wifi {
	background-image: url(/assets/icons/icon-wifi.svg);
}
.icon-laundry {
	background-image: url(/assets/icons/icon-laundry.svg);
}
.icon-cooking {
	background-image: url(/assets/icons/icon-cooking.svg);
}
.icon-internet-point {
	background-image: url(/assets/icons/icon-internet-point.svg);
}
.icon-mail-and-parcel-lockers {
	background-image: url(/assets/icons/icon-locker.svg);
}
.icon-tvled {
	background-image: url(/assets/icons/icon-tvled.svg);
}
.icon-telefono {
	background-image: url(/assets/icons/icon-telefono.svg);
}
.icon-pulizia {
	background-image: url(/assets/icons/icon-pulizia.svg);
}
.icon-copisteria {
	background-image: url(/assets/icons/icon-copisteria.svg);
}
.icon-consumi {
	background-image: url(/assets/icons/icon-consumi.svg);
}
.icon-palestra {
	background-image: url(/assets/icons/icon-palestra.svg);
}
.icon-biancheria {
	background-image: url(/assets/icons/icon-biancheria.svg);
}
.icon-parking {
	background-image: url(/assets/icons/icon-parcheggio.svg);
}
.icon-climatizzazione {
	background-image: url(/assets/icons/icon-climatizzazione.svg);
}
.icon-amici {
	background-image: url(/assets/icons/icon-amici.svg);
}
.icon-snack {
	background-image: url(/assets/icons/icon-snack.svg);
}
.icon-restaurant {
	background-image: url(/assets/icons/icon-restaurant.svg);
}
.icon-patio {
	background-image: url(/assets/icons/icon-patio.svg);
}
.icon-park_bike {
	background-image: url(/assets/icons/icon-park_bike.svg);
}
.icon-clean_linen {
	background-image: url(/assets/icons/icon-clean_linen.svg);
}
.icon-library {
	background-image: url(/assets/icons/icon-library.svg);
}
.icon-naturalizzatore {
	background-image: url(/assets/icons/icon-naturalizzatore.svg);
}
.icon-badge {
	background-image: url(/assets/icons/icon-badge.svg);
}
.icon-coworking {
	background-image: url(/assets/icons/icon-coworking.svg);
}
.icon-relax {
	background-image: url(/assets/icons/icon-relax.svg);
}
.icon-chiostro {
	background-image: url(/assets/icons/icon-chiostro.svg);
}
.icon-sun {
	background-image: url(/assets/icons/icon-sun.svg);
}
.icon-yoga {
	background-image: url(/assets/icons/icon-yoga.svg);
}
.icon-music {
	background-image: url(/assets/icons/icon-music.svg);
}
.icon-rooftop {
	background-image: url(/assets/icons/icon-rooftop.svg);
}
.icon-takeaway {
	background-image: url(/assets/icons/icon-takeaway.svg);
}
.icon-bar {
	background-image: url(/assets/icons/icon-bar.svg);
}
.icon-aperitivo {
	background-image: url(/assets/icons/icon-aperitivo.svg);
}
.icon-events {
	background-image: url(/assets/icons/icon-events.svg);
}

.icon-map-80 {
	background-image: url(/assets/icons/icon-map-80.svg);
}
.icon-residence-80 {
	background-image: url(/assets/icons/icon-residence-80.svg);
}
.icon-bed-80 {
	background-image: url(/assets/icons/icon-bed-80.svg);
}
.icon-floor-80 {
	background-image: url(/assets/icons/icon-floor-80.svg);
}
.icon-people-80 {
	background-image: url(/assets/icons/icon-people-80.svg);
}
.icon-chart-80 {
	background-image: url(/assets/icons/icon-chart-80.svg);
}


/* has-loadmore */
.has-loadmore .card {
	display: none;
}

.bg-head-apartments {
	background-image: url(/assets/img/bg-head-apartments.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}



/* Content */
.section-gallery .row.row-narrow [class*="col-"] {
	padding-left: 3px !important;
	padding-right: 3px !important;
}
.section-gallery .card {
	margin-bottom: 6px;
}