﻿/* General */

body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}

body.page-node-201 {
    background: url(../images/home-bg.png) no-repeat center center fixed;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    body.inner-page {
        padding-bottom: 80px;
    }
}


}
.fullwidth {
    width: 100%;
}
.marginbottom {
    margin-bottom: 15px;
}
.container {
    max-width: 100%;
    z-index: 0;
}

/* Header */
nav.navbar-report {
    padding: 0.5vw;
    position: fixed;
    min-height: 30px;
    margin-bottom: 5vw;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    z-index: 10;
    // background: rgba(255,255,255,0.75);
    background: #fff;
}
nav.navbar-report h1 {
    font-size: 14px;
    color: #a71e22;
    font-weight: 600;
    float: left;
    margin-top: 19px;
}
nav.navbar-report #right {
    font-size: 24px;
    color: #231f20;
    position: absolute;
    right: 10px;
    top: 37%;
    margin-top: -12px;
}
nav.navbar-report #right #handler {
    padding-left: 12px;
    margin-left: 6px;
    border-left: 1px #f5bdae solid;
}
.social a,
.social a:hover {
    display: inline-block;
    text-decoration: none;
    color: #231f20;
}
.social a {
    transition: 0.5s;
    margin-top: 0;
}
@media screen and (min-width: 769px) {
    nav.navbar-report #right #handler {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    nav.navbar-report #right .region-header-top-right {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    nav.navbar-report h1 {
        margin-top: 2.6vw;
        /* this needs adjustments */
        font-size: 2vw;
    }

    nav.navbar-report #right {
        font-size: 5vw;
        margin-top: 4px;
    }

    nav.navbar-report #right .social {
        display: none;
    }

    nav.navbar-report #right #handler {
        border-left: none;
    }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
    nav.navbar-report #right {
        margin-top: -18px;
    }
}
@media screen and (max-width: 420px) {
    nav.navbar-report #right {
        font-size: 7vw;
        margin-top: 0;
    }
}
.espad-logo {
    width: 50%;
    max-width: 305px;
    float: left;
    margin-top: 13px;
    margin-bottom: 4px;
    margin-right: 26px;
}
.emcdda-logo {
    float: left;
    max-width: 240px;
    width: 50%;
    margin: 5px 0;
}
@media screen and (max-width: 991px) {
    .espad-logo {
        max-width: 260px;
        width: 100%;
    }

    .emcdda-logo {
        max-width: 200px;
        width: 65%;
    }
}
@media screen and (max-width: 580px) {
    .espad-logo {
        margin-top: 4px;
        max-width: 200px;
        margin-right: 0;
    }

    .emcdda-logo {
        clear: left;
        max-width: 160px;
    }
}


/* Menu */
menu {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    bottom: 100%;
    background-color: #FFF;
    z-index: 42;
    margin: 0;
    padding: 10px;
    min-width: 320px;
    padding-top: 30px;
    transition: 0.5s;
}
#openmenu,
#closemenu {
    cursor: pointer;
}
menu .col {
    display: table;
    margin-bottom: 10px;
}
menu .col a {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    height: 50px;
    text-align: center;
    background-color: #f58464;
    color: #FFFFFF;
    text-decoration: none;
}
menu .col a.reportmenu {
    background-color: #464646;
    color: #f58464;
    border: 1px #464646 solid;
}
menu .index_btn {
    border-radius: 0;
}
menu .separator {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px #ccc solid;
}
menu .col-xs-8 {
    line-height: 40px;
}
.menutop {
    font-size: 26px;
    margin-bottom: 4vw;
}
@media screen and (max-width: 480) {
    .menutop {
        font-size: 36px;
    }
}

/* Homepage Titles */
#title {
    text-transform: uppercase;
    font-size: 41px;
    text-align: center;
    margin-top: 90px;
    color: #fff;
    font-weight: 600;
}
#subtitle {
    margin-top: 0;
    font-size: 20px;
    text-align: center;
    margin-bottom: 3vw;
    color: #fff;
}
@media screen and (min-width: 992px) {
    #title {
        margin-top: 130px;
    }
}
@media screen and (min-width: 768) {
    #title {
        font-size: 20px;
    }

    #subtitle {
        font-size: 30px;
    }
}
@media screen and (max-width: 480px) {
    #title {
        margin-top: 50px;
    }
}
@media screen and (min-height: 899px) and (min-width: 1439px) {
    #title {
        margin-top: 23vh;
    }
}

}

