/* 
Theme Name: Gestisko.Ortigia
Theme URI: https://www.pixelabdesign.it/
Description: Template Gestisko.Ortigia
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.pixelabdesign.it/
*/

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    color: #363636;
}
h1, h2, h3, h4, h5, h6{
    
}
p {
    line-height: 24px;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
strong, b{
    font-weight: 600
}
a{
    font-weight: 600;
    text-decoration: none;
    color: #A3B653 
}

/* HEADER */
header {
    position: fixed;
    z-index: 4;
    width: 100%;
    transition: 0.2s all ease-in-out;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.bg{
    background-color: #363636
}
.verticalh{
    display: table;
    width: 100%;
}
.middleh{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 80px;
    transition: 0.2s all ease-in-out
}
.marchio{
    height: 50px;
    background-image: url('https://www.gestiskortigia.it/wp-content/themes/gestisko/images/marchio.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.2s all ease-in-out;
}
.topheader {
    background-color: #363636;
    color: #fff;
    font-size: 10px;
    padding: 5px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* END HEADER */

/* MENU */
#menu-mainmenu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#menu-mainmenu li {
    display: inline-block;
    margin: 0px 5px;
    border-radius: 3px;
    position: relative;
}
#menu-mainmenu li a {
    color: #363636;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0px 5px;
    font-weight: 400;
    font-size: 14px;
}
#menu-mainmenu .current_page_item, #menu-mainmenu li:hover {
}
#menu-mainmenu .current_page_item a, #menu-mainmenu li:hover a {
}
/* END MENU */

/* EFFETTO MENU */
header ul li::after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #A3B653;
    display: block;
    content: '';
    transition: 0.3s all ease-in-out;
}
header ul li::after{
    position:absolute;
    bottom: 0px;
    left:0;
    height: 1px;
    width:0%;
    background-color:#A3B653;
    display:block;
    content:'';
    transition: 0.3s all ease-in-out;
}

header ul li:hover::after, header ul .current-menu-item::after{
    left:0;
    width:100%;
}
/* END EFFETTO MENU */



/* RESPONSIVE MENU */
.socialresp i {
    color: #fff;
}
.button_container {
    cursor: pointer;
    height: 27px;
    position: fixed;
    right: 30px;
    top: 50px;
    transition: 0.3s all ease-in-out;
    width: 35px;
    z-index: 100;
}

.shrink .button_container {
    top: 40px;
}
.button_container span {
    background: #A3B653 none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.3s all ease-in-out;
    width: 100%;
    transition: 0.2s all ease-in-out
}

.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}

.button_container .bottombottom {
    font-size: 10px;
    font-weight: bold;
    height: 0 !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    top: 33px !important;
}
.logorepmenu {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    display: inline-block;
    color: #fff;
}
.overlaymenu {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.3s all ease-in-out;
    z-index: 18 !important;
    background: rgba(163,182,82,0.95)
}
.overlaymenu nav {
    text-align: center;
    top: 200px;
    position: relative;
    display: block;
    font-size: 30px;
}
.overlaymenu ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.overlaymenu ul li {
    display: inline-block;
    opacity: 0;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 100%;
}
.overlaymenu.open ul li {
    opacity: 1
}
.overlaymenu ul li a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
}

.button_container.active .topp {
    background: #fff none repeat scroll 0 0;
    transform: translateY(11px) translateX(0px) rotate(45deg);
}

.button_container.active .middle {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
}

.button_container.active .bottom {
    background: #fff none repeat scroll 0 0;
    transform: translateY(-11px) translateX(0px) rotate(-45deg);
}

