/*
 * Style for hoteldp offers page.
 */

div.first {
    padding-top: 11em;
}


section#news {
    padding-bottom: 6%;
}

section#container {
    overflow: hidden;
}

section#container .left {
    margin: 3em 12% 4em 7%;
    width: 48%;
}

.offers section#container .left {
    margin: 3em 5% 4em;
    width: 90%;
}

section#container .left H3{
    font-size: 1.2em;
    text-transform: uppercase;
}

section#container .right {
    width: 30%;
    margin: 4em 3% 2em 0;
}

section#container > div > * {
    padding: 0 4% 2% 4%;
}

.offers section#container > div > * {
    padding: 0;
    padding-bottom: 2%;
}

section#container .ninfo {
    font-size: .8em;
}

section#container > div img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}

section#container > div a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000;
}

section#container i {
    font-style: italic;
}

section#container b {
    font-weight: bold;
}

section#container iframe {
    width: 100%;
    height: 22em;
}

section#container .upper {
    text-transform: uppercase;
    font-weight: 700;
}

section#container > div li {
    list-style: disc;
    margin: 1em 2em;
}

section#container > div .numbers li {
    list-style: decimal;
}

section#container > div ul.decimal li {
    list-style: decimal;
}

section#container nav li {
    cursor: pointer;
}

section#container #newsmenu a {
    color: #000000;
}

section#container #newsmenu a:hover, section#container #newsmenu a.selected {
    text-decoration: underline;
    color: #000000;
}

section#container nav > ul > li {
    font-size: 1.2em;
}

section#container #newsmenu ul {
    padding-left: 2em;
    margin-top: 1em;
    margin-bottom: 2em;
    list-style-type: disc;
}

section#container #newsmenu > li > ul > li {
    font-size: .8em;
    margin: .5em 0em .5em .5em;
}

/*esternal page*/

section#newsHeader {
    padding: 0 5%;
    padding-top: 11em;
    margin-bottom: 2em;
}

section#newsHeader h1 {
    color: #57788E;
    text-transform: uppercase;
    margin-bottom: .5em;
}

section#news {
    padding: 11em 10% 3em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section#news > a.blogBox {
    color: #000000;
    float: left;
    flex-shrink: 1;
    height: auto;
    margin-left: 0;
    padding: 2%;
    box-sizing: border-box;
    width: 33.33%
}

section#news a.blogBox:hover {
    background-color: #F3F3F3;
}

section#news a.blogBox > div {
    padding: 30% 0;
    position: relative;
}

section#news a.blogBox:hover div.cover {
    display: block;
}

section#news a.blogBox div.cover {
    display: none;
}

section#news div.cover {
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    height: 80%;
    width: 85%;
}

div.cover > div {
    display: table;
    height: 100%;
    overflow: hidden;
    width: 80%;
    margin: auto;
}

div.cover > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    color: #FFFFFF;
}

a.blogBox div.cover h2 {
    text-align: center;
    text-transform: uppercase;
}

section#news h3 {
    margin: 1em 0;
}

/* Screen size adjustments */
@media screen and (max-width: 780px) {
    section#filter.scrollFilter {
        top: 3.8em;
    }

    section#news > a.blogBox {
        width: 50%;
        margin-bottom: 1.5em;
    }

    section#container .left {
        width: 81%;
    }

    section#container .right {
        width: 90%;
        margin: 4em 7% 2em 3%;
    }
}

/* Screen size adjustments */
@media screen and (max-width: 500px) {

    section#news > .blogBox:nth-child(even) {
        background-color: #F2F3F3;
    }

    section#news > a.blogBox {
        width: 100%;
    }

    section#news h3,
    section#news p {
        padding: 0 5%;
    }
}