.datasheet{
    padding-top: 20px;
    position: relative;
}

.gallery-container{
    width: 65%;
    float: left;
    padding-top: 40%;
    overflow: hidden;
    position: relative;
}
.active_image{
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    background-position:  center center;
    background-size: cover;
}

.simple-data-container{
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 100px;
    padding-left: 20px;
}

.datasheet .title{
    text-align: center;
    width: 100%;
    color: #7e7e7e;
    padding-top: 10%;
}



.datasheet .price-row{
    text-align: center;
    width: 100%;
    color: #7e7e7e;
    padding-top: 6%;
}

.datasheet .price-title{
}

.datasheet .price-value{
    color: #09b1fd;
    font-weight: bold;
}

.datasheet .currency{
    color: #09b1fd;
}

.datasheet .contact-container{
    padding-top: 5%;
    display: table;
    margin: auto;
    color: #878787;
}

.datasheet .contact-container .contact{
    width: 100%;
    text-align: left;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 25px!important;
    display: table-row;
    height: 28px;
}

.contact span{
    display: table-cell;
    vertical-align: middle;
}

.contact .tel{
    background: url("../themes/default/img/icons/phone_gray.png") left center no-repeat;

}

.contact .email{
    background: url("../themes/default/img/icons/mail_gray.png") left center no-repeat;

}

.contact .skype{
    background: url("../themes/default/img/icons/skype.png") left center no-repeat;

}

.datasheet .share-container{
    padding-top: 10%;
    width: 100%;
}

.datasheet .share-container table{
    width: 100%;
}



.datasheet .share{
    font-style: italic;
    padding:10px;
    color: #878787;
    padding-left: 28px;

}

.fb_icon{
    background: url(../themes/default/img/share/fb.png) left center no-repeat;
}

.g_icon{
    background: url(../themes/default/img/share/g.png) left center no-repeat;
}

.mail_icon{
    background: url(../themes/default/img/share/mail.png) left center no-repeat;
}

.twitter_icon{
    background: url(../themes/default/img/share/twitter.png) left center no-repeat;
}
.datasheet .share-container .border{
    border-right: 1px solid #878787;
}

.datasheet .share-container td{
    padding: 4px;
}

.datasheet a{
    text-decoration: none;
}

.share:hover{
    color: black;
}

.contact_button{
    display: table;
    margin:auto;
    color: white;
    text-transform: capitalize;
    font-size: 26px;
    border-radius: 4px;
    background: #09b1fd;
    padding: 7px 20px;
    margin-top: 10%;
    box-shadow: 2px 2px 1px rgba(2,45,65,0.6);
    cursor: pointer;
}

.contact_button:hover{
    box-shadow: none;
    box-shadow: 1px 1px 1px rgba(2,45,65,0.95);
}

.groups{
    margin-top: 30px;
    background: #fafafa;
    border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:5px 10px;
    width: 94%;
    margin-left: 3%;
    position: relative;
}

.group-container{
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:20px;

}

.property_label{
    display: block;
    float: left;
    width: 50%;
    padding: 5px;
    font-weight: bold;
}

.property_value{
    display: block;
    float: left;
    width: 50%;
    padding: 5px;
}

.group-container h2{
    font-weight: bold;
    font-size: 22px;
    color:#09b1fd;
}

.long-container{
    margin-top: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:20px;
    width: 98%;
    margin-left: 1%;
    position: relative;
}

.subject_span{
    padding-left: 10px;
}

.long{
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px;
}
.long p{
    text-align: justify; 
    padding-bottom: 30px;
    line-height: 160%;
}

.long h1{

}

