/* Front page top */

#front-page-top-section {
    margin: 0 auto 20px;
    padding: 0;
    max-width: 1140px;
}

#front-page-top-section .slider-area  {
    float: left;
    width: 55.26315789%;
    margin: 0;
    padding: 0;
    outline: 0;
}

#front-page-top-section .slider-area .displayblock {
    margin: 0;
    padding: 0;
    position: relative;
}

#front-page-top-section .slider-area .displayblock figure {
    margin: 0;
    padding: 0;
    bottom: 0;
    display: block;
}

#front-page-top-section .slider-area .displayblock figure img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: top;
}

#front-page-top-section .slider-area .displayblock .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 10px 20px;
}

#front-page-top-section .slider-area .displayblock .slide-content .title-left {
    vertical-align: bottom;
    margin: 10px 0;
}

#front-page-top-section .slider-area .displayblock .slide-content .title-left h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

#front-page-top-section .slider-area .displayblock .slide-content .title-left h3 a {
    color: #fff;
    text-decoration: none;
}

#front-page-top-section .slider-area .displayblock .slide-content .title-left h3 a:hover {
    color: #289dcc;
}



#front-page-top-section .highlighted-post-area {
    float: right;
    width: 43.85964912%;
}

#front-page-top-section .highlighted-post-area .single-article {
    position: relative;
    float: left;
    margin-bottom: 11px;
    margin-right: 2%;
    max-width: 49%; height: auto;
    padding: 0;
}

#front-page-top-section .highlighted-post-area .single-article:nth-child(even) {
    margin-right: 0;
}

#front-page-top-section .highlighted-post-area .single-article .title-right {
    position: absolute;
    bottom: 0;
    left: 10px;
}

#front-page-top-section .highlighted-post-area .single-article .title-right h3 a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    text-decoration: none;
}

#front-page-top-section .highlighted-post-area .single-article .title-right h3 a:hover {
    color: #289dcc;
}

#front-page-top-section .highlighted-post-area .single-article img {
    max-width: 100%;
    margin: 0;
    border: none;
    vertical-align: top;
}

/*  End of Front page top  */
