.my-body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    background-image: url(/public/img/bck-overlay.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: luminosity;
    -webkit-background-blend-mode: luminosity;
    -moz-background-blend-mode: luminosity;
}

.offers {
    background-color: #f0f0f0;
    background-image: none;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.top-bar {
    height: 80px;
    width: 100%;
    box-sizing: border-box;
    background-color: #008ec4;
    background-image: url(/public/img/title-top.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    z-index: 1;
}

.mobile-body .top-bar {
    background-size: 200px;
}

.animable {
    transition: all 0.3s ease-in-out;
}

.my-hide {
    opacity: 0;
}

.bookmark-top {
    background-image: url(/public/img/bookmark-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    height: 400px;
    float: left;
}

.bookmark-hidden {
    height: 80px;
}

.slider {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    left: 0px;
    top: 80px;
    overflow: hidden;
}

.slider-element {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100px;
}

.slider img {
    width: 100%;

}

.main-container {
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
}



.main-container-sticked {
    margin-top: 140px;
}

.menu-mobile-expanded {
    height: auto !important;
}

.menu-container {
    position: relative;
    margin-top: 80px;
    height:60px;
    width: 100%;
    box-sizing: border-box;
    background-color: #002c42;
    border-bottom: 1px solid #fff;
}

.menu-mobile-container {
    overflow: hidden;
}

.menu-mobile-container ul li:not(.mobile-menu-item) {
    text-align: left !important;
    font-size: 16px;
    padding: 10px 15px;
}

.menu-mobile-container ul li:not(.mobile-menu-item) .indicator {
    border-bottom: 1px solid #fff;
}

.menu-mobile-container ul li:not(.mobile-menu-item) a {
    margin: 7px 15px;
    display: inline-block;
}

.menu-mobile-container ul li {
    width: 100%;
}

.menu-mobile-container .mobile-menu-item {
    display: inherit !important;
}

.menu-container .mobile-menu-item {
    display: none;
}

.mobile-menu-item {
    width: 100%;
    font-size: 18px !important;
    font-weight:bold;
    cursor: pointer;
}

ul.nav-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

ul.nav-menu li {
    display: inline-block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 20px 8px;
}

ul.nav-menu li .indicator {
    width: 25px;
    height: 40px;
    border: 1px solid #fff;
    display: block;
    float: left;
    margin-right: 5px;
    border-bottom: none;
}

.nav-menu a, .nav-menu a:hover {
    text-decoration: none;
    color: inherit;
}

.active-menu-item a {
    font-weight: 800;
    color: #aaa;
}

.active-menu-item .indicator{
    border: 1px solid #008ec4 !important;
    height: 55px !important;
}

.sticky-menu {
    position: fixed;
    top: 0px;
    z-index: 1;
}

.card {
    border: 1px solid #7ac0e2;
    background-color: #fff;
    color: #006292;
    margin: 14px 0px;
    font-size: 10px;
    min-height: 150px;
    width: 100%;
}

.card-table tr td {
    padding: 10px;
    vertical-align: top;
    position: relative;
}

.cell {
    display: inline-block;
    float: left;
    height: 100%;
}
.offer-photo {
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.offer-title {
    font-weight: bold;
    border-bottom: 1px solid #7ac0e2;
    margin-bottom: 5px;
}

.offer-price {
    font-weight: bold;
    font-size: 14px;
    border-top: 1px solid #006292;
    position: absolute;
    bottom: 10px;
}

.offer-spacer {
    width: 15px;
    height: 10px;
}

.home-button {
    height: 30px;
    margin-top: 20px;
}

.footer {
    width: 100%;
    box-sizing: border-box;
    background-color: #002c42;
    border-top: 1px solid #fff;
    color: #fff;
    padding-bottom: 50px;
}

.footer .container .col-md-4 {
    padding-top: 50px;
}

.footer-title {
    font-size: large;
    font-weight: lighter;
    color: #fff;
}

.footer-text {
    font-size: 11px;
    color: #7ac0e2;
    margin-top: 10px;
}

.footer-text a {
    color: inherit;
}

.footer-img {
    height: 90px;
    margin-right: 10px;
    float: left;
}

.clearfix {
    display: block;
    clear: both;
}

.offer-show-title{
    color: #008ec4;
    font-weight:200;
    font-size: 20px;
    margin-bottom: 15px;
}

.offer-show-address {
    color: #006292;
    font-size: 16px;
    font-weight:200;
}

.offer-show-field {
    color: #006292;
    width: 100%;
    border-top: 1px solid #006292;
    margin-top: 20px;
}

.offer-show-photo-carousel{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.offer-show-photo-carousel .offer-show-photo {
    width: 0px;
    height: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin: 20px 0px;
}

.offer-show-photo-carousel .active-photo {
    width: 100%;
    cursor: pointer;
}

.offer-show-photo-btns {
    width: 100%;
    color: #006292;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.offer-show-photo-btns div {
    display: inline-block;
    cursor: pointer;
    width: 50px;
}

.field-name{
    font-size: 13px;
    margin-top: 5px;
    font-weight: 400;
}

.field-value {
    font-size: 11px;
    margin-top: 5px;
}

.my-body:not(.mobile-body) .watermark {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 50px;
}

.mobile-body .watermark {
    display: none;
}

.pdf-download {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed rgba(0,44,66,0.2);
    text-align: center;
}

.pdf-download a {
    color: #002c42;
}

.admin-option{
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.admin-option a {
    color: #fff;
}

.admin-bar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #a00;
    z-index: 2;
    color: #fff;
    height:80px;
}

.admin-bar a {
    color: #fff;
}

.scrolloff {
    pointer-events: none;
}

.google-maps-iframe {
    filter: hue-rotate(0deg);
}


/*----- MODAL ---------*/

.modal-close {
    position: absolute;
    right: 0px;
    top:0px;
    cursor: pointer;
    font-size: 2em;
    padding: 20px;
}

.modal-overflow {
    position: fixed;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    text-align: center;
    display: none;
}

.modal-overflow .modal-container {
    position: relative;
    width: 100%;
    height:100%;
    display: inline-block;
}

.modal-overflow .offer-show-photo-carousel {
    width: 100%;
    height: 100%;
    padding: 50px;
    padding-bottom: 90px;
    box-sizing: border-box;
}

.modal-overflow .offer-show-photo-carousel .active-photo {
    width: 100%;
    height: 100%;
    margin: 0px;
    background-position: center center;
}

.modal-overflow .offer-show-photo-carousel .offer-show-photo-btns {
    display: inline-block;
    margin-top: 20px;
}

/* ----------- END MODAL ------------*/

/* ----------- HOME PAGE ------------*/

.home-content {
    margin-bottom: 70px;
    padding: 5px 20px;
    position: relative;
    height: auto;
}

.home-content .home-title {
    color: #008EC4;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.home-content .home-value {
    color: #006292;
    text-align: justify;
}

.home-filler {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 80px;
}

.edit-home {
    width: 100%;
    min-height: 160px;
    border: none;
}

.edit-footer {
    min-height: 50px;
    border: none;
    background-color: transparent;
    min-width: 235px;
}

.oneline-edit {
    height: 20px;
    min-height: 20px !important;
    margin-left: -2px;

}

.home-accent-light {
    border-left: 45px solid #7AC0E2;
}

.home-accent-dark {
    border-left: 45px solid #006292;
}

@media only screen and (max-width: 992px) {
    .home-filler {
        display: none;
    }
}

@media only screen and (max-width: 766px) {
    .home-button {
        display: none;
    }
}

@media print {
    .no-print {
        display: none;
    }
    .main-container-sticked {
        margin-top: 0px;
        column-count: 2;
    }
    div.pull-right {
        float: left !important;
    }
}