/* ===================================
1. Layout
==================================== */

header .navbar-collapse  ul.nav-right {
    float:right;
    clear:right;
}
.section-darker {
    background: #dfe0e2;
}
.btn-overview {
    color: #fff;
    font-size: 16px;
    width: 100%;
}
.btn-overview:hover, .btn-overview:focus, .btn-overview:active {
    background: #000;
    color: #fff;
}
#owl-footer .item{
    margin: 3px;
}
#owl-footer .item img{
    display: block;
    width: 100%;
    height: auto;
}
a.action-link:after {
    font-family: FontAwesome;
    content: '\f054';
    font-weight: lighter;
    top: inherit;
    text-decoration: none!important;
}
#main-slider {
    max-height: 400px;
}
#main-slider li {
    height: 400px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.Page__header {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.Page__logo,
.Page__title {
    flex: 1 50%;
    height: auto;
    display: block;

}

.Page__logo {
    max-width: 50%;
    padding-right: 10px;
}

.Page__title {
    display: block;
    margin: 0 0 0 15px;
    padding-left: 15px;
    position: relative;
}

.Page__title.seperator {
    border-left: 2px solid #000;
}

.Page__title > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.Page__intro {
    margin-top: 15px;
    font-size: 15px;
}

.Adverts {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 15px;
}

.Advert {
    display: inline-block;
    flex: 1 33.333333333%;
    max-width: 33.333333333%
}

.Advert__img {
    display: block;
    width: 100%;
}