
/*
Template Name: Light House html5 templete
Author:  CrazyCafe
Author URI:
Version: 1.0

====/========        ===== ==/====/
             CSS Index
====/========        =======/====/

01. reset CSS         ====================>

02. preloader css     ====================>>>

03.Header area css    ====================>>

04.Welcome area css   ====================>>

05.Home 2 area css   ====================>>>

06.Home 3 area css   ====================>>>

07.About area css     ====================>>>

08.about v2 area css    ====================>>>

09.agent area css    ====================>>>

10.agent details area css      ====================>>>

11. blog area css      ====================>>>

12.blog details area css        ====================>>

13.blog masonry css        ====================>>>

14.blog sidebar css        ====================>>>

15.contact css        ====================>>>

16.contact v2 css        ====================>>>

17.faq css        ====================>>>

18.login css        ====================>>>

19.pricing css        ====================>>>

20.properties Two css ====================>>>

21.properties masonry css ====================>>>

22.properties list css ====================>>>

23.properties details css ====================>>>

24properties sidebar css ====================>>>

25.properties v1 css ====================>>>

26.properties v2 css ====================>>>

27.ptestimonial css ====================>>>

*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

body {
    f-ont-family: 'Roboto', sans-serif;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

ul {
    margin: 0;
    padding: 0;
    /*list-style: none;*/
}
textarea:focus{
    outline: none;
}
a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    f-ont-family: 'Roboto', sans-serif;
    font-family: 'Lato', sans-serif;
    margin: 0 0 15px;
}


/*
 *****************************************
 >>> |.header Start
 *****************************************
*/

.header-area {
    padding: 17px 0px;
    /* loris */
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #fff;
    width: 100%;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}

.logo {
    padding-top: 0px;
}

a.header-global-btn2 {
    background: #000000;
    display: inline-block;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    min-width: 220px;
    width:100%;
    text-align: center;
    padding: 14px 8px;
}

a.header-global-btn {
    background: #fcce39;
    display: inline-block;
    color: #202020;
    font-weight: 500;
    border-radius: 4px;
    min-width: 220px;
    text-align: center;
    padding: 14px 8px;
}



a.header-global-btn:hover {
    background: #000000;
    color: #fff;
}

@media only screen and (min-width: 768px) {

.mainmenu-area ul li {
    display: inline-block;
    position: relative;
}
.mainmenu-area ul li a {
    display: inline-block;
    font-weight: 500;
    color: #313131;
    padding-right: 14px;
    padding-top: 15px;
}



.mainmenu-area ul li a:hover {
    color: #fcce39;
}

.slicknav_menu {
    display: none;
}

.mainmenu-area {
    text-align: center;
}
ul.drop-menu {
    position:  absolute;
    left: -20px;
    top: 60px;
    width: 200px;
    z-index:  99;
    background:  #fff;
    padding-top: 8px;
    padding-bottom: 20px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-bottom-left-radius:  4px;
    border-bottom-right-radius:  4px;
}

ul.drop-menu li {
    display:  block;
}

ul.drop-menu li a {
    display:  block;
    text-align:  left;
    padding-left:  20px;
}

.mainmenu-area ul li:hover ul.drop-menu, .home2-mainmenu ul li:hover ul.drop-menu {
    top:  40px;
    visibility:  visible;
    opacity:  1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

}

/*home 2 & home 3 drop menu*/
ul.drop-menu.drop-2 {
    background: #fbcd49;
}

ul.drop-menu.drop-2 li, ul.drop-menu.drop-3 li {
    display:  block;
}

ul.drop-menu.drop-2 li a, ul.drop-menu.drop-3 li a {
    display:  block;
}
ul.drop-menu.drop-2 li a {
    font-weight: 500;
    padding-bottom: 5px;
}
ul.drop-menu.drop-2 li a:hover{
    color: #fff;
}

ul.drop-menu.drop-2 {
    padding-top:  20px;
}

.home2-mainmenu ul li:hover .drop-menu.drop-2{
    top: 20px;
}
.home2-mainmenu ul.drop-menu.drop-3 li a {
    color: #555;
    padding-bottom: 6px;
}

.home2-mainmenu ul li:hover .drop-menu.drop-3{
    top:50px;
}
ul.drop-menu.drop-3 {
    border: 1px solid #ddd;
}
/*hero area css*/

.hero-area {
    background: url(assets/img/home-1-hero-bg.jpg)no-repeat;
    background-position: center;
    background-size: cover!important;
    position: relative;
    z-index: 1;
}

.hero-area:after {

    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
   /* background: #000;*/
    opacity: .45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    z-index: -1;

}

.hero-area {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 55px;
}

.hero-single-slide h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 17px;
    font-weight:bold;
    text-shadow: 2px 2px 5px #000000!important;
}
.hero-single-slide h2{font-size:28px;margin-bottom:32px;text-shadow: 2px 2px 5px #000000!important;}

.hero-single-slide h4 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 28px;
}

.hero-single-slide a {
    color: #ffffff;
    font-weight: 500;
    margin-left: 32px;
}

.hero-single-slide a.header-global-btn {
    color: #202020;
}

.hero-single-slide a.header-global-btn:hover {
    color: #fff;
}

.hero-schdule {
    background-color: #fcce39;
    -webkit-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.51);
box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.51);
    padding: 30px;
    border-radius: 4px;
}

.hero-schdule h3 {
    font-size: 25px;
    color: #313131;
    margin-bottom: 16px;
}

.hero-nice-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 19px;
}

.hero-nice-select ul {
    width: 100%;
}

a.header-global-btn.cta1 {
    margin-top: 14px;
    background: #000000;
    color: #fff;
}

a.header-global-btn.cta1:hover {
    background: #fbcd49;
    color: #20202e;
}

.hero-slide {
    padding-top: 70px;
}

.hero-area .owl-nav div {
    position: absolute;
    bottom: -240px;
    font-size: 40px;
    color: #383838;
    z-index: 9;
    -webkit-transition: .4s;
    transition: .4s;
}

.hero-area .owl-nav .owl-next {
    left: 70px;
}

.hero-area .owl-nav:after {
    position: absolute;
    left: -300px;
    bottom: -253px;
    height: 80px;
    width: 519px;
    content: "";
    background: #fff;
    z-index: -1;
}

.hero-area .owl-nav {
    position: relative;
}

.hero-area .owl-nav div:hover {
    color: #fbcd49;
}


/*featured area css*/

