/**************************************************/
/* Basic styles                                   */
/**************************************************/

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #666666;
    text-align: left;
}

a {
	color: #1a1a1a;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
    color: #008348;
    text-decoration: none;
}

::selection {
	background: #c0c0c0;
	color: #ffffff;
}

::-moz-selection {
	background: #c0c0c0;
	color: #ffffff;
}

:focus {
    outline:0;
}

/**************************************************/
/* Typography                                     */
/**************************************************/

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #008348;
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #008348;
}

h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #008348;
}

h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #008348;
}

h5 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #008348;
}

h6 {
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #008348;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/**************************************************/
/* Preloader                                      */
/**************************************************/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
}

#loading {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
    background: #ffffff url(../img/loading.gif) no-repeat center center;
}

/**************************************************/
/* Header                                         */
/**************************************************/

header {
    width: 100%;
    height: auto;
}

#header-icons {
    list-style-type: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

#header-icons li {
    display: block;
    min-height: 30px;
    margin: 0 20px 0 0;
    padding: 0 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
    text-align: left;
}

#header-icons li.ico-indirizzo {
    background: transparent url(../img/ico-indirizzo.png) no-repeat left center;
    padding: 0 20px 0 40px;
    border-right: 1px solid #e5e5e5;
}

#header-icons li.ico-email {
    background: transparent url(../img/ico-email.png) no-repeat left center;
    padding: 0 20px 0 50px;
    border-right: 1px solid #e5e5e5;
}

#header-icons li.ico-telefono {
    background: transparent url(../img/ico-telefono.png) no-repeat left center;
    margin-right: 0;
    padding: 0 10px 0 40px;
}

#header-icons li strong {
    color: #1a1a1a;
}

#header-icons li a {
    color: #666666;
    text-decoration: none;
}

#header-icons li a:hover, #header-icons li a:active, #header-icons li a:focus {
    color: #1a1a1a;
}

/**************************************************/
/* Subheader home                                 */
/**************************************************/

#subheader-slider-1 {
    width: 100%;
    height: auto;
    background: transparent url(../img/slider/foto-01.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#subheader-slider-2 {
    width: 100%;
    height: auto;
    background: transparent url(../img/slider/foto-02.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#subheader-slider-3 {
    width: 100%;
    height: auto;
    background: transparent url(../img/slider/foto-03.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#subheader-slider-4 {
    width: 100%;
    height: auto;
    background: transparent url(../img/slider/foto-04.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#subheader-slider-5 {
    width: 100%;
    height: auto;
    background: transparent url(../img/slider/foto-05.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#subheader-home-content {
    position: relative;
    width: 100%;
    height: 760px;
}

.slider-message {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 32%;
    left: 0;
    padding: 0 50px;
    font-family: 'Arial', sand-serif;
    font-size:  3.5rem;
    font-weight: bold;
	line-height: 1.2;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px #000000;
}

.slider-message span {
    font-size:  2.5rem;
}

.slider-message.left-message {
    text-align: left;
}

.slider-message.center-message {
    text-align: center;
}

.slider-message.right-message {
    text-align: right;
}

/**************************************************/
/* Subheader pagine                               */
/**************************************************/

#subheader {
    width: 100%;
    height: auto;
    background: transparent url(../img/foto-page.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#subheader-content {
    position: relative;
    width: 100%;
    height: 180px;
}

/**************************************************/
/* Menu di navigazione                            */
/**************************************************/

#main-menu {
    position: absolute;
    list-style-type: none;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 100px 0 0;
    background-color: #008348;
}

#main-menu a {
    display: block;
    text-decoration: none;
    margin: 0 20px;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
	line-height: 60px;
    color: #ffffff;
    text-align: left;
}

#main-menu li.active a {
    border-bottom: 3px solid #ffffff;
}

#main-menu span {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
	line-height: 60px;
    color: #b0d4ab;
    text-align: left;
    cursor: default;
}

