@font-face {
    font-family: 'Minion';
    font-weight: normal;
    font-style: normal;
    src: url("fonts/Minion/MinionPro-Regular.otf");
}
@font-face {
    font-family: 'Minion';
    font-weight: bold;
    font-style: normal;
    src: url("fonts/Minion/MinionPro-Bold.otf");
}
@font-face {
    font-family: 'Minion';
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    src: url("fonts/Minion/MinionPro-BoldCn.otf");
}
@font-face {
    font-family: 'Minion';
    font-weight: bold;
    font-style: italic;
    font-stretch: condensed;
    src: url("fonts/Minion/MinionPro-BoldCnIt.otf");
}
@font-face {
    font-family: 'Minion';
    font-weight: bold;
    font-style: italic;
    src: url("fonts/Minion/MinionPro-BoldIt.otf");
}
@font-face {
    font-family: 'Minion';
    font-weight: normal;
    font-style: italic;
    src: url("fonts/Minion/MinionPro-It.otf");
}
@font-face {
    font-family: 'Minion';
    font-weight: normal;
    font-style: normal;
    font-size: medium;
    src: url("fonts/Minion/MinionPro-Medium.otf");
}
@font-face {
    font-family: 'Minion';
    font-weight: normal;
    font-style: italic;
    font-size: medium;
    src: url("fonts/Minion/MinionPro-MediumIt.otf");
}
@font-face {
    font-family: 'Minion';
    font-weight: 600;
    font-style: normal;
    src: url("fonts/Minion/MinionPro-Semibold.otf");
}
@font-face {
    font-family: 'Minion';
    font-weight: 600;
    font-style: italic;
    src: url("fonts/Minion/MinionPro-SemiboldIt.otf");
}
@font-face {
    font-family: 'MyriadPro';
    font-weight: normal;
    font-style: normal;
    src: url("fonts/Myriad/MyriadPro-Regular.otf");
}
@font-face {
    font-family: 'MyriadPro';
    font-weight: bold;
    font-style: normal;
    src: url("fonts/Myriad/MyriadPro-Bold.otf");
}
@font-face {
    font-family: 'MyriadPro';
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    src: url("fonts/Myriad/MyriadPro-BoldCond.otf");
}
@font-face {
    font-family: 'MyriadPro';
    font-weight: bold;
    font-style: italic;
    font-stretch: condensed;
    src: url("fonts/Myriad/MyriadPro-BoldCondIt.otf");
}
@font-face {
    font-family: 'MyriadPro';
    font-weight: bold;
    font-style: italic;
    src: url("fonts/Myriad/MyriadPro-BoldIt.otf");
}
@font-face {
    font-family: 'MyriadPro';
    font-weight: normal;
    font-style: italic;
    src: url("fonts/Myriad/MyriadPro-It.otf");
}
@font-face {
    font-family: 'MyriadPro';
    font-weight: 600;
    font-style: normal;
    src: url("fonts/Myriad/MyriadPro-Semibold.otf");
}
@font-face {
    font-family: 'MyriadPro';
    font-weight: 600;
    font-style: italic;
    src: url("fonts/Myriad/MyriadPro-SemiboldIt.otf");
}
@font-face {
    font-family: 'MyriadPro';
    font-weight: 600;
    font-style: normal;
    font-stretch: condensed;
    src: url("fonts/Myriad/MyriadPro-SemiboldCond.otf");
}
@font-face {
    font-family: "MyriadProBlack";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/Myriad/MyriadPro-Black.otf");
}
@font-face {
    font-family: "MyriadProBlack";
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    src: url("fonts/Myriad/MyriadPro-BlackCond.otf");
}
@font-face {
    font-family: "MyriadProBlack";
    font-weight: normal;
    font-style: italic;
    font-stretch: condensed;
    src: url("fonts/Myriad/MyriadPro-BlackCondIt.otf");
}
@font-face {
    font-family: "MyriadProLight";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/Myriad/MyriadPro-Light.otf");
}
@font-face {
    font-family: "MyriadProLight";
    font-weight: normal;
    font-style: italic;
    src: url("fonts/Myriad/MyriadPro-LightIt.otf");
}
@font-face {
    font-family: "MyriadProBlack";
    font-weight: 600;
    font-stretch: condensed;
    src: url("fonts/Myriad/MyriadPro-LightSemiCn.otf");
}

