html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

@media (min-width: 768px) {
    html, body {
        font-size: 14px;
    }
}

/* @media (max-width: 767px) {
    .wrap > .container {
        padding-left: 8px;
        padding-right: 8px;
    }
} */
.brend-label-domain {
    color: #fc0038;
    font-weight: 500;
}

.navbar-inverse {
    background-color: #00838F;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    font-weight: 400;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
    font-size: 20px;
    height: 56px;
    font-weight: 400;
    line-height: 56px;
    padding: 0 0 0 16px;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-brand {
        height: 64px;
        line-height: 64px;
        font-weight: 500;
    }
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: rgba(0,0,0,0.071);
    outline: none;
}
.navbar-inverse .navbar-toggle {
    float: left;
    margin: 4px;
    padding: 12px;
    border: none;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.navbar-inverse .navbar-nav > li {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li {
        margin: 0;
    }
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .24px;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        padding: 0 15px;
        height: 64px;
        line-height: 64px;
        font-size: 14px;
    }
}

.navbar-inverse .navbar-nav > li > a > i {
    padding: 5px 20px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a > i {
        padding: 0;
        line-height: 64px;
    }
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse {
    background-color: #333332;
    text-transform: uppercase;
}

.navbar-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.nav-phone .navbar-nav {
    display: block!important;
}

.navbar-add-property {
    text-align: center;
    padding: 0 15px;
}
.navbar-add-property a{
    border:1px solid #ffffff;
    border-radius: 15px;
    height: 32px!important;
    line-height: 32px!important;
    text-transform: lowercase!important;
}
.navbar-add-property:first-letter {
    text-transform: uppercase;
}
    /* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
}
@media (min-width: 768px) {
    .breadcrumb {
        padding-top: 8px;
    }
}
h1 {
    /*
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    */
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 16px 0 12px;
}
.subheading {
    font-size: 11px;;
    line-height: 18px;
    color: #757575;
    letter-spacing: 0;
}
@media (min-width: 768px) {
    h1 {
        font-size: 36px;
        font-weight: 400;
        line-height: 40px;
        margin: 0 0 14px;
        padding: 24px 0 12px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-weight: bold;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }
}
.price-slider-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}
.price-slider #range-input {
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    margin: 0 15px;
}
.card {
    padding-right: 8px;
    padding-left: 8px;
}

@media (min-width: 768px) {
    .card {
        padding-right: 4px;
        padding-left: 4px;
    }
}

