/* ------------------------------------------------------------------------- *
 *  6 - Main Content
 * ------------------------------------------------------------------------- */
#main {
    display: block;
    /*position: relative;*/
    /* padding-top: 75px;*/
    /*Removed 181108*/
}

.section {
    padding: 40px 60px;
}

.section-wrap {
    position: relative;
}

.no-sidebar #main {
    margin-left: auto;
}

.wrapper {
    margin: 0 auto;
    position: relative;
}

#content {
    /* background: #fff; */
    /* border: 1px solid #e5e5e5;*/
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.yarpp-related {
    padding: 0;
    /*22px 30px 30px;*/
    margin: 0 40px 40px 40px;
    /*-webkit-backface-visibility: hidden;*/
}

.section.cat-latest-post {
    padding: 10px 0 0 0;
    padding: 0;
    margin-bottom: 0;
}

.section.topheader {
    padding: 0;
    /*22px 30px 30px;*/
    margin: 0 0 40px 0;
    /*-webkit-backface-visibility: hidden;*/
    background: transparent;
    width: 100%;
    height: auto;
    max-height: 700px;
    overflow: hidden;
}

.section.topheader .row {
    margin-left: 0;
    margin-right: 0;
}

.section.callout {
    padding: 0;
    margin: -40px 0 -20px 0;
    background: transparent;
    height: auto;
}

.section.callout .row {
    margin-left: 0;
    margin-right: 0;
}

.callout p {
    margin: 0;
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 0.5em !important;
}


.section.posttopheader {
    padding: 0;
    /*22px 30px 30px;*/
    margin: -20px 0 -175px 0;
    /*-webkit-backface-visibility: hidden;*/
    height: 215px;
    overflow: hidden;

    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}


.postheaderfull {
    height: inherit;
    padding: 10px 40px 20px 40px;

    z-index: 2;
}

.postheaderfull h1 {
    font-size: 3.5em;
    margin: 2em 0 0.85em 0;
    line-height: 1.125;
    color: #fff;
}

.postheaderfull h2 {
    font-size: 2em;
    line-height: 1.125;
    color: #fff;
}


.section.postnextheader {
    padding: 0;
    /*22px 30px 30px;*/
    margin: 0;
    /*-webkit-backface-visibility: hidden;*/
    height: 300px;
    /*overflow:hidden;*/

    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}

