@font-face
{
    font-family: 'Calibri';
    src: url('../../assets/fonts/Calibri.eot');
    src: url('../../assets/fonts/Calibri.eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/Calibri.woff') format('woff'),
    url('../../assets/fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Calibri Bold';
    src: url('../../assets/fonts/Calibri-Bold.eot');
    src: url('../../assets/fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/Calibri-Bold.woff') format('woff'),
    url('../../assets/fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* remove padding and margin on all layout elements */
body, html, ul
{
    font-family: 'Calibri', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/* set font */
a, h1, div, option, optgroup, select
{
    font-family: 'Calibri', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #222222;
}

span
{
    font-family: 'Calibri', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1
{
    font-size: 24px;
    font-family: 'Calibri Bold', Arial, Helvetica, sans-serif;
}

h2
{
    font-size: 14px;
    font-family: 'Calibri Bold', Arial, Helvetica, sans-serif;
    color:  #f39100;
}

h3
{
    font-family: 'Calibri Bold', Arial, Helvetica, sans-serif;
}

.clear
{
    clear: both;
}

.hidden-link
{
    width: 1px;
    height: 20px;
    position: absolute;
}

.text
{
    text-align: left;
    padding: 0 10% 0 10%;
}

.text div
{
    color: #a09ea2;
}

.text div.text-right
{
    text-align: left;
}

/* no border around selected fields */
textarea:focus, input:focus
{
    outline: none;
}

/* set sizing to include the padding and border */
*
{
    box-sizing: border-box;
}

/******************************************************
 * MENU
 *****************************************************/
#menu
{
    background-color: #f39100;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    display: none;
}

#menu a
{
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}

#menu a:active
{
    text-decoration: none;
}

/* create a container to center all content horizontally */
#site-container
{
    text-align: center;
}

/* this is the centered div */
#main-container
{
    display: inline-block;
    width: 100%;
}

/* show the logo at the upper right corner and add some margin at the bottom so the menu starts lower */
#logo-container
{
    width: 100%;
    height: 45px;
    margin: 17px 0 5px 0;
    background-image: url("../../assets/images/capid.png");
    background-position: center center;
    background-size: 210px 45px;
    background-repeat: no-repeat;
}

#logo-container.add-fixed-menu-space
{
    height: 95px;
}

#menu-container-mobile
{
    background-image: url("../../assets/images/menu-open.png");
    background-position: center center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 100%;
    height: 54px;
    top: 0;
    z-index: 9999;
}

.fixed
{
    position: fixed;
}

#menu-close
{
    background-image: url("../../assets/images/menu-close.png");
    background-position: center 11px;
    background-size: 33px 33px;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    margin-bottom: 70px;
}

#menu-news
{
    margin-top: 50px;
}

#orangebox-header-1
{
    position: absolute;
    z-index: 600;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../../assets/images/orange.png");
    text-align: center;
    padding: 20px 0 20px 0;
}

#orangebox-header-1 div
{
    width: 90%;/*70%;*/
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

#carousel-1 .carousel-indicators
{
    position: absolute;
    top: 135px;
}

#header-logo-1, #header-logo-2, #header-logo-3,
#project-logo-1, #project-logo-2, #project-logo-3
{
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#header-logo-1
{
    background-image: url("../../assets/images/carousel/mobile/header/header-1.png");
}

#header-logo-2
{
    background-image: url("../../assets/images/carousel/mobile/header/header-2.png");
}

#header-logo-3
{
    background-image: url("../../assets/images/carousel/mobile/header/header-3.png");
}

#project-logo-1
{
    background-image: url("../../assets/images/carousel/mobile/project/project-1.png");
}

#project-logo-2
{
    background-image: url("../../assets/images/carousel/mobile/project/project-2.png");
}

#project-logo-3
{
    background-image: url("../../assets/images/carousel/mobile/project/project-3.png");
}

/******************************************************
 * CAPID
 *****************************************************/

#discover-capid
{
    position: absolute;
    z-index: 600;
    width: 100%;
    left: 0;
    bottom: 32px;/* 150px;*/
    background-image: url("../../assets/images/arrow-down-white.png");
    background-repeat: no-repeat;
    background-position: center 32px;
    background-size: 20px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    height: 60px;
    cursor: pointer;
}

#orangebox-header-2
{
    position: absolute;
    z-index: 600;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url("../../assets/images/orange.png");
    text-align: center;
    padding: 7px 0 7px 0;
    color: #ffffff;
}

/******************************************************
 * PROJECT
 *****************************************************/

#discover-project
{
    width: 100%;
    height: 40px;
    background-image: url("../../assets/images/arrow-down-orange.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 20px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #f39100;
    font-size: 10px;
    cursor: pointer;
}

#orangebox-project-1
{
    position: absolute;
    z-index: 600;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../../assets/images/orange.png");
    text-align: center;
    padding: 7px 0 7px 0;
    color: #ffffff;
}

#orangebox-project-2
{
    position: relative;
    z-index: 600;
    width: 100%;
    background-image: url("../../assets/images/orange.png");
    color: #ffffff;
    padding-top: 7px;
    padding-bottom: 25px;
}

#orangebox-project-2 .text div
{
    color: #ffffff;
}

#orangebox-project-2 h2
{
    color: #ffffff;
}

#carousel-2
{
    padding-top: 300px;
}

#carousel-2 .carousel-indicators
{
    position: absolute;
    top: 44px;
}

#carousel-2 .carousel-inner
{
    position: absolute;
    top: 0;
}


/******************************************************
 * DEMONSTRATORS
 *****************************************************/
#discover-demonstrators
{
    display: none;
}

#carousel-3 h3
{
    color: #f39100;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#carousel-3 .header
{
    text-align: left;
    padding-left: 10%;
    margin-right: 10%;
    color: #a09ea2;
    height: 86px;

    background-image: url("../../assets/images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 7px 12px;

    cursor: pointer;
}

#demonstrator-logo-1, #demonstrator-logo-2, #demonstrator-logo-3
{
    width: 100%;
    height: 374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#demonstrator-logo-1
{
    background-image: url("../../assets/images/carousel/mobile/demonstrator/demonstrator-1.png");
}

#demonstrator-logo-2
{
    background-image: url("../../assets/images/carousel/mobile/demonstrator/demonstrator-2.png");
}

#demonstrator-logo-3
{
    background-image: url("../../assets/images/carousel/mobile/demonstrator/demonstrator-3.png");
}

/******************************************************
 * PARTNERS
 *****************************************************/

#partners-header
{
    height: 380px;
    background-image: url("../../assets/images/partner/mobile/background.png");
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #ffffff;
}

#discover-partners
{
    background-color: #f39100;
    width: 100%;
    height: 100px;
    background-image: url("../../assets/images/arrow-down-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    color: #ffffff;
    font-size: 10px;
    padding-top: 22px;
    cursor: pointer;
}

#orangebox-partners-1
{
    width: 100%;
    /*left: 0;*/
    /*top: 0;*/
    background-image: url("../../assets/images/orange.png");
    text-align: center;
    padding: 10px 0 9px 0;
    color: #ffffff;
}

#carousel-4 h3
{
    color: #f39100;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 3px;
    padding-bottom: 0;
}

#carousel-4 .item .header
{
    text-align: left;
    color: #a09ea2;
    font-size: 12px;
    width: 80%;
}

#carousel-4 img
{
    position: absolute;
    bottom: 0;
    display: block;
    height: 20px;
}

#carousel-4 .item div
{
    float: left;
    width: 10%;
}

#carousel-4 .previous-slide,
#carousel-4 .next-slide
{
    display: inline-block;
    width: 10%;
    height: 280px;
}

#carousel-4 .previous-slide
{
    background-image: url("../../assets/images/arrow-left.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 12px;
    cursor: pointer;
}

#carousel-4 .next-slide
{
    background-image: url("../../assets/images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 12px;
    cursor: pointer;
}


/******************************************************
 * NEWS
 *****************************************************/
#discover-news
{
    padding-top: 30px;
    font-size: 10px;
    color: #f39100;
    background-image: url(../../assets/images/arrow-down-orange.png);
    background-repeat: no-repeat;
    background-position: center 48px;
    background-size: 20px 20px;
    text-align: center;
    height: 90px;
    cursor: pointer;
}

#news-container
{
    position: relative;
}

#news-header
{
    background-color: #f39100;
    height: 38px;
    color: #ffffff;
    padding-top: 10px;
}

#carousel-5
{
    background-color: #ffffff;
}

#carousel-5 .header
{
    color: #f39100;
    font-size: 20px;
    padding: 25px 0 10px 0;
    line-height: 95%;
    width: 285px;
    margin-left: auto;
    margin-right: auto;
}

#carousel-5 .date
{
    color: #f39100;
    font-size: 10px;
}

#carousel-5 .readmore,
#oldnews .readmore
{
    background-image: url("../../assets/images/button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 71px 23px;
    height: 23px;
    margin-top: 10px;
    padding-top: 5px;
}

#carousel-5 .readmore a,
#oldnews .readmore a
{
    color: #ffffff;
    font-size: 10px;
}

#oldnews .readmore
{
    /*position: absolute;*/
    width: 72px;
    /*margin-top: -48px;*/
    /*margin-left: 270px;*/
    margin-top: 0;
}

#oldnews
{
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
}

#oldnews-header
{
    background-image: url(../../assets/images/orange.png);
    height: 38px;
}

#oldnews-items
{
    padding: 0 10% 0 10%;
}

.oldnews-item
{
    padding-left: 75px;
    background-image: url("../../assets/images/news/nopicture.png");
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 55px 55px;
    height: 100px;
}

.oldnews-item.item-picture
{
    background-image: url("../../assets/images/news/picture.png");
    cursor: pointer;
}

.oldnews-item .header,
.oldnews-item .date
{
    color: #f39100;
    text-align: left;
    line-height: 100%;
}

.oldnews-item .date
{
    margin-top: 5px;
    font-size: 10px;
}

.oldnews-item .content
{
    text-align: left;
    color: #a09ea2;
}

#news-picture
{
    background-repeat: no-repeat;
    background-image: url(../../assets/images/news/mobile/background.png);
    background-size: 100%;
    background-position: center top;
    height: 350px;
    position: relative;
    bottom: 0;
}

#news-detail-container
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    display: none;
}

#news-detail-overlay
{
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    position: absolute;
}

#news-detail-picture
{
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/******************************************************
 * CONTACT
 *****************************************************/

#discover-contact
{
    position: absolute;
    bottom: 45px;
    width: 100%;
    font-size: 10px;
    color: #ffffff;
    background-image: url(../../assets/images/arrow-down-white.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 20px 20px;
    text-align: center;
    height: 70px;
    cursor: pointer;
}

#contact-container
{
    width: 100%;
    text-align: center;
    color: #000000;
    height: 97%;
    position: relative;
}

#contact-container > div
{
    min-height: 25%;
}

#contact-header
{
    background-color: #f39100;
    height: 40px;
    margin-bottom: 30px;
    color: #ffffff;
    padding-top: 10px;
}

#contact-logo img
{
    width: 150px;
}

#contact-means
{
    margin-top: 20px;
}

#contact-means a
{
    display: inline-block;
    width: 90px;
}

#contact-means a img
{
    width: 55px;
}

#contact
{
    margin-top: 60px;
}

#logos a
{
    width: 100%;
    bottom: 0;
    display: block;
    margin-bottom: 5px;
}

#logos a img
{
    height: 20px;
}

#contact-container > div#contact-footer
{
    height: 80px;
    min-height: 80px;
}

#copyright
{
    font-size: 10px;
    margin: 15px 0 15px 0;
    color: #f39100;
}

.carousel-indicators .active
{
    background-color: #f39100;
    border: 0;
}

#carousel-1 .carousel-inner>.item
{
    top: 0;
    bottom: 0;
}

#carousel-2 .carousel-inner>.item
{
    top: 0;
    bottom: 0;
}

#carousel-1 .carousel-inner, #carousel-1 .carousel-inner .item
{
    height: 100%;
}

#carousel-2 .carousel-inner, #carousel-2 .carousel-inner .item
{
    height: 576px;
}

#carousel-3 .carousel-inner, #carousel-3 .carousel-inner .item
{
    height: auto;
}

#carousel-4 .carousel-indicators
{
    bottom: inherit;
}

#carousel-4 .carousel-indicators li
{
    border-color: #F39100;
}

#carousel-4 .carousel-inner, #carousel-4 .carousel-inner .item
{
    height: 250px;
}

#carousel-5 .carousel-inner, #carousel-5 .carousel-inner .item
{
    height: 160px;
}