/*!
 *
 * File specifico per sito 
 *
 * Copyright 2014 SpoonDesign di Cattorini Davide
 * Tutti i diritti riservati - All rights reserved
 * http://www.spoondesign.it - info@spoondesign.it
 *
 */

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 100%;
	background: #FFF;
}
body, td, li  {
	font: normal 1.05rem/1.7rem WorkSans, Arial, Tahoma, Verdana, sans-serif;
	color: #74757f;
}

@font-face {
    font-family: Oswald;
    src: url("../fonts/oswald_regular.woff");
}
@font-face {
    font-family: Oswald;
    font-weight: bold;
    src: url("../fonts/oswald_bold.woff");
}
@font-face {
    font-family: WorkSans;
    src: url("../fonts/worksans_regular.woff");
}
@font-face {
    font-family: WorkSans;
    font-weight: bold;
    src: url("../fonts/worksans_bold.woff");
}

h1, h2 {
	text-align: center;
	color: #122e44;
}
h3 {
	font: normal 1.5rem/1.8rem WorkSans, Arial, sans-serif;
}
h4 {
	font: normal 1rem/1.2rem WorkSans, Arial, sans-serif;
}
a {
	font-weight: bold;
	background: none;
	text-decoration: underline;
	color: #122e44;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}

/* CONTENITORI */

.sdgrid {
	width: 93%;
	margin: 2% auto;
}
.sdfull {
	width: 100%;
}

/* BUTTONS */

.button {
	padding: 14px 35px;
	color: #fff;
	background: #ff830a !important;
	border: 1px solid #ff830a !important;
	border-radius: 6px;
	font: 14px/1.286 Oswald, Arial, sans-serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	text-shadow: none;
	box-shadow: none;
}
.button.other {
	background: #122E44 !important;
	border: 1px solid #122E44 !important;
}

/* HEADER */

.header #logo img {
	width: 350px;
	max-width: 90%;
	padding: 0.7rem 0;
}

/* BANNER */

.banner {
	position: relative;
	overflow: hidden;
}
.banner .splash {
	z-index: 499;
}
.banner .splash .text {
	text-shadow: 
		1px 1px 0 #000,
		-1px 1px 0 #000,
		1px -1px 0 #000,
		-1px -1px 0 #000,
		0px 1px 0 #000,
		0px -1px 0 #000,
		-1px 0px 0 #000,
		1px 0px 0 #000,
		2px 2px 0 #000,
		-2px 2px 0 #000,
		2px -2px 0 #000,
		-2px -2px 0 #000,
		0px 2px 0 #000,
		0px -2px 0 #000,
		-2px 0px 0 #000,
		2px 0px 0 #000,
		1px 2px 0 #000,
		-1px 2px 0 #000,
		1px -2px 0 #000,
		-1px -2px 0 #000,
		2px 1px 0 #000,
		-2px 1px 0 #000,
		2px -1px 0 #000,
		-2px -1px 0 #000;	
}
.banner .cloud {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 499;
}
.banner .cloud_1 {
	height: 226px;
	background: url("../images/cloud_1.png") bottom center repeat-x;
}
.banner .cloud_2 {
	height: 150px;
	background: url("../images/cloud_2.png") bottom center repeat-x;
}

/* APARTMENTS */

.apartments {
	padding: 2rem 0 1rem 0;
	background: #F6F6F6
}
.apartments .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: top;
}
.apartments .list div {
	display: flex;
	flex-direction: column;
	padding-bottom: 1rem;
}
.apartments img {
	margin-top: 1rem;
}
.apartments h3 {
	color: #ff830a;
}
.apartments span, .apttags span {
    display: inline-block;
    margin: 0.3rem 0;
    padding: 0.25rem 0.4rem;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #fff;
    background-color: #6c757d;
}
.apartments span.special, .apttags span.special {
	background-color: #ff830a;
}
.apartments .read_more {
	margin-top: 1.5rem;
	text-align: center;
}

