html, body {
    overflow-x:hidden
}

.hidden {
    display: none !important;
}

a {
    color: #d70d51;
}

.has-error label {
    color: #ff0000 !important;
}

.has-error .form-control {
    border-color: #ff0000 !important;
}

.no-border {
    border: none !important;
}

.reset-padding {
    padding: 0 !important;
}

.reset-margin {
    margin: 0 !important;
}

.reset-float {
    float: none
}

header {
    background-color: #3e3e3e;
    background-position: center;
    background-size: 100% auto;
    height: 300px;
    width: 100%;
}

#index header {
    background-color: transparent;
}

@media (max-width:774px){
    header {
        background-size: cover;
    }
}

header .row {
    min-width: 600px;
}

.fullscreen-container {
    background-color: #d9d9d9;
}

.izpostavljeno {
    text-transform: uppercase;
}

#index header {
    background-image: none;
    position: absolute;
    width: 100%;
    z-index: 100;
}

header * {
    color: #ffffff !important;
}

.lower-footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    background-color: #18263a;
    padding: 25px 0;
}

.lower-footer a {
    font-family: 'Open Sans', sans-serif;
}

#index .more-detail i {
    color: #ffffff;
}

#index .top-tabs .tab-content {
    padding-top: 40px;
}

#index .search-form label {
    margin-bottom: 0;
    font-weight: normal;
}

#index .search-form .checkbox label {
    margin-right: 10px;
}

#index .filter-list .property-text {
    padding: 0;
}

#index .filter-list .property-text .data {
    padding: 20px 20px 10px;
}


#index .left-options .checkbox:first-child {
    margin-top: 0;
}

#index .form-group {
    margin-bottom: 10px;
}

.inner-text h2 {
    text-shadow: 1px 1px #333333;
}

.navbar-default {
    background-color: transparent;
    text-shadow: 1px 1px #000;
}

.navbar-default .dropdown-toggle:hover,
.navbar-default .dropdown-menu *{
    color: #d70d51 !important;
    text-shadow: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.navigation {
    margin: 34px 0;
}

.breadcrumb {
    float: left;
    font-size: 12px;
}

.logo img {
    max-height: 80px;
}

.top-bar {
    min-height: 42px;
    background-color: rgba(0,0,0,0.4);
    border-bottom-color: rgba(0,0,0,0.4);
}

.custom-back {
    background-color: #eee;
    height: 100%;
    margin-left: -15px;
    position: absolute;
    width: 1920px;
    overflow: hidden;
}

.search-property {
    position: relative;
}

#property-search {
    position: relative;
    cursor: pointer;
}

#property-search .radio input {
    display: none;
}

#property-search .radio span.bg-radio {
    left: 0;
}

#properties_list {
    position: relative;
    min-height: 300px;
}

@media (max-width:991px) {
    #properties_list,
    #search-properties {
        width: 100%;
    }

    #search-properties {
        padding-left: 30px;
    }

}

@media (min-width:1000px) and (max-width:1050px) {
    #amount,
    #amount2
    #amount3 {
        width: auto;
    }
}

@media  (max-width:960px){
    #slider-range .maxvalue,
    #slider-range2 .maxvalue,
    #slider-range3 .maxvalue,
    #slider-range4 .maxvalue,
    .price-slider .maxvalue,
    .size-slider .maxvalue  {
        right:-30%;
    }
    #slider-range .minvalue,
    #slider-range2 .minvalue,
    #slider-range3 .minvalue,
    #slider-range4 .minvalue,
    .price-slider .minvalue,
    .size-slider .minvalue  {
        left:-30%;
    }
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0) !important;
    height: 100%;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 24px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

.owl-carousel .owl-wrapper-outer {
    width: auto !important;
}

/*.rightbar-heading h4::after,*/
/*.leftbar-heading h4::after{*/
/*margin-top: 8px;*/
/*}*/

.right-bar ul:last-child {
    margin: 0;
}

.room-price > span {
    top: 5%;
    font-size: 16px;
    left: 0;
    right: auto;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 11px;
}

.mrgl15 {
    margin-left: 15px;
}

.mrgt1x {
    margin-top: 10px;
}
.mrgb1x {
    margin-bottom: 10px;
}
.mrgt2x {
    margin-top: 20px;
}
.mrgb2x {
    margin-bottom: 20px;
}
.mrgt32 {
    margin-top: 32px;
}

#slider-range, #slider-range2, #slider-range3, #slider-range4 {
    width: 60%;
    margin-left: 20%;
}