.featured-area {b--order-bottom: 1px solid #f0f0f0;}

.section-padding {padding: 60px 0px;}
.section-padding2{padding: 32px 0px 60px;}
.featured-single-slide{
  border-radius:8px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
  background-color: #fff;}


.img_annuncio_prin{height:230px;width:100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img_annuncio_prin img{height:230px;}
.featured-slide .owl-stage-outer{padding: 15px 18px;}



.featured-single-slide img {
    width: 100%;
}

.featured-left-text h2 {
    font-size: 30px;
    color: #313131;
    margin-bottom: 25px;
}

.featured-left-text p {
    font-weight: 400;
    color: #707070;
}

a.featured-btn {
    padding: 15px 65px;
    color: #202020;
    border: 2px solid #fcce39;
    display: inline-block;
    margin-top: 40px;
    border-radius: 4px;
}

a.featured-btn:hover {
    background: #fbcd49 none repeat scroll 0 0;
}

.featured-slide-text {
    padding:16px;
}

.featured-slide-text h4 {
    font-size: 16px;
    color: #313131;
    margin-bottom: 8px;
}

.featured-slide-text p {
    color: #707070;
    font-size:14px;
    line-height:20px;
    margin-bottom:8px;
}

.featured-slide-text p i {
    margin-right: 4px;
}

span.featured-price {
    background: #fcce39;
    padding:4px;
    font-weight:bold;
}

span.featured-details {
    display: inline-block;
    color: #313131;
    margin-bottom: 16px;
    font-size:12px;
}

span.featured-details span {
    padding-right: 26px;
}

span.calender-cta {
    color: #777777;
    font-weight: 300;
}

a.featured-btn-cta {
    padding: 6px 35px;
    border: 2px solid #fbcd49;
    f-loat: right;
    border-radius: 4px;
    color: #313131;
}

a.featured-btn-cta:hover {
    /* color:  #fbcd49;*/
    background: #fbcd49
}

.featured-slide .owl-nav div {
    position: absolute;
    left: -350px;
    font-size: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 87px;
    bottom: 0;
}

.featured-slide .owl-nav .owl-next {
    left: -285px;
}

.featured-slide .owl-nav div:hover {
    color: #facc55;
    background: #fbfbfb;
}

.featured-slide2 .owl-nav div {
    position: absolute;
    /*left: -350px;*/
    font-size: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 87px;
    bottom: -50;

}

.featured-slide2 .owl-nav .owl-next {
    left: 70px;
}

.featured-slide2 .owl-nav div:hover {
    color: #facc55;
    background: #fbfbfb;
}



/*service area css*/

.featured-area {
    border-bottom: 1px solid #f0f0f0;
}

.section-title h2 {
    font-size: 30px;
    color: #313131;
    margin-bottom: 29px;
}

.section-title p {
    color: #707070;
}

.section-title {
    margin-bottom: 80px;
}

.service-single-item h4 {
    color: #313131;
    font-size: 20px;
    margin-bottom: 22px;
    margin-top: 12px;
    margin-left: -30px;
}

.service-single-item p {
    color: #777777;
    font-size: 15px;
}

.service-area {
    border-bottom: 1px solid #f0f0f0;
}

.featured-slide-text.cta {
    background: #fcfcfc;
}

.featured-slide-text.cta h4,
.featured-slide-text.cta p,
.featured-slide-text.cta .featured-details,
.featured-slide-text.cta .calender-cta {
    padding-left: 20px;
}

.featured-slide-text.cta .featured-price {
    margin-left: 20px;
}

.featured-slide-text.cta a.featured-btn-cta {
    margin-right: 20px;
}

.featured-slide-text.cta hr {
    background: #ebebeb;
    margin-bottom: 22px;
}

.featured-slide-text.cta span.featured-details {
    margin-bottom: 5px;
}

.featured-slide-text.cta .featured-btn-cta:hover {
    background: #fbcd49;
    color: #313131;
}

.recent-properties {
    padding-bottom: 210px;
    padding-top: 80px;
}

.recent-properties .owl-nav div {
    position: absolute;
    left: 45%;
    bottom: -140px;
    font-size: 35px;
    color: #383838;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
    height: 70px;
    width: 70px;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    line-height: 75px;
}

.recent-properties .owl-nav .owl-next {
    left: 52%;
}

.recent-properties .owl-nav div:hover {
    color: #fbcd49;
    background: #fbfbfb;
}



/*agent area css*/

.agent-area {
    background: #fcfcfc;
}

.featured-slide-text.cta2 h4 {
    font-size: 18px;
    color: #313131;
}

span.client-meta {
    font-size: 14px;
    line-height:20px;
    color: #777777;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}

span.cl {}

a.client-mail {
    display: block;
    color: #707070;
    font-weight: 300;
    margin-bottom: 10px;
}

a.client-mail i {
    padding-right: 6px;
}

span.client-social-icon a {
    color: #313131;
    padding-right: 10px;
    font-size: 16px;
}

span.client-social-icon a:hover {
    color: #fcce39;
}

a.client-btn {
    font-weight: 500;
    color: #313131;
    float: right;
    padding: 6px 25px;
    border-radius: 4px;
    border: 2px solid #fcce39;
    margin-top: 5px;
}

a.client-btn:hover {
    background: #fcce39;
}

span.client-social-icon {
    margin-top: 13px;
    display: inline-block;
}


/*video area css*/

.video-area {
    background: url(assets/img/video-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
    height: 390px;
    position: relative;
    z-index: 1;
}

.video-area-tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

a.play-btn i {
    height: 60px;
    width: 60px;
    background: #fff;
    line-height: 60px;
    font-size: 20px;
    color: #313131;
    border-radius: 100px;
    -webkit-transition: .4s;
    transition: .4s;
}

a.play-btn:hover i {
    background: #fbcd49;
}

.video-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #262626;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: -1;
}

.client-area {
    padding-top: 80px;
}


/*logo slide css*/

.logo-single-slide {
    cursor: pointer;
    border: 1px solid transparent;
}

.logo-single-slide:hover {
    border: 1px solid #f2f2f2;
}


/*footer css*/

.footer-widget-area {
    background: #000000;
    color: #fff;
    padding-top: 40px;
}

.footer-bottom-area {
    border-top: 1px solid ##FFFFFF;
    padding-top: 16px;
    padding-bottom: 14px;
}

.footer-bottom-area .container hr{border-top: 1px solid #fff;opacity:0.2;}
.footer-bottom-area a{font-size:12px;color:#fff;text-decoration: underline;margin:0px 12px;}

.widget-left p {
    margin-top: 35px;
    margin-bottom: 25px;
}

.widget-left a {
    color: #fff;
    padding-right: 14px;
}

.widget-left a:hover {
    color: #fcce39;
}

h4.widget-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 42px;
    position: relative;
}

h4.widget-title:after {
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 56px;
    height: 2px;
    content: "";
    background: #fbcd49;
}

.footer-single-widget ul li a {
    color: #ffffff;
    padding-bottom: 7px;
    display: inline-block;
}

.footer-single-widget-cta a {
    color: #fff;
    display: block;
}

.footer-single-widget-cta i {
    padding-right: 8px;
    color: #fcce39;
}

.footer-single-widget-cta a {
    padding-bottom: 10px;
}

span.icon-float-left {
    float: left;
    height: 70px;
}

.footer-widget-3 input[type="email"], .blog-sidebar-right-form input[type="email"] {
    width: 80%;
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
    border: none;
    margin-top: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.footer-widget-3 input::-webkit-input-placeholder {
    color: #777777;
}

.footer-widget-3 input::-moz-placeholder {
    color: #777777;
}


.footer-widget-3 input:-ms-input-placeholder {
    color: #777777;
}

.footer-widget-3 input::placeholder {
    color: #777777;
}

.footer-single-widget-cta {
    margin-left: 30px;
}

button.widget-sent-btn {
    padding: 11px 18px;
    background: #fcce39;
    border: none;
    margin-left: -4px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

button.widget-sent-btn:hover {
    opacity: 5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=500)";
}

.footer-bottom-area p a {
    color: #fbcd49;
}

.footer-single-widget ul li a:hover {
    color: #fcce39;
}

.footer-single-widget-cta a {
    font-size: 14px;
}

.widget-content {
    font-size: 14px;
}

.footer-single-widget ul li a {
    font-size: 14px;
    padding-bottom: 0;
}

.widget-left p {
    font-size: 14px;
    line-height: 23px;
}

.footer-widget-3 p {
    font-size: 14px;
}

.hero-single-slide h4 {
    font-size: 16px;
}



/*
 *****************************************
 >>> | home 2 header Start
 *****************************************
*/

.home2-top-text span {
    color: #707070;
}

span.home2-top-text1 {
    margin-right: 40px;
}

span.home2-top-text2 span {
    color: #313131;
}

a.home2-top-call span {
    color: #313131;
}

a.home2-top-mail span {
    color: #313131;
}
a.home2-login-btn:hover {
  color: #fcce39;
}
span.home2-top-text2 {
    margin-right: 18px;
    border-right: 1px solid #cbcbcb;
    padding-right: 18px;
}

a.home2-top-call {
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid #cbcbcb;
    color: #777777;
}

a.home2-login-btn {
    float: right;
    color: #313131;
    padding: 6px 23px;
    border: 1px solid #fcce39;
    border-radius: 30px;
    margin-top: -8px;
}

a.home2-top-mail {
    color: #777777;
}

.home2-top-area {
    padding: 6px 0px;
    padding-bottom: 10px;
}

.home2-top-text {
    padding-top: 17px;
}

.home2-header-area {
    background: #fcce39;
}

.home2-mainmenu ul li {
    display: inline-block;
    position: relative;
}

.home2-mainmenu ul li a {
    display: inline-block;
    color: #313131;
    padding-right: 18px;
}

.home2-right-header {
    float: right;
    width: 100%;
    padding-top: 13px;
}

span.home2-search {
    position: relative;
}

span.home2-search input[type="search"] {
    border: none;
    padding-left: 20px;
    width: 100%;
    border-radius: 30px;
    padding: 12px;
    padding-left: 20px;
}

span.home2-search input::-webkit-input-placeholder {
    color: #777;
}

span.home2-search input::-moz-placeholder {
    color: #777;
}

span.home2-search input:-ms-input-placeholder {
    color: #777;
}

span.home2-search input::placeholder {
    color: #777;
}

span.home2-search i {
    position: absolute;
    right: 0;
    top: 0;
    right: 16px;
    cursor: pointer;
    font-size: 20px;
}

.home2-mainmenu {
    padding-top: 27px;
}

.home2-logo {
    padding: 17px 20px;
    background: #fff;
}

.home2-single-properties-img img {
  width: 100%;
}
.home2-popular-img img {
  width: 100%;
}

/*home hero css*/

.home2-hero-area {
    background: url(assets/img/home2-hero-bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 210px;
    color: #fff;
    z-index: 1;
}

.home2-hero-text h1 {
    font-weight: 700;
    margin-bottom: 8px;
}

.home2-hero-text p {
    font-size: 18px;
    font-weight: 400;
}

.home2-hero-text p i {
    margin-right: 16px;
    color: #fcce39;
}

.home2-hero-text span img {
    margin-right: 12px;
}

a.home2-hero-btn,
a.home2-hero-btn-2 {
    font-size: 20px;
    color: #fff;
    padding: 17px 40px;
    border: 2px solid #fcce39;
    font-weight: 400;
    border-radius: 4px;
}

.home2-hero-icon {
    margin-bottom: 47px;
    margin-top: 30px;
}

a.home2-hero-btn span {
    font-weight: 900;
    font-size: 25px;
}

a.home2-hero-btn-2 {
    margin-left: 20px;
    padding: 17px 30px;
    font-weight: 500;
}

a.home2-hero-btn:hover,
a.home2-hero-btn-2:hover {
    background: #fbcd49;
    color: #313131;
}

.home2-hero-text {
    position: relative;
    z-index: 1;
    padding: 30px;
    padding-bottom: 45px;
}

.home2-hero-text:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #1c1c1c;
    z-index: -1;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    border: 2px solid #403532;
}

.home2-hero-icon span {
    padding-right: 15px;
}

.home2-hero-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #1c1c1c;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    z-index: -1;
}


/*search area*/

span.home2-single-search input,
span.home2-single-search select,
.search-properties input[type="submit"] {
    width: 100%;
    height: 60px;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
    font-size: 16px;
    padding-left: 20px;
}

span.home2-single-search input::-webkit-input-placeholder {
    color: #777777;
}

span.home2-single-search input::-moz-placeholder {
    color: #777777;
}

span.home2-single-search input:-ms-input-placeholder {
    color: #777777;
}

span.home2-single-search input::placeholder {
    color: #777777;
}

.search-properties h2 {
    margin-bottom: 25px;
    font-weight: 500;
    color: #313131;
    margin-left: -10px;
}

.search-properties {
    padding: 30px 20px;
    box-sizing: border-box;
}

.nice-select.home2-single-search.cta {
    width: 100%;
    height: 60px;
    border-radius: 0px;
    padding-top: 9px;
    border: 1px solid #cdcdcd;
    color: #777777;
}

.search-properties input[type="submit"] {
    width: 100%;
    cursor: pointer;
}

.margin_cta {
    padding: 4px;
}

.search-properties input[type="submit"]:hover {
    background: #fcce39;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #313131;
}

.search-properties input[type="submit"] {
    -webkit-transition: .4s;
    transition: .4s;
    width: 93%;
    border-radius: 4px;
    color: #777;
}

a span.home2-single-search {
    color: #000000;
    margin-top: 16px;
    display: inline-block;
}

.nice-select.home2-single-search.cta ul {
    width: 100%;
}

.search-properties {
    padding: 30px 30px;
    box-sizing: border-box;
    box-shadow: 0px 6px 13px -4px #ddd;
    margin-top: -65px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.section-title.cta h2 {
    color: #000000;
}

.section-title.cta {
    margin-bottom: 30px;
}



/*home 2 properties area css*/

.home2-single-properties {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.home2-single-properties-overlay-text h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 25px;
}

.home2-single-properties-overlay-text p {
    font-weight: 400;
    border-bottom: 1px solid #4c4f49;
    padding-bottom: 14px;
    margin-bottom: 10px;
    padding-left: 25px;
}

.home2-single-properties-overlay-text span {
    font-size: 16px;
    font-weight: 700;
}

span.ctss-bdr {
    height: 20px;
    width: 1px;
    background: #fdb45f;
    display: inline-block;
    margin: 0px 10px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
}

.home2-single-properties-overlay-text {
    position: absolute;
    top: 40%;
    color: #fff;
    width: 100%;
}

.home2-single-properties-overlay-text p i {
    color: #fcce39;
    margin-right: 8px;
}

.home2-single-properties-text span {
    color: #313131;
    font-size: 25px;
    font-weight: 500;
    margin-top: 7px;
    display: inline-block;
}
a.home2-view-more {
    float: right;
    padding: 8px 20px;
    color: #313131;
    background: #fcce39;
    border-radius: 4px;
    font-weight: 500;
}
a.home2-view-more:hover {
    background:  #313131;
    color:  #fcce39;
}
.home2-single-properties-text {
    margin-top: 16px;
}

.home2-single-properties-img {
    position: relative;
}

home2-single-properties-img:after {

    opacity: 0.89;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";
    position: absolute;
    left: 230px;
    top: 1255px;
    width: 360px;
    height: 186px;
    z-index: 595;
    content: "";
}
span.home2-properties-meta {
    padding-left:  25px;
}

.home2-single-properties-img:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,303030+0,303030+0,303030+0,303030+99&0+0,1+79 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 1) 79%, rgba(48, 48, 48, 1) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 1) 79%, rgba(48, 48, 48, 1) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00303030', endColorstr='#303030', GradientType=0);
    /* IE6-9 */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    /* background: #303030;*/
    opacity: 0.89;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";
}

.home2-pagination ul.pagination {
    d--isplay:  inline-block;
    border-radius: inherit;
}

.home2-pagination ul.pagination li {
    display:  inline-block;
    margin-right:4px;
}

.home2-pagination ul.pagination li a {
    display:  inline-block;
    height:  40px;
    width:  38px;
    border:  1px solid #dadada;
    color:  #313131;
    margin: 0px 4px;
    line-height: 25px;
    border-radius:  0px;
}

.home2-pagination ul.pagination li a i {
    font-size:  20px;
}
.home2-pagination ul.pagination li a .fa-chevron-right{margin-top:3px;margin-left:2px;}
.home2-pagination ul.pagination li a .fa-chevron-left{margin-top:3px;margin-right:2px;}

.home2-pagination ul.pagination li a:hover {
    background:  #313131;
    color:  #fff;
    border:  1px solid transparent;
}
.home2-pagination li.page-item.cta {
    margin-right:  10px;
}

.home2-pagination li.page-item.ctas {
    margin-left:  10px;
}
.home2-pagination {
    margin-top: 60px;
}


/*home 2 featured area css*/

.home2-single-properties-text.cta
 span {
    color:  #fff;
}

.home2-single-properties-text.cta {
    margin-left:  25px;
}

.home2-single-properties-text.cta
 a {
    float:  inherit;
    margin-left:  30px;
    padding: 10px 24px;
}
.home2-featured-left-text {
    display:  table;
    width: 100%;
    height:  100%;
}

.home2-featured-left-text-table {
    display:  table-cell;
    vertical-align:  middle;
    -webkit-box-pack:  center;
        -ms-flex-pack:  center;
            justify-content:  center;
}

.home2-featured-left-text-table h4 {
    font-size:  20px;
    font-weight:  500;
    margin-bottom:  30px;
    color:  #313131;
}

.home2-featured-left-text-table p {
    color:  #777777;
    margin-bottom:  0px;
}

.home2-featured-area h2 {
    margin-bottom: 50px;
}
.home2-featured-area {
    padding-bottom: 100px;
}

.home2-featured-slide .owl-dots div {
    height: 15px;
    width: 15px;
    background: #adadad;
    margin: 0px 6px;
    border-radius:  100px;
    display:  inline-block;
}

.home2-featured-slide .owl-dots div.active {
    background: #2c2c2c;
}

.home2-featured-slide .owl-dots {
    text-align:  center;
}

/*home2 video are css*/
.video-area.cta{
    background: url(assets/img/home2-video-bg.jpg);
}
.home2-video-text h2 {
    font-size:  30px;
    color:  #fff;
    margin-bottom: 20px;
}
.home2-video-text p {
    color: #fff;
    margin-bottom: 24px;
}

/*home 2 popuplar area css*/
.home-2-popular-text a {
    float:  inherit;
    padding: 12px 40px;
    font-weight:  500;
    margin-left: -30px;
    visibility:  hidden;
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
}

.home2-popular-single-tems {
    position:  relative;
}

.home-2-popular-text {
    position:  absolute;
    top: 50%;
    left:  50%;
    color:  #fff;
    -webkit-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
    text-align:  center;
}

.home-2-popular-text h4 {
    font-weight:  500;
    font-size:  20px;
    margin-bottom: 7px;
}

.home-2-popular-text p {
    font-weight:  500;
    margin-bottom:  20px;
}

.home2-popular-img {
    position:  relative;
    overflow:  hidden;
}

.home2-popular-img:after {
    position:  absolute;
    left:  0;
    top:  0;
    height:  100%;
    width:  100%;
    content:  "";
    background: #262626;
    opacity:  .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.home2-popular-single-tems:hover
 .home-2-popular-text a {
    visibility:  visible;
    opacity:  1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-left: 0px;
}

.home2-popular-img img {
    -webkit-transition: .6s;
    transition:  .6s;
}

.home2-popular-single-tems:hover .home2-popular-img img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}
.margin-top-30 {
    margin-top: 30px;
}

/*home 2 counter css*/
.home2-counter-area {
    background:  #fcce39;
    padding: 60px 0px;
}

.home-2-single-count img {
    float:  left;
}

.home2-counter-text h2 {
    font-size:  30px;
    font-weight:  500;
    color:  #313131;
    margin-bottom: 0px;
}

.home2-counter-text h4 {
    font-size: 18px;
    font-weight:  400;
    color:  #313131;
}

.home2-counter-text {
    margin-left: 85px;
}

/*home3 testimonial slide */

.home2-testimonial-table {
    position:  relative;
}

.home2-testimonial-table a {
    position:  absolute;
    top:  50%;
    left:  50%;
    text-align:  center;
    -webkit-transform: translateY(-50%)translateX(-50%);
            transform: translateY(-50%)translateX(-50%);
    z-index: 1;
}

.home2-testimonial-table a i {color:  #fcce39;}

.home2-testimonial-table a:hover
 i {
    color: #333;
}

.home2-testimonial-table:after {
    position:  absolute;
    left:  0;
    top:  0;
    height:  100%;
    width:  100%;
    content:  "";
    background: #2d2d2d;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.home2-testimonial-slide-bottom .slick-arrow {
    position:  absolute;
    left: -50px;
    top: 50%;
    font-size:  30px;
    -webkit-transition: .4s;
    transition:  .4s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
}

.home2-testimonial-slide-bottom .slick--next.slick-arrow {
    left: auto;
    right: -25px;
}

.home2-testimonial-slide-bottom .slick-arrow:hover {
    color:  #fcce39;
}
.home2-testimonial-slide-bottom {
    margin-top: 35px;
}

/*home2 brand logo css*/

.no-margin {
    padding: 4px;
}

/*home2 footer-css*/
.home2-footer-widget {
    background: #313131;
    padding-top: 60px;
    padding-bottom: 15px;
    color: #fff;
}

.home2-footer-img img {
    position: absolute;
}

.home2-footer-left-items {
    margin-bottom: 32px;
    position:  relative;
}

.home2-footer-img-text h5 a {
    font-size:  16px;
    font-weight:  500;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.home2-footer-left-items:hover h5 a {
    color: #fbcd49
}

.home2-footer-img-text p {
    font-size:  16px;
    font-weight:  500;
    margin-bottom:  0px;
}

.home2-footer-img-text {
    margin-left:  115px;
    padding-top:  10px;
}

.home2-footer-social-icon a {
    display:  inline-block;
    height:  35px;
    width:  35px;
    border:  1px solid #fff;
    text-align:  center;
    line-height:  30px;
    border-radius:  100px;
    padding: 2px 10px;
    margin:  0px 4px;
}

.home2-footer-social-icon {
    margin-left: -18px;
    display:  inline-block;
    margin-top: 25px;
}

.home2-footer-social-icon a i {
    color:  #fff;
    font-size: 16px;
}

.home2-footer-social-icon a:hover {
    background:  #fbcd49;
    border:  1px solid transparent;
}

.home2-footer-social-icon a:hover
 i {color:  #313131;}

.home2-footer-social-icon a:first-child {
    padding-left: 12px;
}

.footer-single-widget.cta ul li a
 i {
    margin-right: 8px;
    -webkit-transition: .4s;
    transition:  .4s;
}

.footer-single-widget.cta ul li a:hover i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
}
.footer-single-widget.cta ul li a {
    line-height: 37px;
}
.footer-single-widget-cta.cta i {
    color:  #fff;
}

.footer-bottom-area.cta {
    background:  #fbcd49;
    border:  none;
    margin:  0px;
    padding-top: 34px;
}
h4.widget-title.cta {
    margin-bottom: 70px;
}

/*
 *****************************************
 >>> | home 3 Start
 *****************************************
*/
.home2-header-area.cta {
    background: #000000;
    padding: 12px 0px;
}
.home2-header-area.cta ul li a {
    color:  #fff;
}
.home2-header-area.cta ul li a:hover {
    color:  #fcce39;
}
.home2-mainmenu.cta {
    padding-top: 17px;
}

span.home3-quote {
    float:  right;
}

span.home3-quote a {
    padding: 15px 50px;
    color:  #313131;
    background:  #fcce39;
    display:  inline-block;
    border-radius: 4px;
    font-weight:  500;
}

.home2-right-header.cta {
    padding-top:  0px;
}
.home3-logo {
    padding-top:  10px;
}
span.home3-quote a:hover {
    background:  #fff;
    color:  #fbcd49;
}
.hero-schdule.cta {
    width:  360px;
    position:  absolute;
    right: 14%;
    top: -620px;
    box-shadow: 0px 10px 22px #e9e9e9;
}

.home3-hero-schdule {
    position:  relative;
}
a.header-global-btn.cta12 {
    margin-top: 12px;
}

.home3-properties-area .slick-slide {
    margin: 0 15px;
}

.home3-properties-area .slick-list {
    margin: 0 -15px;
}

.home2-single-properties-overlay-text.cta span {
    font-weight: 500;
}

a.home3-properties-icon {
    padding: 5px 30px;
    background:  #fbcd49;
    color: #000000;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 35px;
}

a.home3-properties-icon:hover {
    background: #313254;
    color: #fff;
}

a.home3-properties-icon:hover i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    color:  #fff;
}

a.home3-properties-icon i {
    -webkit-transition: .4s;
    transition: .4s;
}

.home2-single-properties-overlay-text.cta p {
    border-bottom:  0px;
    padding-bottom:  5px;
}

h4.border-656 {
    padding-left:  25px;
    font-size:  25px;
    color:  #fcce39;
    border-bottom:  1px solid #505050;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-weight: 500;
}
.home2-single-properties-overlay-text.cta {
    top: 28%;
}
.home3-properties-slide .slick-arrow {
    position:  absolute;
    right: 60px;
    height:  40px;
    top: -130px;
    width:  40px;
    border:  1px solid #3e3e60;
    text-align:  center;
    line-height:  40px;
    color:  #3e3e60;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

.home3-properties-slide .slick--next.slick-arrow {
    right: 10px;
}

.home3-properties-slide .slick-arrow:hover {
    color:  #fbcd49;
}
.section-title.bg1 {
    background: url(assets/img/home3-pattern.png)no-repeat;
    background-size: cover;
    background-position: center;
    height: 60px;
    padding-top: 13px;
    padding-left: 10px;
}

/*home3 video area css*/
.video-area.cta2{
    background: url(assets/img/home3-video-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}


/*home3 featured css*/
.home2-single-properties-overlay-text.cta2 p {
    border:  none;
    padding-bottom: 4px;
}

a.client-btn.cta {
    color:  #fcce39;
    font-weight:  500;
    border:  1px solid;
    padding: 9px 25px;
}

.home3-featured-boder {
    padding-top:  20px;
    margin-top: 26px;
    border-top: 1px solid #4a4644;
    padding-left:  25px;
    padding-right:  25px;
}

.home3-featured-boder span {
    font-size:  25px;
    font-weight:  500;
    margin-top: 15px;
    display:  inline-block;
}

a.client-btn.cta:hover {
    color:  #222;
    border:  1px solid transparent;
}
.section-title.cts5.bg1 {
    margin-bottom: 45px;
}

.home3-featured-slide .owl-nav div {
    position:  absolute;
    right:  60px;
    top: -94px;
    height:  40px;
    width:  40px;
    border:  1px solid #848399;
    text-align:  center;
    line-height:  40px;
    -webkit-transition: .3s;
    transition: .3s;
}

.home3-featured-slide .owl-nav .owl-next {
    right: 10px;
    left:  auto;
}

.home3-featured-slide .owl-nav div:hover {
    color:  #facc55;
}


/*home3 agent css*/
.home3-agent-slide-text h4, .home3-latest-news-single-slide h4 {
    font-size:  18px;
    color:  #313131;
    font-weight:  500;
    margin-top: 27px;
    margin-bottom: 5px;
}

.home3-agent-slide-text p, .home3-latest-news-single-slide p {
    font-weight: 400;
    margin-bottom: 5px;
    color:  #777777;
}

a.home3-agent-btn {
    font-weight:  500;
    color:  #313131;
}

a.home3-agent-btn:hover {
    color: #fbcd49;
}
a.home3-agent-btn i {
    -webkit-transition: .3s;
    transition:  .3s;
    -webkit-transform:  translateY(2px);
            transform:  translateY(2px);
}

a.home3-agent-btn:hover i {
    color:  #f9cb48;
    -webkit-transform: translateX(5px)translateY(2px);
            transform: translateX(5px)translateY(2px);
}

.home3-agent-img {
    position:  relative;
}

.img-shape img.display-hide {
    visibility: hidden;
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 10px;
}

.img-shape img {
    position:  absolute;
    top: 32px;
}

.img-shape img {
    -webkit-transition: .4s;
    transition:  .4s;
}

.home2-agent-single:hover .img-shape img.display-hide {
    top:  32px;
    visibility:  visible;
    opacity:  1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.home2-agent-single:hover .img-shape img.display-show {
    visibility:  hidden;
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.home3-agent-slide .owl-nav div, .home3-testimonial-slide .owl-nav div, .home3-latest-news-slide .owl-nav div, .brand-logo-area.cta .owl-nav div {
    position:  absolute;
    right: 60px;
    top: -130px;
    height:  40px;
    width:  40px;
    border:  1px solid #85849a;
    text-align:  center;
    line-height:  40px;
    -webkit-transition: .4s;
    transition:  .4s;
}

.home3-agent-slide .owl-nav .owl-next, .home3-testimonial-slide .owl-nav .owl-next, .home3-latest-news-slide .owl-nav .owl-next, .brand-logo-area.cta .owl-nav .owl-next{
    right:  10px;
    left:  auto;
}

.home3-agent-slide .owl-nav div:hover, .home3-testimonial-slide .owl-nav div:hover, .home3-latest-news-slide .owl-nav div:hover, .brand-logo-area.cta .owl-nav div:hover {
    color:  #fbcd49;
}
.home3-agent-area {
    padding-bottom:  100px;
}

/*home3 counter css*/

.home2-counter-area.cta {
    background:  #313131;
    margin-bottom:  10px;
}

.home-2-single-count.cta .home2-counter-text h2 {
    color:  #fff;
}

.home-2-single-count.cta .home2-counter-text h4 {
    color: #dcdcdc;
}


/*home3 testimonial slide css*/

.home3-testimonial .home3-testimonial-single-slide img {
    height:  80px;
    width:  80px;
    display: inline-block;
}
.home3-testimonial-single-slide h4 {
    font-size:  18px;
    margin-top:  18px;
    color:  #313131;
    font-weight:  500;
    margin-bottom: 8px;
}

.home3-testimonial-single-slide h5 {
    color:  #777777;
    font-weight:  400;
    margin-bottom: 20px;
}

.home3-testimonial-single-slide p {
    color:  #777777;
}

.home3-testimonial-single-slide {
    padding: 30px 36px;
    box-shadow: 0px 41px 20px 0px #f4f4f4;
}

.home3-latest-news-single-slide h4 {
    line-height: 26px;
}
.home3-news-area {
    padding-bottom: 80px;
}

/*home3 logo slide*/
.logo-slides .logo-single-slide {
    border: 1px solid #f2f2f2;
}
.brand-logo-area.cta {
    padding-bottom:  80px;
}
.footer-widget-area.cta {
    background:  #313131;
}

.footer-widget-area.cta .footer-bottom-area {
    border-top: 1px solid #404040;
}


/*
 *****************************************
 >>> | about Start
 *****************************************
*/
.bread-camp-area {
    background: url(assets/img/breadcamp-bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    p-adding: 120px 0px;
    padding: 70px 0px;
    margin-top:60px;
    position: relative;
    z-index: 1;
}

.breadcamp-title h1 {
    font-size: 50px;
    font-weight:  400;
}

.titolo_articolo_blog h1 {font-size: 40px;font-weight:  400;}

.breadcamp-title h4 {
    font-size:  16px;
    margin-bottom:  0px;
}
.breadcamp-title h4 a{text-decoration: underline!important;}

.bread-camp-area:after {
    position:  absolute;
    left:  0;
    top:  0;
    height:  100%;
    width:  100%;
    content:  "";
    background:  #000;
    opacity:  .56;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=56)";
    z-index:  -1;
}

.breadcamp-title h4 a {
    color:  #ffff;
}

.section-about-top-text h2 {
    font-size:  30px;
    font-weight:  400;
    color:  #313131;
    margin-bottom:  20px;
}

.section-about-top-text {
    padding-right: 150px;
}

.section-about-top-text p {
    color:  #777777;
}

.section-about-top-text p {
    margin-bottom: 30px;
}

hr.section-about-border {background: #ededed;margin-bottom: 55px;margin-top: 55px;}

.section-about-top-text h2 {
    font-size:  30px;
    font-weight:  400;
    color:  #313131;
    margin-bottom:  20px;
}

.section-about-top-text {
    padding-right: 150px;
}

.section-about-top-text p {
    color:  #777777;
}

.section-about-top-text p {
    margin-bottom: 30px;
}

hr.section-about-border {background: #ededed;margin-bottom: 55px;margin-top: 55px;}

.section-about-area {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 45px;
    padding-top: 60px;
}

.agent-area.cta {
    background:  none;
    border-bottom: 1px solid #f0f0f0;
}


/*about v2 css*/
.about-v2-text h2, .about-v2-center-text h2 {
    color:  #313131;
    font-size:  30px;
}

.about-v2-text p, .about-v2-center-text p {
    color:  #777777;
    margin-bottom: 25px;
}

.about-v2-center-text span {
    color:  #777777;
    font-weight:  300;
}

.about-v2-center-text p {
    margin-bottom:  0px;
    margin-top: 33px;
}
hr.about-v2-border {
    margin-top: 70px;
    background: #ededed;
}
.about-v2-area {
    padding-top: 80px;
}
.agent-area.cta2 {
    padding-top:  80px;
    background:  none;
}


/*
 *****************************************
 >>> | blog area start
 *****************************************
*/
.featured-slide-text.cta3 {
    padding-top: 16px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #f0f0f0;
    border-top: none;
    margin-top: 0px;
}
.featured-slide-text.cta3 span.calender-cta {
    margin-bottom: 6px;
    display:  inline-block;
}

.featured-slide-text.cta3 p {
    font-weight:  400;
}

.featured-slide-text.cta3 hr {
    background: #eeeeee;
    margin-bottom: 20px;
}
.featured-single-slide.cta3 {
    -webkit-transition: .4s;
    transition: .4s;
    margin: 15px 0px;
}

.featured-single-slide.cta3:hover {
    box-shadow:  0px 4px 30px #e9e9e9;
}

.featured-slide-text.cta3 span.calender-cta {
    margin-top: 8px;
}

.featured-slide-text.cta3 a.featured-btn-cta {
    border-radius: 4px;
    padding: 8px 30px;
    border: 1px solid #fbcd49;
}

/*
 *****************************************
 >>> | blog sidebar start
 *****************************************
*/
.blog-sidebar-left-text {
    padding: 30px 15px;
    border:  1px solid #f4f4f4;
}

.blog-sidebar-left-text h4 {
    color:  #313131;
    font-size:  20px;
}

.blog-sidebar-left-text p {
    color:  #777777;
    margin-bottom:  20px;
}

.blog-sidebar-left-text span.calender-cta {
    margin-right: 25px;
    font-weight:  400;
}

.blog-sidebar-left-text span.calender-cta i {
    margin-right: 10px;
}

.blog-sidebar-single-left {
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 30px;
}

.blog-sidebar-single-left:hover {
    box-shadow: 0px 14px 43px #e7e7e7;
}

span.blog-sidebar-search {
    position:  relative;
}

span.blog-sidebar-search input[type="search"] {
    width:  100%;
    font-size:  18px;
    background: none;
    border:  none;
    padding-bottom:  10px;
    border-bottom:  1px solid #dcdcdc;
}

span.blog-sidebar-search input::-webkit-input-placeholder {
}

span.blog-sidebar-search input::-moz-placeholder {
}

span.blog-sidebar-search input:-ms-input-placeholder {
}

span.blog-sidebar-search input::placeholder {
}

span.blog-sidebar-search i {
    position:  absolute;
    right: 10px;
    top:  8px;
    color:  #3e3e3e;
}

.blog-sidebar-right-single {
    margin-top: 30px;
}

h4.blog-sidebar-title {
    font-size:  18px;
    color:  #313131;
    font-weight:  400;
    border-bottom:  1px solid #f0f0f0;
    padding-bottom: 13px;
    position:  relative;
    margin-bottom: 23px;
}

h4.blog-sidebar-title:after {
    position:  absolute;
    left:  0;
    bottom: -2px;
    height: 4px;
    width: 90px;
    content:  "";
    background:  #fcce39;
}

.blog-sidebar-right-single ul {
    list-style:  disc;
    color: #313131;
    margin-left: 16px;
    -webkit-transition: .4s;
    transition:  .4s;
}

.blog-sidebar-right-single ul li
 a {
    color: #777777;
    display:  inline-block;
    line-height: 38px;
}

.blog-sidebar-right-single ul li a:hover {
    color:  #313131;
}

.blog-sidebar-right-single ul :hover {
    color: #fbcd49;
}

.blog-sidebar-right-single.cta1 {}

.blog-sidebar-right-single.cta1 ul {
    -webkit-transition: .4s;
    transition:  .4s;
}

.blog-sidebar-right-post-text h5 {
    color:  #313131;
    font-size:  16px;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-sidebar-right-post-text span {
    color:  #777777;
}

.blog-sidebar-right-recent-post img {
    float: left;
}

.blog-sidebar-right-recent-post {
    margin-bottom: 4px!important;
    margin-top: 0px!important;
    border-bottom:0.5px solid #f1f1f1;
    padding:12px;
}

.blog-sidebar-right-post-text {
    margin-left: 113px;
}

.blog-sidebar-right-single.cta4 ul {
    list-style:  none;
}

.blog-sidebar-right-single.cta4
 a {
}

.blog-sidebar-right-single.cta5
 a {
    padding: 10px 17px;
    border: 1px solid #fcce39;
    display:  inline-block;
    color:  #313131;
    margin-bottom:  10px;
    margin-right: 10px;
}

.blog-sidebar-right-single.cta5 a:hover {
    background:  #fbcd49;
}

.blog-sidebar-right-single.cta5
 h4 {
    margin-bottom: 35px;
}
.blog-sidebar-right-recent-post:hover .blog-sidebar-right-post-text h5 {
    color: #fbcd49;
}
.blog-sidebar-right-form input[type="email"] {
    width: 85%;
    background: #f8f8f8;
    font-size: 16px;
}
.blog-sidebar-right-form button.widget-sent-btn {
    border-radius:  0px;
    padding-bottom: 10px;
}

.blog-sidebar-right-form input::-webkit-input-placeholder {
    color:  #777777;
}

.blog-sidebar-right-form input::-moz-placeholder {
    color:  #777777;
}

.blog-sidebar-right-form input:-ms-input-placeholder {
    color:  #777777;
}

.blog-sidebar-right-form input::placeholder {
    color:  #777777;
}
.blog-sidebar-right-recent-post.cta {
    margin-bottom:  60px;
}

/*
 *****************************************
 >>> | blog masonry start
 *****************************************
*/
.featured-single-slide.blog-masonry{
    width: 30.66%;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 15px;
}

.featured-single-slide.blog-masonry:hover {
   box-shadow: 0px 4px 30px #e9e9e9;
}
.featured-single-slide.blog-masonry {
   -webkit-transition: .4s;
   transition: .4s;
}

.featured-single-slide.blog-masonry .featured-slide-text.cta3 {
 border: 1px solid #f0f0f0;
}
.featured-single-slide.blog-masonry:hover .featured-slide-text.cta3 {
 border: 1px solid transparent;
}
.featured-single-slide.blog-masonry h4 {
    font-size: 19px;
}
.featured-single-slide.blog-masonry p {
    font-size:  15px;
}


/*
 *****************************************
 >>> | blog details start
 *****************************************
*/
.blog-details-left-top img {
    margin-bottom: 20px;
}

.blog-details-left-top span.calender-cta {
    margin-right:  20px;
}

.blog-details-left-top span.calender-cta i {
    margin-right:  10px;
}

.blog-details-left-top h4 {
    font-size:  20px;
    color:  #313131;
    margin-top:  22px;
}

.blog-details-left-top p {
    color:  #777777;
}

.blog-details-left-top {
    margin-bottom:  40px;
}

.blog-details-left-center img {
    float:  right;
    margin-bottom:  30px;
}

.blog-details-left-center p {
    color: #777;
}

.blog-details-left-center {}

h4.blog-details-left-title {
    font-size:  20px;
    color:  #313131;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom:  30px;
}
.blog-details-left-share a {
    padding: 10px 25px;
    border:  1px solid;
    margin-right:  10px;
}

.blog-details-left-share a i {-webkit-transform: translateX(-15px);transform: translateX(-15px);}

a.blog-details-fb {
    color:  #3c5a96;
}

a.blog-details-fb:hover {
    background:  #3c5a96;
    color:  #fff;
    border:  1px solid transparent;
}

a.blog-details-tw {
    border:  1px solid #2aa3ef;
    color:  #2aa3ef;
}

a.blog-details-tw:hover {
    background:  #2aa3ef;
    border:  1px solid transparent;
    color:  #fff;
}

a.blog-details-wapp {
    border:  1px solid #25d366;
    color:  #25d366;
}

a.blog-details-wapp:hover {
    background:  #25d366;
    border:  1px solid transparent;
    color:  #fff;
}

a.blog-details-linkedin {
    border:  1px solid #0e76a8;
    color:  #0e76a8;
}
a.blog-details-linkedin:hover {
    background:  #0e76a8;
    border:  1px solid transparent;
    color:  #fff;
}

a.blog-details-gl {
    border:  1px solid #db4c3f;
    color:  #db4c3f;
}

a.blog-details-gl:hover {
    background:  #db4c3f;
    color:  #fff;
    border:  1px solid transparent;
}

a.blog-details-pin {
    border:  1px solid #bb0f23;
    color:  #bb0f23;
}

a.blog-details-pin:hover {
    background:  #bb0f23;
    color:  #fff;
    border:  1px solid transparent;
1px
    solid transition:;
}

a.blog-details-ins {
    color:  #509dc6;
}

a.blog-details-ins:hover {
    background:  #509dc6;
    color:  #fff;
    border:  1px solid transparent;
}

.blog-details-comment-single img {
    float:  left;
}

.blog-comment-text h5 {
    font-size:  16px;
    margin-bottom: 14px;
}

.blog-comment-text span {
    font-size:  14px;
    color: #484848;
}

.blog-comment-text p {
    color:  #777777;
    margin-bottom:  0px;
}

.blog-comment-text h5 a {
    color:  #535353;
    float:  right;
}

.blog-comment-text {
    margin-left: 120px;
}

.blog-details-comment-single {
    margin-bottom: 22px;
    margin-top: 42px;
}

.blog-details-comment-single.cta {
    margin-left: 60px;
}

.blog-details-comment-single.cta2 {
    border-bottom:  1px solid #f1f1f1;
    padding-bottom: 25px;
}

.blog-details-left-form {
    margin-top: 80px;
}

.blog-details-left-form form input[type=text], .blog-details-left-form form input[type=email], .blog-details-left-form form textarea {
    width: 100%;
    background:  #fafafa;
    border:  none;
    padding: 15px;
    margin-bottom: 30px;
    color:  #313131;
}

.blog-details-left-form form textarea {
    margin-bottom:  0px;
    height: 160px;
}

.blog-details-left-form form input::-webkit-input-placeholder {
    color: #313131;
}

.blog-details-left-form form input::-moz-placeholder {
    color: #313131;
}

.blog-details-left-form form input:-ms-input-placeholder {
    color: #313131;
}

.blog-details-left-form form input::placeholder {
    color: #313131;
}

.blog-details-left-form textarea::-webkit-input-placeholder {
    color: #313131;
}

.blog-details-left-form textarea::-moz-placeholder {
    color: #313131;
}

.blog-details-left-form textarea:-ms-input-placeholder {
    color: #313131;
}

.blog-details-left-form textarea::placeholder {
    color: #313131;
}

h4.blog-details-left-title.cta {
    margin-bottom: 60px;
}

.blog-details-left-form input[type="submit"] {
    color:  #313131;
    background: none;
    border:  none;
    padding: 13px 54px;
    background:  #fcce39;
    border-radius:  4px;
    font-weight:  500;
    margin-top: 20px;
    -webkit-transition: .4s;
    transition:  .4s;
    cursor:  pointer;
}

.blog-details-left-form input[type="submit"]:hover {
    background:  #313254;
    color:  #fff;
}

/*
 *****************************************
 >>> | testimonial start
 *****************************************
*/
.section-testimonial-icon {
    margin-top:  30px;
}
.section-testimonial-items {
    margin-bottom:  60px;
}
.section-testimonial-items.cta {
    margin-bottom: 80px;
}
.section-testimonial-area {
    padding-top:  80px;
}
.home3-testimonial {
    padding-bottom: 60px;
}
.home3-testimonial-single-slide.cta.text-center {
    box-shadow:  none;
}

.section-testimonial-single {
    box-shadow: 0 10px 30px #f4f4f4;
    margin-bottom: 30px;
}
.section-title.cta66 {
    margin-bottom: 65px;
}

/*
 *****************************************
 >>> | login page start
 *****************************************
*/


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: relative;
	height: 15px;
	width: 15px;
   /* left: -9999px;*/
}



[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: relative;
	height: 15px;
	width: 15px;
   /* left: -9999px;*/
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #d0d0d0;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
    content: "\f26b";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: Material-Design-Iconic-Font;
    line-height: 14px;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.login-social.cta1 a {
    display:  block;
    background: black;
    margin-bottom:  10px;
    padding: 15px 0px;
    color:  #fff;
    font-weight:  400;
    font-size:  16px;
    padding-left: 90px;
}

.login-social.cta1 a i {
    margin-right: 15px;
    font-size:  25px;
}

.login-social.cta1 a {}

.login-social.cta1 a:nth-child(1) {
    background: #3c5a96;
}

.login-social.cta1 a:nth-child(2) {
    background:  #dd4b39;
}

.login-social.cta1 a:nth-child(3) {
    background:  #2cb9e9;
}

.login-form {
    margin-top: 15px;
}

.login-form ul li a {
    color:  #313131;
    font-size:  20px;
    font-weight:  500;
    padding-left:  0px;
    padding-right: 40px;
}

.login-form ul {
    border-bottom: 2px solid #f7f7f7;
    margin-bottom:  30px;
    padding-bottom:  10px;
}

.login-form ul li a.active {
    position:  relative;
}

.login-form ul li a.active:after {
    position:  absolute;
    left:  0;
    bottom: -12px;
    height: 2px;
    width: 65%;
    content:  "";
    background: #fcce39;
}

.login-form form input[type="email"], .login-form form input[type="password"] , .login-form form input[type="text"] {
    width:  100%;
    border:  none;
    box-shadow: 0px 0px 60px #f6f6f6;
    margin-bottom: 20px;
    padding: 15px;
}

.login-form form input::-webkit-input-placeholder {
    color: #777777;
}

.login-form form input::-moz-placeholder {
    color: #777777;
}

.login-form form input:-ms-input-placeholder {
    color: #777777;
}

.login-form form input::placeholder {
    color: #777777;
}

span.forget-right {
    float:  right;
    color:  #313131;
    margin-bottom:  25px;
}
.login-form form input[type="submit"] {
  background: #fcce39 none repeat scroll 0 0;
  border: medium none;
  color: #313131;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.login-form form input[type="submit"]:hover {
    background:  #313254;
    color:  #fff;
}

/*
 *****************************************
 >>> | pricing page start
 *****************************************
*/
.single-pricing-item {
    border:  1px solid #eaeaea;
    padding: 30px 0px;
}

.single-pricing-item h2 {
    font-size:  35px;
    color:  #313131;
    font-weight:  500;
    border: 2px solid #3e3e3e;
    display:  inline-block;
    padding: 5px 35px;
    border-radius:  30px;
    margin-bottom: 24px;
}

.single-pricing-item h3 {
    color:  #313131;
    font-size:  30px;
    font-weight:  500;
    margin-bottom:  30px;
}

.single-pricing-item ul li {
    color:  #313131;
    line-height: 38px;
}

a.price-btn {
    color:  #313131;
    font-weight:  500;
    padding: 10px 45px;
    border:  1px solid #fcce39;
    display: inline-block;
    margin-top: 22px;
    border-radius:  3px;
}

.single-pricing-item.cta {
    background:  #fcce39;
}

.single-pricing-item.cta a.price-btn {
    background:  #fff;
}

a.price-btn:hover {
    background:  #fbcd49;
}
.single-pricing-item h3 span {
    font-size: 18px;
}

/*
 *****************************************
 >>> | agent details page start
 *****************************************
*/
.agent-details-area{
    padding-top: 100px;
}
.agent-tab-area {
    padding-bottom:  80px;
}
.featured-single-slide.cta44 {
    margin-bottom:  30px;
    margin-top: 30px;
}
.agent-details-top-right span {
    color:  #777777;
}
.agent-details-left-img img {
  width: 100%;
}
.agent-details-top-right p {
    color:  #777777;
}
.agent-tab-menu ul li a {
    font-size:  18px;
    color:  #000000;
    font-weight:  500;
    background:  #f5f5f5;
    margin-right: 15px;
    min-width: 165px;
    text-align:  center;
    padding: 16px 10px;
}

.agent-tab-menu ul li a.active {
    background:  #fcce39;
}

.agent-tab-item form input[type="email"], .agent-tab-item form input[type="password"], .agent-tab-item form input[type="text"], .agent-tab-item form textarea {
    width:  100%;
    background:  #f9f9f9;
    border:  none;
    margin-bottom:  15px;
    margin-top:  15px;
    padding-left:  20px;
    line-height:  55px;
    color:  #777;
}

.agent-tab-item form textarea {
    height: 180px;
    color: #777;
}

.agent-tab-item input::-webkit-input-placeholder {
    color: #777777;
}

.agent-tab-item input::-moz-placeholder {
    color: #777777;
}

.agent-tab-item input:-ms-input-placeholder {
    color: #777777;
}

.agent-tab-item input::placeholder {
    color: #777777;
}

.agent-tab-item form textarea::-webkit-input-placeholder {
    color: #777;
}

.agent-tab-item form textarea::-moz-placeholder {
    color: #777;
}

.agent-tab-item form textarea:-ms-input-placeholder {
    color: #777;
}

.agent-tab-item form textarea::placeholder {
    color: #777;
}

.agent-tab-item form input[type="submit"] {
    border:  none;
    color:  #202020;
    font-weight:  500;
    background: #fbcd49;
    padding: 12px 33px;
    border-radius:  3px;
    margin-top: 6px;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

.agent-tab-item form input[type="submit"]:hover {
    background: #313131;
    color: #fff;
}

.agent-tab-menu {
    margin-bottom: 16px;
    border-bottom:  1px solid #ececec;
    padding-bottom: 10px;
}

.footer-single-widget-cta.cta11 h5 {
    font-size:  16px;
    color:  #777;
    line-height:  25px;
}

.footer-single-widget-cta.cta11 {
    margin-left:  0px;
    margin-top:  20px;
}

.footer-single-widget-cta.cta11 a {
    color: #777;
    font-size: 16px;
    padding-bottom: 3px;
}
.footer-single-widget-cta.cta11 i{
    color:  #777;
    font-size:  16px;
}

.footer-single-widget-cta.cta11 p {
    color: #777;
}
.footer-single-widget-cta.cta11 .widget-content {
    color:  #777;
    font-size:  16px;
}

/*properties 2 css*/
.featured-single-slide.ctas22 {
    margin-bottom: 35px;
    margin-top: 35px;
}
span.featured-price.cta {
    background:  none;
    -webkit-transition: .3s;
    transition:  .3s;
}

.featured-single-slide.ctas22:hover span.featured-price.cta {
    background:  #facc55;
}

/*properties list css*/

.featured-slide-text.ctasas span.properties-list-titles {
    font-size: 18px;
    color: #313131;
    margin-bottom: 13px;
    font-weight: 700;
}

.featured-slide-text.ctasas {
    padding-top:  0px;
}
p.metas2 i {
    color: #facc55;
    margin-right: 5px;
}

span.featured-price.ctas2 {
    color: #fbcd49;
    background: none;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
}

.featured-slide-text.ctasas span.featured-details span {
    font-size: 12px;
    font-weight: 500;
    color: #313131;
    border-right: 1px solid #fdb45f;
    padding-right: 9px;
    padding-left: 5px;
}
p.metas2 {
    margin-bottom: 12px;
}
.featured-slide-text.ctasas span.featured-details span:nth-child(4) {
    border-right: none;
}
.featured-slide-text.ctasas span.featured-details span:nth-child(1) {
    padding-left: 0px;
}
span.properties-days {
    float:  right;
    color:  #777777;
    font-weight:  300;
}

p.properties-list-meta {
    color: #313131;
    font-weight: 400;
    margin-top: 26px;
}

span.properties-author {
    color:  #777777;
    padding-right: 3px;
}

.properties-list-share span {
    color:  #313131;
    font-weight:  500;
    padding-right: 15px;
}

.properties-list-share a {
    color:  #313131;
    padding-right: 7px;
}
.featured-slide-text.ctasas span.featured-details {
    margin-bottom: 10px;
    line-height:2;
}
.properties-list-item {
    padding:12px;
    b-order-bottom:  1px solid #ededed;
    margin-bottom: 24px;
    transition: all 0.3s ease 0s;
    border-radius:4px
}
.properties-list-item:hover{box-shadow: 0px 0px 14px rgba(72, 132, 175, 0.25);border-radius:4px;}
.properties-list-item.cta {
    margin-bottom:  0px;
    padding-bottom:  0px;
    border-bottom:  none;
}

/*property masonry css*/
.home2-single-properties.ctasas {
    float:  left;
}

.home2-single-properties-overlay-text.cta2s p {
    border-bottom:  0px;
    margin-bottom: 0px;
}

.home2-single-properties-overlay-text.cta2s .home3-featured-boder {
    padding-top: 15px;
}

.home2-single-properties-overlay-text.cta2s {
    top: auto;
    bottom: 8%;
}
.home2-single-properties.ctasas {
    width: 30.66%;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 15px;
}

/*properties sidebar css*/
span.properties-sidebar-left-ctasd {
    float:  right;
    padding-top:  15px;
    font-size:  20px;
}

span.properties-result {
    margin-left: 95px;
    font-weight:  500;
    color:  #313131;
}

.nice-select.properties-top-select {
    display:  inline-block;
    float:  inherit;
    margin-left: 18px;
    border:  1px solid #fcce39;
    border-radius:  0px;
    min-width:  220px;
    height: 50px;
    padding-top:  6px;
    color:  #313131;
    font-size:  16px;
}

.properties-sidebar-left-top {
    background:  #f7f7f7;
    padding:  15px;
}

.nice-select.properties-top-select ul {
    width:  100%;
}

span.properties-sidebar-left-ctasd i {
    margin-left: 15px;
}
.home2-single-properties.ctas12.ctasas {
    width: 48%;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0px;
    margin-top: 30px;
}
h4.properties-sidebar-title {
    font-size:  20px;
    color:  #313131;
    font-weight:  500;
    margin-bottom:  0px;
    margin-top:  30px;
}

/*propertis sidebar right side*/
.properties-sidebar-right-search {
    background: #fcce39;
    padding: 18px 10px;
    padding-bottom: 30px;
}

.properties-sidebar-right-search h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  500;
    margin-bottom: 25px;
}

.properties-sidebar-right-search
 form input[type="search"] {
    width:  100%;
    border:  none;
    color:  #313131;
    padding: 12px 16px;
}
.properties-sidebar-right-search
 form input::-webkit-input-placeholder{
    color:  #313131;
}
.properties-sidebar-right-search
 form input::-moz-placeholder{
    color:  #313131;
}
.properties-sidebar-right-search
 form input:-ms-input-placeholder{
    color:  #313131;
}
.properties-sidebar-right-search
 form input::placeholder{
    color:  #313131;
}
.nice-select.properties-top-select-right {
    width:  100%;
    border-radius:  0px;
    margin-top: 20px;
    height: 53px;
    padding-top:  6px;
    font-size:  16px;
    color:  #313131;
}
a.properties-sidebar-btn {
    color:  #313131;
    background:  #fff;
    width:  100%;
    display:  inline-block;
    padding:  12px 14px;
    margin-top: 20px;
}

a.properties-sidebar-right-btns {
    font-weight:  500;
    color:  #fff;
    background:  #313131;
    padding: 13px 40px;
    display:  inline-block;
    border-radius:  4px;
    margin-top: 20px;
}

a.properties-sidebar-right-btns:hover {
    color:  #fbcd49;
}

a.properties-sidebar-btn:hover {
    color:  #fbcd49;
}
.blog-sidebar-right-single.cta3 {
    margin-top: 50px;
}

.blog-sidebar-right-single.cta3 h4.blog-sidebar-title {
    margin-bottom: 50px;
    border-bottom:  none;
}

.blog-sidebar-right-single.cta3 h4.blog-sidebar-title:after {
    height:  2px;
}

.properties-sidebar-right-map {
    width: 431px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 10px #f4f4f4;
}

/*
 *****************************************
 >>> | single properties v1 start
 *****************************************
*/

.single-properties-v1-slide-bottom {
    padding:  0px 15px;
    margin-top: 5px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.single-properties-v1-single-slide-top {
    padding:  5px;
}

.single-properties-v1-slide-bottom .slick-arrow {
    position:  absolute;
    left:  0;
    top:  40px;
    font-size:  25px;
    color:  #313131;
    cursor: pointer;
}

.single-properties-v1-slide-bottom .slick--next.slick-arrow {
    left:  auto;
    right: 0;
}
.single-properties-v1-title h1 {
    font-size:  25px;
    color:  #313131;
    font-weight:  700;
}

span.ctsc {font-size: 13px;padding: 1px 14px;border-radius: 4px;margin-left:20px;bottom: -12px;}


span.ctas-right {
    font-weight: 500;
    float:  right;
    color: #313131;
}

span.metas-3 {
    float:  right;
    color: #777;
}

.single-properties-v1-title {margin-bottom: 24px;}
.single-properties-v1-title .ctsc{font-size:14px;}

.single-properties-details {
    margin-top: 48px;
}

h4.single-properties-title-cs {
    font-size:  20px;
    color:  #000;
    font-weight:  bold;
    padding-bottom: 15px;
    margin-bottom: 24px;
    border-bottom:  1px solid #e0e0e0;
}

.single-properties-details p, .single-properties-details {
    color:  #707070;
    font-size:15px;
    line-height: 1.75;
    font-weight:300;
    letter-spacing:0.5px
}
.single-properties-details ul{
	padding:20px;
	font-size:15px;
	list-style:unset;

}
.single-properties-details ul li{margin-bottom:8px;}

.single-property-details.cta2 {
    margin-top: 50px;
}

.single-property-details.cta2 h5 {
    font-size:  16px;
    font-weight:  700;
    color:  #313131;
}

.single-property-details.cta2 h5
 span {
    color:  #313131;
    font-weight:  400;
}

.single-property-details.cta3 {
    margin-top: 50px;
}

.single-property-details.cta3 a {
    color:  #313131;
    margin-bottom: 10px;
    display:  inline-block;
}

.single-property-details.cta3 a i {
    margin-right: 15px;
    -webkit-transition: .3s;
    transition:  .3s;
}

.single-property-details.cta3 a:hover i {
    -webkit-transform:  translateX(10px);
            transform:  translateX(10px);
    color:  #fbcd49;
}

.single-property-details.cta3 a:hover {
    color: #fbcd49;
}

.single-property-details.cta4 {
    margin-top: 40px;
}

.section-testimonial-items.cta5 {
    margin-top: 40px;
}

.single-property-agent {
    margin-top: 60px;
}

.single-property-agent img {
    margin-top:  15px;
}

.single-property-agent-text {
    margin-top:  10px;
}

.single-property-agent-text h4 {
    font-size:  20px;
    font-weight:  500;
    color:  #313131;
    margin-bottom:  10px;
}

.single-property-agent-text p {
    color:  #777777;
    margin-bottom: 9px;
}

.single-property-agent-text a {
    display:  block;
    color:  #777777;
    margin-bottom: 10px;
}

.single-property-social-icons a {
    display:  inline-block;
    color:  #313131;
    margin-right: 15px;
}

.single-property-social-icons {
    margin-top:  20px;
}

.single-property-social-icons a:hover {
    color:  #fcce39;
}

.single-property-contact {
    margin-top: 50px;
}

.single-property-contact form input[type="text"], .single-property-contact form input[type="email"], .single-property-contact form textarea, .stiletextarea, .stiletext{
    width:  100%;
    background: #f7f7f7;
    border:  none;
    padding:  15px;
    margin-bottom: 15px;
    color:  #777;
    border-radius:4px;
    font-size:12px;
}

.single-property-contact form textarea,  .stiletextarea{
    height:  150px;
    margin-bottom:  10px;
}

.single-property-contact form input::-webkit-input-placeholder {
    color:  #313131;
}

.single-property-contact form input::-moz-placeholder {
    color:  #313131;
}

.single-property-contact form input:-ms-input-placeholder {
    color:  #313131;
}

.single-property-contact form input::placeholder {
    color:  #313131;
}

.single-property-contact form input[type="submit"], .contact-v2-bottom-area form input[type="submit"]{
    padding: 14px 30px;
    border:  none;
    background:  #fcce39;
    font-weight:  500;
    border-radius:  4px;
    cursor:  pointer;
    -webkit-transition: .3s;
    transition:  .3s;
}

.single-property-contact form input[type="submit"]:hover, .contact-v2-bottom-area form input[type="submit"]:hover {
    background:  #000000;
    color: #fbcd49;
}


.single-property-right-form {
    background:  #f9f9f9;
    padding: 10px;
}

.single-property-right-form h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  500;
    padding-bottom:  12px;
    padding-top:  10px;
}

.single-property-single-contact {
    background:  #ffffff;
    margin-bottom: 10px;
    padding: 10px;
}

.single-property-single-contact input[type="text"] {
    width:  100%;
    border:  1px solid transparent;
    font-size:  14px;
    color:  #777777;
    padding: 7px;
    padding-left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}
.single-property-single-contact input[type="text"]:hover {
    border: 1px solid #cfcfcf;
}

.single-property-single-contact input::-webkit-input-placeholder {
    color: #777;
}

.single-property-single-contact input::-moz-placeholder {
    color: #777;
}

.single-property-single-contact input:-ms-input-placeholder {
    color: #777;
}

.single-property-single-contact input::placeholder {
    color: #777;
}

.single-property-single-contact span, .single-property-single-contact-cta span {
    color:  #313131;
    padding-left: 10px;
    display:  inline-block;
    margin-bottom:  8px;
}

.single-propert-select {
    width: 100%;
    border-radius: 0px;
    background: #fff;
    border: none;
}

.single-property-single-contact-cta {
    background: #fff;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}
.single-propert-select ul {
    width:  100%;
}
.single-property-single-contact-cta span {
    margin-left: 0;
    color: #777;
    font-weight: 400;
    padding-left: 0px;
}

.single-property-single-contact-cta span.ctaclor {
    color: #313131;
    padding-left: 20px;
}
.single-property-right-form form input[type="submit"] {
    padding: 13px 46px;
    background:  #fcce39;
    border:  none;
    border-radius:  4px;
    font-weight:  500;
    -webkit-transition: .3s;
    transition:  .3s;
    margin-bottom: 23px;
    margin-top: 23px;
    cursor:  pointer;
}

.single-property-right-form form input[type="submit"]:hover {
    background:  #000000;
    color: #fbcd49;
}
h4.blog-sidebar-title.ctas {
    font-weight:  500;
    font-size:  25px;
}
.blog-sidebar-right-post-text.cta h5 {
    font-size:  14px;
    margin-bottom:8px;
    font-weight:  500;
    color:  #313131;
}

/*
 *****************************************
 >>> | single properties v2 start
 *****************************************
*/

.single-properties-v1-single-slide-top img {
    width:  100%;
}
.single-properties-v2-slide-bottom .slick-arrow {
    position: absolute;
    left: 60px;
    top: -20px;
    font-size: 25px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-properties-v2-slide-bottom .slick-arrow:hover {
    color: #fcce39;
}

.single-properties-v2-slide-bottom .slick--next.slick-arrow {
    top:  auto;
    bottom: -26px;
}
.single-properties-v2-slide-bottom {
    padding-top: 10px;
    margin-right: -15px;
}


.single-properties-v2-slide img {
    width:  100%;
 /*   height: 545px;*/
}

.single-properties-v2-slide-bottom .single-properties-v1-single-slide-top{
    padding-right: 0px;
    padding-left: 0px;
}
.single-properties-v2-slide-bottom .single-properties-v1-single-slide-top img{
    width: 100%;
}
.property-details-v2 h4.single-properties-title-cs {
    border-bottom:  none;
}

.property-details-v2 .single-property-details.cta3 {
    margin-top:  0px;
}

.property-details-v2 {border:  1px solid #f6f6f6;padding: 16px;}

.single-property-details.cta2 .property-details-v2 h5, .single-property-details.cta2 .property-details-v2 a {
    font-size: 15px;
}
.single-property-contact.cta {
    margin-top: 20px;
}

.single-property-contact.cta h4.single-properties-title-cs {
    margin-bottom:  0px;
    border-bottom:  none;
}

.single-property-contact.cta form textarea {
    height: 160px;
}
.single-property-agent-text.cta img {
    width:  100%;
}

.single-property-agent-text.cta h4 {
    margin-top:  30px;
}

.properties-sidebar-right-search.cta {
    background:  #fafafa;
}

.properties-sidebar-right-search form input::-webkit-input-placeholder {
    color: #777;
}

.properties-sidebar-right-search form input::-moz-placeholder {
    color: #777;
}

.properties-sidebar-right-search form input:-ms-input-placeholder {
    color: #777;
}

.properties-sidebar-right-search form input::placeholder {
    color: #777;
}

.properties-sidebar-right-search.cta .nice-select {
    border:  none;
    color: #777;
}

.properties-sidebar-right-search.cta a.properties-sidebar-btn {
    color:  #777;
}

.properties-sidebar-right-search.cta a .properties-right-side-btns {
    color:  #fff;
}
.properties-sidebar-right-search.cta a.properties-sidebar-right-btns {
    background: #000000;
}

.blog-sidebar-right-single.cts4 h4.blog-sidebar-title {
    border-bottom:  none;
}

.blog-sidebar-right-single.cts4 h4.blog-sidebar-title:after {
    height:  2px;
    width: 60px;
}
.blog-sidebar-right-single.cts4 {
    margin-top: 50px;
}

.blog-sidebar-right-recent-post {
    margin-bottom: 50px;
    margin-top: 30px;
}
.blog-sidebar-right-single.cts4 {
    margin-top: 50px;
}

.blog-sidebar-right-single.cts4 h5 {
    font-size: 15px;
}

.single-property-right-form.ctas5 {
    background: #000000;
    margin-top: 40px;
    display: inline-block;
}

.single-property-right-form.ctas5 h3.single-proerty-right-title {
    color: #fff;
}


/*faq css*/
.lista_faq{padding:16px;border-radius:8px;box-shadow: 0px 0px 14px rgba(72, 132, 175, 0.25);}
.lista_faq li{width:100%!important;display:block!important;}
.domanda_faq{font-size:14px;padding-bottom: 10px;border-bottom:0.5px solid #f1f1f1;}

.faq-left a {
    color:  #777777;
    font-size: 14px;
    font-weight:  400;
    padding-left:  0px;
    padding-bottom: 10px;
}
.faq-left a:hover{color:#000;}

.faq-left a.active {
    color:  #000;
    font-weight:500;
}

.faq-content h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  500;
    margin-bottom: 20px;
}

.faq-content p {
    color:  #777777;
    font-weight:300;
}

/*contact v1 css*/
.single-property-contact.cfs2 h4, h3.contact-v1-rught-title {
    font-size:  25px;
    color:  #313131;
    margin-bottom: 25px;
    border-bottom:  none;
    font-weight: 500;
}

.single-property-contact.cfs2 form span {
    color:  #313131;
    font-size:14px;
    font-weight:bold;
    display:  inline-block;
}
.contact-v2-bottom-area form input[type="submit"] {
    padding: 15px 52px;
    margin-top: 12px;
}
.single-property-contact.cfs2 form input[type="text"], .single-property-contact form input[type="email"], .single-property-contact form textarea {
    margin-bottom: 8px;
}
.single-property-contact.cfs2 {
    margin-top: 0px;
}
.contact-v1-right {
    background:  #f7f7f7;
    padding:  30px;
    margin-top: 24px;
}

span.contact-v1-icon {
    float:  left;
    height: 52px;
    width: 45px;
    font-size: 18px;
    background:  #fcce39;
    text-align:  center;
    line-height:  53px;
    color:  #202020;
    margin-top: 13px;
    -webkit-transition: .4s;
    transition: .4s;
}

span.contact-v1-icon a {
    color:  #202020;
}

.contact-right-v1-text {
    margin-left:  65px;
}

.contact-right-v1-text h5 {
    font-size:  18px;
    font-weight:  500;
    color:  #313131;
    margin-bottom:  10px;
}

.contact-right-v1-text p {
    font-size:  16px;
    margin-bottom:  0px;
    color:  #313131;
}

.contact-v1-right-single {
    margin-bottom:  30px;
}

.contact-right-v1-text a {
    color: #313131;
    font-size: 16px;
    display: block;
}

.contact-v1-right-single:hover span.contact-v1-icon, .contact-v1-right-single:hover span.contact-v1-icon a {
    background:  #111;
    color: #fff;
}
.single-property-contact.cfs2 form textarea {
    height: 160px;
}

/*contact v2 css*/
.contact-branch-left h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  500;
    margin-bottom: 40px;
}

.contact-branch-tab a {
    padding-left:  0px;
    color:  #313131;
    font-size:  18px;
    font-weight:  500;
    display:  block;
}

.contact-branch-tab li a {
    display:  block;
    padding: 12px 10px;
    background: #f7f7f7;
    margin-bottom: 10px;
    text-align:  center;
}

.contact-branch-tab ul {
    display:  inherit;
}

.contact-branch-tab a.active {
    background:  #fcce39;
}
.branch-tab-content {
    padding-bottom: 30px;
    background:  #fbfbfb;
    padding-top:  30px;
    padding-left:  15px;
    padding-right: 15px;
}

.map-2 {
    margin-top:  28px;
}

.branch-tab-content span {
    color:  #313131;
    font-size:  16px;
    display:  block;
    margin-bottom: 10px;
}

.branch-tab-content a {
    color:  #313131;
}

.branch-tab-content i {
    margin-right: 12px;
}
.map-2 {
    border: 5px solid #fff;
    box-shadow: 0px 10px 20px #f1f1f1;
}

.contact-v1-right.cta {
    background:  none;
    border:  1px solid #f1f1f1;
    margin-top:  39px;
    padding-bottom: 99px;
}


/*contact v2 css*/
.contact-v2-bottom-area {
    padding-top: 70px;
    padding-bottom: 80px;
}

.contact-v2-title-bottom h4.single-properties-title-cs {
    border-bottom:  none;
    padding-bottom: 27px;
}

.contact-v2-bottom-area .single-property-contact.cfs2 form textarea {
    height: 272px;
}

/*404 css*/
.error-area {
   /* background: url(assets/img/404.jpg)no-repeat;*/
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 190px 0px;
    color: #fff;
}
.error-area:after {
    position:  absolute;
    left:  0;
    top:  0;
    height:  100%;
    width:  100%;
    content:  "";
    background:  #111;
    z-index:  -1;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.error-area h1 {font-weight:  500;}

.error-area h2 {
    font-size:  30px;
    margin-bottom: 9px;
}

.error-area p {
    margin-bottom:  10px;
}

.error-area a {
    font-weight:  500;
    color: #202020;
    padding: 12px 50px;
    background:  #fcce39;
    display:  inline-block;
    border-radius:  4px;
    margin-top: 15px;
}

.error-area a:hover {
    background:  #313254;
    color:  #fff;
}


/*preloader css*/
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.home-preloder {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.home-preloder .spinner {
    left: 45%;
    position: absolute;
    top: 30%;
}
.home-preloder .spinner div {
    background: rgb(0,0,0,1) none repeat scroll 0 0;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*the end css*/
.hero-nice-select2{
	padding-bottom: 30px;
}
.hero-nice-select2 select, input{
	border: none;
	width: 100%;
	height: 40px;
  padding:0px 6px;
  margin-bottom:6px;
  font-size:14px;
	/*-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;*/
}
.hero-nice-select2 label{
 color: grey;
 font-size:14px;
 margin-bottom:3px!important;
}
.active a{
	font-weight: bold;
}
.pagination li a{
	text-align: center;
	padding-top: 5px;
}

.slick-slide {
  /* height:200px;*/
}


#map-canvas, #map_canvas {
			height: 350px;
		  }

		#panel {
		  position: absolute;
		  top: 5px;
		  left: 50%;
		  margin-left: -180px;
		  z-index: 5;
		  background-color: #fff;
		  padding: 5px;
		  border: 1px solid #999;
		}

		.accordion {
		  background-color: white;
		  color: black;
		  font-weight: bold;
		  cursor: pointer;
		  padding: 10px;
		  width: 100%;
		  text-align: left;
		  border: none;
		  outline: none;
		  transition: 0.4s;
		  border-radius: 4px;
		  border: 2px solid #fcce39;

		}
		.activeAccordion, .accordion:hover {
		  background-color: #fcce39;
		}

		/* Style the accordion panel. Note: hidden by default */
		.panel {
		  padding: 0 18px;
		  background-color: white;
		  display: none;
		  overflow: hidden;
		}
.client-mail{
	font-size: 13px;
}
/*
.recent-properties-img{
	min-height: 220px;
}
*/
.recent-properties-img img{
	/*max-height: 200px;*/
}
.grecaptcha-badge {
    visibility: hidden;
}

.activeMenu a{
    color: #fcce39;
}

p{t--ext-align: justify}

/* loris maggio giugno 2020 */
.testo_footer{font-size:12px;}
.testo_footer a, .testo_footer span{color:#fbcd49;}

.widget-left a img{width:200px;margin-top:15px;}
.schedule-select hr{margin:top:10px;margin-bottom:10px;}

.show_banner_cookies{
  position: fixed;
  border-radius:5px;
  bottom: 20px;
  width: 80%;
  z-index: 1000;
  left: 10%;
  background-color: #fff;bottom: 20px;text-align: center;font-size: 12px;padding:20px 20px 35px;box-shadow: 0 0 30px rgba(0,0, 0, 0.3);}

.show_banner_cookies p{padding-bottom:10px;font-size:13px;line-height: 18px;text-align: center!important;}

.bottone_accetta{
  background-color: #fcce39;
  border: 2px solid #fcce39;
  padding: 10px 40px;
  border-radius: 4px;
  color: #000;
  font-weight:bold;
}
.bottone_accetta:hover {
    background-color: #000;
    border: 2px solid #000;
    color:#fff!important;
}
.bottone_modifica{
  border: 2px solid #fcce39;
  background-color:#fff;
  padding: 10px 40px;
  border-radius: 4px;
  color: #000;
  font-weight:bold;
}
.bottone_modifica:hover {
    background-color: #ffe284;
    border: 2px solid #ffe284;
    color:#000!important;
}
.img-blog{background-position: center center;background-repeat: no-repeat;background-size: cover;height:200px;width:100%;}
.testo_news{color: #777777;font-size:14px;text-align:unset;min-height:86px;}
.titolo_news{height:70px;}
.titolo_news2{height:100px;}
.featured-slide-text > .calender-cta{font-size:12px;}

.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}

.mt-0{margin-top:0px;}
.mt-4{margin-top:4px;}
.mt-8{margin-top:8px;}
.margina-su7{margin-top:7px;}
.margina-su{margin-top:15px;}
.mt-24{margin-top:24px;}
.mt-48{margin-top:48px;}

.mb-4{margin-bottom:4px;}
.margina-giu7{margin-bottom:7px;}
.mb-8{margin-bottom:8px;}
.margina-giu{margin-bottom:15px;}
.mb-16{margin-bottom:16px;}
.mb-24{margin-bottom:24px;}

.mx-4{margin-left:4px;margin-right:4px;}
.mx-8{margin:0px 8px;}
.mx-16{margin:0px 16px;}

.nopad{padding:0px;}
.pad-4{padding:4px;}
.pad-16{padding:16px;}
.pad-20{padding:20px;}

.pt-32{padding-top:32px;}
.pb-32{padding-bottom:32px;}

.pt--96{padding-top:96px;}
.pb--96{padding-bottom:96px;}


.border{border:0.5px solid rgba(0,0,0,.1);}

.testo_scopri h2{font-size:24px;font-weight:bold;color: #000;}
.testo_scopri h5{font-size:16px;line-height:1.4;font-weight: 400;color: #777777;}

h2.section-about-title{color:#000;font-weight:bold;font-size:24px;}
.testo_home{font-size:16px;color: #707070;font-weight: 300;margin-bottom: 10px;text-align: unset;}
.testo_home ul, .testo_home ol{padding:20px;}
.testo_home ul li, .testo_home ol li{margin-bottom:6px;}
.testo_home b{color:#000;font-weight: 400;}

.nome_team{font-weight:bold;}
.card_team{transition: all 0.3s ease 0s;padding:12px 0px;margin-bottom:15px;}
.card_team:hover, .blog-sidebar-right-recent-post:hover{box-shadow: 0px 0px 14px rgba(72, 132, 175, 0.25);border-radius:4px;}

.card_team:hover>div>div>.featured-btn-cta{background: #fbcd49;}

.testo_commenti{font-size:14px;}
.testo_commenti h4{color:green!important;}
.rating{margin-bottom:16px;}
.rating span {display:block;;float:left;width:20px;}
.rating span img{height:16px;width:16px;}

.specc{background-color:#f1f1f1;border-radius: 8px;border:1px solid #ccc;padding:24px;font-size:15px;color: #707070;text-align:center;}
.specc h4{font-size:18px;font-weight:bold;color:#000;}

.card_news:hover>.featured-slide-text>div>a{background-color:#fbcd49;}
.contatti_header{height:48px;width:48px;margin-top:4px;float:left;margin-right:6px;background-color: #fcce39;border-radius:50%;padding:8px;}
.zoom{transform: perspective(1px) translateZ(0px);transition-duration: 0.6s;}
.zoom:hover{transform: scale(1.1);transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);}
.conta_header{font-size:16px;color:#000;font-weight:bold;margin-top:14px;display: block;}
.contatti_mobile{display:none;}


.img_leggi{height:36px;width:36px;background-color: #fcce39;border-radius: 50%;padding:7px;margin-right:8px;}
.img_leggi div{height:22px;width:22px;background-image:url(../images/read_more.svg);background-position: center;background-size: contain;background-repeat: no-repeat;}
.link_black{color:#000;font-size:14px;font-weight:bold;}
.box_link{height:32px;display:table;margin: 0 auto;}
.abs_news{min-height:75px;}

.img_team{height:160px;width:160px;margin:0 auto;border-radius:50%;border:3px solid #fcce39;background-repeat: no-repeat;background-position: center;background-size: cover;}
.img_annuncio{height:160px;width:160px;margin:0 auto;border-radius:50%;border:3px solid #fcce39;background-repeat: no-repeat;background-position: center;background-size: cover;}
.img_annuncio_venduto{height:160px;width:100%;background-repeat: no-repeat;background-position: center;background-size: cover;}



/* iscrizione newsletter */
.titolo_h3{font-size:20px;margin-bottom:24px;font-weight:bold;color:#000;}
.bold{font-weight:bold;}
.priva{font-size:12px;color:#6c757d;}
.priva input{margin-right:4px;}
.priva a{color:#000;text-decoration:underline;}
.logo_newsletter{display:block;margin:0 auto; margin-bottom:24px;width:180px;padding-top:24px;}
.bottone_full{
  background: #000000;
  display: inline-block;
  color: white!important;
  font-weight: 500;
  border-radius: 4px;
  min-width: 220px;
  width: 100%;
  text-align: center;
  padding: 14px 8px;margin:16px 0px;
  cursor:pointer;
  transition: 0.3s;
  }
.bottone_full_due{
  background: #000000;
  display: inline-block;
  color: white!important;
  font-weight: 500;
  border-radius: 4px;
  min-width: 220px;
  width: 100%;
  text-align: center;
  padding: 6px 8px;
  cursor:pointer;
  transition: 0.3s;
  }
.bottone_full_due:hover, .bottone_full:hover{box-shadow: 0px 0px 14px rgba(72, 132, 175, 0.25);}

.bottone_newsletter{
  background: #fcce39;
  display: table;
  color: #000!important;
  font-weight: 500;
  border-radius: 4px;
  min-width: 220px;
  text-align: center;
  padding: 4px 8px;
  border:2px solid #fcce39;
  margin-top:24px;
  -webkit-transition: .4s;
  transition: .4s;
  font-size:14px;
  }
  .bottone_newsletter:hover{border:2px solid #fff;color: #000!important;}

.form-group label{font-size:12px;margin-bottom:8px;}
.form-group label span{color:red;font-weight:bold;}

.chiudi_news span{display: none;}
.modale_newsletter{padding:24px 32px;}
.modale_newsletter .close-modal {top: 12px!important;right: 12px!important;}

/*Bottone wapp in basso nella pagina*/
.WhatsApp {
position: fixed;
bottom: 10px;
right: 10px;
width: 60px;
padding-right: 10px;
text-align: right;
z-index:9999;
}
.WhatsApp img{
width: 	60px;
}
/*Fine bottone wapp in basso nella pagina*/

.banner_singolo{height:500px;background-size:cover;background-position: center center;background-repeat: no-repeat;}
.banner_singolo div{padding:150px 16px;}
.banner_singolo h1{color:#fff;font-size:50px;font-weight:bold;text-align:center;text-shadow: 2px 2px 5px #000000}
.banner_singolo h1 span{font-size:32px;font-weight:300;display:table;margin:0 auto;}

.mr-16{margin-right:16px;}

.title_green{font-size:18px;color:green;margin-bottom:16px;font-weight:bold;}
.green{color:green!important;}
.yellow{color:#fcce39!important;}
.red{color:#ff0000!important;}
.bg_grey{background-color:#f1f1f1}
.under{text-decoration: underline;}
.select_new{background: #f7f7f7;color:#777;padding: 14px;border-radius: 4px;font-size: 12px;border:0px;width:100%;}
.btn-small{color:#fff;background: #000;padding:10px;font-size:12px;margin:0px 24px;}

.tab-pane ul{padding:24px;font-size:14px;}
.specchietto{text-align:center;padding:24px;border-radius:8px;background:#fcce39;color:#fff;margin-bottom:24px;font-size:16px;font-weight:300;letter-spacing:1.5px}
.specchietto>div{font-size:32px;font-weight:bold;line-height:1.1;color:#000;letter-spacing:0px}

.banner_scrivi{background-image:url(images/banner_contattaci.jpg);
  background-position: right top;
  background-size: 60%;
  background-repeat: no-repeat;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  padding: 24px;
  font-size: 15px;
  color: #707070;
  margin-top:24px;
  box-shadow: 0px 0px 14px rgba(72, 132, 175, 0.25);
}

.tit_banner_scrivi{font-size:22px;color:#000;width:50%;margin-bottom:16px;font-weight:500;line-height:1.2}
.testo_banner_scrivi{margin-bottom:24px;}

.bot-giallo{background: #fcce39;
display: inline-block;
color: #000 ;
font-weight: 500;
border-radius: 4px;
min-width: 220px;
text-align: center;
padding: 6px 24px;
cursor: pointer;
transition: 0.3s;}

.bot-giallo:hover{background: #000;color:#fff!important;box-shadow: 0px 0px 14px rgba(72, 132, 175, 0.25);}
#spanFasciaOraria span{display: none!important;}

.bread-camp-area::after {opacity: 0.1}
.fancybox-nav span {visibility: visible;}

.prezzo_venduto{
    color: green;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
.elenco-categorie-blog{font-size:11px;text-align:left;}
.elenco-categorie-blog ul li a{padding-top:4px;padding-right:0px;line-height:1.55;}
.pillole{padding:8px;font-size:12px;border:1px solid #666;border-radius:6px;margin-right:8px;color:#000;transition: 0.3s;margin-bottom:12px;}
.pillole:hover{background:#f1f1f1;}
.specc2{background-color:#f1f1f1;border-radius: 8px;border:1px solid #ccc;padding:16px;font-size:15px;color: #707070;}
.nome_editor{font-size:24px;color:#000;}
.contatto_editor{color: #707070;font-weight: 300;margin-bottom:10px;font-size:16px;display: block;}

/*--------------------------------------------------------------
    large mobile
----------------------------------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .tit_banner_scrivi{width:100%;}
  .banner_scrivi{background-size:cover;background-position: left;background-image: url(images/banner_contattaci_m.jpg);}
}

.activeslide360{
	background-color: #f6f6f6
}

/* NEW ADD */
.panolens-infospot {background-color:rgba(0,0,0,0.4); padding:10px 20px; border-radius:20px; top:-130px !important}

canvas{background-color: lightgray}
