/* home */
.home .page {
    max-width: 100%;
}

.home .container-main {
    max-width: 100%;
}

.home h2 {
    font-family: Roboto, sans-serif; 
}

.home .page {
    background: transparent;
}

.language-wrapper {
    max-width: 25%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Article Language Selector */
.language {
    position: absolute;
    right: 20px;
    top: 5px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .language-wrapper {
        max-width: 33.3%;
    }

    /* Article language Selector */
    .language {
        z-index: 10;
        top: 60px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .language-wrapper {
        max-width: 50%;
    }

    /* Article language Selector */
    .language {
        top: 3px;
    }

    /*div#language-selector {
        float: right;
        width: auto;
        margin: 0 6px;
    }*/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .language-wrapper {
        max-width: 100%;
    }

    .language {
        right: 80px;
    }
}

.home .language-selector .inner > .langDropDown {
    height: 31px;
    margin-top: 11px;
    line-height: 21px;
}

.category-color #language-selector {
    font-family: "Roboto", sans serif; 
    float: right;
}

.language-selector .inner > button {
    height: 25px;
    line-height: 10px;
    margin-top: 5px;
    position: relative;
    width: auto;
    background: white;
    border-radius: 0;
    text-transform: uppercase;
    text-align: left;
    padding: 3px 9px;
}


@media only screen and (max-width : 480px) {
    .language-selector > button {
        width: 107px;
    }
}

.language-selector .inner > ul.languagesArea {
    min-width: 122px;
    padding: 5px 0;
    margin: -1px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border-top: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .language-selector .inner > ul.languagesArea > li {
        border-radius: 0;
        text-transform: uppercase;
    }

        .language-selector .inner > ul.languagesArea > li > a {
            padding: 3px 10px;
        }

.home .dropdown-menu.pull-right {
    right: 20px;
}

.dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: inherit;
}

.home #category_homelink {
    display: none;
    position: absolute;
    top: 14px;
    left: 80px;
    color: #FFF !important;
    font-family: "Roboto"; 
    z-index: 10;
}

    .home #category_homelink a {
        color: white;
    }

/* home-box */
.home-box {
    /* border-bottom:1px solid #333333; */
    overflow: hidden;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    display: none;
    font-family: Roboto, sans-serif; 
    /* height:400px; */
}

.home-box-cible {
    width: 100%;
    display: inline-block;
    display: block;
    position: relative;
    /* height:100%; */
}

    .home-box-cible .row {
        height: 100%;
    }

.home-box-article-image {
    height: 100%;
}

.home-box-main {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    overflow: hidden;
}

.safari .home-box-main {
    border-bottom: 2px solid #333;
}

@media (min-width: 992px) {
    .touch .safari .home-box-main {
        border-bottom: 1px solid #333;
    }
}

.home-box-content {
    padding: 11px;
}

    .home-box-content .home-article-date {
        font-size: 16px;
        line-height: 16px;
        color: #000;
    }

    .home-box-content .txt-black {
        font-size: 16px;
        line-height: 18px;
    }

.home-box a {
    color: #fff;
    text-decoration: none;
}

    .home-box a:hover {
        color: #fff;
        text-decoration: underline;
    }

.home-box p {
    margin: 0 0 8px 0;
}
/* home box logo */
.home-box-logo {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

    .home-box-logo h1 {
        font-family: Roboto, sans-serif; 
        color: white;
        font-size: 32px;
        padding: 10px 18px 0 18px;
        margin: 0;
    }

    .home-box-logo h2 {
        font-size: 32px;
        line-height: 32px;
        padding: 0;
        margin: 14px 0 14px 0;
        text-transform: uppercase;
        font-family: Roboto, sans-serif; 
        padding-left: 20px;
    }

    .home-box-logo p {
        padding-left: 20px;
    }

.home-logo {
    /* float:right; */
    width: 205px;
}

.home-logo-novartis {
    width: 150px;
    margin: 0;
    display: block;
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.home-box-logo .home-box-content {
    padding: 64px 10px 0 20px;
    height: 100%;
}

.home-box-logo .txt-pink,
.home-box-logo .txt-darkorange {
    margin-right: -5px;
}
/* home box article */
.home-box-article .home-box-content {
    /* height:400px; */
    height: 100%;
}

.home-img-article {
    min-width: 100%;
    min-height: 100%;
    height: 101%;
}

.home-box-article-image {
    /* height:400px; */
    height: 100%;
}

.home-horizontal-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    position: absolute;
    left: 7%;
    bottom: 0;
}

.bg-grey .home-horizontal-arrow {
    border-color: transparent transparent #333333 transparent;
}

.bg-orange .home-horizontal-arrow {
    border-color: transparent transparent rgb(242,145,8) transparent;
}

.bg-prune .home-horizontal-arrow {
    border-color: transparent transparent rgb(153,21,132) transparent;
}

.bg-red .home-horizontal-arrow {
    border-color: transparent transparent rgb(191,23,36) transparent;
}

.bg-pink .home-horizontal-arrow {
    border-color: transparent transparent rgb(222, 5, 77) transparent;
}

.bg-yellow .home-horizontal-arrow {
    border-color: transparent transparent rgb(254,191,71) transparent;
}

.bg-green .home-horizontal-arrow {
    border-color: transparent transparent rgb(161, 199, 54) transparent;
}

.bg-blue .home-horizontal-arrow {
    border-color: transparent transparent rgb(38,176,222) transparent;
}

.home-vertical-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    position: absolute;
    left: 0;
    top: 17%;
}