/* Body */
section {
    margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
    section.container {
        margin-bottom: 20px;
    }
    section.container .row {
        margin-top: 20px;
    }
}
@media screen and (max-width: 992px) {
    section {
        margin-bottom: 30px;
    }
}

/* Index */
.perspective {
    -webkit-perspective: 300px;
    /* Chrome, Safari, Opera */
    perspective: 300px;
}
.i_central_col {
    min-height: 340px;
    display: table;
}
.i_central_col p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 1.1em;
}
.i_bot_col {
    color: #fff;
    margin-top: 40px;
}
.index_btn {
    width: 100%;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px;
    overflow: hidden;
    transition: transform 0.5s;
    border:1px #80171a solid;
}
.perspleft .index_btn {
    transform: rotateY(15deg);
    /*box-shadow: -10px 0px 10px 0px rgba(0,0,0,0.5);*/
}
.perspright .index_btn {
    transform: rotateY(-15deg);
    /*box-shadow: 10px 0px 10px 0px rgba(0,0,0,0.5);*/
}
.index_btn a {
    display:block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    color:#80171a;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.index_btn a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.25);
}
.perspleft .index_btn:hover {
    transform: rotateY(20deg);
}
.perspright .index_btn:hover {
    transform: rotateY(-20deg);
}
.i_btn_1 {
    background-image: url(../images/chapters/default.jpg);
    border-top-left-radius: 70px;
}
.i_btn_2 {
    background-image: url(../images/chapters/summary.jpg);
}
.i_btn_3 {
    background-image: url(../images/chapters/intro.jpg);
}
.i_btn_4 {
    background-image: url(../images/chapters/methodology.jpg);
    border-bottom-left-radius: 70px;
}
.i_btn_5 {
    background-image: url(../images/chapters/situation.jpg);
    border-top-right-radius: 70px;
}
.i_btn_6 {
    background-image: url(../images/chapters/trends.jpg);
}
.i_btn_7 {
    background-image: url(../images/chapters/discussion.jpg);
}
.i_btn_8 {
    background-image: url(../images/chapters/default.jpg);
    border-bottom-right-radius: 70px;
}
.i_btn_8 a {
    line-height: 1.4;
    padding-top: 15px;
}
@media screen and (max-width: 768px) {
    .perspective {
        -webkit-perspective: 0;
        /* Chrome, Safari, Opera */

        perspective: 0;
    }
    .perspleft .index_btn,
    .perspleft .index_btn:hover,
    .perspright .index_btn,
    .perspright .index_btn:hover {
        transform: none;
        box-shadow: none;
        border-radius: 0px;
    }
    .index_btn a {
        font-size: 14px;
    }
    .i_btn_8 a {
        padding-top: 21px;
    }
}
@media screen and (max-width: 480px) {
    .index_btn a {
        font-size: 12px;
    }
}

/* Footer */
@media screen and (min-width: 992px) {
    .footermenu {
        display: table;
        position: relative;
        padding: 5px;
        padding-top: 10px;
        height: 55px;
        text-align: center;
        background-color: #f8a699;
        border-top: none;
        cursor: pointer;
        transition: 0.5s;
    }
    .footermenu:hover {
        background-color: #f57e6b;
    }
    .footermenu a,
    .footermenu a:hover {
        display: table-cell;
        vertical-align: middle;
        color: #333;
        text-decoration: none;
        line-height: 1;
    }
    .footermenu a:hover {
        color: #fff;
    }
    .footermenu {
        min-width: 15%;
    }
    .footermenu:not(:first-child) {
        margin-left: 1px;
    }
    .footer .copyright p {
        font-size: 10px;
    }
    .footer .copyright p {
        margin-top: 5px;
    }
}
@media screen and (max-width: 992px) {
    .footermenu a {
        padding: 5px;
        height: 50px;
        margin-bottom: 10px;
        text-align: center;
        display: block;
        background-color: #f8a699;
        border: 1px solid #e16352;
        color: #FFFFFF;
        text-decoration: none;
        border-radius: 5px;
    }
}
@media screen and (min-width: 768px) {
    .footer_report {
        display: block;
        position: relative;
        padding-right: 5px;
        padding-left: 5px;
        height: 100%;
        cursor: pointer;
    }
    .report-img {
        position: absolute;
        height: 132px;
        bottom: -55px;
        width: 100%;
        overflow: hidden;
    }
    .footer_report img {
        width: 100%;
        position: absolute;
        top: 48px;
        bottom: auto;
        /*box-shadow: 0px -5px 28px 0px rgba(0,0,0,0.75);*/

        transition: top 0.5s;
    }
    .report-img:hover img {
        top: 0;
    }
    #service2 .col:first-of-type {
        padding: 0;
    }
    .footer .col p {
        /*margin-top: 19px;*/
        margin-top: 5px;
        font-size: 14px;
    }
    .footer .copyright p {
        margin-top: 5px;
    }
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        min-height: 57px;
        background-color: #464646;
        color: #FFF;
        left: 0;
        z-index: 5;
    }
    .page-node-201 .footer {
        position: fixed;
    }
    .footer .row {
        height: 56px;
        padding-top: 1px;
        max-width: 1370px;
        margin: auto;
    }
}
@media screen and (max-width: 1160px) {
    .footer {
        font-size: 12px;
    }
}
.footerxs {
    background-color: #231f20;
    color:#FFF;
    margin-top:15px;
    padding: 5px;
    font-size: 14px;
}
.footerxs a {
    display:inline-block;
    padding:5px;
    color:#FFF;
}
.footerxs a:hover {
    text-decoration: none;
    border:1px #FFF solid;
    padding:4px;
}
.footerxs p {
    padding-top:5px;
}
#service1.row {
    margin:15px;
    margin-bottom: 90px;
}
.footermiddle .row {
    max-width: 100%;
    margin:0;
}
.footer_report img {
    border: 1px #231f20 solid;
}