.postnextfull {
    height: inherit;
    padding: 10px 40px 20px 40px;
    z-index: 2;

    background: -moz-linear-gradient(top, rgba(24, 7, 24, 0.5) 0%, rgba(24, 7, 24, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(24, 7, 24, 0.5) 0%, rgba(24, 7, 24, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(24, 7, 24, 0.5) 0%, rgba(24, 7, 24, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00180718", endColorstr="#f2180718", GradientType=0);

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#180718+0,180718+66,e7e6e7+100&0.5+0,0.85+66,1+100 */
    background: -moz-linear-gradient(top, rgba(24, 7, 24, 0.5) 0%, rgba(24, 7, 24, 0.85) 66%, rgba(231, 230, 231, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(24, 7, 24, 0.5) 0%, rgba(24, 7, 24, 0.85) 66%, rgba(231, 230, 231, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(24, 7, 24, 0.5) 0%, rgba(24, 7, 24, 0.85) 66%, rgba(231, 230, 231, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80180718', endColorstr='#e7e6e7', GradientType=0);
    /* IE6-9 */

}

.postnextfull p {
    margin: 1.5em 0 0 0;
    font-size: 1.25em;
    font-style: italic;
    color: #fff;
}

.postnextfull h1 {
    font-size: 3.5em;
    margin: 0.75em 0 0 0;
    line-height: 1.125;
    color: #fff;
}

.postnextfull h2 {
    font-size: 2em;
    line-height: 1.125;
    margin: 0.75em 0;
    color: #fff;
}


.nopadding p {
    margin: 0;
}

.nopadding .alignnone,
.nopadding .alignNone {
    margin-top: 0;
}

.wpb_content_element {
    margin-bottom: 0 !important;
}

.wpb_content_element+.wpb_content_element {
    margin-top: 20px;
}


#content .section.404page {
    margin-top: 20px;
}

.article-content .container-404 p {
    max-width: none;
}

#content .section:last-of-type {
    border-bottom: 0;
    /* margin-bottom: 25px; */
}

.hide_border_bottom {
    border-bottom: none;
}


.larger-callout p {
    margin: 0;
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 0.5em !important;
}


.home-content .vc_row section {
    border-bottom: 1px solid #e5e5e5;
}

.home-content .vc_row:last-child section {
    border-bottom: 0 !important;
}

.post-title a {
    color: #333;
    font-weight: normal;
}

.content a:hover,
.content a:active,
.content a:focus {
    text-decoration: underline;
}

.section-heading {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.section-heading strong,
.archive-heading strong {
    color: #12002b;
}

.thumb {
    position: relative;
    overflow: hidden;
    /*new*/
}

.post-video .thumb a:before,
.post-gallery .thumb a:before {
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(55%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    width: 100%;
    height: 100%;
    position: absolute;
}

.post-video .thumb a:after,
.post-gallery .thumb a:after {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: normal;
    margin: auto;
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 1em;
    height: 1em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sub-menu .post-video .thumb a:after,
.sub-menu .post-gallery .thumb a:after {
    font-size: 32px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.sub-menu .post-video .thumb a:after {
    font-size: 34px;
}

.post-video .thumb a:after {
    content: "\f144";
}

.post-gallery .thumb a:after {
    content: "\f03e";
}

.jpreloader {
    position: relative;
}

.jpreloader span {
    display: block;
    bottom: 0px;
    width: 6px;
    height: 6px;
    background: #FCDCD9;
    position: absolute;
    -webkit-animation: jpreloader 1.5s infinite ease-in-out;
    -moz-animation: jpreloader 1.5s infinite ease-in-out;
    -o-animation: jpreloader 1.5s infinite ease-in-out;
    animation: jpreloader 1.5s infinite ease-in-out;
}

.jpreloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

.jpreloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

.jpreloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

.jpreloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

@-webkit-keyframes jpreloader {
    0% {
        height: 6px;
        transform: translateY(0px);
        background: #FCDCD9;
    }

    25% {
        height: 12px;
        transform: translateY(3px);
        background: #ef4135;
    }

    50% {
        height: 6px;
        transform: translateY(0px);
        background: #F4837B;
    }

    100% {
        height: 6px;
        transform: translateY(0px);
        background: #FCDCD9;
    }
}

@-moz-keyframes jpreloader {
    0% {
        height: 6px;
        transform: translateY(0px);
        background: #FCDCD9;
    }

    25% {
        height: 12px;
        transform: translateY(3px);
        background: #ef4135;
    }

    50% {
        height: 6px;
        transform: translateY(0px);
        background: #F4837B;
    }

    100% {
        height: 6px;
        transform: translateY(0px);
        background: #FCDCD9;
    }
}

@-o-keyframes jpreloader {
    0% {
        height: 6px;
        transform: translateY(0px);
        background: #FCDCD9;
    }

    25% {
        height: 12px;
        transform: translateY(3px);
        background: #ef4135;
    }

    50% {
        height: 6px;
        transform: translateY(0px);
        background: #F4837B;
    }

    100% {
        height: 6px;
        transform: translateY(0px);
        background: #FCDCD9;
    }
}

@keyframes jpreloader {
    0% {
        height: 6px;
        transform: translateY(0px);
        background: #FCDCD9;
    }

    25% {
        height: 12px;
        transform: translateY(3px);
        background: #ef4135;
    }

    50% {
        height: 6px;
        transform: translateY(0px);
        background: #F4837B;
    }

    100% {
        height: 6px;
        transform: translateY(0px);
        background: #FCDCD9;
    }
}

a[title*="Pin it!"] {
    z-index: 1 !important;
}




.section.resourcesection {
    /*-webkit-backface-visibility: hidden;*/
    background: #d9c8cf;
    height: auto;
    max-height: 700px;
    min-height: 250px;
    overflow: hidden;
}


.section.resourcesection .row {
    margin-left: 0;
    margin-right: 0;
}




/* dark section */

.section.darksection {
    background: #12002b;
    height: auto;
}

.section.darksection.fullwidth {
    padding-bottom: 40px;
    margin-bottom: 40px;
}



.section.darksection .row {
    margin-left: 0;
    margin-right: 0;
}

/* white section */

.section.whitesection {
    /*-webkit-backface-visibility: hidden;*/
    background: #fff;
    height: auto;
    padding: 1.5em;
    position: relative;
    z-index: 0;
}

.section.whitebox {
    background: #ffffff;
    height: auto;
    position: relative;
    z-index: 0;
}

.section.whitebox .paddedbox>.wpb_wrapper {
    padding: 20px 0 25px 0;
}

.section.whitebox .paddedbox .wpb_wrapper .wpb_wrapper,
.section.robin_egg_blue_box .paddedbox .wpb_wrapper .wpb_wrapper {
    padding: 0;
}

.section.robin_egg_blue_map_box {
    padding: 0;
    margin: 0 30px;
}

.section.robin_egg_blue_map_box [class*="col-"] {
    padding: 0;
}

.section.whitebox h2 {
    margin: 0;
}

/* Robin Blue section */
.section.robin_egg_blue_map_box,
.section.robin_egg_blue_box {
    background: #a5d1ce;
    height: auto;
    position: relative;
    z-index: 0;
}

/* Beige section */
.section.beigebox {
    background: #f4efdf;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 0;
}

.section.fullwidth.full-width-beige-right,
.section.full-width-beige-right {
    padding: 0;
    margin: 0;
}

.section.full-width-beige-right .container-fluid>.row .wpb_column:last-child {
    background-color: #f7f4de;
}


/* Section Regionblock*/
@media only screen and (min-width : 768px) {
    .section.regionalblock {
        padding: 0 100px 20px 100px;
    }
}

@media only screen and (min-width : 992px) {
    .section.regionalblock {
        padding: 0 110px 20px 110px;
    }
}

@media only screen and (min-width : 1400px) {
    .section.regionalblock {
        padding: 0 250px 20px 250px;
    }
}

/*2 column - new*/
div.whitebox .wpb_wrapper {
    background: #fff;
}

div.whitebox .paddedbox .wpb_wrapper {
    padding: 0.5em 15px 15px 0;
}

div.whitebox .paddedbox .wpb_wrapper p:last-child,
div.whitebox .paddedbox .wpb_text_column :last-child {
    margin-bottom: 1em !important;
}

/*	
#content .wpb_alert p:last-child, 
#content .wpb_text_column :last-child, 
#content .wpb_text_column p:last-child, 
.vc_message_box > p:last-child, 
.wpb_alert p:last-child, 
.wpb_text_column :last-child, 
.wpb_text_column p:last-child	
*/

div.whitebox .paddedbox .wpb_wrapper .wpb_wrapper {
    padding: 0;
}

div.whitebox .paddedbox .wpb_wrapper h2 {
    margin: 0;
}

div.whitebox .paddedbox .wpb_wrapper p {
    margin: 0.5em 0 0.5em 0;
}


div.whitebox .paddedinner .wpb_wrapper {
    padding: 20px 25px 25px 25px;
}

div.whitebox .paddedinner .wpb_wrapper .wpb_wrapper {
    padding: 0;
}

div.whitebox .paddedinner .wpb_wrapper h2 {
    margin: 0;
}

div.whitebox .paddedinner .wpb_wrapper p {
    margin: 0.5em 0 0.5em 0;
}






/*
.section.whitesection .row {
	margin-left: 0;
	margin-right: 0;
}
*/

/*
.section.darksection .row [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
*/



.calloutfull {
    padding: 0;
    margin: 0 -15px 0 -15px;
}

.calloutfull h2,
.calloutfull p {
    padding-left: 25px;
    color: #009aa3;
}

.calloutfull h2 {
    margin-top: 2.25em;
}



.calloutfull p {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 0.5em !important;
}



.calloutfull .btn {
    color: #009aa3;
    margin-top: 0.75em;
    margin-bottom: 40px;
    border-color: #009aa3;
}

.calloutimage {
    display: block;
    height: 100%;
    width: 35%;
    left: 65%;
    z-index: 0;
    position: absolute;
    overflow: hidden;
}

.calloutimage img {
    -webkit-clip-path: polygon(40% 100%, 100% 100%, 100% 0%, 0% 0%);
    clip-path: polygon(40% 100%, 100% 100%, 100% 0%, 0% 0%);
}

@media (max-width: 991px) {
    .calloutimage {
        display: none;
    }
}

.promofull {
    padding: 0;
    margin: 0 -15px 0 -15px;
    height: 400px;
}

@media (max-width: 768px) {

    .promofull {
        height: 230px;
    }

}

.promofull h1,
.promofull h2,
.promofull h3,
.promofull h4 {
    padding-left: 25px;
    color: #009aa3;
}

.promofull h1 {
    font-size: 4em;
    margin: 0.75em 0 0 0;
    line-height: 1.125;
    color: #fff;
}

.promofull h2 {
    font-size: 3.25em;
    margin: 0.7em 0 0.75em 0;
    line-height: 1.25;
}

.promofull h2.small,
h2.small {
    font-size: 1.85em;
    line-height: 1.25;
}

.promofull h3 {
    margin: 2em 0 0 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.125em;
    letter-spacing: 0.05em;
}

.promofull h4 a {
    color: #d9c8cf;
}

.promofull h4 a:hover {
    color: #fff;
}

.promofull .btn {
    color: #12002b;
    margin-bottom: 40px;
    border: none;
    background: #009aa3;
    font-size: 18px;
}

.promofull .left-but .btn {
    margin-left: 25px;
}

.promofull .btn .fa {
    color: #12002b;
    margin-left: 7px;
}

.splashimage {
    display: block;
    height: 100%;
    min-height: 350px;
    width: 50%;
    left: 50%;
    z-index: 0;
    background-size: contain, cover;
    background-position: left top, left center;
    background-repeat: no-repeat;
    position: absolute;
}

.promofull.featuredres h3 {
    color: #d9c8cf;
    margin: 1.5em 0 0 0;
}

.promofull.featuredres h1 {
    margin: 0.25em 0 0 0;
}

.promofull.featuredres h2 {
    color: #d9c8cf;
    font-size: 2em;
}

.promofull.featuredres h4 {
    color: #d9c8cf;
    margin: 1.33em 0 1.66em;
}

.promofull.topres,
.promofull.topres .splashimage {
    min-height: 250px;
}



.promofull.topres h2 {
    margin: 1.25em 0 0.75em 0;
    color: #12002b;
    font-size: 2em;
}

.promofull.topres h4 {
    color: #12002b;
    margin: 0.75em 0 2em;
}


/* oxblood #62173a*/
/* pink #d9c8cf*/

.promofull.topres .buttonarea {

    margin-left: 25px;

}

.promofull.topres .btn {

    color: #62173a;
    border: 2px solid #62173a;
    background: #d9c8cf;
    margin-bottom: 15px;
    font-size: 1em;
}

.promofull.topres a.btn:hover {
    color: #fff;
    background: #62173a;
}


.headerfull {
    margin: 0 -15px 0 -15px;
    padding: 0 15px 0 15px;
    z-index: 2;

    background: -moz-linear-gradient(top, rgba(24, 7, 24, 0) 0%, rgba(24, 7, 24, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(24, 7, 24, 0) 0%, rgba(24, 7, 24, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(24, 7, 24, 0) 0%, rgba(24, 7, 24, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00180718", endColorstr="#f2180718", GradientType=0);

}

.headerfull.no-shadow {
    background: none;
}

.headerfull h1 {
    font-size: 5em;
    margin: 3.25em 0.125em 0.85em 0.125em;
    line-height: 1.125;

    color: #fff;
}

.headerimage {
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;


    background-size: cover;
    background-position: center center;
    background-repeat: repeat;



    position: absolute;

}



@media (max-width: 849px) {

    .promofull h1 {
        font-size: 4em;
    }

    .promofull h2 {
        font-size: 1.75em;
    }

    .promofull .btn {
        margin-bottom: 15px;
        margin-top: 5px;
    }

}

@media (max-width: 768px) {

    .promofull h1 {
        font-size: 3.5em;
    }

    .promofull h2 {
        font-size: 1.5em;
    }

}

@media (max-width: 549px) {

    .promofull h1 {
        font-size: 2.5em;
    }

    .promofull h2 {
        font-size: 1.125em;
    }

}





.darksection {
    background: black;
}

.darksection .section-heading {
    color: #fff;
}

.darksection a {
    color: #ffffff;
    text-decoration: none !important;
}

.darksection a:hover,
.darksection a:active {
    color: #65c2c8;
}

.darksection .post-title a {
    color: #fff;
}

.darksection .post-excerpt {
    color: #ddd;
}

.nopaddingbottom {
    padding-bottom: 0 !important;
}

.nopaddingtop {
    padding-top: 0 !important;
}

.nomarginbottom {
    margin-bottom: 0 !important;
}

.no-margin-top-bottom {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* Press Heading */
.featured-press h2#press-title {
    padding: 12px 22px;
}

.press-page .press-content {
    background-color: #ffffff;
}

.press-page .headerfull h1 {
    font-size: 2.5em;
    margin: 6em 0.125em 0.4em 0;
    line-height: 1.2em;
    padding-left: 5%;
    color: #fff;
}

.press-page .headerfull .post-meta {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 5%;
}

.press-page .headerfull {
    padding: 0 15px 120px 15px;
}

@media (max-width: 768px) {
    .press-page .headerfull h1 {
        padding-left: 0;
    }

    .press-page .headerfull .post-meta {
        padding-left: 0;
    }
}

/* Project Heading */
.posts-slider h2#project-title {
    padding: 12px 22px;
}

.project-page .projects-content {
    background-color: #ffffff;
}

/* Events  Heading */
.featured-event h2#event-title {
    padding: 12px 22px;
}

.events-page .events-content {
    background-color: #ffffff;
}

.events-page .headerfull h1 {
    font-size: 2.5em;
    margin: 6em 0.125em 0.4em 0;
    line-height: 1.2em;
    padding-left: 5%;
    color: #fff;
}

.events-page .headerfull .post-meta {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 5%;
}

.events-page .headerfull {
    padding: 0 15px 120px 15px;
}

@media (max-width: 768px) {
    .events-page .headerfull h1 {
        padding-left: 0;
    }

    .events-page .headerfull .post-meta {
        padding-left: 0;
    }
}

/* Articles HEading */
.cat-latest-post h2.archive-heading {
    padding: 12px 22px;
}

body.blog .main-thumbnail-container {
    background: #f4efdf;
    padding: 22px 0 0 0;
}

.article-content .countries_list,
.article-content .events_details {
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 12px 0;
}

.article-content .countries_list i,
.article-content .events_details i {
    opacity: 0.7;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.article-content .events_details .event_item {
    margin-bottom: 4px;
}

.article-content .event_description {
    margin: 15px 0;
}

.article-content a.aticle-title,
.article-content a.aticle-title:visited {
    text-decoration: none !important;
    color: #ffffff;
}

.articles_meta_date {
    margin-bottom: 5px;
}

/* OWL Carousel : Globa Styling */
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    z-index: 1
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(148, 148, 148, .5);
    box-shadow: inset 0 0 0 2px rgba(148, 148, 148, .5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    -webkit-box-shadow: inset 0 0 0 14px rgba(148, 148, 148, .7);
    box-shadow: inset 0 0 0 14px rgba(148, 148, 148, .7);
}

/* Owl Carousel: Navigation */
.owl-carousel .owl-buttons div {
    width: 40px;
    height: 40px;
    color: #c0c0c0;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font: normal normal normal 14px/40px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-buttons div:hover,
.owl-carousel .owl-buttons div:active {
    color: #7b7b7b;
}

.owl-carousel .owl-prev {
    left: 0;
    /*-22px*/
}

.owl-carousel .owl-next {
    right: 0;
    /*-22px*/
}

.owl-carousel .owl-prev:before {
    content: "\f053";
    margin-right: 2px;
}

.owl-carousel .owl-next:before {
    content: "\f054";
    margin-left: 2px;
}

.owl-carousel .owl-prev:after,
.owl-carousel .owl-next:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

.owl-carousel .owl-prev:after {
    border-color: transparent #c5c1c5 transparent transparent;
    border-width: 0 9px 9px 0;
    left: 0;
}

.owl-carousel .owl-next:after {
    border-color: transparent transparent transparent #c5c1c5;
    border-width: 0 0 9px 9px;
    right: 0;
}


.recent-publications {
    background: green;
}

.recent-pubs {
    display: block;
    position: absolute;

    bottom: 0;
    height: 100%;
    width: 95.5%;

    background: -moz-linear-gradient(top, rgba(24, 7, 24, 0) 0%, rgba(24, 7, 24, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(24, 7, 24, 0) 0%, rgba(24, 7, 24, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(24, 7, 24, 0) 0%, rgba(24, 7, 24, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00180718', endColorstr='#f2180718', GradientType=0);



}

.recent-pubs h1 {
    font-size: 1.25em;
    color: #fff;
    position: absolute;
    bottom: 0;


    padding: 10px;
    width: 100%;

}