.bg-grey .home-vertical-arrow {
    border-color: transparent transparent transparent #333333;
}

.bg-orange .home-vertical-arrow {
    border-color: transparent transparent transparent rgb(242,145,8);
}

.bg-prune .home-vertical-arrow {
    border-color: transparent transparent transparent rgb(153,21,132);
}

.bg-red .home-vertical-arrow {
    border-color: transparent transparent transparent rgb(191,23,36);
}

.bg-pink .home-vertical-arrow {
    border-color: transparent transparent transparent rgb(222, 5, 77);
}

.bg-yellow .home-vertical-arrow {
    border-color: transparent transparent transparent rgb(254,191,71);
}

.bg-green .home-vertical-arrow {
    border-color: transparent transparent transparent rgb(161, 199, 54);
}

.bg-blue .home-vertical-arrow {
    border-color: transparent transparent transparent rgb(38,176,222);
}

.home-article-slogan {
    position: absolute;
    padding: 15px 8px 15px 24px;
    width: 100%;
    font-size: 31px;
    line-height: 33px;
}

    .home-article-slogan.slogan-top {
        top: 0;
        left: 0;
    }

    .home-article-slogan.slogan-bottom {
        bottom: 0;
        left: 0;
    }

    .home-article-slogan .txt-slogan-small {
        font-size: 26px;
    }
/* home-contributing */
.home-contributing-top {
    height: 10%;
    padding: 0 15px;
    display: table;
    border-bottom: 1px solid #333;
}

.home-box-contributing .row .col-xs-6 {
    height: 100%;
}

.home-box-contributing h2 {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.home-contributing-people {
    height: 45.2%;
    overflow: hidden;
}

    .home-contributing-people .people-content {
        padding: 30px 15px;
    }

        .home-contributing-people .people-content p {
            text-transform: uppercase;
            font-size: 16px;
            position: absolute;
            bottom: 25px;
            margin: 0;
            bottom: 13px;
        }

    .home-contributing-people .home-vertical-arrow {
        top: 50%;
        margin-top: -12px;
    }

    .home-contributing-people.people-top {
        border-bottom: 1px solid #333;
    }

    .home-contributing-people .people-name {
        margin: 0;
        color: #fff;
        font-size: 24px;
    }

.bg-red .home-contributing-people h3 {
    background-color: #bf1724;
}

.bg-grey .home-contributing-people h3 {
    background-color: #333;
}

.bg-prune .home-contributing-people h3 {
    background-color: #991584;
}


/*animation was here*/

/* home-box-video */
.home-box-video-top {
    /* height:200px; */
    height: 54.9%;
    overflow: hidden;
}

.home-box-video-bottom {
    /* height:200px; */
    height: 45.1%;
}

.vertical .home-box-video-bottom, .vertical .home-box-video-top{
	height: 100%;
}

.home-player-btn {
    height: 62px;
    width: 63px;
    background: url(../globalassets/images/home_player_btn.png) center center;
    position: absolute;
    left: 50%;
    margin-left: -31px;
    top: 50%;
    margin-top: -31px;
}
/* home-box-empty */
.home-box-empty {
}

    .home-box-empty .home-box-content {
        color: #595959;
        font-size: 23px;
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 25px;
        display: table;
    }

        .home-box-empty .home-box-content .home-box-empty-td {
            vertical-align: middle;
            display: table-cell;
        }
/* home-readmore */
.home-readmore {
    position: absolute;
    bottom: 5px;
    font-size: 16px;
    /* line-height:8px; */
    padding-right: 13px;
    text-transform: uppercase;
}

    .home-readmore .readmore-links {
        font-family: Arial;
        font-size: 13px;
        line-height: 14px;
        text-transform: none;
    }


    /*language bar fix*/
.home #language-selector {
    position: absolute !important;
    z-index: 10 !important;
    float: right !important;
    font-family: "Roboto", sans-serif; 
    padding-right: 20px;
}

#language-selector .inner > button img, .languagesArea > li img {
    padding-right: 9px;
}

#language-selector .inner > button i{
    padding-left: 9px;
}

.language-selector .inner > ul.languagesArea > li > a:hover, 
.language-selector .inner > ul.languagesArea > li > a:focus,
.language-selector .inner > .btn:hover,
.language-selector .inner > .btn:focus {
    color: inherit;
    /*background: white none repeat scroll 0 0 !important;*/
}

.language-selector .inner > .btn:hover,
    .language-selector .inner > .btn:focus {
    background: white none repeat scroll 0 0 !important;
}