
/*COMMON*/
*{margin:0px;padding:0px;/*flex: auto !important;max-width: 100% !important;*/}
body{
    background: #f4f5f4;
}
.clear{
    display: block;
    clear: both;
}
.navbar-toggle .icon-bar {
    background: #117a8b;
}
.navbar-toggle{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;}
.clear-padding-left{padding-left:0px;}
.clear-padding-right{padding-right:0px;}
.clear-padding{
    padding-left:0px;
    padding-right:0px;
}
.row{margin:0px 0px;}
/*TOP*/
#top-section{
    border-bottom: 1px solid #e1e2e1;
    /*background: #fff;*/
    font-size: 13px;
    background: #0571c3;
    color: white;
}
#top-section .inner{
    width: 1000px;
    margin: 0 auto;
    padding: 4px 0px;
}
#top-section .float-section{float:right;}
#top-section .info{}
#top-section .info i{}
#top-section .login-link,#top-section .post-link, #top-section .info-link{
    /*color: black;*/
    color: white;
    display: inline-block;
    border-right: 1px solid lightgray;
    padding: 0px 10px;
}
#top-section .register-link{
    /*color: black;*/
    color: white;
}
#top-section .space{
    width: 1px;
    display: inline-block;
}
/*BANNER*/
#banner-section{background: #f4f5f4;overflow: hidden;}
#banner-section .inner{
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0px;
}
#banner-section .logo{
    width: 150px;
    max-width: 100%;
}
#banner-section .banner{/*background-color: white;*/}
/*MENU*/
#menu-section{
    background: #005ba0;

}
#menu-section >.inner{
    width: 1000px;
    margin: 0 auto;
    font-size: 13px;
}
#menu-section .navbar-light .navbar-nav .nav-link{color:white;padding-left: 21px;padding-right: 21px;}
#menu-section .navbar{padding:0px 0px;}
/*SLIDE*/
.slider-wrapper{
    position: relative;}
#main-wrapper{
    margin-top: -125px;
    position: relative;
    z-index: 1000;
}
#main-wrapper >.inner-wrapper{
    width:1000px;
    margin:0 auto;
    position: relative;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
}
#main-wrapper >.inner-wrapper >.inner{
    padding:10px;
}
#menu-section .nav-item > a.home{
    padding: 10px 10px;
    font-size: 20px;
    color: white;
}

#menu-section .nav-item{
    position: relative;
}
#menu-section .nav-item.active{
    background:#0571c3;
}
#menu-section .nav-item span.space{position: absolute;
    width: 3px;
    height: 100%;
    top:0;
    right:0;
    background:url("../../images/home/space_menu.png");
    background-size: 100% 100%;
}

#menu-section .nav-item > a:not(.home){
    display: block;
    padding: 10px 30px;
    color: white;
    position: relative;
    font-weight: bold;
}
#menu-section .nav-item > a:not(.home) i{position: absolute;top: 35%;right: 10px;}
#menu-section .nav-item:hover >a{
    /*color:#117a8b !important;*/
    /*background: lightgray !important;*/
    background:#0571c3 !important;
}
.itex-title{
    display: block;
    /* border-bottom: 1px solid #117a8b; */
    /*margin-bottom: 10px;*/
    margin-bottom:5px;
}
.itex-title h3{
    /* display: block; */
    /*font-size: 15px;*/
    /*text-transform: uppercase;*/
    /*color: #117a8b;*/
    /*border-left: 2px solid #117a8b;*/
    /*padding: 10px 10px;*/
    /*background: #f4f5f4;*/
    /*font-weight: bold;*/
    /*margin: 0px;*/

    font-size: 15px;
    text-transform: uppercase;
    border-left: 3px solid #005ba0;
    padding: 10px 10px;
    background: #f4f5f4;
    font-weight: bold;
    margin: 0;
    color: #005ba0;

}
#search .form-control{margin:5px 0px;
    font-size: 13px;
    border:0;
}
#search button{
    display: block;
    background: rgb(254,231,154);
    background: -moz-linear-gradient(top, rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
    background: -o-linear-gradient(top, rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
    background: linear-gradient(top, rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
    -ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
    -o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
    border: 1px solid #D69E31;
    color: #85592e;
    cursor: pointer;
    font: bold 15px Helvetica, Arial, sans-serif;
    height: 35px;
    /* margin: 5px 0 25px 0px; */
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    /* margin-bottom: 10px; */
}
#search .content{
    background: #0571c3;
    padding: 10px;
}
.right-section{margin-bottom:10px}
.adv-section img{width:100%;}

#r-news{margin-top:10px;font-size: 13px;}
#r-news .top-news{
    font-size: 14px;
    line-height: 22px;
}
#r-news .top-news img{width:100%;display:block;
}
#r-news .top-news .title{font-size: 14px;margin: 5px 0px;display:block;text-align: justify;color: #117a8b;font-weight: bold;line-height: 20px;}
#r-news .top-news .description{
    text-align: justify;
}
#r-news .list-news{margin-top: 10px;}
#r-news .list-news a{
    display: block;
    font-size: 13px;
    color: black;
    padding: 5px 0px;
    border-top: 1px solid lightgray;
    text-align: justify;
    background: url("../../images/home/bullet_style1.png") no-repeat left 10px;
    padding-left: 17px;
}