.thumbnail {
    padding: 0;
    border: 1px solid #dadce0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12); */
	/*box-shadow: 0 1px 2px rgba(0,0,0,.1);*/
    background-color: #fff;
    line-height: 20px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .thumbnail {
        margin-bottom: 8px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .thumbnail:hover {
        border-color: transparent;
        -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
        box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
    }
    .thumbnail .carousel-inner img {
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
    }
    .thumbnail .left.carousel-control {
        -webkit-border-radius: 8px 0 0 0;
        -moz-border-radius: 8px 0 0 0;
        border-radius: 8px 0 0 0;
    }
    .thumbnail .right.carousel-control {
        -webkit-border-radius: 0 8px 0 0;
        -moz-border-radius: 0 8px 0 0;
        border-radius: 0 8px 0 0;
    }
}
.card-rooms-guests {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
@media (min-width: 768px) {
    .card-rooms-guests {
        color: #80868b;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
}
.control-label, .has-success .control-label {
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.54);
}

/*.form-control {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.54);
	!* height: 48px; *!
	border-radius: 2px;
}

.form-control:focus {
    color: rgba(0, 0, 0, 0.87);
}*/

.centered-col {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* плавное изменение прозрачности  placeholder-а при фокусе */
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

/*.has-success .form-control {
    border-color: inherit;
    box-shadow: none;
}*/

/*select.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
}*/

/*
 * Material Design for Bootstrap 3
 * Version: MDB FREE 3.4.1
 *
 *
 * Copyright: Material Design for Bootstrap
 * www.mdbootstrap.com
 *
 * Read the license: http://mdbootstrap.com/license/
 *
 * Atribution: Animate CSS, Twitter Bootstrap, Materialize CSS, Normalize CSS, Waves JS, WOW JS, Toastr, Chart.js , Hammer.js
 *
 */

/*********************
  General classes
**********************/
a {
    /*color: #039be5;*/
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

a:hover, a:focus {
    text-decoration: none;
}

/*********************
  Buttons 3192
**********************/
.btn-flat, .btn-flat:hover, .btn-flat:focus, .btn-flat.focus {
    background-color: transparent;
    position: relative;
    padding: 8px 30px;
    border: none;
    margin: 10px;
    text-transform: uppercase;
    text-decoration: none;
    outline: none !important;
    color: #4285F4;
    font-weight: 500;
}

.btn-flat:focus {
    background-color: transparent;
}

.btn {
    line-height: 31px;
    position: relative;
    padding: 5px 22px;
    border: 0;
    margin: 10px;
    cursor: pointer;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background-image:none;
}
.btn {
    font-weight: 500;
    /* height: 36px; */
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 64px;
    justify-content: center;
}
.btn-default {
    border: 1px solid rgba(0,0,0,0.12);
}
.btn-primary {
    background: #4285F4;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #5a95f5 !important;
    color: #fff;
}

.btn-success {
    background: #00C851;
}

.btn-success:hover, .btn-success:focus {
    background-color: #00d255 !important;
    color: #fff;
}

.btn-danger {
    background: #CC0000;
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #db0000 !important;
    color: #fff;
}

/*********************
  Pagination
**********************/
.pagination li {
    float: left;
    font-size: 1.2rem;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
}

.pagination li .active {
    background-color: #ee6e73;
}

.pagination li a {
    color: #444;
    border: 1px solid rgba(0,0,0,0.12);
}

.pagination li a:active {
    color: #000;
}

.pagination li a:hover {
    background-color: transparent;
}

.pagination-dark li {
    float: left;
    font-size: 1.2rem;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
}

.pagination-dark li .active {
    background-color: #ee6e73;
}

.pagination-dark li a {
    border: 0;
    color: #eee;
    background-color: transparent;
}

.pagination-dark li a:active {
    color: #000;
}

.pagination-dark li a:hover {
    background-color: transparent;
}

.pag-circle .active a {
    border-radius: 50%;
}

/***************************
Forms basic 7743
****************************/
::-webkit-input-placeholder {
    color: #d1d1d1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #d1d1d1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #d1d1d1;
}

:-ms-input-placeholder {
    color: #d1d1d1;
}

.navbar .material-icons{
    float: left;
    margin-right: 5px;
}

.mdc-list {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.009375em;
    text-decoration: inherit;
    text-transform: inherit;
    color: rgba(0, 0, 0, 0.87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
    margin: 0;
    padding: 8px 0;
    line-height: 1.5rem;
    list-style-type: none;
}
.mdc-list-item {
     display: flex;
     position: relative;
     align-items: center;
     justify-content: flex-start;
     height: 48px;
     padding: 0 16px;
     overflow: hidden;
 }
.mdc-list-item:focus {
    outline: none;
}
.mdc-list-item__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mdc-list-item__text[for] {
    pointer-events: none;
}
.mdc-menu {
    min-width: 112px;
}
.mdc-menu a.mdc-list-item .mdc-list-item__text,
.mdc-menu a.mdc-list-item .mdc-list-item__graphic {
    pointer-events: none;
}
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
    background-color: #000;
}
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:hover::before {
    opacity: 0.04;
}
.mdc-list-item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bepaid > img, .bepaid > a > img {
    width: auto;
    height: 50px;
    padding: 5px;
}

.bepaid {
    /*background: #fafafa;*/
    background-color: black;
    text-align: center;
}