@media screen and (max-width: 768px) {
    // .footer {
    //     position: relative;
    //     height: auto;
    //     background-color: transparent;
    //     font-size: 14px;
    // }
    // .footermenu a {
    //     height: auto;
    // }
}

/* Page Specific */
.pagetop {
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 400px) {
    .footer {
        font-size: 12px;
    }
}

/* Page Specific */
.pagetop {
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    margin-bottom: 0;
}
.page-header {
    background-image: url(../images/chapters/default.jpg);
}

/* Intro */
.page-node-25 .page-header,
.page-node-60 .page-header,
.page-node-61 .page-header {
    background-image: url(../images/chapters/intro.jpg);
}

/* Summary */
.page-node-22 .page-header {
    background-image: url(../images/chapters/summary.jpg);
}

/* Methodology */
.page-node-26 .page-header,
.page-node-27 .page-header,
.page-node-29 .page-header,
.page-node-30 .page-header {
    background-image: url(../images/chapters/methodology.jpg);
}

/* Situation 2015 */
.page-node-31 .page-header,
.page-node-32 .page-header,
.page-node-33 .page-header,
.page-node-34 .page-header,
.page-node-35 .page-header,
.page-node-36 .page-header,
.page-node-37 .page-header,
.page-node-38 .page-header,
.page-node-39 .page-header,
.page-node-40 .page-header,
.page-node-41 .page-header,
.page-node-162 .page-header {
    background-image: url(../images/chapters/situation.jpg);
}

/* Trends */
.page-node-42 .page-header,
.page-node-43 .page-header,
.page-node-44 .page-header {
    background-image: url(../images/chapters/trends.jpg);
}

