body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.apartmant {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
}

#location {
    height: 350px;
}

.apartmant_wrapper {
    position: relative;
    height: 80%;
    width: 100%;
    margin-bottom: 0;
}

#apartmant_0 {
    background-image: url('/static/img/slider/slider_1.jpg');
}

#apartmant_1 {
    display: none;
    z-index: 10;
}

#social {
    background-color: #343434;
    margin-bottom: 0;
}

.logo-social {
    height: 70px;
}

.logo-img {
    height: 55px;
    margin: 5px 15px 5px 5px;
}

.page-footer {
    background-color: #d3af37;
    padding: 0;
}

.logo-text {
    font-weight: bold;
    color: #d3af37 ;
    font-size: 32px;
}

nav ul a {
    color: #343434;
    font-weight: bold;    
}

nav ul a i {
    color: #d3af37;
    font-weight: bold;    
}

.sidenav-trigger {
    color: #d3af37;
}

.fade-animation {
    -webkit-transition-property: background-image 300ms ease-in 200ms;
    -moz-transition-property: background-image 300ms ease-in 200ms;
    -o-transition-property: background-image 300ms ease-in 200ms;
    transition: background-image 300ms ease-in 200ms;
}

@media only screen and (max-width: 600px) {
    .logo-text {
        font-size: 12px;
    }
    .logo-img {
        height: 52px;
    }

    nav {
        line-height: 14px;
    }

    .logo-social {
        height: 30px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 789px) {
    nav {
        line-height: 24px;
    }
}

@media only screen and (min-width: 601px) {
    .carousel .carousel-item {
        height: 300px;
        width: 300px;
    }
}

.mb-0 {
    margin-bottom: 0;
}

.mt-10 {
    margin-top: 10px; 
}

.oker-bg-color {
    background-color: #d3af37;
}

.btn, .btn:focus {
    background-color: #d3af37;
}

.btn:hover {
    color: #d3af37;
    background-color: white;
}

#offer {
    background-color: #546e7a;
}

.card-image {
    z-index: 0;
}
/* label color */
.input-field label {
  color: #d3af37;
}

/* label focus color */
.input-field input[type=text]:focus + label {
  color: #d3af37;
}
/* label underline focus color */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #d3af37;
  box-shadow: 0 1px 0 0 #d3af37;
}
/* valid color */
.input-field input[type=text].valid {
  border-bottom: 1px solid #d3af37;
  box-shadow: 0 1px 0 0 #d3af37;
}
/* invalid color */
.input-field input[type=text].invalid {
  border-bottom: 1px solid #d3af37;
  box-shadow: 0 1px 0 0 #d3af37;
}
/* icon prefix focus color */
.input-field .prefix.active {
  color: #000;
}

#main_picture_gallery {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    border: 5px solid #d3af37;
}

.carousel {
    height: 200px;
    margin-top: 30px;
}

.datepicker-date-display {
    display: none;
}

.datepicker-modal {
    border-radius: 40px;
}

.datepicker-modal:focus {
   outline: -webkit-focus-ring-color auto 0;
}

.datepicker-cancel, .datepicker-done, 
.is-today > .datepicker-day-button  {
    color: #d3af37;
    font-weight: bold;
}

.is-selected > .datepicker-day-button {
    background-color: #343434;
    color: white;
    font-weight: bold;
}

.datepicker-day-button:focus {
    background-color: rgba(235, 215, 38, 0.25);
}

.datepicker-controls .select-month input {
    width: 90px;
}

.dropdown-content.select-dropdown > li > span {
    color: #d3af37;
    font-weight: bold;
}

.card {
    position:relative;
    border: 5px solid #d3b464;
}
.info {
    width:100%;
    height:73%;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    background:rgba(0,0,0,0.5);
    display:none;
}
.card .card-image {
    text-align:center;
    position:relative;
    top:50%;
}
.card:hover .info{
    display:block;
}

.h-50 {
    height: 50%;
}

.h-100 {
    height: 100%;
}

.info-icon {
    font-size: 6vh !important;
    color: white;
}

.info-text {
    font-weight: bold;
    font-size: 3vh;
    margin: 2px;
}

.indicators {
    background-color: #546e7a;
}

.carousel .indicators .indicator-item {
    background-color: rgba(211, 175, 55, 0.3);
}

.carousel .indicators .indicator-item.active {
    background-color: #d3af37;
}

td.first-col, td.second-col {
    border-radius: 0;
    padding: 8px 15px;
}

td.first-col {
    background-color: #546e7a;
    color: white;
}

td.second-col {
    background-color: white;
    color: #4f6457;;
    text-align: center;    
    border: 1px solid #546e7a;
}

td.second-col > span > i{
    color: #3a9a5f;
}


td.first-col > span:first-child {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.pulse::before {
    animation: pulse-animation 2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

#apartment_main_picture {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    border: 5px solid #d3b464;
}

.btn.btn-large.pulse {
    vertical-align: middle;
    display: inline-block;
    background-color: #546e7a;
}

.tabs .tab a.active {
    background-color: #d3af37;;
    color: #614f20;
    font-weight: bold;
}

.tabs .tab a, .tabs .tab a:hover {
    color: #614f20;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: #d3af37;
    outline: none;
}

.tabs .indicator {
    background-color: #614f20;
    height: 5px;
}

.tab-content {
    background-color: #d3af37;
}

p > a {
    color : white;
    font-weight: bold;
}

.tabs-content.carousel.carousel-slider {
    margin-top: 0;
}

.radius-30 {
    border-radius: 30px;
}

.review {
    position: relative;
    z-index: -1000;
}

#modal1 {
    height: 30vh;
}

.icon-flag {
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
}

.icon-flag:hover, .icon-flag-sm:hover {
    cursor: pointer;
}

.icon-flag-sm {
    height: 32px;
    line-height: 48px;
}