.apttags {
	text-align: center;
}

/* SERVICES AND APARTMENT SERVICE */

.aptservices {
	background: #F6F6F6;
}
.services {
	padding: 2rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: top;
}
.services i {
	font-size: 2.5rem;
	color: #ff830a;
}
.services h3 {
	font-size: 1.3rem;
}

/* MAPPA */

.map {
	min-height: 100px;
}

/* TESTIMONIALS AND APARTMENT NOTES */

.testimonials, .aptnotes {
	padding: 1.3rem 0 150px 0;
	background: #F6F6F6 url("../images/cloud_2.png") bottom center repeat-x;
}
.testimonials .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}
.testimonials .list div {
	margin: 0 1rem;
	padding: 0.5rem 0;
}
.testimonials h3 {
	color: #ff830a;
}
.testimonials a.morelink {
	cursor: pointer;
}
.testimonials .stars {
	font-size: 1.1rem;
	color: rgb(255, 180, 0);;
}
.testimonials .postedon {
	margin-top: 1.4rem;
	padding: 0;
	font-size: 0.8rem;
	line-height: 1rem;
	color: rgba(0, 0, 0, 0.5);
}
.testimonials .postedsocial {
	margin-top: -0.3rem;
	padding: 0;
}
.testimonials .postedsocial.google img {
	max-width: 100px;
}
.testimonials .postedsocial.facebook img {
	max-width: 120px;
}
.testimonials .postedsocial.airbnb img {
	max-width: 110px;
}
.testimonials .postedsocial.booking img {
	max-width: 130px;
}

.aptnotes {
	font-size: 0.8rem;
	text-align: justify;
}

/* CONTACTS */

.contacts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.contacts div {
	margin: 0 0 2rem 0;
	padding: 0 0 0.5rem 0;
}
.contacts p {
	text-align: center;
}
.contacts i {
	font-size: 2rem;
	color: #ff830a;
}

/* CONTACT US */

.sdfe_content_2 .form_left label {
	display: none;
	visibility: hidden;
}

/* 2 COLS */