/* Discussion and conclusion */
.page-node-45 .page-header,
.page-node-46 .page-header,
.page-node-47 .page-header,
.page-node-48 .page-header,
.page-node-49 .page-header,
.page-node-50 .page-header,
.page-node-51 .page-header {
    background-image: url(../images/chapters/discussion.jpg);
}
.pagetop .col {
    position: relative;
    height: 100%;
}
.pagetop h1 {
    position: absolute;
    bottom: 5px;
    left: 2%;
    color: #80171a;
}
.pagetop .menuhead {
    position: absolute;
    bottom: 0;
    left: 15px;
    right:15px;
    background-color: #d3766d;
    color:#FFF;
    height:auto;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pagecont .menucont {
    width: 100%;
    border: 1px solid #d3766d;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    background-image:url(../images/white_50.png);
}
.pagecont .menucont ul {
    list-style-type: none;
    padding: 0;
}
.pagecont .menucont li {
    display: block;
    position: relative;
    // padding-right: 15px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px #ececec solid;
}
.pagecont .menucont li:last-child {
    border-bottom: none;
}
.pagecont .menucont li a {
    display: block;
    position: relative;
    width: 100%;
    color: #231f20;
    white-space: normal;
}
.pagecont .menucont li.handlesubmenu>a:after,
.pagecont .menucont li.expanded>a:after {
    content: '\25be';
    font-weight: 800;
    position: absolute;
    right: 10px;
    font-size: 14px;
    font-family: Helvetica,
    Arial,
    Sans-serif;
}
.pagecont .menucont li.handlesubmenu>a:not(.collapsed):after {
    content:'x';
}
.pagecont .menucont li.handlesubmenu ul,
.pagecont .menucont li.expanded ul {
    padding: 5px;
    z-index: 1;
}
.pagecont .menucont li.handlesubmenu ul li {
    border-bottom-style: dotted;
}
.pagecont .menucont li.handlesubmenu ul li:last-child {
    border-bottom-style: none;
}
.pagecont .menucont .menu > li.active > a,
.pagecont .menucont .active-parent,
.pagecont .menucont .dropdown-menu li.active > a {
    background: none !important;
    color: #d3766d;
    font-weight: 700;
}
.pagecont .menucont .nav > .active > .active + .dropdown-menu,
.pagecont .menucont .active-parent + .dropdown-menu {
    display: block !important;
    z-index: 1;
}
.pagecont .menucont .caret {
    display:none;
}
.pagecont .menucont .dropdown-menu {
    position: relative;
    width: 100%;
    box-shadow: 0 0 0;
    border: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}
.pagecont .menucont .dropdown-menu>li>a:hover,
.pagecont .menucont .dropdown-menu>li>a:focus {
    background: none;
}

/* page content */
.content {
    padding-top: 20px;
    font-size: 14px;
    // text-align: justify;
}
.content .callout {
    border-left: 5px #80171a solid;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 11px;
}
.content h2 {
    font-size: 24px;
    color: #80171a;
    text-align: left;
    clear: both;
}
.content h3 {
    font-size: 16px;
    color: #80171a;
    text-align: left;
}
.text-right {
    text-align: right;
}
.form-control {
    display: inline-block;
    width: auto;
}

.strong,
.hero .jumbotron .strong {
    font-weight: bold;
}
.width-100 {
    width: 100%;
}
.pad-top {
    padding-top: 20px;
}
.pad-htop {
    padding-top: 10px;
}
.pad-bot {
    padding-bottom: 20px;
}
.pad-hbot {
    padding-bottom: 10px;
}
.space-top {
    margin-top: 20px;
}
.space-htop {
    margin-top: 10px;
}
.space-bot {
    margin-bottom: 20px;
}
.space-hbot {
    margin-bottom: 10px;
}
.btn-primary {
    font-size: 16px;
    color: #fff;
    background: #b93036;
    background: -webkit-linear-gradient(#b93036 0%, #b32b31 100%);
    background: -o-linear-gradient(#b93036 0%, #b32b31 100%);
    background: linear-gradient(#b93036 0%, #b32b31 100%);
    border-color: #ab2f32;
    font-weight: bold;
    border-radius: 2px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #a8292f;
    border-color: #ab2f32;
}
.panel.panel-default>.panel-heading {
    background: #f8a699;
    border-color: #d3766d;
}
.panel.panel-default>.panel-heading .panel-title {
    font-size: 14px;
}
.panel.panel-default {
    border-color: #f8a699;
}
.c-red {
    color: #d3766d;
}
@media (min-width: 680px) {
    .country-svg {
        width: 50%;
        margin-left: 10px;
        float: right;
        margin-bottom: 20px;
    }
}
@media (max-width: 579px) {
    .country-svg {
        width: 100%;
        margin: 10px 0 20px 0;
    }
}

/**
 *
 * Typography
 *
 */

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
    font-family: "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #222;
}
::selection {
    color: #fff;
    background: #b32b31;
    text-shadow: none;
}

/*********************************************
 * HEADERS
 *********************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: 1.2;
    color: #b32b31;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1em;
    font-weight: 400;
}

/*********************************************
 * MISC
 *********************************************/
a {
    color: #b32b31;
}
a:hover,
a:focus {
    color: #9e262b;
}
p a {
    text-decoration: underline;
}

/**
 *
 * Helpers
 *
 */

/*********************************************
 * TEXT
 *********************************************/
.font-weight-l {
    font-weight: 300;
}
.font-weight-n {
    font-weight: 400;
}
.font-weight-b {
    font-weight: 600;
}
.text-color-white {
    color: #fff;
}
.font-bold {
    font-weight: 600;
}

/*********************************************
 * BOX STYLE
 *********************************************/
.display-block {
    display: block;
}
.clear {
    clear: both;
}
.pad-bot {
    padding-bottom: 20px;
}
.pad-top {
    padding-top: 20px;
}
.pad-hbot {
    padding-bottom: 10px;
}
.pad-htop {
    padding-top: 10px;
}
.space-bot {
    margin-bottom: 20px;
}
.space-top {
    margin-top: 20px;
}
.space-hbot {
    margin-bottom: 10px;
}
.space-htop {
    margin-top: 10px;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}

/*********************************************
 * MISC
 *********************************************/
.divider {
    display: block;
    margin: 30px auto;
    border-top: 1px solid #ccc;
}
.content img.img-max-width {
    max-width: 100%;
    width: auto;
}
ul.padded-ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}
ol.padded-ol li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.no-hover {
    cursor: default;
}
.no-hover:hover,
.no-hover:focus,
.no-hover:active,
.no-hover:visited {
    cursor: default !important;
    outline: none !important;
    background: #fafafa !important;
}

/**
 *
 * General
 *
 */

/*********************************************
 * MAIN
 *********************************************/
body {
    position: relative;
    background: #fff;
}

/*********************************************
 * MISC
 *********************************************/
ul.list {
    padding-left: 10px;
    list-style: none;
}
ul.list li {
    position: relative;
    padding-bottom: 5px;
}
ul.list li:before {
    position: absolute;
    left: -10px;
    content: "»";
}
.strong {
    font-weight: bold;
}
.dblock {
    display: block;
}
.diblock {
    display: inline-block;
}

/*********************************************
 * GENERAL
 *********************************************/
.main {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}

/*********************************************
 * HEADER
 *********************************************/
.header-main {
    padding: 15px 0;
}
.header-main img {
    margin-top: 10px;
}
.header-main .links {
    padding-bottom: 5px;
}
.header-main .links h2 {
    display: none;
}
.header-main .links ul,
.header-main .links li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.header-main .links ul {
    margin-bottom: 10px;
}
.header-main .links a {
    display: inline-block;
    margin-left: 10px;
    padding: 0;
}
.header-main .btn-search,
form span.input-group-btn button {
    cursor: pointer;
    color: #fff !important;
    border-color: #b32b31;
    background: #b32b31;
}
.header-main .btn-search:hover,
form span.input-group-btn button:hover,
.header .btn-search:focus,
form span.input-group-btn button:focus,
.header .btn-search:active
form span.input-group-btn button:active, {
    border-color: #9e262b;
    background: #9e262b;
}
.header-main .element-invisible {
    display: none;
}

/*********************************************
 * NAV
 *********************************************/
.nav-main .navbar {
    border-radius: 2px 2px 0 0;
    background: #72bbd5;
    background: -moz-linear-gradient(top, #72bbd5 0%, #2aa9d3 100%);
    background: -webkit-linear-gradient(top, #72bbd5 0%,#2aa9d3 100%);
    background: linear-gradient(to bottom, #72bbd5 0%,#2aa9d3 100%);
    border-color: #73bbd5;
    margin: 0;
}
.nav-main .navbar-default .navbar-nav>li>a,
.nav-main .navbar-default .navbar-nav>li>a:hover,
.nav-main .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}
.nav-main .navbar-default .navbar-toggle {
    background: #fff;
    border-color: #fff;
    border-radius: 0;
}
.nav.navbar-nav li:first-of-type a { font-size: 20px; }

/*********************************************
 * HOME
 *********************************************/
.hero .jumbotron {
    margin-bottom: 10px;
    border-radius: 2px;
    // background: url("/sites/espad.org/files/jumbotron.png") no-repeat center;
    background: url("/sites/espad.org/files/jumbotron.jpg") no-repeat center;
    background-size: cover;
    border-radius: 0 0 2px 2px;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
.hero .jumbotron h1 {
    font-size: 3em;
    margin-bottom: 13px;
}
.hero .jumbotron p {
    font-size: 1.1em;
    font-weight: normal;
}

/*********************************************
 * CONTENT
 *********************************************/
.content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-left {
    padding-bottom: 20px;
}
.content-left .title {
    // font-size: 1.75em;
    font-size: 1.5em;
    margin-bottom: 15px;
    padding: 5px 7px;
    background: #b93036;
    background: -webkit-linear-gradient(#b93036 0%, #b32b31 100%);
    background: -o-linear-gradient(#b93036 0%, #b32b31 100%);
    background: linear-gradient(#b93036 0%, #b32b31 100%);
    color: #fff;
    border-radius: 2px 2px 0 0;
    border: 1px solid #a3262c;
}
.content-left .title span {
    font-size: 0.75em;
}
.content-left .latest-news .item {
    overflow: hidden;
    margin-bottom: 20px;
}
.content-left .latest-news .item .views-field-field-image {
    float: left;
    width: 20%;
    padding-right: 10px;
    margin-bottom: 20px;
}
.content-left .latest-news .item .views-field-field-image img {
    width: 100%;
    height: auto;
}
.content-left .latest-news .item .item-text {
    float: left;
    width: 80%;
    padding-left: 10px;
}
.content-left .latest-news .item .views-field-title {
    font-size: 1.2em;
    margin-top: 5px;
}
.content-left .latest-news .item .views-label-created {
    display: none;
}
.content-left .latest-news .item .views-field-created {
    font-size: 0.85em;
    display: inline-block;
    margin-bottom: 5px;
    color: #ccc;
}
.content-left .latest-news .item .views-field-view-node {
    // margin-left: 20%;
}
.content-left .latest-news .item.item-big .views-field-field-image {
    width: 33%;
}
.content-left .latest-news .item.item-big .views-field-view-node {
    // margin-left: 33%;
}
.content-left .latest-news .item.item-big .item-text {
    width: 66%;
}
.content-left .latest-news .item.item-big .views-field-created {
    margin-bottom: 10px;
}

/*********************************************
 * SIDE
 *********************************************/
.content-right h2 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
}
.content-right h2:after {
    height: 14px;
    margin-top: 6px;
    background: #ececec;
    display: block;
    float: right;
    width: 0;
    content: "";
}
.content-right .announcements {
    margin-bottom: 20px;
}
.content-right .announcements h2:after {
    width: calc(100% - 155px);
}
.content-right .announcements .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}
.content-right .announcements .views-label-created {
    display: none;
}
.content-right .announcements .item .views-field-created {
    font-size: 0.85em;
    display: block;
    color: #aaa;
}
.content-right .updated {
    margin-bottom: 20px;
}
.content-right .updated h2:after {
    width: calc(100% - 165px);
}
.content-right .updated .views-row {
    padding-left: 17px;
    padding-bottom: 5px;
    position: relative;
}
.content-right .updated .views-row:before {
    position: absolute;
    left: 3px;
    content: "»";
}

/*********************************************
 * FOOTER
 *********************************************/
.footer-main {
    padding: 30px 0;
    color: #f1f1f1;
    background: #464646;
}
.footer-main a {
    font-size: 0.85em;
    color: #f1f1f1;
}
.footer-main p {
    font-size: 0.85em;
}
.footer-main img {
    width: 100%;
    max-width: 240px;
}
.footer-main .title {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-main .title:after {
    background: #535353;
    display: block;
    float: right;
    width: 0;
    height: 3px;
    margin-top: 12px;
    content: "";
}
.footer-main .col-sm-4:nth-child(1) .title:after {
    width: calc(100% - 105px);
}
.footer-main .col-sm-4:nth-child(2) .title:after {
    width: calc(100% - 105px);
}
.footer-main .col-sm-4:nth-child(3) .title:after {
    width: calc(100% - 120px);
}
.footer-main .col-sm-4:nth-child(4) .title:after {
    width: calc(100% - 100px);
}
.footer-main .f-l2 {
    border-top: 1px solid #535353;
    padding-top: 15px;
    margin-top: 15px;
}
@media (max-width: 768px) {
    .footer .col-sm-4 {
        margin-bottom: 40px;
    }
}

/**
 *
 * Navigation
 *
 */

/*********************************************
 * TOP NAV
 *********************************************/

/*# sourceMappingURL=style.css.map */


.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 70px;
    right: 10vw;
    display: none;
    text-indent: -9999px;
    background: #ececec url(../images/arrow-up.png) no-repeat center;
    background-size: 89%;
    border-radius: 2px;
    z-index: 41;
}


.pagecont {
    position: relative;
}
.nav-sec .navbar {
    background: #fff;
    border-color: #fff;
    border-top: 0;
}
@media (max-width: 768px) {
    .nav-sec {
        overflow: hidden;
        position: absolute;
        width: 100%;
        top: 8px;
    }
    .nav-sec .navbar {
        background: #fafafa;
        border-bottom: 1px solid #d3766d;
        border-top: 1px solid #d3766d;
        min-height: initial;
    }
    .nav-sec .navbar-default .navbar-toggle,
    .nav-sec .navbar-default .navbar-toggle:hover,
    .nav-sec .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        width: 100%;
        float: left;
        border-color: transparent;
        text-align: left;
        font-size: 16px;
        border: 1px solid #d3766d;
        border-radius: 0;
        margin: 0;
    }
    .pagecont {
            padding-top: 20px;
    }
}

/*********************************************
 * REPORT NAV
 *********************************************/
.report-nav-wrapper { margin-top: 25px; }
.report-nav-wrapper .report-nav-next { float: right; }
.report-nav-wrapper .report-nav-prev { float: left; }

/*********************************************
 * PDF ICON
 *********************************************/
a.pdf:before { content: "\f1c1"; font: normal normal normal 14px/1 FontAwesome; padding-right: 5px; }

/*********************************************
 * NEWS ITEMS
 *********************************************/
.node-type-article .field-name-field-image {
    float: left;
    margin: 0 10px 10px 0;
}
.node-type-article .field-name-field-published {
    color: #CCC;
    margin-bottom: 10px;
    font-size: 0.85em;
}
.page-news .views-field-field-image {
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
}
.page-news .views-row {
    clear: both;
}
.page-news .views-field-title {
    font-size: 1.2em;
}
.page-news .views-field-created {
    font-size: 0.85em;
    color: #CCC;
    margin-bottom: 10px;
}

/*********************************************
 * DEFINITION LISTS
 *********************************************/
dt {
    font-weight: normal;
    color: #b32b31;
    display: inline-block;
    width: 150px;
}
dd {
    display: inline-flex;
    width: calc(100% - 170px);
}
dt,dd {
    margin-bottom: 10px;
}

/**********************
 * SEARCH RESULTS
 *********************************************/
#search-form fieldset { display: none; }
li.search-result p.search-info { display: none; }


h2 a { padding-top: 90px; display: block; }

/**********
 * DRUPAL GENERATED NAVBAR
**********/
.navbar-default .navbar-collapse {
    padding: 0;
    border: 0;
}
.nav-main .navbar-default .navbar-nav>li.first>a {
    overflow: hidden;
    width: 50px;
    white-space: nowrap;
}
.nav-main .navbar-default .navbar-nav>li.first>a:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f015";
    margin-right: 20px;
}
.nav-main .navbar-default .navbar-nav>li>a:hover,
.nav-main .navbar-default .navbar-nav>li>a.active {
    background-color: #87d7f3;
    color: #2087ab;
}

/**********
 * TABLES IN VIEWS
**********/
.content table td.views-align-left {
    text-align: left;
}

/**********
 * REFERENCES AND LITERATURE
**********/
div.group-publishing,
div.group-other {
    border: 1px solid #b32b31;
    padding: 10px;
    margin-bottom: 10px;
}
div.group-main {
    margin-bottom: 10px;
}
div.group-left div.field-type-file {
    margin-bottom: 10px;
}
div.group-left div.field-type-file img,
div.group-left div.field-type-file span.file-size {
    display: none;
}
div.group-left div.field-type-file a {
    background: #b32b31;
    display: block;
    padding: 10px;
    color: white;
}
.field-group-div div.field {
    margin-bottom: 20px;
}
.field-group-div div.field:last-of-type {
    margin-bottom: 0px;
}
.field-group-div div.field-label {
    margin-bottom: 5px;
    color: #b32b31;
}
.field-group-div div.field-name-body {
    border-top: 1px solid #b32b31;
    padding-top: 10px;
    border-bottom: 1px solid #b32b31;
    padding-bottom: 10px;
}
.reflit_english-title {
    display: none;
}
.reflit_english-title:before {
    content: " [";
}
.reflit_english-title:after {
    content: "]";
}
/**********
 * SUB MENU
**********/
.region-content .block-menu-block {
    border: 1px solid #73bbd5;
    float: left;
    margin-right: 10px;
}
.region-content .block-menu-block h2,
.region-content .block-menu-block h2 a {
    background-color: #46a2c3;
    margin: 0;
    padding: 5px;
    color: #ffffff;
}
.region-content .block-menu-block ul li a {
    color: #46a2c3;
}
.region-content .block-menu-block ul li a:hover,
.region-content .block-menu-block ul li a.active {
    background-color: #73bbd5;
    color: #FFFFFF;
}
/**********
* REPORTS DOCUMENT TABLE
**********/
.view-reports-documents table .views-field-title strong {
    display: block;
    margin-bottom: 10px;
}
.view-reports-documents table .views-field-title>img {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    height: auto;
    width: 100px;
}
.view-reports-documents table ul {
    list-style-type: none;
    padding-left: 0;
}
.view-reports-documents table td:nth-of-type(1) {
    padding-right: 35px;
    width: 60%;
}
.view-reports-documents table td:nth-of-type(2) {
    width: 25%;
    text-align: left;
}
.view-reports-documents table td:nth-of-type(3) {
    width: 15%;
    text-align: left;
}


/**********
* Databases
**********/
.region-content .block-menu-block {
    width: 225px;
    margin-bottom: 10px;
}
section#block-block-61 {
    border: 1px solid #73bbd5;
    float: left;
    clear: both;
    width: 225px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
section#block-block-61 h2 {
    display: none;
}
section#block-block-61 + section#block-system-main,
section#block-menu-block-2 + section#block-system-main {
    margin-left: 235px;
}

/**********
* participating countries
**********/
div.node-participating-country .field-name-field-graph {
    float: right;
    max-width: 25%;
    cursor: pointer;
}
div.node-participating-country .field-name-field-graph img {
    max-width: 100%;
    height: auto;
}
div.node-participating-country .field-name-field-contacts .field-label {
    color: #b32b31 ;
    clear: both;
    border-top: 1px solid #73bbd5;
    padding-top: 10px;
    font-size: 1.5em;
}
div.node-participating-country .field-name-field-contacts .field-item {
    border-top: 1px solid #ccc;
    padding: 10px;
    clear: both;
}
div.node-participating-country .field-name-field-contacts .field-item p:nth-of-type(1) {
    font-size: 1.2em;
}
div.node-participating-country .field-name-field-contacts .field-item p:nth-of-type(n+2) {
    width: 25%;
    float: left;
}
div.node-participating-country .field-name-field-contacts .field-item:first-of-type {
    border-top: none;
}

/* Approved applications */
.field-name-body ul.approved-applications {
    list-style-type: none;
    padding: 0;
}
.field-name-body ul.approved-applications li {
    border-top: 1px solid #73bbd5;
    padding: 10px 0;
}
.field-name-body ul.approved-applications li strong:first-of-type {
    display: block;
    margin-bottom: -10px;
}
.field-name-body ul.approved-applications li em {
    color: #aaa;
    font-size: 0.85em;
    display: block;
    padding-top: 10px;
    font-style: normal;
}

/* countries map */
#node-296 .field-name-body .field-item div.col-md-3 {
    float: left;
}
#node-296 .field-name-body .field-item div.col-md-9 {
    float: right;
}
#tooltipX {position: absolute; z-index: 3000; border: 1px solid #586ba8; background-color: #f4f5fa; padding: 5px; opacity: 0.85;width: auto; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
#tooltipX h3, #tooltipX div { margin: 0; font-size: 10pt;}
#tooltipX h3 strong { font-weight: normal;; }
#tooltipX h4  {font-size: 10pt; margin: 6px 0 0 0 !important; font-weight: bold; }
#tooltipX .comments .commentsText {font-size: 10pt; margin: 3px 0 0 0; color: #1e1e1e; font-style: italic;}
#tooltipX .fullProfile {font-weight: bold; color: #586ba8; margin-top: 9px;}
.view-countries-in-map div {
    float: initial !important;
}
.view-countries-in-map .file-image .content {
    padding: 0;
}
.view-countries-in-map .views-field {
    display: inline-block;
}
.view-countries-in-map .views-row {
    padding: 5px 20px 5px 0;
    border-top: 1px solid #73bbd5;
}
.view-countries-in-map .views-row:last-of-type {
    padding: 5px 20px 5px 0;
    border-bottom: 1px solid #73bbd5;
}


/* responsive */
@media (max-width: 991px) {
    object[type="image/svg+xml"] { display: none; }
}
@media (max-width: 768px) {
    .nav-main .navbar-default .navbar-nav>li.first>a {
        width: 100%;
        font-size: 14px;
    }
    .nav-main .navbar-default .navbar-nav>li.first>a:before {
        font-size: 20px;
    }
    .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .region-content .block-menu-block,
    section#block-block-61 {
        width: 100%;
    }
    section#block-block-61 + section#block-system-main,
    section#block-menu-block-2 + section#block-system-main {
        margin-left: 0;
    }
}

.nav>li { margin-right: 1px; }