.list-section >.inner .title-wrapper .title .corner{position:absolute;height:100%;width:50px;right:-50px;background:url("../../../images/kozada/corner-title.png") no-repeat;}
.list-item{text-decoration: none;
    /* margin: 20px 0px; *//* border: 2px dashed lightgray; *//* border-radius: 5px; */display: block;/* border-left: 5px solid lightgray; */border: 1px solid lightgray;/* border-left: 5px solid #013268; */border-top: 0px;cursor: pointer;
    padding:3px;
}
.list-item.vip .title{background:url("../../../images/kozada/star_icon2.png") left top no-repeat;padding-left:15px}
.list-item:first-child{margin-top:10px;border-top: 1px solid lightgray;}
.list-item:hover .title{text-decoration:underline;}
/*.list-item.vip{background:url('../../../images/kozada/icon/vip-photo.png') no-repeat right bottom;background-size: 10% 50%;}*/
.list-item:hover{ }
.list-item >.inner{
    color: black;
    padding: 10px 5px;
}
.list-item >.inner .img-wrapper{overflow: hidden;float: left;width: 15%;}
.list-item >.inner img{
    width: 100%;
}
.list-item >.inner .info{width: 83%;float: right;}
.list-item >.inner .title{
    color: #9e0202;
    /* font-weight: bold; */
    height: 20px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    width:83%;
    float:right;
}
.list-item >.inner .info .description{
    font-size: 13px;
    margin: 3px 0px;
    height: 35px;
    overflow: hidden;
}
.list-item >.inner .arr-info{
    /*!* background: lightgray; *!!* border-radius: 5px; *!!* padding: 3px 5px; *!font-size: 12px;margin: 0px;margin-top: 10px;*/
    margin-top: 5px;
    font-size: 13px;
    background: #f0f0f0;
    padding: 5px;
}
.list-item >.inner .info .arr-info b:not(.modified-date){color:#013268;}
.list-item >.inner .info .arr-info b.modified-date{font-weight: normal;display: block;text-align: right;}

.content-column{margin-top:10px;}
.content-column .item{
    /* margin: 6px 0px; */
    display: block;
    font-size: 13px;
    border-bottom: 1px dotted lightgray;
    padding: 5px 0px;
    cursor:pointer;
}
.content-column .item:last-child{
    border-bottom:0px;
}
.content-column .item img{
    width: 100%;
}
.content-column .item:hover .title{text-decoration:underline;}
.content-column .item .title{
    color: #117a8b;
    font-weight: bold;
    max-height: 37px;
    overflow: hidden;
    display: block;
}
.content-column .item .date{color:black;font-style:italic;DISPLAY: block;}



/*FOOTER*/
#footer-section{    background: #f4f5f4;
    border-right: 0px;
    border-left: 0px;
    font-size: 14px;
    background: #0571c3;
    padding: 10px 0px;
    color: white;
    padding-bottom: 0px;
}
#footer-section .title{
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    padding: 5px 0px;
    padding-top: 15px;}
#footer-section .logo-col .title{
    padding-top:0px;
}
#footer-section .logo-col >.inner{
    margin: 5px;
    background: #005ba0;
    color: white;
    padding: 10px;
    font-size: 13px;
}

#footer-section >.inner{width:1000px;margin:0 auto;}
#footer-section >.inner img{    width: 50%;
    display: block;
    margin: 5px 0px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