#main-menu a:hover, #main-menu a:active, #main-menu a:focus {
    color: #b0d4ab;
}

#main-menu li.active a:hover, #main-menu li.active a:active, #main-menu li.active a:focus {
    color: #b0d4ab;
}

/**************************************************/
/* Icone social                                   */
/**************************************************/

.ico-social {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 10px;
}

.ico-social.youtube {
    right: 62px;
}

.ico-social.facebook {
    right: 10px;
}

/**************************************************/
/* Page title                                     */
/**************************************************/

.page-title {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -8px;
    right: 0;
    padding-right: 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 4rem;
    font-weight: 400;
	line-height: 1;
    color: #ffffff;
    text-align: right;
}

/**************************************************/
/* Menu responsive                                */
/**************************************************/

#menu-responsive-container {
    display: none;
}

#menu-responsive {
	width: 100%;
    margin: 0;
    padding: 0;
}

#menu-responsive-icon {
    display: block;
	width: 100%;
	padding: 12px 40px 10px 12px;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
	line-height: 1;
    color: #ffffff;
	text-decoration: none;
    text-transform: uppercase;
    background: #008348 url(../img/menu-responsive-icon.png) no-repeat right center;
}

#nav-responsive {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav-responsive > li {
    display: block;
    margin-top: 1px;
    background-color: #e5e5e5;
}

#nav-responsive > li a {
	display: block;
	padding: 12px 12px 10px 12px;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
	line-height: 1;
    color: #666666;
	text-decoration: none;
    text-transform: uppercase;
}

#nav-responsive > li a:hover {
    color: #b0d4ab;
}

/**************************************************/
/* Content                                        */
/**************************************************/

#content-page {
    position: relative;
    width: 100%;
    min-height: 400px;
    background-color: #ffffff;
    z-index: 10;
}

#content-page.home-page:before {
    position: absolute;
    width: 100%;
    height: 200px;
    content: '';
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: top left;
    transform: skewY(-4deg);
}

.relative-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-centered {
    margin: 0 auto;
}

.img-padding {
    padding: 10px;
}

.img-right {
    margin: 0 0 0 auto;
}

.img-rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

p {
    margin: 1rem 0 0 0;
}

.first {
    margin-top: 0;
}

.margin-top {
    margin-top: 1rem;
}

.margin-top-medium {
    margin-top: 1.5rem;
}

.margin-top-big {
    margin-top: 2rem;
}

.margin-bottom {
    margin-bottom: 1rem;
}

.margin-bottom-medium {
    margin-bottom: 1.5rem;
}

.margin-bottom-big {
    margin-bottom: 2rem;
}

.line-separator {
    width: 100%;
    height: 14px;
    background: transparent url(../img/background-title.png) repeat-x center center;
}

.title-section-container {
    width: 100%;
    height: auto;
    background: transparent url(../img/background-title.png) repeat-x center center;
}

.title-section-container .title-section {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #1a1a1a;
    background-color: #ffffff;
}

.title-section-container .title-green {
    color: #008348;
}

.title-section-container.title-left {
    text-align: left;
}

.title-section-container.title-left .title-section {
    padding: 0 15px 0 0;
}

.title-section-container.title-right {
    text-align: right;
}

.title-section-container.title-right .title-section {
    padding: 0 0 0 15px;
}

.title-section-container.title-center {
    text-align: center;
}

.title-section-container.title-center .title-section {
    padding: 0 15px 0 15px;
}

.box-immobile-home {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #ffffff;
    border: 2px solid #068f5b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.box-ico-tartaruga {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
}

.box-cod-number {
    position: absolute;
    width: auto;
    height: 36px;
    bottom: 15px;
    left: 15px;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 36px;
    color: #ffffff;
    padding: 0 12px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
}

.box-immobile-text {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: #666666;
    padding: 0 15px;
    text-align: left;
}

.box-immobile-text strong {
    color: #1a1a1a;
}