.price-slider .minvalue, .size-slider .minvalue {
    left: -30%;
    background-color: transparent !important;
    color: #333 !important;
}

.price-slider .maxvalue, .size-slider .maxvalue {
    right: -30%;
    background-color: transparent !important;
    color: #333 !important;
}

.price-slider label.value, .size-slider label.value {
    font-size: 14px;
}

.sliders span,
.ui-slider .ui-slider-range {
    background-color: #D70D51 !important;
    background-image: none;
}

#search h4 {
    margin-left: -15px;
}

.room-price > span {
    background-color: rgba(215, 13, 81, 1);
    /*color: #131313;;*/
}

.property-box:hover .room-price > span {
    background-color: rgba(215, 13, 81, 1);
}

.properties-list .property-text {
    padding: 0;
}

.properties-list .property-text .data {
    padding: 20px 15px 0;
}

.sale-2 .detail-btn, .rent-2 .detail-btn {
    margin-right: 0;

}

#index .property-detail ul {
    margin-top: 10px;
}

#index .property-detail ul li {
    margin-bottom: 10px;
}

.property-text .detail-btn a {
    border-radius: 0;
}

.property-detail .property-price span {
    color: #d70d51;
    font-size: 22px;
    line-height: 22px;
}

.property-detail .property-price span.price {
    color: #333333;
    font-size: 11px;
    line-height: 11px;
    float: none;
    text-transform: lowercase;
}

.resort-name p {
    margin-top: 0;
    color: #d70d51;
}

.property-box .detail-btn .sale {
    background-color: #333333;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: lowercase;
}

.property-box .detail-btn .sale .fa {
    font-size: 14px;
    line-height: 14px;
    padding-right: 2px;
    vertical-align: bottom;
}

.property-box .detail-btn .rent:hover,
.property-box .detail-btn .sale:hover,
.property-box.rent-2 .detail-btn .rent:hover,
.property-box.sale-2 .detail-btn .sale:hover {
    background-color: #d70d51;
}

.resort-name h4 {
    margin-top: 0;
}

.resort-name ul {
    min-height: 100px;
}

.resort-name ul>li {
    border-bottom: 1px solid #ccc;
    padding: 2px 0;
    width: 100%;
}

.resort-name ul>li>span {
    float: right;
    font-size: 13px;

}
.resort-name ul>li>span:first-child {
    float: left;
}

.resort-name ul>li>span.value {
    font-weight: bold;
    text-transform: lowercase;
}

.resort-name ul>li>span>span {
    font-weight: normal;
    font-size: 11px;
}


.resort-name ul>li.no-border {
    margin-bottom: 1px;
}

.rightbar-heading h4 {
    color: #2d2d2d;
    text-transform: uppercase;
}

.border-bottom {
    border-bottom: 1px solid #d5d5d5;
}

.caption {
    margin-bottom: 100px;
}

.tp-bullets {
    display: none;
}

.nav-tabs {
    margin-top: -55px;
}

#property textarea.form-control {
    height: 120px;
    max-width: 100%;
    min-width: 100%;
}

#property .post-form .form-group {
    margin-bottom: 5px;
}

#property .post-form .form-group label {
    margin-bottom: 10px;
    font-size: 13px;
}

#property .form-control {
    min-height: auto;
}

#property .send-msg:hover {
    transform: scale(1,1);
}
.send-msg .post-msg i {
    color: #ffffff;
}

.description-content li span {
    font-size: 13px;
    padding-bottom: 10px;
}

.agent-img {
    margin-left: 0;
}

.agent-img .img-hover {
    width: 100%;
    height: 100%;
    /*background-color: rgba(215,​13,​81,0.85);*/
    background-color: rgba(215, 13, 81, 0.85);
}

#about_pages span {
}
#about_pages {
    font-weight: 400;
}

#about_pages > ul {
    background-color: #414851;
    margin-top: 10px;
}

#about_pages li {
    border-bottom: 1px solid #f6f6f6;
    color: #ffffff;
    padding: 5px 0;
    margin-bottom: 0;
}

#about_pages li a {
    color: #ffffff;
}

#about_pages ul li > ul {
    list-style: outside none none;
}

#about_pages > ul > li, #struktura ul li > ul > li {
    list-style: outside none none;
    padding-left: 15px;
}

#about_pages li > i {
    line-height: 22px;
    margin-right: 5px;
}

#about_pages .active {
    background-color: #d70d51;
}

