@import 'https://fonts.googleapis.com/css?family=Mukta+Vaani:400,500,600';


body, html {
    font-family: 'Mukta Vaani', 'Verdana', sans-serif;
    margin: 0;
    padding: 0;
    background: transparent;
    height: 100%;
    font-size: 17px;
}

html {
    background: #535555;
    overflow-y: scroll;
}

a, a:focus {
    color: #b49e77;
    text-decoration: underline;
}

a:hover {
    color: white;
}

blockquote {
    font-size: inherit;
    font-style: italic;
    border-left: none;
    padding-left: 40px;
}

div.cover {
    background: #535555 no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    height: 100%;
    position: relative;
    z-index: 0;
    padding: 0;
}

div.cover div.slide, div.detail-cover {
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 80px 0 10px 0;
    z-index: 50;
    transition: background 1s ease;
}

.navigation div.lang-select {
    position: absolute;
    top: 10px;
    left: 10px;
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation ul li {
}

.navigation ul li a {
    display: block;
    padding: 3px 7px;
    background: white;
    color: #444;
    text-align: center;
    text-decoration: none;
}

.navigation ul li.active-item a {
    background: #b49e77;
    color: white;
}

.navigation ul li.logo-col {
    margin-top: -42px;
    height: 100px;
    font-size: 0;
    padding: 0;
}

.navigation ul li.fallback-logo-col {
    display: none;
}

.navigation ul li.fallback-logo-col a {
    color: black;
    background: #eee;
}

.navigation ul li.logo-col a,
.navigation ul li.logo-col.active-item a {
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    margin: 0;
    display: block;
    background: transparent url(../logo/logo.png) no-repeat;
    background-size: 90%;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.fixed-navigation {
    background: #535555;
    position: fixed;
    top: 0;
    padding: 10px 0 10px 0;
    transition: background 1s ease;
    height: 48px!important;
}

.fixed-navigation ul li.logo-col a {
    background-size: 45%;
}

.content-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

body.flow div.cover {
    padding: 150px 0 35px 0;
}

/* menu block */

.menu {
    background: #252626;
    margin-bottom: 10px;
}

.menu ul {
    margin: 0;
    padding: 10px;
    list-style: none;
    height: 100%;
}

.menu ul a {
    color: white;
    text-decoration: none;
}

.menu ul a.active {
    color: #b49e77;
    text-decoration: underline;
}

.menu ul a:hover {
    color: #b49e77;
}

/* thumb rendering */

.thumbs .thumb {
    padding-bottom: 10px;
}

.thumbs .thumb .image {
    display: block;
    height: 280px!important;
}

.thumbs .thumb .info {
    margin: 10px 0 0 0;
    height: 260px;
    color: white;
    padding: 10px;
    background: #252626;
    position: relative;
}

.thumbs .thumb .info h3 {
    margin: 0;
}

.thumbs .thumb .info a {
    color: inherit;
    text-decoration: none;
}

.thumbs .thumb .info a:hover {
    color: #b49e77;
}

.thumbs .thumb .info p {
    margin: 10px 0;
    font-style: italic;
    height: 85px;
}

.thumbs .thumb .info ul {
    position: absolute;
    bottom: 15px;
    left: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.thumbs .thumb .info li {
    font-size: 14px;
    color: #b49e77;
    font-weight: bold;
}

.thumbs .thumb .shadow {
    display: block;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.0;
    transition: all 0.3s ease;
    text-decoration: none;
}

.thumbs .thumb:hover .shadow {
    opacity: 1.0;
    transition: all 0.5s ease;
}

.thumbs .thumb .image {
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

/* content format */

.content {
    color: white;
    padding: 15px 0;
    z-index: 200;
    background: #252626;
}

/* apartment format */

.apartment-details p {
    margin: 0;
    line-height: 1.5;
}

.content-box {
    z-index: 5000;
}

.title-box .title-box-item {
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 15px;
    margin: 0;
}

.title-box .slide-picker {
    display: inline-block;
    float: right;
}

.title-box .title-box-item:after {
    content: "";
    display: block;
    clear: both;
}

.title-box .intro-box-item {
    background: rgba(37, 38, 38, 0.8);
    color: white;
    padding: 8px 25px;
    margin: 0;
    text-align: center;
}

.title-box .intro-box-item p {
    margin: 10px 0;
}

.title-box .intro-box-item p + p {
    margin-top: 0;
}

.title-box .slide-picker a {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
    outline: none;
}

.title-box .slide-picker a + a {
    margin-left: 7px;
}

.title-box .slide-picker a:hover {
    color: #111;
}

.title-box .slide-picker a.active {
    font-weight: bold;
}

/* slide buttons */

.switch-to-next-slide, .switch-to-prev-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 50px;
    font-size: 50px;
    opacity: 0.5;
    color: white!important;
    text-decoration: none!important;
    text-align: center;
}

.switch-to-next-slide:hover, .switch-to-prev-slide:hover {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1.0;
}

.touch-device .switch-to-next-slide:hover, .touch-device .switch-to-prev-slide:hover {
    background: transparent;
}

.switch-to-next-slide span, .switch-to-prev-slide span {
    position: relative;
    display: block;
    margin-top: -75px;
    top: 50vh;
}

.switch-to-prev-slide {
    left: 0;
}

.switch-to-next-slide {
    right: 0;
}

.title-box h1 {
    font-weight: 600;
    margin: 0;
    font-size: 22px;
    display: inline-block;
}

.title-box h2 {
    font-weight: 200;
    margin: 0;
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
}

.textblock {
    background: #252626;
    padding: 15px;
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 25px;
}

.textblock h1 {
    color: #ddd;
    margin: 0 0 15px 0;
}

.textblock strong, .title-box strong {
    color: #b49e77;
}

/* blocks */
.block.quote-block p.citation {
    text-align: right;
}

/* project extra info */
@keyframes bounce-ei-arrow {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0) }
  40% { transform: translateY(-20px) }
  60% { transform: translateY(-10px) }
}

div.extra-information:before {
    display: block;
    position: absolute;
    content: "▼";
    font-size: 18px;
    color: white;
    opacity: 0.7;
    right: 20px;
    margin-top: -50px;
    animation: bounce-ei-arrow 2s infinite;
}

div.extra-information h3:first-child {
    margin-top: 10px;
}

div.extra-information .description-copy {
    display: none;
}

div.extra-information .extras {
    margin-bottom: 25px;
    overflow: hidden;
}

/* news */
.newsblock {
    margin: 25px 0;
    padding: 0;
}

.newsblock h2 {
    margin: 0 0 5px 0;
    font-size: 24px;
}

.newsblock h2 a {
    color: inherit;
    text-decoration: none;
}

.newsblock div.date {
    text-align: right;
    font-style: italic;
    color: #aaa;
}

.newsblock p.more {
    text-align: right;
}

.newsblock .row {
    padding: 0 10px;
}

/* utility classes */
.row-thin-padding {
    margin-left: -5px!important;
    margin-right: -5px!important;
}

.row-thin-padding [class*="col-"] {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

/* blocks */
.image-block {
    margin: 15px 0;
}

.image-block img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.image-block-float-left {
    float: left;
    margin-right: 15px;
}

.image-block-float-right {
    float: right;
    margin-left: 15px;
}

/* small screen optimizations */
@media screen and (max-width: 767px) {
    .navigation {
        margin: 0;
        padding: 0;
        font-size: 11px;
        font-weight: bold;
    }

    .navigation nav {
        padding: 0 5px;
        width: 100%;
    }

    .navigation ul [class*="col-"] {
        padding: 0!important;
        width: auto;
        float: left;
    }

    .navigation ul li a {
        padding: 0 6px;
        height: 24px;
        line-height: 24px;
    }

    .navigation ul li.logo-col {
        display: none;
    }

    .navigation ul li.fallback-logo-col {
        display: block;
    }

    body.flow div.cover {
        padding-top: 90px!important;
    }

    .apartment-details {
        display: none;
    }

    /* move project details past the fold */
    .content-box { bottom: auto; top: 100%; }
    .title-box { margin-top: -44px; }
    .title-box .title-box-item {
        padding: 5px 10px;
        height: 44px;
    }
    .title-box h1 { font-size: 18px; display: block; margin: 0 }
    .title-box h2 { font-size: 14px; display: block; margin: 0; padding: 0; }

    /* show the thumb text for small devices by default */
    .thumbs .thumb .shadow {
        opacity: 1.0;
        background: transparent;
        text-shadow: 1px 1px 2px black;
    }

    div.extra-information .description-copy {
        display: block;
    }
}

/* booking stuff */
.mini-booking-form {
    padding: 0 20px;
}

.mini-booking-form .submit-bar {
    margin-top: 10px;
}

.mini-booking-form .submit-bar input {
    width: 80px!important;
    float: right;
}

.mini-booking-form h3 {
    margin: 0;
}

.mini-booking-form p input {
    display: inline;
    width: 40%!important;
}