.box-text-container {
    width: 100%;
    height: auto;
    padding: 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
    text-align: left;
    background-color: #ffffff;
    border: 2px solid #068f5b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.box-text-title {
    font-weight: bold;
    color: #1a1a1a;
}

.text-green {
    color: #008348;
}

/**************************************************/
/* Sezione chi siamo                              */
/**************************************************/

.circle-team-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #ffffff;
    border: 2px solid #068f5b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.circle-team-text {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: #666666;
    padding: 0 15px;
    text-align: center;
}

.circle-team-text strong {
    color: #1a1a1a;
}

/**************************************************/
/* Sezione immobili                               */
/**************************************************/

.box-immobili {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px;
    border: 2px solid #068f5b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.box-immobili-img-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px;
}

.box-immobili-cod-number {
    position: absolute;
    width: auto;
    height: 32px;
    top: 10px;
    left: 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 32px;
    color: #ffffff;
    padding: 0 8px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
}

.box-immobili-ico-tartaruga {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 5px;
    right: 5px;
}

.box-immobili-content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.box-immobili-title {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #1a1a1a;
    background-color: #ffffff;
}

.box-immobili-green {
    color: #008348;
}

.box-immobili-green.small {
    font-size: 0.875rem;
}

.box-immobili-line {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    padding: 0;
    background-color: #e5e5e5;
}

.box-immobili-icons {
    list-style-type: none;
    width: auto;
    height: 25px;
    margin: 0;
    padding: 0;
}

.box-immobili-icons span {
    display: block;
    margin: 0px;
    padding: 0 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 25px;
    color: #666666;
    text-align: left;
}

.box-immobili-icons span#ico-mq2 {
    background: transparent url(../img/ico-m2.png) no-repeat left center;
    padding: 0 26px 0 35px;
}

.box-immobili-icons span#ico-camere {
    background: transparent url(../img/ico-camere.png) no-repeat left center;
    padding: 0 26px 0 33px;
}

.box-immobili-icons span#ico-bagni {
    background: transparent url(../img/ico-bagni.png) no-repeat left center;
    padding: 0 26px 0 32px;
}

.box-immobili-prezzo {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: #1a1a1a;
    padding: 0;
    text-align: right;
}

#page-navigation {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}

#page-navigation a {
    display: block;
    text-decoration: none;
    margin: 0 5px;
    padding: 4px 12px;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    text-transform: lowercase;
    text-align: center;
    background-color: #008348;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#page-navigation a.number {
    width: 30px;
    height: 30px;
    padding: 4px 8px;
}

#page-navigation a.prev {
    padding-left: 20px;
    background: #008348 url(../img/arrow-prec.png) no-repeat left center;
}

#page-navigation a.next {
    padding-right: 20px;
    background: #008348 url(../img/arrow-succ.png) no-repeat right center;
}

#page-navigation a.inactive-button {
    background-color: #e5e5e5;
}

#page-navigation a.inactive {
    background-color: #b2b2b2;
}

#page-navigation a:hover, #page-navigation a:active, #page-navigation a:focus {
    color: #ffffff;
}

/**************************************************/
/* Sezione scheda-immobile                        */
/**************************************************/

.box-immagine-principale {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px;
    border: 2px solid #068f5b;
    background: #f4f4f4 url(../img/video-background.png) repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.box-immagine-principale img {
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.box-scheda-immobile {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 30px 30px 130px 30px;
    border: 2px solid #068f5b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.box-scheda-immobile .logo-small {
    display: block;
    width: 190px;
    height: 61px;
    margin: 0 auto;
}

.box-immobile-title {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 1.5rem;
    padding: 0;
    color: #1a1a1a;
    text-align: center;
}

.box-immobile-green {
    color: #008348;
}

.box-immobile-prezzo {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 1.5rem;
    padding: 0;
    color: #1a1a1a;
    text-align: center;
}

.box-immobile-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #e5e5e5;
    font-family: 'Roboto Slab', serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.75;
    margin: 2rem 0 0 0;
    padding: 0;
}