#footer-section ul{list-style: none}

#footer-section .copyright{margin-top:10px;}

#footer-section .contact-info span{
    display: block;
    padding:5px 0px;
}

#footer-section .menu-col a{
    display: block;
    color:white;
    padding:2px 0px;
    font-size: 13px;
}
#footer-section .menu-col a i{
    margin-right:5px;
}

#bottom-section{
    background: #005ba0;
}
#bottom-section >.inner{
    width: 1000px;
    margin: auto;
    color: white;
    padding: 5px;
    font-size: 13px;
}
#bottom-section >.inner a{
    color:white;
}
#menu-section .nav li.sub{position:relative;  display: block;}
#menu-section .nav li.sub > ul{
    position:absolute;
    z-index:2000;
    list-style:none;
    min-width: 270px;
    background: lightgray;
    left: 0px;
    opacity: 0;
    top:120%;
    visibility: hidden;
    webkit-transition:visibility 0s, all 100ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition:visibility 0s, all 100ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition:visibility 0s, all 100ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition:visibility 0s, all 100ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#menu-section .nav > li.sub:not(.nohover):hover > ul{
    visibility: visible;
    top:100%;
    opacity: 1;
    webkit-transition: all 200ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 200ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 200ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#menu-section  li.nav-item.active >a{
    color:#117a8b;
    background:lightgrey;
}
#menu-section  li.nav-item >a:visited,#menu-section  li.nav-item >a:link{
    color:white;
    background:transparent;
}

#menu-section  li.sub ul a:hover{
    color:#117a8b;
}
#menu-section  li.sub ul a{
    display: block;
    color: white;
    padding: 10px 10px;
    font-size: 12px;
    border-bottom: 1px dotted #c3c3c3;
    color: #333;
    z-index:50000;
    text-decoration: none;
    font-weight: 600;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    #left{
        width: 100%;
        float: none;
        right: 0px;
    }
    #right{display: none;}

    #main-wrapper >.inner-wrapper{
        width:auto;
        padding:10px 10px;
    }
    #bottom-section >.inner{
        width: auto;
    }

    #top-section >.inner{
        width:auto;
        padding:10px 10px;
    }

    #banner-section >.inner{
        width:auto;
        padding:10px 10px;
    }
    #main-wrapper{
        margin: 30px;
        margin-top: -125px;
    }
    #menu-section >.inner{
        width:auto;
    }
    #footer-section >.inner{
        width:auto;
        padding:10px 10px;
    }
    #bottom-section >.inner{
        width: auto;
    }
    #menu-section .nav-item > a:not(.home){
        padding:10px 13px;
    }
    #menu-section .nav-item > a:not(.home) i{
        top: 46%;
        right: 5px;
        font-size: 5px;
    }
}