@media screen and (min-width: 1601px) {
    .datasheet .title{
        font-size: 26px;
    }

    .datasheet .price-title{
        font-size: 32px;
    }

    .datasheet .price-value{
        font-size: 36px;
    }

    .datasheet .currency{
        font-size: 28px;
    }

    .datasheet .contact-container{
        font-size: 20px;
    }
    .datasheet .share-container .title{
        font-size: 18px;
    }
    .datasheet .share{ 
        font-size: 13px;
    }
    .last_title{
        position: relative;
        margin-top: -45px;
        margin-left: 4%;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1441px){
    .datasheet .title{
        font-size: 24px;
    }
    .datasheet .price-title{
        font-size: 28px;
    }

    .datasheet .price-value{
        font-size: 32px;
    }

    .datasheet .currency{
        font-size: 26px;
    }

    .datasheet .contact-container{
        font-size: 20px;
    }
    .datasheet .share-container .title{
        font-size: 16px;
    }
    .datasheet .share{ 
        font-size: 12px;
    }
    .last_title{
    position: relative;
    margin-top: -43px;
    margin-left: 4%;
}
}

@media screen and (max-width: 1440px) and (min-width: 1281px){
    .datasheet .title{
        font-size: 22px;
    }
    .datasheet .price-title{
        font-size: 26px;
    }

    .datasheet .price-value{
        font-size: 30px;
    }

    .datasheet .currency{
        font-size: 22px;
    }

    .datasheet .contact-container{
        font-size: 18px;
    }
    .datasheet .share-container .title{
        font-size: 14px;
    }
    .datasheet .share{ 
        font-size: 11px;
    }
    .last_title{
    position: relative;
    margin-top: -43px;
    margin-left: 4%;
}
}

@media screen and (max-width: 1280px) and (min-width: 961px){
    .datasheet .title{
        font-size: 20px;
    }

    .datasheet .price-title{
        font-size: 24px;
    }

    .datasheet .price-value{
        font-size: 28px;
    }

    .datasheet .currency{
        font-size: 20px;
    }


    .datasheet .contact-container{
        font-size: 16px;
    }
    .datasheet .share-container .title{
        font-size: 12px;
    }
    .datasheet .share{ 
        font-size: 10px;
    }
    .last_title{
    position: relative;
    margin-top: -43px;
    margin-left: 4%;
}
}

@media screen and (max-width: 960px){
    .datasheet .title{
        font-size: 18px;
    }
    .datasheet .price-title{
        font-size: 22px;
    }

    .datasheet .price-value{
        font-size: 26px;
    }

    .datasheet .currency{
        font-size: 22px;
    }

    .datasheet .contact-container{
        font-size: 14px;
    }
    .datasheet .share-container .title{
        font-size: 12px;
    }
    .datasheet .share{ 
        font-size: 10px;
    }
    .last_title{
    position: relative;
    margin-top: -43px;
    margin-left: 4%;
}
}

.latest_sep{
    width: 100%;
    position: relative;
    height: 8px;
    background: #09b1fd;
    margin-top: 20px;
}

.bx-pager{
    display: none;
}

.print_icon{
    position: absolute;
    top:0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url('../themes/default/img/icons/print.png') center center no-repeat;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
}

.contact-box{
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -350px;
    width: 700px;
    margin-top: 60px;
    background: #ebebeb;
    min-height: 120px;
    box-shadow: 1px 1px 11px #000000;
    z-index: 100;
    display: none;
    color: #09b1fd;
    padding: 20px;
    box-sizing: border-box;
}

.contact-box table{
    width: 60%;
    margin: auto;
}

.contact-box td{
    padding:5px;
    font-weight: bold;
}

.contact-box-bg, .d-contact-box-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background-color: rgba(20,20,20,0.5);
    display: none;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
}