.box-immobile-row {
    border-bottom: 1px solid #e5e5e5;
}

.box-immobile-col-sx {
    width: 50%;
    font-weight: bold;
    text-align: left;
    padding: 6px 0;
    color: #1a1a1a;
}

.box-immobile-col-dx {
    width: 50%;
    text-align: right;
    padding: 6px 0;
    color: #666666;
}

.box-immobile-ce {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding: 0 7px;
    background-color: #ce952b;
}

#box-scheda-button-container {
    position: absolute;
	width: calc(100% - 10px);
    height: 130px;
    bottom: 0;
    left: 5px;
}

a#box-scheda-button-info {
    display: block;
    position: absolute;
	width: 100%;
    height: 60px;
    bottom: 70px;
    left: 0;
	background-color: #008348;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 60px;
    padding: 0;
    color: #ffffff;
    border: none;
	text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

a#box-scheda-button-info:hover, a#box-scheda-button-info:active, a#box-scheda-button-info:focus {
    background-color: #006b3b;
}

a#box-scheda-button-print {
    display: block;
    position: absolute;
	width: 100%;
    height: 60px;
    bottom: 5px;
    left: 0;
	background-color: #3c90be;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 60px;
    padding: 0;
    color: #ffffff;
    border: none;
	text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

a#box-scheda-button-print:hover, a#box-scheda-button-print:active, a#box-scheda-button-print:focus {
    background-color: #337ca3;
}

.box-video {
    width: 100%;
    height: auto;
    border: 10px solid #e5e5e5;
    margin-top: 1.5rem;
    padding: 5px;
    background: #f4f4f4 url(../img/video-background.png) repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.link-video-container {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-decoration: none;
}

.box-video img.img-responsive {
    padding: 5px;
}

.box-video img.img-ico-play {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

#under-construction {
    position: absolute;
    width: 260px;
    height: 94px;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -47px;
}

.box-immobili-info {
    list-style-type: none;
    width: auto;
    height: auto;
    margin: 0 0 1rem 0;
    padding: 0;
}

.box-immobili-info span {
    display: block;
    margin: 1.25rem 1.25rem 0 0;
    padding: 0 12px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #666666;
    text-align: left;
    background-color: #fafafa;
    border: 2px solid #068f5b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/**************************************************/
/* Slider scheda immobile                         */
/**************************************************/

.swiper-container {
    position: relative;
    width: 100%;
    height: auto;
}

.gallery-thumbs-container {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #008348;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.gallery-thumbs-container .swiper-slide {
    width: 50%;
    height: auto;
    align-self: center;
    cursor: pointer;
}

/**************************************************/
/* Sezione news                                   */
/**************************************************/

.box-news {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px;
    background-color: #ffffff;
    border: 2px solid #068f5b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.box-news-fonte {
    position: absolute;
    width: auto;
    height: 36px;
    bottom: 15px;
    left: 15px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 36px;
    color: #ffffff;
    padding: 0 12px;
    text-align: left;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.5);
}

.box-news-title {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #666666;
    text-align: left;
}

.box-news-text {
    display: block;
    margin-top: 1.5rem;    
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #666666;
    text-align: left;
}

.box-news-text strong {
    color: #1a1a1a;
}

