﻿/* ------------ */
/*  Summary Box */
/* ------------ */
@import url('Responsive/Responsive.css');

/* HORIZONTAL */
.Box-Item-H-Wrapper {
    height: 200px;
    display: inline-block;
    margin-bottom: 1em !important;
    padding: 0;
    background-color: #f7f5f0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    /*max-width: 763px;*/
}

.Box-Item-H-Image-Wrapper {
    height: 100%;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.Box-Item-H-Image {
    height: auto;
    display: inline-block;
    width: auto;
    padding: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.Box-Item-H-Data-Wrapper {
    height: 100%;
    display: grid;
    align-content: center;
    padding: 0;
}

.Box-Item-H-Data-Location {
    font-family: "Open Sans";
    font-size: .9em;
    color: #838383;
    position: absolute;
    top: 0;
    padding-top: 1em;
}

.Box-Item-H-Data-DateTime {
    font-family: Poppins;
    font-size: 1em;
    color: #231f20;
    line-height: 1em;
    text-transform: uppercase;
}

.Box-Item-H-Data-Title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 1.1em;
    color: #b93fe9;
}

.Box-Item-H-Data-Sponsor-Wrapper {
    position: absolute;
    bottom: 0;
    padding: 0;
    padding-bottom: 1em;
}

.Box-Item-H-Data-Sponsor {
    font-family: "Open Sans";
    font-size: .9em;
    /*padding-top: 6em;*/
    text-align: left;
}

.Box-Item-H-Data-Sponsor-Type {
    text-align: right;
}

.Box-Item-H-Margin {
    margin-bottom: 1em;
}


/* VERTICAL */
.Box-Item-V-Wrapper {
    display: inline-block;
    padding: 0;
    background-color: #f7f5f0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    /*margin: 0;
    max-width: 365px;*/
}

    .Box-Item-V-Wrapper.Full {
        width: 100%;
        max-width: 100%;
        margin-bottom: .25em;
    }

    .Box-Item-V-Wrapper.Half {
        width: 100%;
        max-width: 48.5%;
    }

        .Box-Item-V-Wrapper.Half:nth-child(odd) {
            margin: 0 0% 3% 1.5% !important;
        }

        .Box-Item-V-Wrapper.Half:nth-child(even) {
            margin: 0 1.5% 3% 0% !important;
        }

@media screen and (min-width:0px) and (max-width:974px) {
    .Box-Item-V-Wrapper.Half {
        margin: 0 0 3% 0%;
        max-width: 100%;
    }
}

[id*=divCountrySliderBlocks] .carousel-inner {
    overflow: hidden;
    max-height: 370px;
}

.Box-Item-V-Image-Wrapper {
    height: 100%;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    position: relative;
    min-height: 206px;
    max-height: 206px;
}

.Box-Item-V-Image {
    height: auto;
    display: inline-block;
    width: auto;
    padding: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.Box-Item-V-Data-Wrapper {
    height: 233px;
    display: grid;
    align-content: center;
    padding: 0;
}

.Box-Item-V-Data-Location {
    font-family: "Open Sans";
    font-size: .9em;
    color: #838383;
    position: absolute;
    top: 0;
    display: none;
}

.Box-Item-V-Data-DateTime {
    font-family: Poppins;
    font-size: 1em;
    color: #231f20;
    text-transform: uppercase;
    position: absolute;
    padding-top: 1.3em; /* 23px font */
    padding-left: 1.3em;
    padding-right: 1.3em;
}

.Box-Item-V-Data-Title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 1.1em;
    color: #b93fe9;
    position: absolute;
    top: 2.5em;
    padding-left: 1.3em;
    padding-right: 1.3em;
}

.Box-Item-V-Data-Sponsor-Wrapper {
    position: absolute;
    bottom: 0;
    padding: 0;
    padding-bottom: 1em;
}

.Box-Item-V-Data-Sponsor {
    font-family: "Open Sans";
    font-size: .9em;
    text-align: left;
    padding-left: 1.3em;
    padding-right: 1.3em;
}

.Box-Item-V-Data-Sponsor-Type {
    text-align: left;
    padding-left: 1.3em;
    padding-right: 1.3em;
}

/* SMALL VERTICAL */
.Box-Item-sV-Wrapper {
    display: inline-block;
    background-color: #f7f5f0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    height: auto;
    width: 188px !important;
    margin: .5em;
    padding: 0;
}

.Box-Item-sV-Image-Wrapper {
    background-color: transparent;
    width: 100%;
    height: 126px;
    z-index: 119;
    margin: 0;
    position: relative;
    overflow: hidden;
    float: left;
    display: inline-block;
    clear: both;
}

.Box-Item-sV-Image {
    margin: auto auto !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
}

.Box-Item-sV-Data-Wrapper {
    height: auto;
    padding: .5em !important;
    padding-top: .75em !important;
    float: left;
    display: inline-block;
    clear: both;
}

.Box-Item-sV-Data-Title {
    font-family: Poppins;
    font-weight: bold;
    color: #b93fe9 !important;
    line-height: 1.25;
}

.Box-Item-sV-Data-Sponsor-Wrapper {
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    width: 100%;
    display: inline-block;
    padding: 0;
    padding-left: .5em !important;
    padding-right: .5em !important;
}

.Box-Item-sV-Data-Sponsor {
    font-family: "Open Sans";
    font-size: .9em;
    text-align: left;
    padding-left: 1.3em;
    padding-right: 1.3em;
}

.Box-Item-sV-Data-Sponsor-Type {
    text-align: left;
    padding-left: 1.3em;
    padding-right: 1.3em;
}

/* SUPER-SMALL VERTICAL */
.Box-Item-ssV-Wrapper {
    display: inline-block;
    padding: 0;
    background-color: #f7f5f0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    margin-right: 1.875em !important;
    max-height: 354px;
    max-width: 169px;
}

.Box-Item-ssV-Image-Wrapper {
    height: 100%;
    display: block;
    padding: 10px !important;
    background-color: #fff;
}

.Box-Item-ssV-Image {
    height: 106px;
    width: 147px;
    display: inline-block;
    width: 100%;
    padding: 0;
}

.Box-Item-ssV-Data-Wrapper {
    height: 198px;
    display: grid;
    align-content: center;
    padding: 0;
}

.Box-Item-ssV-Data-Title {
    font-family: Poppins;
    font-weight: bold;
    color: #b93fe9;
    position: absolute;
    padding-top: 0.938em;
    padding-bottom: 0.938em;
}

.Badge-Image-Wrapper {
    display: inline-block;
    position: relative !important;
    height: 2.5em;
}

.Badge-Image {
    margin: auto 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.Badge-Text {
    font-size: .75em !important;
    font-family: "Poppins";
    line-height: 1.5em;
    margin-top: .25em !important;
}

/* Article */
.Box-Item-Article-Wrapper {
    display: inline-block;
    padding: 0;
    background-color: #f7f5f0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    /*max-width: 367px;*/
    margin-bottom: .25em;
}

.Box-Item-Article-Image-Wrapper {
    height: 100%;
    display: inline-block;
    padding: 0;
}

.Box-Item-Article-Image {
    height: 244px;
    display: inline-block;
    width: 100%;
    padding: 0;
}

.Box-Item-Article-Data-Wrapper {
    height: 123px;
    display: grid;
    align-content: center;
    padding: 0;
}


.Box-Item-Article-Data-DateTime {
    font-family: Poppins;
    font-size: 1em;
    color: #231f20;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    padding-bottom: 1.3em; /* 23px font */
    padding-left: 1.3em;
    padding-right: 1.3em;
}

.Box-Item-Article-Data-Title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 1.1em;
    color: #b93fe9;
    position: absolute;
    top: 0;
    padding-top: 1.3em; /* 23px font */
    padding-left: 1.3em;
    padding-right: 1.3em;
}

/*.Box-Item-Image-Wrapper
{
    display: inline-block !important;
}*/

/* VIDEO BOX */
.Video-Box-L-Wrapper {
    background-image: linear-gradient(130deg, #b33fe9, #f33853);
    padding: 1.9em;
    align-content: center;
}

.Video-Box-L-Data {
    display: grid;
}

.Video-Box-L-Data-Header {
    font-family: Poppins;
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    padding-bottom: 1em;
}

.Video-Box-L-Data-Text {
    font-family: "Open Sans";
    font-size: .9;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.Video-Box-L-Video {
}

.Video-Box-L-Video-Source {
    background-color: #d8d8d8;
    width: 100%;
    height: 100%;
    min-height: 430px;
}

.Video-Box-L-Buttons {
    padding-top: 2em;
}

.LightBox-Button {
    width: 1em;
    min-width: 182px;
    height: 54px;
    border-radius: 28px;
    color: #b93fe9;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

/* PICTURE BOX */
.Picture-Box-L-Wrapper {
    min-height: 433px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url('http://media.lonelyplanet.com/lpi/6914/6914-4/681x454.jpg');
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.Picture-Box-L-Data {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    padding-bottom: 1.2em;
}

.Picture-Box-L-Data-Header {
    font-family: Poppins;
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-bottom: .25em;
}

.Picture-Box-L-Data-Text {
    font-family: "Open Sans";
    font-size: .9em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}



/* PICTURE DATA ITEM BOX */
.Picture-Box-Data-Item-L-Wrapper {
    min-height: 433px;
    background-color: #f7f5f0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.Picture-Box-Data-Item-L-Data {
    display: grid;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    height: 100%;
}

.Picture-Box-Data-Item-L-Data-Header {
    font-family: Poppins;
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    padding-bottom: .25em;
    padding-top: 4em;
}

.Picture-Box-Data-Item-L-Data-Action {
    text-align: center;
    padding-bottom: 4em;
}

.Picture-Box-Data-Item-Button {
    /*width: 1px;*/
    min-width: 150px;
    height: 54px;
    border-radius: 28px;
    background-color: #b93fe9;
    float: none;
}

.Picture-Box-Data-Item-L-Data-Text {
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #231f20;
    text-transform: uppercase;
}

.Picture-Box-Data-Item-L-Data-Icons {
    text-align: center;
    padding-bottom: 4em;
}

.Picture-Box-Data-Item-L-Data-Icon-Button {
    margin-right: .5em;
}

    .Picture-Box-Data-Item-L-Data-Icon-Button:nth-last-child(1) {
        margin-right: 0em;
    }


/* LIGHT BOX CONTENT */
.Light-Box-Content {
    min-height: 458px;
    background-image: linear-gradient(125deg, #3fbae9, #3fe9d1);
}

    .Light-Box-Content h3 {
        font-family: Poppins;
        font-size: 36px;
        line-height: 1.11;
        text-align: center;
        color: #ffffff;
        text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
        min-height: 80px;
        padding-top: 1em;
        padding-bottom: 1em;
    }

.Light-Box-Content-Item-Wrapper {
    min-height: 250px;
    text-align: center;
    color: #ffffff;
    display: inline-grid;
    align-content: space-evenly;
}

.Light-Box-Content-Item-Data-Action {
}

    .Light-Box-Content-Item-Data-Action input {
        float: initial !important;
    }

.carousel-control {
    position: absolute !important;
    display: inline-block !important;
    height: 10% !important;
    top: 0 !important;
    bottom: 0 !important;
}

    .carousel-control .fa {
        position: absolute !important;
        margin: 0 auto !important;
        top: 50% !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        height: 1em !important;
        width: 1em !important;
        font-size: 2.5em;
        color: #555 !important;
    }

a.left.carousel-control {
    top: 35% !important;
    left: -3em !important;
}

a.right.carousel-control {
    top: 35% !important;
    right: -2.25em !important
}