@media  only screen and (max-width: 767px) {

    #bottom-section >.inner{
        width: auto;
    }

    #top-section >.inner{
        width:auto;
        padding:10px 10px;
    }

    #banner-section >.inner{
        width:auto;
        padding:10px 10px;
    }

    #main-wrapper >.inner-wrapper{
        width:auto;
        padding:10px 10px;
    }

    #right{display: none;}



    #top-section >.inner .row >div{width:100%;text-align:center;}
    #top-section >.inner .float-section{float:none;margin-top:10px}

    #footer-section >.inner{
        width:auto;
        padding:10px 10px;
    }
    #main-wrapper{
        margin-top:0;
    }

    #menu-section >.inner{
        width:auto;
    }
    #menu-section .nav-item span.space{
        display: none;
    }
    #r-news{
        display: none;
    }
    #left{
        padding-right: 0px;
    }
    .list-item >.inner .info{width:80%;}
    .list-item >.inner .arr-info .date{display: none;}
    .list-item >.inner .img-wrapper{width: 18%;}
    .list-item >.inner .title{width: 80%;height: auto;}
    .list-item >.inner .info .arr-info{margin-top: 0px;}
    .list-item >.inner .info .arr-info .price{width:50%;padding-right:0px;margin:2px 0px;}
    .list-item >.inner .info .arr-info .area{width:50%;padding-right:0px;margin:2px 0px;}
    .list-item >.inner .info .arr-info .location{width:50%;padding-left: 0px;margin:2px 0px;}
    .list-item >.inner .info .arr-info .date{width:50%;padding-left: 0px;margin:2px 0px;}
    .list-item >.inner .info .arr-info .date b{text-align:left;padding-left:10px;}
    .content-column{padding-right:0px;padding-left:0px;}
    #banner-section >.inner .logo-col{width:100%;}
    #banner-section >.inner .logo-col img{margin:0 auto;display:block;}
    #banner-section >.inner .banner-col{display:none;}

    #footer-section >.inner .logo-col{width:100%;}
    #footer-section >.inner .logo-col img{margin:0 auto;display:block;height:100px;width:auto;}
    #footer-section >.inner .info-col{width:100%;padding: 0px;}
    #footer-section .bottom-menu{text-align: center;margin-top: 20px;}
    #footer-section .bottom-menu a{}

    #menu-section .nav-item a.home{padding:10px 34px;}
    #menu-section .nav li.sub{position:relative;  display: block;}
    #menu-section .nav-item.itex-active > a{
        color: #117a8b !important;
        background: lightgray !important;
    }
    #menu-section .nav-item > a:not(.home) i {
        position: absolute;
        top:0px;
        right: 0px;
        width: 42px;
        height: 100%;
        line-height: 40px;
        text-align: center;
    }
    #menu-section .nav li.sub > ul{
        position:relative;
        z-index:2000;
        list-style:none;
        min-width: 270px;
        background: lightgray;
        left: 0px;
        opacity: 1;
        top:120%;
        height:0px;
        overflow: hidden;
        visibility: visible;
        webkit-transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -moz-transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -o-transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }
    #menu-section  li.sub ul a{background:white;padding-left:50px;}
    .slider-section{
        display: none;}
    #right .adv-section{display: none;}
    .left-adv{display: none !important;}
    .right-adv{display: none !important;}
    .list-item >.inner .arr-info b{
        display: block;
    }
}
/*.show-submenu{
    display: block !important;
    transform: scaleY(1) !important;
    transition: transform 0.26s ease;
}*/
.ls-v5 .ls-bottom-slidebuttons, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop, .ls-v5 .ls-nav-sides{
    top:-155px !important;
}

#top-posts{
    margin-bottom: 10px;
    padding: 10px 35px;
}
#top-posts >.inner{
    /*background: #0571c3;*/
    background: #f0f0f0;
    padding:10px;
    position: relative;
}
#top-posts >.inner .left-nav{
    position: absolute;
    background: url(../../images/home/left_slider.png);
    left: -38px;
    top: 44%;
    background-size: 100% 100%;
    cursor: pointer;
    opacity: 0.5;
    width: 35px;
    height: 36px;
}
#top-posts >.inner .left-nav:hover,#top-posts >.inner .right-nav:hover{
    opacity: 1;
}
#top-posts >.inner .right-nav{
    position: absolute;
    width: 35px;
    height: 36px;
    background: url(../../images/home/right_slider.png);
    top: 44%;
    right: -38px;
    background-size: 100% 100%;
    cursor: pointer;
    opacity: 0.5;
}

.items-wrapper {  }
.items-wrapper .item-wrapper{
    background: #fff;
    font-size: 13px;
    color: gray;
    padding: 3px;
}
.items-wrapper .item-wrapper .content .m-title{
    display: block;
    font-weight: bold;
    color: #c00;
    margin-bottom: 5px;
    height: 20px;
    overflow: hidden;
}
.items-wrapper .item-wrapper .content .location {
    height: 20px;
    overflow: hidden;
}
.items-wrapper a{text-decoration: none;}
.items-wrapper .item-wrapper .content{padding:5px;}
.items-wrapper .item-wrapper .content span:not(.m-title){
    display: block;
    color: gray;
    padding: 1px 0px;
    font-size: 12px;

}
.owl-theme .owl-nav{display: none;}

.ls-nav-start, .ls-nav-stop{
    background-color: rgba(0,0,0,0.5);

}
.ls-nav-start{
    border-radius: 2px 0px 0px 2px;
}
.ls-nav-stop{
    border-radius: 0px 2px 2px 0px;
}
.ls-bottom-slidebuttons{
    background: rgba(0,0,0,0.5);
}

.rsDefault .rsThumb.rsNavSelected img{

}

#news img{
    max-width:100%;
}