a.box-news-button {
    display: inline-block;
	width: auto;
    height: auto;
    margin-top: 2rem;
    padding: 10px 20px;
	background-color: #008348;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
	background-color: #008348;
    color: #ffffff;
    text-align: center;
	text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

a.box-news-button:hover, a.box-news-button:active, a.box-news-button:focus {
    background-color: #006b3b;
}

/**************************************************/
/* Sezione servizi                                */
/**************************************************/

.servizi-container {
    position: relative;
	width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #e5e5e5;
    background: #ffffff url(../img/servizi-background.png) repeat center center;
}

.servizi-container img {
    border: 4px solid #ffffff;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px #c0c0c0;
    box-shadow: 0px 0px 10px 0px #c0c0c0;
}

.servizi-container span {
    display: block;
    text-align: center;
    padding: 20px 10px 0 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
}

/**************************************************/
/* Sezione contatti                               */
/**************************************************/

.box-contatti {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #e5e5e5 url(../img/background-box-contatti.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    outline: 1px solid #ffffff;
    outline-offset: -11px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.box-contatti-content {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    padding: 20px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-contatti-content .logo-small {
    display: block;
    width: 190px;
    height: 61px;
}

.box-contatti-content .box-contatti-text {
    margin-top: 2rem;
    font-family: 'Roboto Slab', serif;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.75;
    color: #666666;
    text-align: center;
}

/**************************************************/
/* Modulo ricerca                                 */
/**************************************************/

#form-ricerca {
    margin-top: 1.5rem;
}

#form-ricerca .ricerca-field {
    display: block;
    margin: 0 0 4px 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    color: #666666;
    text-align: left;
}

#form-ricerca input[type=text], #form-ricerca input[type=number] {
	display: block;
	width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    padding: 4px 12px;
    font: 14px/26px arial,sans-serif;
    color: #1a1a1a;
	border: 1px solid #b0d4ab;
	background-color: #ffffff;
}

#form-ricerca input:focus {
    background-color: #f4f4f4;
}

#form-ricerca select {
	display: block;
	width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    padding: 8px 8px;
    font: 14px/26px arial,sans-serif;
    color: #1a1a1a;
	border: 1px solid #b0d4ab;
	background-color: #ffffff;
}

#form-ricerca select:focus {
    background-color: #f4f4f4;
}

#form-ricerca input#submit-button {
    margin-top: 0;
    padding: 12px;
}

a#reset-button {
    display: block;
	width: 100%;
    height: auto;
    margin-top: 10px;
	background-color: #3c90be;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    padding: 12px;
    color: #ffffff;
    border: none;
	text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

a#reset-button:hover, a#reset-button:active, a#reset-button:focus {
    background-color: #337ca3;
}

/**************************************************/
/* Moduli form                                    */
/**************************************************/

#form-contatti input[type=text], #form-contatti textarea {
	display: block;
	width: 100%;
    height: auto;
    margin-bottom: 1.875rem;
    padding: 6px 12px;
    font: 14px/26px arial,sans-serif;
    color: #1a1a1a;
	border: 1px solid #b0d4ab;
	background-color: #ffffff;
}

#form-contatti input:focus, #form-contatti textarea:focus {
    background-color: #f4f4f4;
}

#form-contatti textarea {
	resize: vertical;
    height: 160px;
}

#form-vendo input[type=text], #form-vendo textarea {
	display: block;
	width: 100%;
    height: auto;
    margin-bottom: 1.875rem;
    padding: 6px 12px;
    font: 14px/26px arial,sans-serif;
    color: #1a1a1a;
	border: 1px solid #b0d4ab;
	background-color: #ffffff;
}

#form-vendo input:focus, #form-vendo textarea:focus {
    background-color: #f4f4f4;
}

#form-vendo textarea {
	resize: vertical;
    height: 160px;
}

.testo-informazioni-sintetiche {
    font-family: 'Roboto Slab', serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.25;
    color: #1a1a1a;
}

.testo-informazioni-sintetiche.spaziatura {
    margin-bottom: 1.875rem;
}

.testo-consenso {
    margin-left: 8px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: underline;
    color: #cc0000;
    cursor: pointer;
}

input#submit-button {
    display: block;
	width: 100%;
    height: auto;
    margin-top: 2rem;
	background-color: #008348;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    padding: 22px;
    color: #ffffff;
    border: none;
	cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

input#submit-button:hover, input#submit-button:focus {
    background-color: #006b3b;
}

input#submit-button:focus {
    outline: 0;
}

/**************************************************/
/* Magnific popup                                 */
/**************************************************/

.message-popup {
    position: relative;
    background: #ffffff;
    color: #666666;
    padding: 30px;
    width: auto;
    max-width: 720px;
    margin: 20px auto;
}

