
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
.header {
	overflow: hidden;
}
.header img {
	width: 150%;
	max-width: 150% !important;
	margin-left: -25%;
}
section img {
	max-width: 100%;
}
.site-logo {
	padding-left: 16px;
}
#slogan {
	padding: 30px 0 0 0 !important;
}
#slogan .row {
	margin-bottom: 0 !important;
}
#chisiamo .container {
	padding: 0 !important;
}
.word {
	font-size: 20px;
}
.word .rosso {
	font-size: 25px;
}
/* Navigation */
.mobile-nav-button {
	display: block;
}
.nav-menu {
	display: none;
	width: 100%;
	height: auto;
	top: 30%;
	background: #ecf0f1;
	padding: 32px 16px;
}
.nav li {
	float: none;
}
.nav li a:after {
	content: "";
}
.nav li.lang {
	margin-left: 0 !important;
	float: left !important;
	text-align: left !important;
}
/* Home Section */
.text-slides {
	font-size: 32px;
	line-height: 40px;
}
/* Parallax Backgrounds */
.testimonials, .services-list, .counter, .accordion, .static-testimonial {
	background-attachment: initial;
	background-position: center top;
}
#footer-bottom, #footer-bottom * {
	text-align: center !important;
}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* Home Section */
.home {
	background-attachment: scroll;
}
/* Portfolio */
.item h5 {
	display: none;
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
/* Home Section */
.header .logo {
	font-size: 72px;
	line-height: 80px;
}
.text-slides {
	font-size: 24px;
	line-height: 32px;
}
.home {
	background-attachment: scroll;
}
/* Layout */
.columns, .column {
	margin-bottom: 24px !important;
}
#google-map {
	height: 300px;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 568px) and (max-width: 767px) {
h1.titolo { font-size: 32px; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 567px) {
.loader {
    margin: 0 auto 0 -35px;
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
}
h1.titolo { font-size: 30px; }
.word {
	font-size: 30px !important;
}
.word .rosso {
	font-size: 35px !important;
}
}