.twocols {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.twocols .twocol {
	width: 45%;
	margin: 1rem 0;
}
.twocols .twocol1.twocolvideo {
    display: flex;
    justify-content: center; /* Centra orizzontalmente */
    align-items: center; /* Centra verticalmente */
}

.twocols .twocol1.twocolvideo iframe {
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

/* FOOTER */

.footer {
	background: #122E44;
	padding: 1rem 0 1rem 0;
	color: #FFF;
}
.footer h2 {
	text-align: left;
	color: #FFF;
	font-size: 1.25rem;
}
.footer a {
	color: #FFF;
}
.footer .about_social_cards {
	margin-bottom: 0.5rem;
	display: flex;
}
.footer .socialscards i {
	font-size: 2rem;
	padding: 0 0.5rem;
}
.footer .copyright {
	padding-top: 1rem;
	border-top: 1px solid #74757f;
	display: flex;
}
.footer .copyright .mod-menu {
	margin: 0;
	display: flex;
	flex-direction: row;
	background: none;
}
.footer .copyright li {
	padding-left: 1rem;
}
.footer .copyright li:first-child {
	padding-left: 0;
}
.footer .copyright a:hover {
	background: none;
}

/* WELCOME */

.welcome {
	width: 70%;
	margin: 5rem auto;
	text-align: center;
	font-size: 2rem;
	line-height: 3rem;
}
.welcome h2 {
	margin-bottom: 2rem;
}

/* FORMS */

.sdform {
	padding-bottom: 2rem;
}

/* DEVICES */

@media (min-width: 900px) {
	h1, h2 {
		font: 2.3rem/2.6rem WorkSans, Arial, sans-serif;
	}
	
	.sdgrid {
		width: 95%;
		margin: 1% auto;
		max-width: 1500px;
	}

	.header {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.header #location i {
		width: 1.8em;
		height: 1.8em;
		line-height: 1.8em;
		font-size: 1.5rem;
		text-align: center;
		border-radius: 50%;
		border: 1px solid #e8e9ee;
		color: #ff830a;
		margin-right: 1rem;
	}
	.header #booknow {
		margin-left: 3rem;
	}
	.header #location {
		margin-left: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.banner .splash {
		width: 50%;
		position: absolute;
		top: 15%;
		left: 50%;
		margin-left: -30%;
		font-size: 2.7rem;
		font-weight: bold;
		line-height: 3rem;
		color: #FFF;
	}

	.main_menu {
		margin: 0;
		background: #F6F6F6;
	}
	.main_menu .sdgrid {
		margin-bottom: 0;
	}
	.main_menu li a.dj-up_a {
		border: 0;
	}
	.main_menu a {
		font: normal 1rem/1.5rem Oswald, Arial, Tahoma, Verdana, sans-serif !important;
	}
	.main_menu .dj-megamenu {
		border-bottom: 1px solid #e8e9ee;
	}

	.content {
		margin-top: -2.5rem;
		position: relative;
		z-index: 10000;
		/*text-align: justify;*/
	}

	.contacts div {
		width: 30%;
		border-left: 1px solid #d3d5db;
	}
	.contacts div:first-child {
		border-left: 0;
	}

	.apartments .list div {
		width: 45%;
	}
	.services div {
		width: 18%;
		text-align: center;
	}
	.testimonials .list div {
		width: 25%;
	}

	.twocols .twocol1.twocolvideo iframe {
		width: 650px;
		height: 361px;
	}

	.footer .about_social_cards {
		flex-direction: row;
		justify-content: space-around;
		align-items: top;
	}

	.footer .copyright {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.footer .copyright .mod-menu {
		justify-content: flex-end;
	}
}

@media (max-width: 1300px) {
	.banner .splash {
		width: 70%;
		position: absolute;
		top: 15%;
		left: 50%;
		margin-left: -30%;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 2.3rem;
		color: #FFF;
	}
}

@media (max-width: 950px) {
	.banner .splash {
		width: 70%;
		position: absolute;
		top: 5%;
		left: 50%;
		margin-left: -30%;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 2.3rem;
		color: #FFF;
	}
}

@media (max-width: 899px) {
	h1, h2 {
		font: 1.8rem/2.5rem WorkSans, Arial, sans-serif;
	}

	.header {
		display: flex;
		flex-wrap: wrap;
	}

	.header #logo {
		width: 100%;
		text-align: left;
	}
	.header #location {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.header #location i {
		width: 1.8em;
		height: 1.8em;
		line-height: 1.8em;
		font-size: 1.5rem;
		text-align: center;
		border-radius: 50%;
		border: 1px solid #e8e9ee;
		color: #ff830a;
		margin-right: 1rem;
	}

	.header #booknow {
		min-height: 40px;
		padding: 0.3rem 2% 0 0;
		margin-top: 14px;
		margin-left: auto;
		text-align: left;
	}
	.header #mobile_menu {
		padding: 0.3rem 0 0 0;
		text-align: right;
	}
	.header #mobile_menu .dj-megamenu-offcanvas a {
		font-size: 2.5rem;
	}
	.header #mobile_menu .dj-megamenu-offcanvas .dj-mobile-open-btn:focus,
	.header #mobile_menu .dj-megamenu-offcanvas:hover .dj-mobile-open-btn,
	.header #mobile_menu .dj-megamenu-offcanvas .dj-mobile-open-btn:hover,
	.header #mobile_menu .dj-megamenu-offcanvas .dj-mobile-open-btn:focus,
	.header #mobile_menu .dj-megamenu-offcanvas .dj-mobile-open-btn:hover,
	.header #mobile_menu .dj-megamenu-offcanvas .dj-mobile-open-btn:focus {
		background: rgba(57, 57, 57, 1);
		color: #FFF;
	}
	.dj-mobile-open-btn {
		height: auto !important;
		font-size: 1.6rem !important;
		background: rgba(57, 57, 57, 1);
		outline: none !important;
		color: #FFF;
	}
	.header #mobile_menu .dj-megamenu-offcanvas .dj-mobile-open-btn {
		display: flex;
		flex-direction: row;
		text-decoration: none;
		align-items: center;
		justify-content: center;
		padding: 11px 0;
		width:  150px;
		color: #fff;
		border-radius: 6px;
		font: 14px/1.286 Oswald, Arial, sans-serif;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		text-decoration: none;
		white-space: nowrap;
		cursor: pointer;
		outline: none !important;
	}
	.dj-mobile-open-icon {
		height: auto !important;
		padding: 0 !important;
		margin: -5px 0 0 0 !important;
	}
	.dj-mobile-open-icon:before {
		height: auto !important;
		font-size: 1.5rem !important;
	}
	.dj-mobile-open-label {
		font-size: 0.9rem !important;
	}
	.header #mobile_menu .dj-megamenu-offcanvas .dj-mobile-open-btn span.fa {
		order: 2;
		margin: 0;
		padding: 0;
		font-size: 18px;
	}
	.header #mobile_menu .dj-megamenu-offcanvas .dj-mobile-open-btn span.dj-mobile-open-btn-lbl {
		order: 1;
		margin: 0;
		padding: 0 0.3rem 0 0;
	}
	
	.banner .splash {
		display: none;
		visibility: hidden;å
	}
	
	/*
	.apartments .list {
		overflow-x: auto;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.apartments .list::-webkit-scrollbar {
		display: none;
	}
	.apartments .list div {
		  min-width: 90%;
  		width:90%;
  		padding: 0 5%;
	}
	*/

	.apartments .list div {
		width: 48%;
	}
	.services div {
		width: 18%;
		text-align: center;
	}
	.testimonials .list div {
		width: 25%;
	}

	.twocols .twocol {
		width: 100%;
	}
	.twocols .twocol:first-child {
		margin-bottom: 1rem;
	}

	.footer .about_social_cards {
		flex-direction: column;
		padding-bottom: 1rem;
	}
	.footer .about_social_cards h2, .footer .about_social_cards {
		text-align: center;
	}
	.footer .about_social_cards h2 {
		margin-top: 2rem;
	}

	.footer .copyright {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.footer .copyright div:first-child {
		padding-bottom: 1rem;
	}
	.footer .copyright .mod-menu {
		justify-content: center;
	}
}

