@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

body {
    font-family: 'Roboto', sans-serif; !important;
}
a:hover, a:focus {
    text-decoration: none;
}
nav.navbar-white {
    background-color: #313030;
}
nav.navbar-white .container-fluid {
    margin-right: -1px;
    margin-left: -1px;
}
.main_page nav.navbar-white .container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.navbar-mgm-red.navbar-fixed-top {
    top: 35px;
}
.navbar-white {
    padding-top: 4px;
    height: auto !important;
    margin-bottom: -2px;
}
.main_page .navbar-white {
    margin-bottom: 0px;
    padding-top: 5px;
}
nav.navbar-white .navbar-nav li>a {
    color: #fff;
    font-weight: 100;
}
.navbar.navbar-mgm-red .navbar-collapse {
    -webkit-box-shadow: 0px 5px 25px 0px rgba(49,48,48,0.2);
    -moz-box-shadow: 0px 5px 25px 0px rgba(49,48,48,0.2);
    box-shadow: 0px 5px 25px 0px rgba(49,48,48,0.2);
}
.navbar-left li a:hover, nav.navbar-white .bold {
    font-weight: 400 !important;
    margin-top: -1px;
}
.navbar-left li a {
    padding: 10px 7px;
}
.divider {
    color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
.copyright {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.ball-number {
    color: #313030 !important;
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 3px;
    font-size: 0.9em;
    font-weight: 800 !important;
}
.login-register {
    background-color: #ff0000;
    margin-top: -5px;
    margin-bottom: -1px;
    margin-right: -5px;
    transition: .3s;
}
.login-register:hover {
    background-color: #95362B;
}
.login-register.logged {
    padding: 0px;
    margin-bottom: -1px;
}
.login-register.logged .name-login {
    padding: 8px 20px;
}
.login-register.logged.open a.name-login {
    color: #fff;
    background-color: #95362B;
}
.login-register.logged.open  {
    background-color: #95362B;
}
#login-drop {
    padding: 8px 20px;
}
.login-register a span {
    text-transform: uppercase;
}
.navbar-white.navbar-fixed-top {
    z-index: 10000;
}
.btn-login {
    display: block;
    margin-bottom: 5px;
    padding: 8px 43px 8px 37px;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    color: #313030;
    font-size: .9em;
}
.btn-login:last-child {
    margin-bottom: 0px;
}
.btn-login:hover {
    background-color: #d4d4d4;
}
.login-drop {
    position: absolute;
    width: 155px;
    padding: 15px 0px !important;
}
.mini-img-head {
    width: 20px;
    margin-top: -2px;
    margin-right: 3px;
}
.logo-header2 {
    float: left;
    width: 60px;
    padding: 5px 0px;
    margin-left: 15px;
    margin-right: 5px;
}
.navbar-mgm-red .nav.navbar-nav.navbar-left {
    text-transform: uppercase;
}
.navbar-mgm-red .nav.navbar-nav.navbar-left li a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-mgm-red .nav.navbar-nav.navbar-left .dropdown-menu li a {
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.navbar-mgm-red .nav.navbar-nav.navbar-left li a:hover {
    color: #ff0000;
}
.navbar-mgm-red .dropdown-full a.dropdown-toggle {
    border: none !important;
}
.navbar-mgm-red .dropdown-full {
    position: relative !important;
}
.navbar-mgm-red .dropdown-menu {
    min-width: 220px;
    max-width: 300px;
    left: -10px !important;
    border-top: 1px solid #e5e1ea !important;
    padding: 0px !important;
}
.navbar-mgm-red .dropdown-menu li:first-child {
    margin-top: 1px;
}
.main-banner img.header-image {
    width: 100%;
    filter: brightness(90%);
}
body.main_page .buildings {
    margin-top: 97px;
}
body.main_page .search-block {
    position: absolute;
    z-index: 20;
    width: 100%;
}
body.main_page .search-bar {
    position: relative;
}
body.main_page .search-bar.scrollfix {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 105px;
    border-top: 2px solid #dbdbdb;
}
.subpage-search {
    position: fixed;
    width: 100%;
    top: 105px;
    z-index: 11;
}
.border-top-for-scroll {
    border-top: 2px solid #dbdbdb;
}
.box-shadow-none {
    box-shadow: none !important;
}
.search-bar {
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0px;
}
.nstSlider .leftGrip, .nstSlider .rightGrip {
    background: #676767;
    width: 12px;
    height: 12px;
    top: 10px;
    z-index: 2;
}
.nstSlider .bar {
    height: 2px;
    top: 15px;
    background: #454040;
    z-index: 1;
}
.nstSlider {
    background: transparent;
    width: 99%;
}
.nstSlider .bar2 {
    height: 2px;
    top: 15px;
    background: #dbdbdb;
    width: 100%;
    position: absolute;
}
.labels-price {
    display: inline-block;
    float: right;
    font-size: 0.8em;
    padding-right: 5px;
    padding-top: 3px;
}
.search-bar .search-button .btn.btn-red.btn-block {
    text-transform: uppercase;
}
.search-bar .form-control-feedback {
    top: 25px !important;
    right: 15px;
}
.form-group label {
    font-size: .9em;
    color: #313030;
}
.form-control {
    color: #313030;
    border: 1px solid #E2E2E2;
}
.form-control .others {
    color: #373737;
}
.background-green {
    background-color: #84CC33 !important;
}
.background-green:hover {
    background-color: #000 !important;
}
select {
    color: #ccc !important;
}
select.black-color {
    color: #313030 !important;
}
select.hourselect, select.minuteselect, .pagination select {
    color: #313030 !important;
}
.pagination li.active a {
    color: #fff;
    background-color: #000;
}
.pagination li a {
    color: #d9d9d9;
}
::-moz-selection{
    background:#313030;
    color: #fff;
    text-shadow:none;
}
::selection{
    background:#313030;
    color: #fff;
    text-shadow:none;
}

::-moz-selection{
    background:#313030;
    color: #fff;
    text-shadow:none;
}
::-webkit-input-placeholder
{
    color: #ccc !important;
}

:-moz-placeholder
{
    color: #ccc !important;
}

::-moz-placeholder
{
    color: #ccc !important;
}

:-ms-input-placeholder
{
    color: #ccc !important;
}
.main-body {
    padding: 30px 0px;
}
.buildings.in {
    margin-top: 121px;
}
.group-button-search {
    margin-top: 20px;
    position: relative;
    display: inline-block;
    padding: 4px 10px;
    background: #ff0000;
}
.more-filter .text-1, .more-filter .text-2 {
    cursor: pointer;
    padding-right: 0;
}
.more-filter .text-1, .more-filter .text-2 {
    color: #fff;
    font-size: .9em;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    text-transform: inherit;
    font-weight: 300;
    margin-right: 6px;
}
.more-filter i {
    border-radius: 100%;
    color: #313030 !important;
    font-size: .7em !important;
    font-weight: 100 !important;
    height: 20px;
    line-height: 21px;
    text-align: center;
    width: 20px;
    background: #fff;
}
.hide {
    display: none !important;
}
.block, .visible {
    display: block; !important;
}
.red {
    color: #ff0000 !important;
}
.title1 {
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-size: 1.2em;
    margin: 0px 0px 20px 0px;
}
.title1:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #373737;
    margin: auto;
    margin-top: 5px;
}
.search-inputs {
    margin-top: 15px;
}
#search-propertie-filters .form-group {
    padding: 10px 15px;
}
#search-propertie-filters {
    display: none;
    width: 100%;
}
.guaranty {
    padding: 50px 0px;
}
.guaranty img {
    max-width: 50%;
}
.text-guaranty {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #313030;
}
.buildings img {
    width: 40%;
    display: block;
    padding-bottom: 5px;
}
.buildings {
    background: #353535;
    padding: 0px;
}
.down-dark {
    background: #313030;
    padding: 50px 0px;
}
.text-down-dark {
    padding-top: 15px;
    display: block;
    font-weight: 400;
    color: #fff;
}
.text-down-dark a {
    color: #fff;
    text-decoration: none;
}
.buildings small {
    background: #fff;
    color: #000;
    padding: 3px 1px;
    border-radius: 100%;
    font-weight: 800;
}
.parallax-main {
    margin-top: 50px;
    background-image: url("images/other/2144.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-main p {
    color: #fff;
    text-align: center;
}
.hide-search {
    display: block;
}
.hide-search.active-h{
    display: none;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.padding-top-8 {
    padding-top: 8px !important;
}
.img-height-190 {
    width: 100%;
}
.small_detail .desc {
    width: auto;
    background: transparent;
    position: relative;
    color: #000 !important;
    font-size: .8em;
    font-weight: 400;
}
.small_detail .tools_right {
    background: transparent;
    text-transform: uppercase;
    right: 24px;
    padding: 0px;
    z-index: 10;
}
.estates .estateList .description.highlight {
    background: url("images/other/highlight.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.small_detail .tools {
    z-index: 10;
}
.small_detail .tools_right a {
    color: #fff !important;
    font-size: 1.2em !important;
    transition: color 0s;
}
.small_detail .tools_right a:hover, .small_detail .tools_right a:focus,
.small_detail .tools a:hover, .small_detail .tools a:focus  {
    color: #ff0000 !important;
}
.estateList .absolute-view {
    top: 40%;
    left: 31%;
}
.estateList .tools_right {
    right: 10px;
}
.small_detail:hover .absolute-view, a.blog-m-img:hover .absolute-view {
    display: block;
}
.small_detail .price {
    font-size: 1.5em;
    display: block;
    padding-bottom: 2px;
    padding-top: 3px;
}
.small_detail p {
    padding-bottom: 10px;
}
.small_detail {
    margin-bottom: 15px;
}
.estates .btn-all-estates {
    border: 1px solid #313030;
}
#user_notes {
    overflow-x: hidden;
}
.pagination {
  border-radius: 0px;
}
.estates .pagination, .estates .pagination > li > span, .estates .pagination > li > a {
    background-color: #313030;
}
.estates .pagination > li > span, .estates .pagination > li > a {
    border: 0px;
}
.estates .save-search {
    color: #fff !important;
}
.estates .pagination > li > a:hover, .estates .pagination > li > a:hover, .estates .pagination > li > span:hover, .estates .pagination > li > a:focus, .estates .pagination > li > span:focus {
    background-color: #000 !important;
}

.btn-all-estates, .standart-btn {
    border: 1px solid #84CC33;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 5px;
    text-transform: lowercase;
    color: #313030;
    background: transparent;
    transition: all .3s;
    font-size: .9em;
}
.btn-all-estates:hover, .standart-btn:hover {
    color: #fff;
    background: #313030;
    border: 1px solid #313030;
}
.standart-btn {
    text-transform: uppercase;
    font-size: .7em;
    padding: 7px 12px;
}
.user-month {
    font-weight: 300;
    color: #313030;
}
.user-month small {
    color: #313030 !important;
}
.tel-mail {
    padding: 10px 0px;
}
.tel-mail a {
    display: block;
    padding: 2px 0px;
    font-size: .9em;
    font-weight: 300;
}
.filter-brightness {
    filter: brightness(90%);
}
.owl-property  {
    overflow: hidden;
}
.slider-buttons button {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    opacity: .5;
    width: 40px;
    height: 40px;
    top: 50%;
    transition: .2s;
    outline: none;
    border: none;
}
.slider-buttons button:hover {
    opacity: .9;
}
.slider-buttons .owl-property-prevbtn {
    left: 25px;
}
.slider-buttons .owl-property-nextbtn {
    right: 25px;
}
.owl-property .owl-nav  {
    display: none;
}
.owl-property div.disabled {
    background-color: transparent !important;
}
.owl-property .owl-item {
    float: left;
    max-width: 100%;
    max-height: 190px;
}
.owl-property .owl-item img {
    max-width: 100%;
}
.vyrocie15 .owl-item img {
    max-width: 100%;
    width: 100%;
    min-height: 160px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.estates-main {
    padding-top: 60px;
}
.background-red {
    background: #ff0000 !important;
}
.background-red img {
    width: 15% !important;
}
.padding15 {
    padding: 15px;
}
.trophy h2 {
    text-align: center !important;
}
.relative {
    position: relative;
}
.estates .counter {
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.estates .pagination select {
    font-size: 14px;
}
.estates .estateList h2 a {
    font-size: 14px;
    text-transform: uppercase;
}
.estates .estateList h2 {
    margin-bottom: 10px !important;
}
.mini-text {
    font-size: 0.9em;
}
.last_estates h3, .title-down2 {
    text-transform: uppercase;
    color: #ec2024;
    font-size: 1.3em;
    font-weight: 300;
    text-align: center;
    padding: 0px;
    margin: 30px 0px 10px 0px;
    background-color: transparent;
}
.estateDetail .price {
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 10px;
}
.estateDetail h2 a {
    font-size: .8em;
    font-weight: 300;
}
.wrapper2 {
    width: 100%;
}
.title-estate2 h1 {
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
}
.title-estate2 .tools .mini-tools {
    text-transform: lowercase;
    font-size: .9em;
}
.estate .detailcarousel b {
    font-size: 1.2em;
    font-weight: 400;
}
.estate .detailcarousel span {
    font-weight: 300;
}
.estate .detailcarousel .btn {
    text-transform: uppercase;
    font-size: .9em;
}
.estate h3.toggle, .branch h3.toggle, .makler h3.toggle {
    cursor: pointer;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 400;
}
.makler_profile {
    display: flex;
}
.display-none {
    display: none !important;
}
.estate .makler_profile {
    padding-bottom: 15px;
    padding-top: 15px;
}
.branch .makler_profile h3.toggle, .makler .makler_profile h3.toggle {
    padding-left: 0px;
}
.black-btn {
    border: 1px solid #313030;
    padding: 3px 10px;
    text-transform: lowercase;
    color: #fff;
    background: #313030;
    font-size: .8em;
}
.page .reference-block .blog-detail {
    box-shadow: none !important;
}
.estate .nav-tabs > li > a {
    border-radius: 0px;
}
.estate nav-tabs li a {
    text-transform: uppercase;
}
.estate .carousel-control:hover i, .estate .carousel-control:focus i {
    color: #000;
}
.note-btn {
    margin: 10px 0px;
    width: 100%;
    border: 1px solid #313030;
    padding: 3px 10px;
    text-transform: lowercase;
    color: #fff;
    background: #313030;
    transition: all .3s;
}
.note-btn:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
#user_notes {
    min-height: 100px;
}
.radio-btn {
    position: absolute;
    visibility: hidden;
}
.radio-btn:checked ~ .label {
    color: #BB4430;
}
.radio-btn:checked ~ .label::before {
    margin-right: 14px;
    border: 7px solid #BB4430;
    background: #F8F7FF;
}
.search-inputs .label {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 5px;
    color: #313030;
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.25s linear;
}
.search-inputs .label:hover {
    color: #BB4430;
}
.search-inputs .label:hover::before {
    border-color: #BB4430;
}

.search-inputs .label::before {
    display: block;
    content: '';
    border: 3px solid #000;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin-right: 7px;
    transition: all .25s linear;
}
.categorydiv .tokenfield .token {
    margin: 5px 5px 5px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.categorydiv .close:hover, .categorydiv .close:focus {
    color: #ff0000;
}
.categorydiv .tokenfield .token .close {
    line-height: 1.37em;
}
#page150 legend {
    font-size: 1.2em;
    text-transform: uppercase;
}
#page150 label {
    font-weight: 400;
    text-transform: lowercase;
}
.dashboard2 .user-month {
    margin-top: 5px;
}
.dashboard2 .alert-info {
    color: #313030;
    font-size: 1.1em;
    background-color: #e7ffe7;
    border-color: #b2ffb2;
}
.dashboard2 .alert {
    border-radius: 0px;
}
.dashboard2 h3.toggle {
    color: #313030;
    cursor: pointer;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 300;
}
.dashboard2 .panel {
    border-radius: 0px;
}
.dashboard2 .panel-heading, .dashboard2 .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.dashboard2 .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.panel-heading {
    border-bottom: 0px;
}
.dashboard2 .list-group-item {
    font-size: 0.9em;
    padding: 10px;
}
.list-group-item.bg-green.color-white {
    text-transform: uppercase;
    font-size: 0.9em;
}
.your-makler {
    font-size: 1em;
    text-transform: uppercase;
    padding: 0px 10px;
    font-weight: 400;
}
.your-makler2 {
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4em;
}
.your-account {
    font-size: 1.2em;
}
.btn-show {
    border: 1px solid #313030;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
}
.btn-show:hover {
    color: #fff;
    text-decoration: none;
    background-color: #313030;
}
.page .multiselect-native-select .multiselect-selected-text {
    text-transform: lowercase;
}
.modal-header .close {
    background: transparent !important;
}
.reference-text p {
    text-align: justify;
}
.estates.nopadding-xs-right.nopadding-xs-left .title-down2 {
    font-size: 25px;
}
.estates .estateList .image .ribbon {
    z-index:5;
}
.estates.nopadding-xs-right.nopadding-xs-left .hrline span {
    background-color: #ECECEC;
}
a h3.title1 {
    color: #313030;
    transition: color .2s;
}
a:hover h3.title1, a:focus h3.title1, a:hover h3.title1 .red, a:focus h3.title1 .red {
    color: red !important;
}
/* SEARCH PRICE LINE / START*/
.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
    background: none;
}
.irs-line {
    height: 2px;
    background-color: #ccc;
    top: 27px;
}
.irs-bar {
    height: 2px;
    top: 27px;
    background-color: #666;
}
.irs-slider {
    width: 15px;
    height: 15px;
    top: 20px;
    background-color: #666;
    border-radius: 50%;
}
.irs-from, .irs-to, .irs-single, .irs-min, .irs-max {
    color: #313030;
    background: none;
    border-radius: 0px;
}
.irs {
    margin-top: -4px;
}

.partners  {
    text-align: center;
    padding: 20px 0 40px;
}
/* SEARCH PRICE LINE / END */


@media screen and (max-width: 350px) {
    .event-box .date-box {
        width: 25% !important;
    }
}
@media screen and (max-width: 400px) {
    #login-drop {
        padding: 8px 10px !important;
    }
    .makler_profile h4 {
        font-size: 10px !important;
    }
    .navbar-toggle {
        margin-right: 0px !important;
    }
}
@media screen and (max-width: 500px) {
    .estates-main .img-height-190 {
        height: 140px !important;
    }
    .standart-btn {
        text-transform: lowercase;
        font-size: 0.7em;
        padding: 5px;
        text-align: center;
    }
    .small_detail {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 500px) {
    .padding-rl-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    #idpage_141 .trophy .makler_profile {
        padding: 0px 15px;
    }
    .login-register.logged .name-login {
        padding: 8px 20px 8px 15px;
    }
    .navbar-brand {
        margin-left: 0px;
    }
    .navbar-header .navbar-toggle {
        margin: 5px 2px 0px 0px !important;
    }
    .search-bar {
        padding-top: 20px;
    }
    .mobile-btn-search {
        margin-top: 15px !important;
        cursor: pointer;
    }
    .navbar-white {
        padding-top: 4px !important;
        height: 41px !important;
        margin-top: -6px !important;
    }
    .main_page .quotation2 {
        padding-left: 25px;
    }
    .login-drop {
        padding: 0px !important;
        position: absolute !important;
        top: 36px !important;
        text-align: center !important;
        background-color: transparent !important;
        border: none !important;
    }
    .hide767 {
        display: none;
    }
    .nav-pills {
        background-color: #fff !important;
        border: 1px solid #ccc;
    }
    .nav-pills a {
        border-bottom: 1px solid #e7e7e7;
    }
    .nav-pills .btn-default:hover {
        border-color: transparent;
    }
    .mobile-btn-search {
        border-bottom: 1px solid #fff;
        z-index: 11;
        position: relative;
    }
    body.main_page .buildings {
        margin-top: 0px;
    }
    body.main_page .search-block {
        padding-top: 0px;
    }
    .menu-under768, .search-under768 {
        position: relative;
        width: 100%;
        height: 300px;
    }
    .search-under768 {
        position: fixed;
    }
    .subpage-search {
        top: 75px;
        width: 100%;
        height: 300px;
    }
    .estate .params {
        padding: 15px !important;
    }
    .no-padding768 {
        padding: 0px !important;
    }
    .title-estate2 .tools .mini-tools {
        font-size: 0.8em;
    }
    .title-estate2 h1 {
        font-size: 1.2em;
    }
    .makler_profile {
        padding: 0px;
    }
    .makler_profile h4 {
        font-size: 13px;
    }
    .navbar-mgm-red .nav.navbar-nav.navbar-left li a {
        padding: 10px 25px !important;
    }
    .estateList .small_detail:hover img.img-height-190 {
        filter: brightness(100%) !important;
    }
    .padding-none {
        padding: 0px !important;
    }
    .slovak-traditional, .estateList .absolute-view {
        display: none !important;
    }
    .navbar-toggle {
        margin-right: 10px;
    }
    .user-month {
        margin-top: 5px;
    }
    .down-dark img {
        width: 20%;
    }
    .guaranty img {
        max-width: 30%;
    }
    .down-dark .col-xs-6 {
        margin: 10px 0px;
    }
    .navbar .navbar-nav>li.divider {
        display: block !important;
    }
    .navbar-white .nav.navbar-nav.navbar-right li {
        display: none;
    }
    .login-register {
        display: inline-block !important;
        float: right !important;
        margin-top: -6px;
    }
    .navbar-white .navbar-left {
        display: inline-block;
        float: left;
        margin-left: 9px;
    }
    .navbar-white .navbar-right {
        display: inline-block;
        float: right;
    }
    .main-banner {
        display: none;
    }
    .main-banner img.header-image {
        height: 300px;
        margin-top: -50px;
    }
    .search-bar {
        display: none;
    }
    .nopadding-xs-right {padding-right:0px;}
    .nopadding-xs-left {padding-left:0px;}
    .buildings img {
        margin-left: 0px;
        width: 30%;
        display: inline-block;
    }
    .navbar.navbar-mgm-red {
        border-bottom: 1px solid #dbdbdb;
    }
    .buildings {
        padding: 0px;
    }
    .text-guaranty {
        padding: 0px 10px;
        min-height: 60px;
    }
    .parallax-main p {
        font-size: 2em;
        padding: 100px 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .search-bar .search-button {
        padding: 20px 15px 0px 15px;
    }
    .parallax-main p {
        font-size: 2.2em;
        padding: 120px 20px;
    }
    .user-month {
        margin-top: 5px;
    }
    .estateList .absolute-view {
        left: 19%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .estateList .absolute-view {
        left: 26%;
    }
    .estateDetail .price {
        font-size: .9em;
    }
    .last_estate_list .estateDetail .down .btn-success {
        font-size: .7em;
    }
    .estateList .down .btn-all-estates {
        font-size: .8em;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px){
    .margin-top-fix .container-fluid.gray, .margin-top-fix .container.page, .margin-top-fix .container.maklers, .margin-top-fix .container.makler, .margin-top-fix .container.branchs, .margin-top-fix .container.branch, .margin-top-fix .page.container {
        padding-top: 230px;
    }
    .margin-top-fix .footer .container-fluid.gray {
        padding: 0px;
    }
    .main_page .col-xs-12.col-sm-12.col-md-12.col-lg-12.padding-top-10 {
        padding-top: 40px;
    }
    .main_page .estates-main {
        padding-top: 20px;
    }
    .login-drop {
        top: 34px;
    }
    .navbar-mgm-red .dropdown-menu {
        top: 60px !important;
    }
    .event-box .date-box {
        width: 28% !important;
    }
    .navbar-mgm-red .nav.navbar-nav.navbar-left {
        padding-left: 9px;
    }
    .subpage-search, body.main_page .search-bar.scrollfix  {
        top: 95px;
    }
    .margin-top-minus20 {
        margin-top: -20px !important;
    }
    .margin-top-fix{
        margin-top: 95px;
    }
    .categorydiv {
        padding-top: 10px;
    }
    .group-button-search {
        top: -32px;
        position: absolute;
        margin-top: 0px;
    }
    .search-inputs {
        margin-top: 5px;
    }
    .logo-header2 {
        width: 50px;
    }
    .navbar-mgm-red .nav.navbar-nav.navbar-left li a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .dropdown-menu {
        margin-top: -7px;
    }
}
@media screen and (min-width: 768px) {
    #message {
        z-index: 10000;
        text-transform: uppercase;
        font-size: 1.5em;
        top: 25%;
        left:50%;
        width: 500px;
        margin-left: -250px;
        position: fixed;
        color: #fff;
        font-weight: bold;
        background-color: #a94442;
    }
    .block {
        display: block;
    }
    .login-drop {
        border-radius: 0px;
        right: -7px !important;
    }
    body.main_page .search-block {
        margin-top: 300px;
    }
    .padding-left-right20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .logo-banner img, .honest-estate img {
        width: 100%;
        padding: 15px 20px 10px 20px;
    }
    .honest-estate img {
        padding: 5px;
    }
    .main_page .logo-banner, .main_page .honest-estate {
        display: inline-block !important;
    }
    .logo-banner, .honest-estate {
        display: none;
        width: 100px;
        position: absolute;
        background: #fff;
        left: 0px;
        top: 30px;
        z-index: 5;
    }
    .honest-estate {
        top: 175px
    }
    .logo-banner span {
        font-size: 1em;
        text-transform: uppercase;
        font-weight: 500;
        color: #313030;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .down-dark img {
        width: 30%;
    }
    .main-banner img.header-image {
        height: 400px;
        margin-top: 0px;
    }
    #search_bar_top_fixed {
        display: block !important;
    }
    .buildings img {
        margin-left: 20px;
    }
    .responsive-height {
        height: 210px;
    }
}
@media screen and (min-width: 992px) {
    .margin-top-fix .container-fluid.gray, .margin-top-fix .container.page, .margin-top-fix .container.maklers, .margin-top-fix .container.makler, .margin-top-fix .container.branchs, .margin-top-fix .container.branch, .margin-top-fix .page.container {
        padding-top: 200px;
    }
    .margin-top-fix .footer .container-fluid.gray {
        padding: 0px;
    }
    .login-drop {
        top: 34px;
    }
    .navbar-mgm-red .dropdown-menu {
        top: 70px !important;
    }
    body.main_page .search-block {
        margin-top: 400px;
    }
    .margin-top-fix{
        margin-top: 105px;
    }
    .main-banner img.header-image {
        height: 600px;
        margin-top: -100px;
    }
    .buildings img {
        margin-left: 30px;
    }
    .parallax-main p {
        font-size: 2.5em;
        padding: 140px 20px;
    }
    .responsive-height {
        height: 280px;
    }
    .marginleft-minus15-min992 {
        margin-left: -15px;
    }
    .logo-banner, .honest-estate {
        width: 140px;
        top: 40px;
    }
    .honest-estate {
        top: 240px
    }
    .logo-banner span {
        font-size: 1.4em;
    }
}
@media screen and (min-width: 1200px) {
    body.main_page .search-block {
       margin-top: 505px;
    }
    .main-banner img.header-image {
        height: 700px;
        margin-top: -100px;
    }
    .buildings img {
        margin-left: 40px;
    }
    .parallax-main p {
        font-size: 3em;
        padding: 200px 20px;
    }
    .responsive-height {
        height: 340px;
    }
    .logo-banner, .honest-estate {
        width: 170px;
    }
    .honest-estate {
        top: 285px
    }
    .logo-banner span {
        font-size: 1.7em;
    }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
    body.main_page .buildings {
        margin-top: 138px !important;
    }
    .navbar-white  .nav.navbar-nav.navbar-left {
        margin-left: 5px;
    }
}

@media print {
    a[href]:after {
        content: "";
    }
    .mobile-btn-search, .header-image, .buildings, .honest-estate, .parallax-main, .title1:after, .vyrocie, .down-dark,
    .links, .standart-btn, .subpage-search, .pagination, .title-estate2 .tools, .note-btn, .estate .col-md-2.col-sm-4.col-xs-6,
    .btn-success, #page1 .col-md-4.col-sm-4.hidden-xs.border-left, .carousel-control {
        display: none !important;
    }
    .trophy {
        display: inline-block;
    }
    #page1 .collapse {
        display: block !important;
    }
    body.main_page {
        margin: 0;
    }
    body {
        margin: 25px;
        overflow: hidden;
    }
    .logo-banner  {
        text-align: center;
        background-color: #ccc;
    }
    .logo-banner img{
        width: 8%;
    }
    .logo-banner span {
        display: block;
        font-size: 1.2em;
        text-transform: uppercase;
    }
    .small_detail {
        margin-bottom: 50px;
    }
    .img-height-190 {
        height: 150px;
    }
    .estates-main {
        padding-top: 0;
    }
    .title1 {
        font-size: 1em;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .trophy img, .border-top-bottom .blog-detail img {
        width: 85%;
    }
    .title-down {
        text-align: center;
        font-size: 1em;
        font-weight: bold;
    }
    .guaranty .text-center {
        text-align: center;
    }
    .text-guaranty {
        font-size: .5em;
    }
    .reference-text p, .text-blog2 p {
        font-size: .7em;
    }
    .blog-new2 .nadpis {
        font-size: .9em;
    }
    .blog-detail .width-100 {
        width: 20% !important;
    }
    .blog-new2 {
        margin: 0 25px 20px 25px;
    }
    .main_page .blog-new2 .col-sm-12, .makler_profile img {
        width: 90%;
    }
    .main_page .blog-detail .col-sm-10 {
        width: 60%;
    }
    #user_notes {
        width: 100%;
    }
    .offer-number {
        margin-top: 0;
        text-align: left;
        background-color: #fff;
        padding-left: 20px;
    }
    .last_estates h2 {
        padding-left: 25px;
    }
    .estateDetail .image img {
        width: 30%;
        float: left;
        height: 130px;
    }
    .btn.btn-primary {
        background-color: transparent;
    }
    .estate .estate-inspection {
        margin-top: 150px;
    }
    .carousel-caption {
        background-color: #fff !important;
        margin-top: -30px;
    }
    .carousel-inner {
        max-height: 165px;
    }
    .estate h1.price {
        text-align: left;
    }
    .maklersList .makler_profile {
        margin-bottom: 20px;
    }
    .author-blog img {
        max-height: 45px;
    }
    .reference-block .blog-detail {
        padding-bottom: 0;
        padding-top: 20px;
    }
    #parentsdiv .estateDetail .image img {
        width: 100% !important;
    }
    .estate .details h2 {
        padding-top: 0 !important;
        margin-top: 0;
    }

}