/**************************************************/
/* Under construction page                        */
/**************************************************/

#under-construction-container {
    position: relative;
    width: 100%;
    height: 500px;
    border: 10px solid #e5e5e5;
    background-color: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#under-construction {
    position: absolute;
    width: 260px;
    height: 94px;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -47px;
}

/**************************************************/
/* Google map                                     */
/**************************************************/

#google-map-container {
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #e5e5e5;
}

#google-map {
    display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 388px;
}

/**************************************************/
/* Privacy e cookie css                           */
/**************************************************/

p.bordered-privacy {
    padding: 30px;
    border: 2px solid #e5e5e5;
}

ul.standard-list {
    list-style-type: square;
    list-style-position: outside;
	margin: 1rem 0 0 0;
    padding-left: 3em;
}

a.cookie-button {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #008348;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    margin: 2rem 0 0 0;
    padding: 15px 25px;
    color: #ffffff;
    cursor: pointer !important;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

a.cookie-button:hover, a.cookie-button:active, a.cookie-button:focus {
    background-color: #39932c;
}

/**************************************************/
/* Footer                                         */
/**************************************************/

footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #2e2e2e;
    z-index: -1;
}

footer:before {
    position: absolute;
    width: 100%;
    height: 200px;
    content: '';
    background: #ffffff;
    top: -200px;
    left: 0;
    transform-origin: bottom left;
    transform: skewY(4deg);
}

.footer-menu {
    font-family: 'Roboto Slab', serif;
    font-size: 0.9rem;
    font-weight: 400;
	line-height: 1.75;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #b0d4ab;
    text-align: center;
}

.footer-menu a {
	color: #ffffff;
	text-decoration: none;
}

.footer-menu a:hover, .footer-menu a:active, .footer-menu a:focus {
    color: #b0d4ab;
}

.footer-menu span {
    padding: 0 15px;
}

.footer-text {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
	line-height: 1.75;
    margin-bottom: 2rem;
    color: #b2b2b2;
    text-align: center;
    font-style: italic;
}

.footer-top-icon-container {
    text-align: center;
}

.footer-top-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
}

#logo-fiaip {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -118px;
    right: 0;
}

#subfooter {
    width: 100%;
    height: auto;
    background-color: #191919;
}

.subfooter-text {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
	line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #b0d4ab;
    text-align: center;
    font-style: italic;
}

.subfooter-text a {
	color: #b0d4ab;
	text-decoration: none;
}

.subfooter-text a:hover, .subfooter-text a:active, .subfooter-text a:focus {
    color: #ffffff;
}

/**************************************************/
/* Responsive                                     */
/**************************************************/

/* MENU RESPONSIVE */
@media only screen and (max-width: 991px) {
    #menu-responsive-container {
        display: block;
    }

    .box-immobili-content {
        padding: 10px 10px 10px 10px;
    }

    .ico-social {
        display: none;
    }

    .gallery-thumbs-container .swiper-button-prev {
        display: none;
    }

    .gallery-thumbs-container .swiper-button-next {
        display: none;
    }

    p.bordered-privacy {
        padding: 15px;
    }
}

/* EXTRA SMALL - XS */
@media (max-width: 479px) {
    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-logo {
        width: 280px;
        margin: 0 auto;
    }

    #menu-responsive-container {
        margin-bottom: 10px;
    }

    #subheader-home-content {
        height: 560px;
    }

    .slider-message {
        top: 28%;
        padding: 0 50px;
        font-size:  2.5rem;
    }

    .slider-message span {
        font-size:  1.5rem;
    }

    #subheader-content {
        height: 100px;
    }

    .page-title {
        font-size: 2.5rem;
    }

    .box-immobili {
        margin-bottom: 10px;
    }

    footer {
        padding-top: 120px;
        padding-bottom: 20px;
    }

    #logo-fiaip {
        width: 80px;
        height: 80px;
        top: -120px;
    }

    #subfooter {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .gallery-thumbs-container {
        padding: 10px;
    }

    .gallery-thumbs-container .swiper-slide {
        width: 50%;
    }
}

