/************Fonts**************/
@font-face {
    font-family: 'FontOdysseeMure';
    src:  url('fonts/font-icon-odyssee-mure.eot?mr7w1g');
    src:  url('fonts/font-icon-odyssee-mure.eot?mr7w1g#iefix') format('embedded-opentype'),
        url('fonts/font-icon-odyssee-mure.ttf?mr7w1g') format('truetype'),
        url('fonts/font-icon-odyssee-mure.woff?mr7w1g') format('woff'),
        url('fonts/font-icon-odyssee-mure.svg?mr7w1g#font-icon-odyssee-mure') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontOdysseeMureSmall';
    src:  url('fonts/font-icon-odyssee-mure_small.eot?111cpw');
    src:  url('fonts/font-icon-odyssee-mure_small.eot?111cpw#iefix') format('embedded-opentype'),
        url('fonts/font-icon-odyssee-mure_small.ttf?111cpw') format('truetype'),
        url('fonts/font-icon-odyssee-mure_small.woff?111cpw') format('woff'),
        url('fonts/font-icon-odyssee-mure_small.svg?111cpw#font-icon-odyssee-mure_small') format('svg');
    font-weight: normal;
    font-style: normal;
}
p, ul, .form-control {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #666666;
}
a {
    color: #11B0AA;
    font-weight: 700;
}
a:hover, a:focus {
    color: #11B0AA;
    text-decoration: underline;
}
h1, h1 a {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    color: #333333;
    text-transform: uppercase;
}
h2, h2 a {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 15px;
}
h3, h3 a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #11B0AA;
    margin-bottom: 10px;
}
/************Buttons**************/
.btn {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #11B0AA;
    border: none;
    padding: 10px 15px;
    margin-right: 20px;
}
.btn.grey {
    background-color: #666666;
    color: #fff !important;
}
.btn.grey:hover, .btn.grey:focus {
    background-color: #777777;
}
.btn.red {
    background-color: #E3382D;
    color: #fff !important;
}
.btn.red:hover, .btn.red:focus {
    background-color: #e5483e;
    color: #fff !important;
}
.btn:hover, .btn:focus {
    color: #fff;
    background-color: #11A5A8;
}
.btn.btn-primary {
    color: #11B0AA;
    background-color: #fff;
    border: 2px solid #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #fff;
    background-color: transparent;
}
.btn.btn-info {
    color: #fff;
    background-color: #11B0AA;
    border: 2px solid #fff;
}
.btn.btn-info:hover, .btn.btn-info:focus {
    color: #11B0AA;
    background-color: #fff;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
    vertical-align: middle;
}
/************Publications**************/
.introduction {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
}
.publication_text {
    margin-bottom: 15px;
}
.publication_legend {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 20px;
    color: #11B0AA;
    margin-top: 15px;
    margin-bottom: 10px;
}
.publication_source {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    line-height: 14px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 15px;
}
.date_publi {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #666666;
    text-transform: uppercase;
}
.date_publi .icon-small-calendar {
    font-size: 18px;
    color: #11B0AA;
    padding-right: 8px;
}
.publication_include .icon-small-arrow_left {
    font-size: 14px;
    color: #11B0AA;
    padding-right: 8px;
}
.new {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #E3382D;
    text-transform: uppercase;
    background-color: #F6F8F7;
    padding: 2px 15px;
    float: right;
}
hr {
    border-top: 1px solid #DDDDDD;
    width: 80px;
    margin-left: 0;
}
.publication_box{
    border: 1px solid #11B0AA;
    padding: 4px;
}
.firstcol-vertical{
    vertical-align: middle !important;
    font-weight: 700;
    writing-mode: sideways-lr;
    text-orientation:sideways;
    padding: 0 10px !important;
}