@font-face {
    font-family: "AvantGar";
    font-weight: bold;
    font-style: normal;
    src: url("fonts/AvantGar/AvantGarGotItcTCEBol.afm");
}



body {
    width: 100%;
    margin: 0;
}

.page {
    width: 100%;
    background: url("img/background/Carbon_background.jpg");
}

.content {
    width: 1200px;
    margin: auto;
    background: #FFFFFF;
}

.lang-banner {
    width: 100%;
    background: url("img/background/Red.jpg");
    height: 150px;
}

.banner-logo {
    float: left;
    margin-left: 20px;
}

.lang-list {
    float: right;
}
.langs {
    list-style: none;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}
.lang {
    height: 30px;
    opacity: 0.6;
}
.lang.active {
    opacity: 1.0;
}
.lang:hover {
    opacity: 1.0;
}
.lang > a {
    text-decoration: none;
    color: white;
    font-family: MyriadProLight;
    font-weight: bold;
}

.button-banner {
    height: 42px;
    width: 1200px;
    background: grey;
    z-index: 10;
}

.jumbotron {
    width: 100%;
}

.nav-button {
    font-family: MyriadProLight;
    float: left;
    display: inline-block;
    height: 42px;
    width: 150px;
    background: url("img/button/Button_GREY.png");
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.nav-button.active {
    background: url("img/button/Button_ACTIVE.png");
}
.nav-button:hover {
    opacity: 0.85;
}

.button-red {
    font-family: MyriadProLight;
    color: white;
    text-align: center;
    font-weight: bold;
    line-height: 42px;
    width: 150px;
    height: 42px;
    cursor: pointer;
    background: url("img/button/Button_RED.png");
}
.button-red:hover {
    opacity: 0.85;
}

.nav-button > a {
    color: lightgray;
    font-style: normal;
    text-decoration: none;
    line-height: 42px;
    font-size: 16px;
}
.nav-button.active > a {
    color: white;
}

.footer {
    font-family: MyriadProLight;
    height: 145px;
    background: #626367;
    color: #AFB0B4;
    padding: 25px;
}
.footer-title {
    font-weight: bold;
}

.dl-horizontal {
    margin: 0;
}
.dl-horizontal dt {
    float: left;
    width: 115px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 130px;
}

.container-wrapper {
    position: relative;
    top: -1px;
    font-family: MyriadPro;
}

.grey-line {
    width: 100%;
    position: relative;
    height: 65px;
    background: #D1D2D4;
}

.title-white {
    font-family: Minion;
    font-stretch: condensed;
    top: -90px;
    position: absolute;
    font-size: 110px;
    margin-left: 25px;
    color: white;
    z-index: 1;
}
.title-bottom {
    font-family: Minion;
    position: absolute;
    margin-left: 290px;
    font-size: 52px;
    top: -2px;
    z-index: 2;
}
.title-black {
    display: inline-block;
    color: #000000;
}
.title-red {
    display: inline-block;
    color: #860112;
}

.main-content {
    width: 100%;
    background: #FFFFFF;
}

.center-content {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 290px;
    margin-right: 290px;
}

.title-main {
    font-family: Minion;
    color: #616065;
    font-size: 44px;
}

.title-sub {
    font-family: Minion;
    color: #7B7C81;
    font-size: 36px;
}

.content-container {
    margin-top: 20px;
    font-family: MyriadPro;
}

p {
    font-family: MyriadPro;
    line-height: 23px;
}
p.justify {
    text-align: justify;
}

.director-name {
    font-family: Minion;
    color: #7B7C81;
    float: right;
    font-size: 20px;
    margin-top: 5px;
}

.director {
    font-family: Minion;
    color: #7B7C81;
    float: right;
    font-style: italic;
}

.content-container > ul {
    font-family: MyriadPro;
    line-height: 23px;
}

.biglist {

}

.biglist > .key {
    font-family: Minion;
    float: left;
    font-size: 26px;
    line-height: 34px;
    margin-left: 15px;
}
.biglist > .value {
    float: right;
    line-height: 38px;
}
.clearfix {
    clear: both;
}

.contact-title {
    font-family: Minion;
    font-size: 32px;
    color: #7B7C81;
}
.contact {
    margin-left: 150px;
}
.mail > a {
    text-decoration: none;
    color: #860112;
}
.mailicon {
    float: right;
    margin-right: 230px;
}

.styled-list {
    counter-reset:li;
    margin-left:0;
    padding-left:0;
}
.styled-item {
    font-family: Minion;
    list-style:none;
    left: -35px;
    position: relative;
    font-size: 42px;
    color: #7B7C81;
    width: 660px;
}
.styled-item:before {
    content:counter(li);
    counter-increment:li;
    font-family: Minion;
    font-size: 64px;
    color: #860112;
    margin-right: 15px;
    position: relative;
}

ul {
    line-height: 23px;
    text-align: justify;
}

.red {
    color: #860112;
}
.black {
    color: #000000;
}
.grey {
    color: #7B7C81;
}
.white {
    color: white;
}

.right-col {
    float: right;
    width: 319px;
    border-left: 1px solid #626367;
    background: white;
}
.right-title {
    font-family: Minion;
    font-size: 42px;
}
.right-content {
    padding: 20px;
    padding-top: 10px;
    padding-left: 25px;
}
.right-content > img {
    left: -10px;
    position: relative;
    margin-top: 20px;
}
.right-content > p {
    width: 240px;
    margin-left: 10px;
    font-size: 14px;
}

.left-col {
    float: left;
    width: 880px;
    background: white;
}

.motto {
    position: relative;
    font-family: Minion;
    height: 300px;
    border-bottom: 1px solid #626367;
    background: #D1D2D4;
}
.motto > img {
    width: 250px;
    position: absolute;
    top: -125px;
    left: 50px;
}

.motto > .white-title {
    font-size: 110px;
    position: absolute;
    top: -90px;
    left: 300px;
}
.motto > .color-title {
    position: absolute;
    left: 440px;
    font-size: 52px;
}

.motto > .motto-text {
    position: absolute;
    width: 520px;
    left: 320px;
    font-size: 18px;
    top: 75px;
    text-align: justify;
    line-height: 26px;
    color: gray;
}

.motto > .button-red {
    position: absolute;
    right: 40px;
    top: 230px;
}

.topics {
    background: white;
    padding: 15px 50px;
    font-family: Minion;
}
.topic-title {
    font-size: 52px;
    color: #7B7C81;
    margin-bottom: 40px;
}

.column {
    width: 165px;
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.column-title-black {
    color: #000000;
    font-size: 20px;
}
.column-title-red {
    color: #860112;
    font-size: 18px;
    margin-left: 35px;
}
.column > p {
    line-height: 20px;
    font-family: MyriadPro;
    text-align: justify;
    font-size: 13px;
}

.gallery {
    margin-top: 40px;
}

.message > textarea {
    resize: none;
    width: 100%;
    background: #E6E7E9;
    border: 1px solid #000000;
}

.gallery-item {
    text-decoration: none;
}

.gallery-item > img {
    padding: 3px;
    border-radius: 2px;
}

.gallery-item > img:hover {
    transition: background-color 0.7s ease;
    background-color: #7B7C81;
}

.g-left > .gallery-item {
    float: left;
    margin-left: 40px;
}

.g-right > .gallery-item {
    float: right;
    margin-right: 40px;
}

.form-group {
    display: block;
    margin: 10px 0;
}

.form-label {
    display: inline-block;
    width: 100px;
}

input {
    background-color: #E6E7E9;
    border: 1px solid #000000;
}