/* SMALL - S */
@media (min-width: 480px) and (max-width: 767px) {
    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-logo {
        width: 330px;
        margin: 0 auto;
    }

    #menu-responsive-container {
        margin-bottom: 20px;
    }

    #subheader-home-content {
        height: 600px;
    }

    .slider-message {
        top: 30%;
        padding: 0 50px;
        font-size:  2.5rem;
    }

    .slider-message span {
        font-size:  1.5rem;
    }

    #subheader-content {
        height: 120px;
    }

    .page-title {
        font-size: 3rem;
    }

    .box-immobili {
        margin-bottom: 10px;
    }

    footer {
        padding-top: 120px;
        padding-bottom: 20px;
    }

    #logo-fiaip {
        width: 80px;
        height: 80px;
        top: -120px;
    }

    #subfooter {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .gallery-thumbs-container {
        padding: 10px;
    }

    .gallery-thumbs-container .swiper-slide {
        width: 50%;
    }
}

/* MEDIUM - M */
@media (min-width: 768px) and (max-width: 991px) {
    header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-logo {
        margin: 0 auto;
    }

    #menu-responsive-container {
        margin-bottom: 30px;
    }

    #subheader-content {
        height: 140px;
    }

    .page-title {
        font-size: 3.5rem;
    }

    .box-immobili {
        margin-bottom: 15px;
    }

    footer {
        padding-top: 130px;
        padding-bottom: 30px;
    }

    #subfooter {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .gallery-thumbs-container {
        padding: 20px;
    }

    .gallery-thumbs-container .swiper-slide {
        width: 25%;
    }
}

/* LARGE - L */
@media (min-width: 992px) and (max-width: 1199px) {
    header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header-logo {
        margin: 0 auto;
    }

    .box-immobili {
        margin-bottom: 20px;
    }

    .box-column-img {
        padding-right: 36px !important;
    }

    .box-immobili-content {
        padding: 10px 22px 10px 0;
    }

    .box-info-immobile {
        padding-right: 20px !important;
    }

    footer {
        padding-top: 140px;
        padding-bottom: 40px;
    }

    #subfooter {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .gallery-thumbs-container {
        padding: 20px;
    }

    .gallery-thumbs-container .swiper-slide {
        width: 20%;
    }
}

/* EXTRA LARGE - XL */
@media (min-width: 1200px) and (max-width: 1439px) {
    header {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .header-logo {
        width: 330px;
    }

    .box-immobili {
        margin-bottom: 25px;
    }

    .box-column-img {
        padding-right: 42px !important;
    }

    .box-immobili-content {
        padding: 10px 28px 10px 0;
    }

    .box-info-immobile {
        padding-right: 25px !important;
    }

    .box-immobili-icons span#ico-mq2 {
        padding: 0 16px 0 35px;
    }

    .box-immobili-icons span#ico-camere {
        padding: 0 16px 0 33px;
    }

    .box-immobili-icons span#ico-bagni {
        padding: 0 16px 0 32px;
    }

    footer {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    #subfooter {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .gallery-thumbs-container {
        padding: 20px;
    }

    .gallery-thumbs-container .swiper-slide {
        width: 20%;
    }
}

/* EXTRA EXTRA LARGE - XXL */
@media (min-width: 1440px) {
    header {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .box-immobili {
        margin-bottom: 30px;
    }

    .box-column-img {
        padding-right: 49px !important;
    }

    .box-immobili-content {
        padding: 10px 35px 10px 0;
    }

    .box-info-immobile {
        padding-right: 30px !important;
    }

    footer {
        padding-top: 160px;
        padding-bottom: 60px;
    }

    #subfooter {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gallery-thumbs-container {
        padding: 20px;
    }

    .gallery-thumbs-container .swiper-slide {
        width: 20%;
    }
}