.button_container.active .bottombottom {
    color: #fff;
}
.overlaymenu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2
}
.mainmenuresponsive {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mainmenuresponsive a{
    font-size: 18px;
}
.footermenuresponsive a {
    margin: 0px !important;
}
.footermenuresponsive {
    width: 75%;
    text-align: center;
    margin: 10px auto 0px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footermenuresponsive a {
    margin: 0px !important;
    font-size: 13px;
    line-height: 12px;
}
.metaccountresp{
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 75%;
}
.verticalresp{
    display: table;
    width: 100%;
}
.middleresp{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh
}
.socialresp {
    width: 75%;
    margin: 20px auto 0px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}
.socialresp a {
    color: #fff
}
.socialresp .footerfour {
    margin-top: 0px;
}
.socialresp .title-widget {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.logoresp {
    height: 105px;
    margin: 0 auto 20px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 75%;
    padding-bottom: 20px;
}
.menuresp {
    display: none;
}
.socialresp .social {
    display: inline-block;
    margin: 0px 5px;
}
.socialresp i {
    font-size: 27px;
}
.inziaresp {
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    font-size: 13px !important;
    padding: 7px 19px;
    display: inline-block;
    border-radius: 30px;
    letter-spacing: 1px;
    color: #A3B653;
    font-display: block;
}
.continziaresp {
    display: block;
    width: 75%;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}
/* END RESPONSIVE MENU */



/* SHRINK */
header.shrink{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2)
}
.shrink .marchio{
    background-image: url('https://www.gestiskortigia.it/wp-content/themes/gestisko/images/marchio.svg');
    height: 40px;
}
.shrink .middleh{
    height: 60px;
}
/* END SHRINK */

/* CONTENT */
.slide{
    position: relative;
    height: 750px;
    z-index: 1;
    margin-top: 80px;
}
.overlayslide{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.35;
    z-index: 2
}
.schedaslide {
    background: rgba(255, 255, 255, 0.85);
    z-index: 3;
    position: relative;
    width: 55%;
    display: inline-block;
    padding: 40px;
    text-align: left;
}
.icoohome {
    margin-top: 20px;
}
.card{
    position: relative;
}
.contprezzo {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #A3B653;
    color: #fff;
    padding: 10px;
}
.labelpre {
    margin: 0px;
    font-size: 11px;
    line-height: 7px;
}
.prepre {
    margin: 5px 0px 0px;
    line-height: 17px;
    font-size: 19px;
}
.contprezzopre {
    margin-bottom: 30px;
}
.labelprepre {
    margin: 0px;
    font-size: 20px;
}
.preprepre {
    margin: 10px 0px 0px;
    font-size: 30px;
}
.contprezzopre {
    display: inline-block;
    background: #A3B653;
    padding: 20px;
    color: #fff;
}
.fir {
    margin-right: 30px;
}
.contcard {
    height: 100px;
}
.bannerslide {
    position: absolute;
    top: -10px;
    left: 0;
    background-color: #A3B653;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 10px;
}
.prent {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 14px;
}
.pprent {
    margin-top: 0px;
    font-size: 22px;
}
.searchfor {
    position: absolute;
    bottom: -50px;
    z-index: 3;
    width: 100%;
}
.search {
    background: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.avai {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
}
.search iframe {
    height: 85px;
}
.search .content.clearfix{
    padding: 0px !important
}
.contarr {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    transition: 0.2s all ease-in-out;
    padding: 0px 30px 0px 50px;
}
.contarr i {
    color: #fff;
    font-size: 40px;
    position: relative;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
.contarr:hover{
    padding: 0px 30px 0px 40px
}
.contarrdue {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.2s all ease-in-out;
    padding: 0px 50px 0px 30px;
}
.contarrdue i {
    color: #fff;
    font-size: 40px;
    position: relative;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
.contarrdue:hover {
    padding: 0px 40px 0px 30px
}
.fade {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    z-index: 1
}
.fade li {
    height: 750px;
}
.slick-dots {
    bottom: 20px !important;
    z-index: 2;
}
.slick-dots li.slick-active button::before{
    opacity: 0 !important
}
.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    padding: 0px !important;
    color: #fff !important;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.2s all ease-in-out;
    margin: 0 auto
}
.slick-active button{
    background: #fff !important;
}
.singleimage {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slick-dotted.slick-slider{
    margin-bottom: 0px !important;
}
.foto{
    margin-top: 40px;
}
#toTop {
    background: #e2ae1a; 
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    text-align: center;
    z-index: 9999;
    opacity: 0.7;
    padding: 5px 10px;
}
#toTop i {
    color: #fff;
    font-weight: 25px;
}
.verticals{
    display: table;
    width: 100%
}
.middles{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 750px;
}
.testoslide {
    position: relative;
    z-index: 2;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px
}
.metaslide {
    margin: 0px;
    font-size: 14px;
}
.linkslide a {
    margin: 20px 0pc 0px;
    display: table;
    z-index: 2;
    position: relative;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    background: #A3B653; 
    border: 1px solid #A3B653;
}
.titlehome {
    color: #A3B653;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
}
.uno{
    padding: 40px 0px;
    background-color: #fff;
    position: relative;
}
.uno p{
}
.sottoslide {
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.09);
    padding: 140px 0px 40px
}
.middleso a {
    background: #A3B653;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px 15px 80px;
    border-radius: 100px;
    display: table;
}
.contsolink.domande::before {
    content: "";
    display: block;
    background-image: url(https://www.gestiskortigia.it/wp-content/themes/gestisko/images/check.svg);
    width: 40px;
    position: absolute;
    left: 40px;
    height: 40px;
    opacity: 1;
    margin-top: 20px;
    background-repeat: no-repeat;
}
.tittoo {
    color: #A3B653;
    font-size: 26px;
    margin: 0px 0px 10px 0px;
    line-height: 29px;
}
.texttoo p {
    font-size: 16px;
    opacity: 0.8;
}
.texlink {
    font-size: 14px;
    margin: 0px;
    font-weight: 400
}
.verticalico{
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.middleico {
    display: table-cell;
    width: 100%;
    height: 100px;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    text-align: center;
    padding: 20px
}
.icoser {
    height: 200px;
    background-image: url(https://www.gestiskortigia.it/wp-content/themes/gestisko/images/image2.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.titser {
    margin: 0px;
    font-size: 18px;
    color: #A3B653;
    font-weight: 600;
}
.contserviceh{
    text-align: center;
}
.textico {
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: left;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
}
.tre {
    padding: 80px 0px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+42,f1f1f1+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 42%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 42%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(255,255,255,1) 42%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: relative;
    z-index: 2
}
.titdue {
    color: #4b4f60;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    margin: 0px;
}
.titdue::after {
    content: "";
    display: block;
    height: 3px;
    background: #A3B653;
    width: 70px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tittre {
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
    margin: 0px;
    text-align: center;
}
.tittre::after {
    content: "";
    display: block;
    height: 3px;
    background: #A3B653;
    width: 70px;
    margin: 10px auto 30px;
}
.card{
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.imagecard{
    height: 300px;
    background-image: url(https://www.gestiskortigia.it/wp-content/themes/gestisko/images/image.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
.contcard {
    padding: 15px 15px;
}
.titcard {
    margin: 0px;
    font-weight: 600;
    text-align: left;
    color: #363636;
    font-size: 14px;
    line-height: 18px;
}
.cittàcard {
    margin: 0px;
    font-size: 12px;
    color: #363636;
    font-weight: 400
}
.night {
    margin: 5px 0px 0px;
    display: inline-block;
    color: #363636;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #fff;
    padding: 0px 10px;
}
.night b{
    font-weight: 600
}
.parallax{
    background-image: url(https://www.gestiskortigia.it/wp-content/uploads/2019/06/slideuno-1.jpg);
    height: 300px;
    background-size: cover
}
.quattro {
    padding: 80px 0px;
    background-color: #fff;
}
.cinque{
    text-align: center;
    padding: 60px 0px
}
.titcinq {
    color: #A3B653;
    font-weight: 600;
    text-align: center;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.textcinq {
    margin: 0px;
    font-size: 14px;
    opacity: 0.7;
}
.primod {
    font-size: 11px;
    line-height: 14px;
    opacity: 0.7;
    display: block;
    width: 100%;
    margin-bottom: 0px
}
.mailpoet_paragraph {
    float: left;
}
#mailpoet_form_1 {
    display: inline-block;
    width: 460px;
    margin: 20px auto 0px;
}
.mailpoet_text {
    width: 360px !important;
    height: 50px;
    padding: 15px;
    font-size: 16px;
    color: #9f9f9f;
    background: #f1f1f1;
    border: 1px solid #ccc;
}
.mailpoet_form.mailpoet_form_shortcode {
    display: inline-block;
    width: 100%;
}
.mailpoet_submit {
    height: 50px;
    padding: 10px 0;
    font-size: 14px;
    margin: 0px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #A3B653;
    background: #A3B653;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
.mailpoet_paragraph {
    margin: 0px;
}
.parallaxdue{
    background-image: url(https://www.gestiskortigia.it/wp-content/uploads/2019/06/colonia-luxury-villa-rental-large-groups-sicily-trapani-01_1920x1080_gd_r7_h0_v0_t1_c000-000-000-255_q85.jpg);
    position: relative;
}
.overlaypdue{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgb(54,54,54);
background: linear-gradient(45deg, rgba(54,54,54,1) 0%, rgba(54,54,54,0.8071429255295868) 100%);
}
.contpduee{
    position: relative;
    z-index: 2;
}
.verticalpdue{
    display: table;
    width: 100%;
}
.middlepdue{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 500px;
}
.titpdue {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    margin: 0px;
    line-height: 40px;
}
.textpdue {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    margin: 30px 0px;
}
.titpdd {
    font-weight: 600;
    font-size: 35px;
    margin: 0px;
}
.textpdd {
    opacity: 0.7;
    font-size: 14px;
    margin: 30px 0px;
}
.buttonpdue {
    background: #A3B653;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 5px;
}
.buttonallpro {
    background: #A3B653;
    color: #fff;
    padding: 10px 30px;
    display: table;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 5px;
    margin: 50px auto 0px;
}
.sei {
    background: #f1f1f1;
    display: table;
    width: 100%;
}
.partners {
    list-style: none;
    margin: 0px;
    padding: 20px 0px 20px 0px;
    text-align: center;
}
.partner {
    display: inline-block;
    margin: 0px 20px;
}
.logopartner{
    height: 70px;
    width: 200px;
    background-image: url(https://www.gestiskortigia.it/wp-content/themes/gestisko/images/mediland.png);
    background-size: contain;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.titpar {
    color: #A3B653;
    font-weight: 400;
    font-size: 24px;
    margin: 20px 0px 25px;
}
.tittdue {
    color: #A3B653;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
}
.proponi {
    color: #fff;
    background: #A3B653;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 5px;
}
.categorieimm{
    display: inline-block;
    width: 100%;
}
.middle{
    float: left;
    width: 50%;
    position: relative;
}
.app{
    background-image: url(https://www.gestiskortigia.it/wp-content/themes/gestisko/images/appartamenti.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.vill{
    background-image: url(https://www.gestiskortigia.it/wp-content/themes/gestisko/images/ville.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.vc {
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
}
.mc{
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    height: 400px;
    text-align: center;
}
.overlaycat{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.45;
    z-index: 2
}
.titlecat {
    color: #fff;
    font-size: 30px;
    margin: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
}
.vaicat {
    font-weight: 400;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    display: inline-block;
    font-size: 12px;
    color: #363636;
    background: #fff;
    padding: 2px 20px;
    border-radius: 5px;
}
.middle:hover .vaicat {
    opacity: 1;
    margin-top: 15px;
}
.offerpropert {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.serviceexp {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.arrows {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.arrows li {
    background: #A3B653;
    color: #fff;
    display: inline-block !important;
    padding: 5px 14px;
    margin: 0px 3px;
    opacity: 0.5;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
.arrows li:hover {
    opacity: 1
}
.slick-slide {
    padding: 20px 15px;
}
.textcat {
    font-weight: 400;
    font-size: 14px;
    width: 50%;
    margin: 10px auto 0px;
    color: #fff;
    line-height: 20px;
}
.immagineevi {
    height: 360px;
    background-position: center;
    position: relative;
}
.overlayimmagineevi{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    background-color: #363636;
}
.container.contenitore {
    margin-top: 60px;
    margin-bottom: 60px;
}
.modulo {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
}
.titmo {
    margin: 0px;
    background: #A3B653;
    padding: 10px 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.label {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.7;
}
.field {
    margin-top: 0px;
    margin-bottom: 15px;
}
.field input, .field textarea {
    padding: 5px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    border: 1px solid #ddd;
}
.send input {
    background: #A3B653;
    color: #fff;
    border: none;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}
.labelim {
    color: #A3B653;
    font-size: 19px;
    font-weight: 600;
    margin-top: 0px
}
.sezioneim {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.sezioneimm {
    padding: 30px 0px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.contenitoreimmobile {
    margin-top: 120px !important;
    margin-bottom: 0px !important
}
.titimm {
    font-weight: 400;
    font-size: 34px;
}
.conttitpro {
    background-color: rgb(242, 242, 242) !important;
    padding: 0px 40px;
}
.vcp {
    display: table;
    width: 100%;
}
.mcp {
    display: table-cell;
    width: 100%;
    height: 600px;
    vertical-align: middle;
}
.firstimage {
    height: 600px;
    background-size: cover;
    position: relative;
}
.col-md-8.npl{
    padding-left: 0px;
}
.contsingimm{
    padding: 80px 0px 30px
}
.infobase span {
    font-weight: 600;
    margin-right: 30px;
}
.infobase {
    margin-bottom: 30px;
}
.tittourimm {
    font-size: 40px;
    margin-bottom: 60px;
    font-weight: 600;
    border-top: 1px solid #ddd;
    padding-top: 80px;
}
.titsezimm {
    font-size: 40px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 40px;
}
.galleria {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.separatore{
    height: 1px;
    width: 100%;
    background-color: #ddd
}
.singleimages {
    width: 24%;
    display: inline-block;
    margin-bottom: 30px
}
.stories {
    height: 200px;
    background-size: cover;
    margin-right: 10px;
}
.singleimages a {
    color: #363636;
    font-weight: 400;
}
.descfoto {
    margin-top: 10px;
}
.contentsingle {
    width: 90%;
    margin: auto;
}
.sezioneimmo {
    border-top: 1px solid #ddd;
    padding-top: 60px;
    margin-top: 60px;
}
.ubi{
    margin-bottom: 0px;
}
.descubi {
    margin-bottom: 50px;
    width: 60%;
    margin-top: 30px;
}
.tre.realtedimm {
    margin-top: 100px;
}
.listproperty {
    padding: 0px;
    margin: 0px 0px 40px;
    list-style: none;
    display: inline-block;
    width: 100%
}
.listproperty li {
    margin-bottom: 30px;
}
.listproperty .imagecard {
    height: 230px;
}
.titlepage {
    margin-top: 80px;
}
.contserch {
    width: 85%;
    margin: 0 auto;
}
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}
.infolista{
    display: inline-block;
    width: 100%;
}
.titlistinfoimm {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px
}
.listinfoimm {
    padding: 0px;
    list-style: none;
    margin: 0px;
    -webkit-column-count: 3; /* Old Chrome, Safari and Opera */
  -moz-column-count: 3; /* Old Firefox */
  column-count: 3;
}
.listinfoimm p:first-child {
    margin-top: 0px;
}
.contregcasa{
    margin-top: 30px;
}
.prenotaimm a {
    background: #363636;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
}
.imgsingleart img {
    width: 100%;
    height: auto;
}
.titmodu {
    margin: 0px 0px 20px 0px;
    color: #A3B653;
    font-weight: 600;
    font-size: 20px;
}
.modulo.moduloservice {
    padding: 25px;
}
.banner {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #A3B653;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 8px;
    font-weight: 400;
}
.bannerdue {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #A3B653;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    font-weight: 400;
}
.contenitorepage {
    margin-bottom: 90px;
    margin-top: 130px;
}
.iconcontact {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    display: none;
}
.iconcontact.tel {
    background: #07A16D;
}
.iconcontact.marker {
    background: #07A16D;
}
.insta i {
    font-size: 40px;
    display: inline-block;
}
.insta {
    margin-top: 30px;
    display: inline-block;
}
.insta span {
    color: #fff;
    position: relative;
    top: -10px
}
.insta span {
    color: #fff;
    position: relative;
    top: -10px;
    display: inline;
    left: 10px;
}
/* END CONTENT */

/* FOOTER */
footer{
    padding: 60px 0px;
    background: #363636;
    color: #fff;
    font-size: 14px;
}
footer p {
    font-size: 14px;
}
footer span {
    color: #fff !important;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
footer ul{
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
footer ul li{
    margin-bottom: 10px;
}
footer ul li a{
    color: #fff;
    font-weight: 400
}
.logofooter {
    width: 80%;
}
.title-widget {
    margin-top: 0px;
    font-weight: 600;
    font-size: 19px;
}
.design {
    background: #2c2b2b;
    color: #fff;
    padding: 8px 0px;
    text-align: center;
}
.design p, .design a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
    opacity: 0.7
}
.design a {
    text-decoration: underline;
}
.topfooter ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.topfooter ul li {
    display: inline-block;
    margin-right: 10px;
}
.topfooter ul li:after{
    content:"•";
    color: #fff;
    margin-left: 10px;
    opacity: 0.6
}
.topfooter ul li:last-child:after{
    content:"";
    color: #fff;
    margin-right: 0px;
}
.topfooter ul li:last-child{
    margin-right: 0px;
}
.topfooter ul li a{
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s all ease-in-out
}
.topfooter ul li a:hover{
    opacity: 1;
}
.topfooter{
    text-align: center;
    background: #4b4b4b;
    font-size: 14px;
    padding: 10px 0px
}
#toTop {
    background: #444; 
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    text-align: center;
    z-index: 9999;
    opacity: 0.7;
    padding: 5px 10px;
}
#toTop i {
    color: #fff;
    font-weight: 25px;
}
/* END FOOTER */





/***** RESPONSIVE *****/

/* SMALL DESKTOP */
@media only screen and (min-width : 1025px) and (max-width : 1198px) {

}
/* IPAD */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* IPAD LANDSCAPE */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
.contarr {
    padding: 0px 30px 0px 10px;
}
.contarrdue {
    padding: 0px 10px 0px 30px;
}
.contarrdue:hover {
    padding: 0px 10px 0px 30px;
}
.contarr:hover{
    padding: 0px 30px 0px 10px;
}
.contserch {
    width: 100%;
}
.imagecard{
    height: 200px
}
.night {
    margin: 0px 0px 0px;
    font-size: 11px;
}
}

/* IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
.schedaslide {
    margin-right: 70px;
}
.middles, .slide, .fade li{
    height: 500px
}
.searchfor {
    position: relative;
    bottom: 0;
}
.contserch {
    width: 100%;
    margin: 0 auto;
}
.search iframe {
    height: auto !important;
}
.sottoslide {
    padding: 0px 0px 40px;
}
.searchfor.hidden-lg.hidden-md {
    margin-bottom: 50px;
}
.textcat {
    width: 80%;
}
.imagecard{
    height: 220px;
}
.contenitorepage {
    width: 100% !important;
}
#menu-mainmenu li a {
    color: #363636;
    text-decoration: none;
    letter-spacing: 0;
    padding: 0px 3px;
    font-weight: 400;
    font-size: 13px;
}
.topheader.right {
    text-align: center;
}
.contpduee .middlepdue {
    text-align: center;
}
}

/* SMARTPHONE */
@media (min-width: 300px) and (max-width: 767px){
.schedaslide {
    margin-right: 70px;
}
.middles, .slide, .fade li{
    height: 400px
}
.searchfor {
    position: relative;
    bottom: 0;
}
.contserch {
    width: 100%;
    margin: 0 auto;
}
.search iframe {
    height: 220px;
}
.sottoslide {
    padding: 0px 0px 40px;
}
.searchfor.hidden-lg.hidden-md {
    margin-bottom: 50px;
}
.textcat {
    width: 80%;
}
.imagecard{
    height: 220px;
}
.contenitorepage {
    width: 100% !important;
}
#menu-mainmenu li a {
    color: #363636;
    text-decoration: none;
    letter-spacing: 0;
    padding: 0px 3px;
    font-weight: 400;
    font-size: 13px;
}
.topheader.right {
    text-align: center;
}
.contpduee .middlepdue {
    text-align: center;
}
.schedaslide {
    width: 60%;
    padding: 20px;
}
.metaslide {
    display: none;
}
.linkslide a {
    font-size: 10px;
}
.pprent {
    margin-top: 0px;
    font-size: 17px;
}
.testoslide {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 14px;
}
.prent {
    margin-top: 10px;
}
.middle {
    width: 100%;
}
.mc {
    height: 320px;
}
.titpdue {
    font-size: 22px;
    line-height: 22px;
}
footer {
    text-align: center;
    font-size: 12px;
}
.footeruno, .footerdue, .footertre{
    margin-bottom: 40px;
}
.mcp {
    display: table-cell;
    width: 100%;
    height: auto;
    vertical-align: middle;
    padding: 40px 0px;
    text-align: center;
}
.conttitpro {
    padding: 0px 20px;
}
.col-md-8.npl {
    padding-left: 15px;
}
.firstimage {
    height: 270px;
}
.infobase span {
    font-weight: 600;
    margin-right: 0px;
    display: block;
    text-align: center;
}
.contsingimm {
    padding: 40px 0px 30px;
}
.tittourimm, .titsezimm {
    font-size: 28px;
    line-height: 30px;
}
.singleimages {
    width: 100%;
    text-align: center;
}
.listinfoimm {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.titsezimm{
    margin-bottom: 40px;
}
.descubi {
    margin-bottom: 50px;
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
}
.prenotaimm iframe {
    width: 100% !important;
}
#contenedorCalendario td {
    display: inline-block;
    width: 100%;
}
.tittre {
    font-size: 19px;
}
.topfooter {
    display: none;
}
.menuresp{
    display: block;
}


.contarr {
    padding: 0px 10px 0px 10px;
}
.contarr:hover{
    padding: 0px 10px 0px 10px
}
.contarrdue {
    padding: 0px 10px 0px 10px;
}
.contarrdue:hover {
    padding: 0px 10px 0px 10px
}
}