#about_pages li.border-less {
    border: medium none;
    list-style: outside none none;
    margin-bottom: -2px;
    margin-left: -15px;
    margin-top: -2px;
}

.parallex {
    text-shadow: 1px 1px #000;
}

.properties-listing .filter-list ul {
    position: relative;
}

.index-list-more {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 5px !important;
}

.index-list-more a {
    color: #fff;
    background-color: #d70d51;
    float: right;
    margin-top: 7px;
    padding: 6px 16px;
    text-transform: none;
    transition: all 0.8s ease 0s;
}

#captcha {
    margin: 5px 0 !important;
}

.infobox-2 p {
    line-height: 1.2em;
    margin-bottom: 5px;
}

.about-widget .img-responsive {
    max-width: 75%;
}

.listing-name .filter.active > a::before,
.listing-name > li a::before {
    border-bottom-color: #d70d51;
}

.contact-address .map-marker i,
.contact-address .phone i,
.contact-address .mail-envel i {
    color: #d70d51;
}

.files li a {
    color: #d70d51;
}
.files li i {
    margin-right: 10px;
}

.right-bar .logout li {
    display: inline-block;
}

.nav-stacked li.add {
    width: 60%;
}

#my-menu {
    position: relative;
}

#my-menu ul.fallback {
    display: none;
    min-width: 150px;
    background-color: #fff;
}

#my-menu .fallback {
    padding: 10px 0;
    position: absolute;
    z-index: 100;
}

#my-menu .fallback * {
    color: #000000 !important;
}

#my-menu .fallback li {
    display: block !important;
    margin: 5px 0;
    padding: 5px 10px;
}

#my-menu .fallback li:hover,
#my-menu .fallback li:hover * {
    background-color: #d70d51;
    color: #fff !important;
}

#my-menu:hover ul.fallback,
#my-menu.active ul.fallback{
    display: block !important;
}

.right-bar ul li i {
    margin-bottom: -3px;
}

/*
    MODAL
*/
.modal .form-group label {
    font-weight: normal;
}

.required label::after {
    content: " *";
}

.select2-container {
    min-height: 36px;
}

.select2-container-multi .select2-choices {
    border: none;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 7px;
}

.wishlist,
.wishlist .tab-content {
    min-height: 500px;
}

.btn {
    background-color: #d70d51;
    color: #ffffff;
    cursor: pointer;
}

.tab-section .nav-stacked li span::after {
    background-color: #d70d51;
}
.tab-section .nav-stacked li span:hover::before{
    border-left: 22px solid #d70d51;
}
.tab-section .nav-stacked  li.active a span{
    background-color: #d70d51;
}
.tab-section .nav-stacked li.active a span::before{
    border-left: 22px solid #d70d51;
}

#toast-container {
    top: 30px;
}

@media (max-width:767px){
    .navbar-header .navbar-toggle {
        background-color:#d70d51;
        display:inline-block;
    }

    .menu {
        position: absolute;
        right: 15px;
    }

    .navbar-header span {
        background-color: #fff !important;
    }
    .navbar-default {
        width: 100%;
        z-index: 100;
    }
    #navbar {
        background-color: #fff;
    }
    #navbar * {
        color: #3d3d3d !important;
        text-shadow: none;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        border: 0 none;
        box-shadow: none;
        float: none;
        left: -100%;
        margin-top: 0;
        position: absolute;
        top: 0;
        width: auto;
    }

    .text-box h2{
        font-size:24px;
    }
    .text-box p{
        font-size:13px;
        color:#eeeeee;
    }

    .slider-button a {
        padding: 10px;
    }

    .slider-text {
        padding: 30px;
    }

    .listing-name .filter:hover > a::before,
    .listing-name .filter.active > a::before {
        top: 1.2em;
        border-bottom-color: #d70d51;
    }
}

@media (max-width:500px) {
    .nav-tabs {
        margin-top: 0;
    }

    .nav-tabs > li > a {
        border-radius: 0;
    }

    .search-btn {
        margin-top: 30px;
    }
}

@media (max-width:450px){
    .filter-list li {
        width: 100%;
    }

    section .contact-info {
        margin-bottom: 30px;
    }

}

.property-single-rightbar .property-carousel .owl-controls .owl-prev, .property-single-rightbar .property-carousel .owl-controls .owl-next  {
    bottom: -130px;
}

.mt20{
	margin-top: 20px;
}

.mt10{
	margin-top: 10px;
}