.msg_cover{
    position: relative;
    float: left;   
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-box input[type=text], .contact-box textarea{
    margin-left: 10px;
    border: none;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(20,20,20,0.5);
    box-shadow: inset 1px 1px 3px 0px rgba(20,20,20,0.5);
    padding: 3px 5px;
}

.contact-box textarea{
    width: 350px;
    max-width: 350px;
    min-width: 350px;
    max-height: 120px;
    min-height: 120px;
    height: 120px;
    outline: none!important;
}


.contact-box h2{
    font-size: 20px;
    color:#09b1fd;
    font-weight: bold;
    margin:10px;
}

.subject-content{
    float: left;
    display: block;
    height: 30px;
    padding-top: 6px;
}

.contact_ok, .d-contact_ok, .favorite_contact_ok{
    display: block;
    float: left;
    margin: 0px 20px;
    cursor: pointer;
    font-weight: normal!important;
}

.contact_cancel, .d-contact_cancel{
    display: block;
    float: left;
    cursor: pointer;
    font-weight: normal!important;
}
.contact-box label.error{
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    color:red;
    font-size: 12px;
}

.favorite_contact{
    font-size: 22px;

    position: absolute;
    right: 0;
    margin-top: 10px;
}/*
    Document   : gallery
    Created on : 2013.10.04., 20:47:12
    Author     : Szerencsi Szabolcs
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

.back{
    float:right;
    cursor: pointer;
}

.gallery-container{

}

.gallery-folder{
    float: left;
    background: rgba(120,120,120,0.1);
    margin:1%;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 18%;
    padding-top: 21%;
    box-shadow: 2px 2px 2px rgba(100,100,100,0.3);
    position: relative;
    border-radius: 2px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    cursor: pointer;
}

.gallery-folder-cover{
    float: left;
    background: rgba(120,120,120,0.2);
    background-size: cover;
    background-position:  center top;
    background-repeat: no-repeat;
    border-radius: 1px;
    margin:5%;
    width: 90%;
    padding-top: 90%;
    box-shadow: 0px 0px 2px rgba(20,20,20,0.5);
    position: absolute;
    top:0;
    left: 0;
}

.gallery-image{
    width: 100%;
    box-shadow: 2px 2px 2px rgba(100,100,100,0.3);
    position: relative;
    border-radius: 2px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    cursor: pointer;
    background-size: cover;
    background-position:  center top;
    background-repeat: no-repeat;
}

.folder-description{
    box-sizing: border-box;
    padding-left:5%;
    padding-right: 5%;
    font-size: 18px;
}


.folder-container{
    font-family: f3;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.gallery-folder-title{
    display: inline;
    white-space: nowrap;
    float: left;
    margin:5%;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 17%;
    position: absolute;
    margin-bottom: 0;
    bottom:0;
    left: 0;
    font-family: f4;
    letter-spacing: 1px;
    color: #564548;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.gallery-folder:hover{
    margin-top: 1px;
    margin-bottom: 9px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 4px 4px 4px rgba(100,100,100,0.4);
}




.image-list-wrapper{
    width: 100%;
    background: #eeeeee;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    z-index: 10;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.image-list-wrapper *{
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.image-list-viewport{
    width: 100%;
    background: #eeeeee;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.image-list{
    display: inline-block;
    list-style: none;
    width: 100%;
    height: 100%;
}

.image-list li{
    float: left;
    display: block;
    width: 12.5%;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    height: 100%;
}

.slide-img{
    width: 100%;
    height: 100%;
    border: 1px solid black;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0.75;
    cursor: pointer;
}

.slide-img:hover{
    opacity: 1;
}

@media screen and (max-width: 960px) {
    .gallery-folder-title{
        font-size: 12px;
        height: 20%;

    }


}

.image-list-wrapper .favorite{
    top:0!important;
    margin-top: -50px;
    right: 0;

    width: 50px!important;
    height: 50px!important;

    z-index: 20!important;
    background-color: rgba(20,20,20,0.6);
    background-size: inherit!important;
    cursor: pointer;
}

.image-list-wrapper .zoom{
    position: absolute;
    background-position: center center;
    background-size: 38px;
    background-repeat: no-repeat;
    background-image: url("../themes/default/img/icons/zoom.png");
    display: block;
    z-index: 10;
    top:0!important;
    margin-top: -50px;
    right: 50px;

    width: 50px!important;
    height: 50px!important;

    z-index: 20!important;
    background-color: rgba(20,20,20,0.6);
    background-size: 38px !important;
    cursor: pointer;
}

.image-list-wrapper .active{
    background-image: url("../themes/default/img/icons/star_seleceted.png")!important;
}

.bx-controls-direction *{
    -webkit-transition: all 0ms linear!important;
    -moz-transition: all 0ms linear!important;
    -o-transition: all 0ms linear!important;
    -ms-transition: all 0ms linear!important;
    transition: all 0ms linear!important;
}



.gallery-container .slide{
    cursor: pointer;
    opacity: 0.75;
}

.gallery-container .akt{
    opacity: 1!important;
}

.gallery-container .slide:hover{
    opacity: 1;
}




.active_image{
}

.house-list-container{
    margin-top: 20px;
    position: relative;
}




.house-datas .trough{
    text-decoration: line-through;
    color: #949494!important;
}

.house-list-container *{

}

.favorite-house-container{
    min-height: 350px;
}

.house, .house *{

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;  
}

.house{
    padding-top: 75%;
    box-shadow: 2px 2px 8px rgba(20,20,20,0.9);
    background-color: rgba(150,150,150,0.5);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;

    margin-bottom: 30px;
    font-size: 14px;
}



.house:hover{
    margin-bottom: 35px;
    margin-top: -5px;
}

.house .house_hidden{
    width: 100%;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    filter: alpha(opacity = 0);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.house:hover .house_hidden{
    height: 46px;
    filter: alpha(opacity = 100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.house:hover .favorite{
    filter: alpha(opacity = 100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.house .favorite{
    filter: alpha(opacity = 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.house-category{
    color: #09b1fd!important;
    width: 100%;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
}

.house-number{
    width: 100%;
    position: absolute;
    text-align: right;
    padding-right: 7px;
    padding-top: 10px!important;
    font-weight: normal;
    font-size: 16px;
    display: block;
    top: 0;
}

.house-action-price, .house-price{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 7px;
}

.house-area{
    width: 100%;
    padding-top: 0px!important;
    font-size: 16px;
    display: block;
    overflow: hidden;
}

.house-room{
    padding-bottom: 7px;
    font-size: 16px;
    overflow: hidden;
    display: block;
}

.house-datas{
    width: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom:0;
}

.house-datas span{
    padding-top:7px;
    padding-left:7px;

    float: left;
    color: white;

}

.oc-item{
    width: 25%;
    float: left;
}

@media screen and (max-width: 800px){

}

@media screen and (max-width: 1600px) and (min-width: 1281px){
    .more{
        position: absolute;
        right:0;
        top:16px;
        font-weight: bold;
        font-size: 16px;
        color: #686868;
        display: block;
    }

    .order-categories-select-container .prettyradio label {
        padding-right: 10px;
    }

    .house-category{
        font-size: 18px;
    }

    .house-number{
        font-size: 14px;
    }

    .house-action-price, .house-price{
        font-size: 18px;
    }

    .house-area{
        font-size: 14px;
    }

    .house-room{
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px){
    .more{
        position: absolute;
        right:0;
        top:16px;
        font-weight: bold;
        font-size: 16px;
        color: #686868;
        display: block;
    }

    .favorites-star{
        margin-right: 40px;
        margin-top: -5px;


    }
    .order-categories-select-container .prettyradio label {
        padding-right: 5px;
        font-size: 18px;
    }

    .house-category{
        font-size: 16px;
    }

    .house-number{
        font-size: 12px;
    }

    .house-action-price, .house-price{
        font-size: 16px;
    }

    .house-area{
        font-size: 12px;
    }

    .house-room{
        font-size: 12px;
    }

}



.more:hover{
    color: #898989;
}


.house-datas .active{
    background-image: url("../themes/default/img/icons/star_seleceted.png")!important;
}


.h_icons{
    position:absolute;
    width: 100%;
    height: 10%;
    top:0;
    right: 0;
    margin-right: -10px;
    margin-top: -10px;
}

.h_new{
    background-image: url("../themes/default/img/icons/neue.png")!important;
    position:relative;
    float: right;
    width: 50px; 
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
}

.h_percent{
    background-image: url("../themes/default/img/icons/percent.png")!important;
    position:relative;
    float: right;
    width: 50px; 
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
}
/*.h_new{
    background-image: url("../themes/default/img/icons/neue.png")!important;
    position:relative;
    top:0;
    right: 0;
    margin-right: -10px;
    margin-top: -10px;
    width: 50px; 
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
}*/


.no_favorites{
    font-weight: bold;
    display: block;
    width: 100%;
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    position: absolute;

}

.sort-container{
    width: 20px;
    height: 25px;
    float: right;  
}

.sort-asc{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 11px 8px;
    border-color: transparent transparent #fff transparent;
}

.sort-asc:hover{
    border-color: transparent transparent #ddd transparent;
    cursor: pointer;
}

.sort-desc:hover{
    cursor: pointer;
    border-color: #ddd transparent transparent transparent; 
}

.sort-desc{
    margin-top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
}.print *{
    color: black!important;
    background-color: transparent!important;
    line-height: 120%!important;
}

.print .long{
    width: 100%!important;
}


.print .property_label{
    padding:0!important;
}
.print .property_value{
    padding:0!important;
}

.print .gallery-container{
    padding: 10px!important;
}

.print .gallery-container img{
    width: 31%;
    margin:1%;
    float: left;

}

.print .groups{
    padding: 0!important;
    margin: 0!important;
}

.print .long-container{
    padding: 0!important;
    margin: 0!important;
}

.print h1{
    padding: 0!important;
    margin: 0!important; 
}

.print .long{
    padding-bottom: 0px!important;
}