﻿
.onlyDesktop {
    display:block;
}
.onlyMobile {
    display:none !important;
}


.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}
/* Carousel */
.carousel-control.left,
.carousel-control.right,
.carousel-control.left.no-hover:hover,
.carousel-control.right.no-hover:hover {
    background: none;
}

    .carousel-control.left:hover,
    .carousel-control.right:hover {
        background: rgba(0, 0, 0, 0.30);
    }

.carousel-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control i {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
    }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.listImageGallery {
    display:block;
}
    .listImageGallery li {
        display: inline-flex;
        background: #f4f4f4;
        vertical-align: top;
    }
        .listImageGallery li a {
            display: block;
            position: relative;
            font-size: 12px;
            text-align: center;
            display: block;
            vertical-align: bottom;
        }
        .listImageGallery li a:hover img{
            opacity:0.4;
        }
        .listImageGallery li img {
            width:140px;
            height:140px;
            margin:5px;
        }

        .listImageGallery li i {
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: 10;
            font-size: 30px;
            transform:translate(-50%, -50%)
        }

        .boxDocumItem {
            width: 140px;
            height: 140px;
            margin: 5px;
            position: relative;
        }


@media screen and (max-width: 992px) {
    .onlyDesktop {
        display: none !important;
    }

    .onlyMobile {
        display: block !important;
    }

    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: calc( 100vh - 310px) !important;
        overflow-y: auto !important;
    }

    nav.navbar.bootsnav .navbar-collapse.collapse.show {
        display: block !important;
    }
}


.miniContratto {
    display: inline-block;
    z-index: 1;
    font-size: 10px;
    padding: 5px 14px;
    background: #539439;
    color:#fff;
    margin-right:10px;
}
.miniLabelElement {
    display: inline-block;
    z-index: 1;
    font-size: 10px;
    padding: 5px 14px;
    background: rgb(255,19,19, 100%);
    color: #fff;
}

.labelElement {
    font-size:11px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50%;
    padding: 6px 14px;
    background-color: rgb(255 ,19 ,19 , 100%);
    color: #fff;
    display: inline-block;
    margin: auto;
}

.OverWebSiteOffLine {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cbp-wrapper-outer {
    overflow:visible !important;

}

.error {
    border: 1px solid #ff1313 !important;
    color: #ff1313 !important;
}

.text_error {
    display: none;
}
    .text_error p {
        color:red;
        font-weight:bold;
    }

.page-banner .container {
    z-index: 2 !important;
}

.copyright.index2 {
    /*background: #1F1F1F !important;*/
}
.note_footer {
    font-size: 13px;
    line-height: 16px;
}

.overdark {
    position: absolute;
    background-color: transparent;
    width: 100%;
    opacity: 0.4;
    background-color: #000;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
}


    h1 {
        font-family: 'roboto_condensedbold';
        font-size: 30px !important;
    }

h2 {
    font-size:27px !important;
    margin-bottom:14px;
}

strong, b {
    color: #1f1f1f;
}

p {
    line-height:26px;
}
    p a:visited, p a {
        color: #1f3f81;
        font-weight: bold;
        text-decoration: underline !important;
    }
        p a:hover, p a:focus {
            color: #1f1f1f;
            text-decoration: underline !important;
        }

.note_footer a:visited, .note_footer a {
    color: #1f3f81;
    font-weight: normal !important;
    text-decoration: underline !important;
}
    .note_footer a:hover, .note_footer a:focus {
        color: #FFD119 !important;
        font-weight: normal !important;
        text-decoration: underline !important;
    }
.text-white {
    color:#fff !important;
}
.text-yellow {
    color: #ffd800 !important;
}

.text-green {
    color: #6dd543 !important;
}


.text-bludark, .callus label.text-bludark {
    color: #1f1d22 !important;
}

input.error {
    border: 2px solid #ff1313 !important;
}

#text_privacy {
    border: 2px dotted transparent;

    margin: 20px 0px;
    padding: 10px;
    cursor:pointer !important;
}
    #text_privacy input {
        margin-right: 5px;
    }

    #text_privacy p {
        color: #818181 !important;
    }

    #text_privacy li:first-child {
        margin-top: 0px;
    }

        #text_privacy li:first-child label {
            margin-top: 0px;
        }


    #text_privacy.error {
        border: 2px dotted #ff1313;
    }


.error_form {
    display: none;
    color: #ff1313;
    font-weight:bold;
}
.error_server {
    display: none;
    color: #ff1313;
    font-weight: bold;
}
.note {
    font-size: 12px !important;
    font-weight: 500 !important;
}



.property-details .pro-list.horizontal li {
    position:relative;
    vertical-align: top;
    float: left;
    width: 32%;
}

    .property-details .pro-list.horizontal li label {
        display:block !important;
    }

    .layout_boxed nav.navbar.bootsnav.sticked .navbar-brand, .layout_dark nav.navbar.bootsnav.sticked .navbar-brand, .layout_default nav.navbar.bootsnav.sticked .navbar-brand, .white_header nav.navbar.bootsnav.sticked .navbar-brand, .layout_double nav.navbar.bootsnav.sticked .navbar-brand {
        width: 180px;
        padding: 10px 0;
        display: inline-block;
    }

header .logo img {
    width:100%;
    height:auto;
}


form.callus button {
    margin-top:-3px !important;
}


.navbar .attr-nav {
    line-height: 35px;
    margin-top: 13px;
}

.btn_big {
    line-height: 22px;
    padding: 12px 20px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
    .btn_big.yellow {
        background-color: #ffd800;
        color: #1F3F81;
    }

    .btn_big.yellow:hover {
        background-color: #ffffff;
        color: #1F3F81;
    }


    .btn_big.green {
        background-color: #539439;
        color: #ffffff;
    }

        .btn_big.green:hover {
            background-color: #ffffff;
            color: #539439;
        }

#testinomial {
    background: url(../App_Images/bg_testimonial.jpg) no-repeat !important;
}

.box_price {
    text-align:right;
}


.property_meta.variant_tab {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow:hidden;
    border-bottom:1px #333 solid;
}

    .property_meta.variant_tab a {
        display: table-cell;
        font-size: 12px;
        line-height: 38px;
        text-align: center;
        color: #939393;
        background: #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
    }
        .property_meta.variant_tab a:last-child {
            border-right: none;
        }

    .property_meta.variant_tab .btn_tab.active {
        color: #fff;
        background: #bdbdbd;
        font-size: 15px;
        font-weight: bold;
        box-shadow: 0px 0px 20px #000000;
        z-index: 99;
        position: relative;
        border: none;
    }

.content_tab {
    position:relative;
    display:block;
}
    .content_tab .single_tab {
        display:none;
    }
    .content_tab .single_tab.active {
        display: block !important;
    }



    .property_page_meta {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .property_page_meta span {
        display: table-cell;
        font-size: 12px;
        line-height: 38px;
        text-align: center;
    }
    .property_page_meta span {
        border-left: 1px solid #e5e5e5;
        font-size:18px !important;
    }
        .property_page_meta span i {
            padding-right: 10px;
            font-size: 20px !important;
        }
    .property_page_meta span:last-child {
        border-right: 1px solid #e5e5e5;
    }