@media (max-width: 899px) and (orientation: portrait) {
	.twocols .twocol1.twocolvideo iframe {
		width: 560px;
		height: 202px;
	}
}

@media (max-width: 550px) {
	.page-header {
		padding-top: 1rem;
	}

	.header #location {
		width: 100%;
		order: 1;
	}
	.header #location i {
		font-size: 1rem;
		text-align: center;
		color: #ff830a;
		margin-right: 0.6rem;
	}
	.header #location br {
		content: ' ';
	}
	.header #location br:after {
		content: ' ';
	}
	.header #logo {
		width: 100%;
		text-align: center;
		order: 2;
	}
	.header #booknow {
		width: 48%;
		order: 3;
		padding: 0.3rem 2% 0 0;
		margin-top: 14px;
		text-align: left;
	}
	.header #mobile_menu {
		padding: 0.3rem 0 0 2%;
		width: 48%;
		order: 4;
		text-align: right;
	}

	.banner .cloud_1 {
		bottom: -140px;
	}
	.banner .cloud_2 {
		bottom: -70px;
	}

	.apartments .list div {
		width: 100%;
	}
	.services div {
		width: 48%;
		text-align: center;
	}
	.testimonials .list div {
		width: 100%;
	}

	.contacts div {
		width: 48%;
	}
}

@media (max-width: 280px) {
	.button {
		padding: 10px;
	}
}