﻿/*
    ----BASIC
    ----top-bar
    ----NAVBARS
    ----FOOTER
    ----box-panel
    ----BOX-NEWS
    ----top-bar-search
    ----Carousel
    ----sub-menu
    ----pagination
    ----page-article
    ----project-box
    ----institute-box
    ----book-box
    ----publications
    ----floating-box
    ----shortcut
    ----shortcut
    ----recruitement-box
    ----institutes-box
    ----skip-links

*/

/* BEGIN     ----ITEM
================================================== */

/* END       ----ITEM
 ================================================== */


@font-face {
    font-family: 'Poppins-Light';
    src: url('../../fonts/Poppins/Poppins-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}
i:hover {
    text-decoration: none;
}

body {
    font-family: "Poppins-Regular","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5 {
    font-family: "Poppins-Bold","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
    color:#333;
}
h1{
    font-size:1.8rem; 
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}







.page-article h1, .page-article h2, .page-article h3, .page-article h4, .page-article h5 {
    font-family: "Poppins-Regular","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif !important;
    color: #333;
    font-weigh:600;
}

.page-article h2, .page-article h1 {
    font-size: 1.6rem !important;
}

.page-article h3 {
    font-size: 1.3rem !important;
}

.page-article h4 {
    font-size: 1.2rem !important;
}

.page-article h5 {
    font-size: 1.1rem !important;
}

.page-article h6 {
    font-size: 1.05rem !important;
}








a {
    color: #004c23;
}

    a:hover {
        color: #004c23;
    }

.a-more {
    background: #1a4628;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

    .a-more:hover {
        color: #fff;
    }
.bg-light {
    background: #f5f6f6 !important ;
}

.page-site-map {
    color: #215732;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 0.9rem !important;
}

.print{
    cursor:pointer;
}

.article-lead {
    margin-bottom:2rem;
}
/* BEGIN top-bar
         ================================================== */
.top-bar {
    background: #f5f6f6;
}

    .top-bar a, .topbar-min a {
        font-size: 0.9rem;
        color: #333;
        margin-right: 25px;
    }

        .top-bar a:hover {
            text-decoration: underline;
        }

.div-language, .div-shortCuts {
    padding: 5px;
}
.div-language {
    padding: 12px;
}

.div-shortCuts {
    padding: 5px;
    padding-top:7px;
}

.search-bar input[type=text] {
    width: 200px;
}
.div-search {
    padding: 5px;
    padding-left: 20px;
    background: #0e2415;
}

.topbar-min {
    display: none;
    background: #f5f6f6;
}

.custom-css {
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 5px !important;
}

.font-normal {
    font-size: 0.8em !important;
}

.font-bigger {
    font-size: 1.2em !important;
}

.font-biggest {
    font-size: 1.5em !important;
}

.contrast-normal {
    color: #215732 !important;
    background: #fff;
}

.contrast-special {
}

li.main-menu-sub {
    display: none;
    color: red;
}

@media (max-width:992px) {
    .top-bar {
        display: none;
    }

    .topbar-min {
        display: block;
    }

    li.main-menu-sub {
        display: list-item;
    }
    .navbar-main-menu li {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }


    li.main-menu-sub .nav-link {
        padding: 0.3rem;
        padding-top: 1px !important;
        padding-bottom: 0px !important;
    }
    li.main-menu-sub .nav-link-inline {
        padding: 0.3rem;
        padding-top: 1px !important;
        padding-bottom: 0px !important;
        color:#fff;
    }
    li.main-menu-sub {
        background: rgba(256,256,256,0.3);
    }
    .second-menu-div {
        display: none;
    }

    .header-contact-info {
        display: none;
    }

    .navbar-second {
        display: none;
    }
    .nav-godlo{
        display:none;
    }
}


/* END top-bar
         ================================================== */





.nav-miniMenu {
    font-size: 0.9rem;
    padding-top: 2px;
    padding-bottom: 2px;
}
.nav-miniMenu .nav-link {
    font-family: Poppins-Light,"Segoe UI","Arial",sans-serif;
    color: #333 !important;
}
.main-menu-green {
    background: #004c23;
}
.navbar{
    padding:0rem;
}
.navbar-green .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-family: Poppins-Light,"Segoe UI","Arial",sans-serif;
}
    .navbar-green {
    background: #004c23 !important;
    color: #f6f6f6 !important;
    font-size:1.5rem;
}
    .navbar-green .navbar-nav .active > .nav-link, .navbar-green .navbar-nav .nav-link.active, .navbar-green .navbar-nav .nav-link.show, .navbar-green .navbar-nav .show > .nav-link {
        color: #f6f6f6;
    }
    .navbar-green .navbar-nav .nav-link {
        color: #f6f6f6;
    }
        .navbar-green .navbar-nav .nav-link:hover {
            background-color: #0f2917;
            color:#f3f3f3;
        }

.nav-sub{

}
    .nav-sub .nav-link {
        font-size: 1.2rem;
        font-family: Poppins-Light,"Segoe UI","Arial",sans-serif;
        padding: 1rem !important;
        color:#333 !important;
    }

.navbar-light .navbar-nav .nav-link {
    color:#000 !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #d3ddd5;
}
.main-menu-sub-light {
    background: #f5f6f6;
}

.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}
.icaret {
    display: none;
}
.nav-link-click, .nav-link-click:hover{
    color: white;
    text-decoration: none;
}
@media(max-width:992px) {
    .dropdown-toggle::after {
        display: none;
    }
    .icaret {
        float: right;
        display: block;
    }
    .dropdown-arrow {
        display: inline-block;
        margin-left: 5px;
        border: solid black;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transform: rotate(45deg);
    }
}


@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        flex: 1;
    }
}

.overflow-hidden {
    overflow: hidden;
}


.dropdown-menu {
    border-radius:0px;
}


/* BEGIN     ----FOOTER
================================================== */
footer {
    background: #181818;
    padding-top: 1rem;
    color: #898a8b;
    font-family: Poppins-Light,"Segoe UI","Arial",sans-serif;
    /*  margin-top:80px;*/
}
footer .row{
    padding-left:3rem; 
}

    footer h1 {
        font-family: "Poppins-Bold","Segoe UI","Arial",sans-serif;
        color:#fff;
        font-size:2rem;
    }
    footer h2 {
        font-family: "Poppins-Bold","Segoe UI","Arial",sans-serif;
        color: #fff;
        font-size: 1.2rem;
        padding-bottom:2rem; 
    }

    footer h5 {
        font-family: "Poppins-Bold","Segoe UI","Arial",sans-serif;
        color: #fff;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #004c23;
    }
    footer a, footer a:hover{
        color: #fff;
    }

.footer-light-grey {
    padding-top: 1rem;
    background: #202020;
}

footer ul {
    list-style: none;
    padding-left:1rem;
}

footer img.logo {
    background:transparent;
    max-width:200px;
}
/* END       ----FOOTER
 ================================================== */

/* BEGIN box-panel
         ================================================== */
.box-panel {
    color: #fff;
    padding: 20px;
}

    .box-panel h4 {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 20px;
    }

    .box-panel a {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    .box-panel .box-header {
        float: left;
        width: 100%;
    }

        .box-panel .box-header .fa {
            font-size: 60px;
            text-transform: uppercase;
            color: #fff;
            float: left;
        }

        .box-panel .box-header h4 {
            float: left;
        }

.box-1 {
    background: #224759;
}

.box-2 {
    background: #4e6c7a;
}

.box-3 {
    background: #7a919b;
}

.box-big {
    margin-bottom: 40px;
}
/* END box-panel
         ================================================== */





/* BEGIN BOX-NEWS
================================================== */
a.news h1 {
    font-family: "Poppins-Bold","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.box-treeBox {
    margin-top: 70px;
    margin-bottom: 70px;
}

.box-news span.category-name {
    text-transform: uppercase;
    font-size: 14px;
}

.news-content {
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 10px;
}


.news-box-item-with-border {
    animation-name: flipInY;
    visibility: visible;
}

.news-box-item-with-border {
    transition: 0.3s all ease-in-out
}

    .news-box-item-with-border:hover {
        transform: scale(1.1);
    }

.news-box-item-with-border {
    border: 1px solid #daeadf !important;
}

.news-detail {
    padding-left: 10px;
    padding-right: 10px;
}
.news-detail h3{
    margin-top:10px; 
}

.news-box-data {
    position: absolute;
    float: right;
    opacity: 0.8;
}

    .news-box-data .news-date {
        font-size: 12px;
    }

.news-date {
    font-size: 21px;
    padding: 10px 15px;
    background: #215732;
    color: #fff;
    float: left;
}
.box-news h3.news-right-pane-title {
    background: #004c23;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-family: "Poppins-Light","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
    color: #fff;
    margin-bottom: 2rem;
    margin-top: 2rem;
    
}

/* END BOX-NEWS
================================================== */


/*------------------------------------------*/
/*	   top-bar-search
/*------------------------------------------*/
/****top-bar-search****/
.search-bar {
    margin-top: 4px;
}

.searchButton {
    font-family: FontAwesome;
    background: #fff;
    border: 1px solid #fff;
    padding-top: 2px;
    background: #F3F3F1;
    color: #215732;
    margin-left: 10px;
}

.search-bar-big .searchButton {
    width: 70px;
    background: #1a4628;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.search-date {
    margin-top: 0px;
    padding-top: 7px;
    margin-bottom: 7px;
    width: 100%;
}

.search-content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
/****END top-bar-search****/

/*------------------------------------------*/
/*	   Carousel
/*------------------------------------------*/

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
#myCarouselBook {
    margin-bottom: 0rem !important;
}
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

    .carousel-caption h2 {
        color: #fff;
        font-size: 2.1rem;
        font-weight: 600;
        /*  background-color: rgba(33, 87, 50,0.5);
        padding-left: 20px;
        padding-right: 20px;*/
        width: -moz-fit-content;
        font-family: "Poppins-Bold","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
    }

    .carousel-caption h3 {
        color: #fff;
        font-size: 1.5rem;
        margin-bottom: 40px;
        /*  background-color: rgba(33, 87, 50,0.5);
        padding-left: 20px;
        padding-right: 20px;*/
        width: -moz-fit-content;
        font-family: "Poppins-Regular","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
    }


/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

#myCarouselBook .carousel-item {
    height: auto !important ;
}

#myCarouselBook .carousel-item {
    height: auto !important;
    background: #53bba0;
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 32rem;
    }

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: -14px;
    /*  float:left;*/
}


h2.page-title {
    font-family: Poppins-Light,"Segoe UI","Arial",sans-serif;
    
    /*float: left;
    font-size: 2rem;
    
    width: 100%;
    height: 100%;
    text-align: LEFT;
    margin-top: 50px;
    font-weight: 100;*/
}

h3.short-description {
    color: #333;
    font-family: Poppins-Light,"Segoe UI","Arial",sans-serif;
    margin-bottom: 20px;
}

.page-date-top {
    margin-top: 0px;
    border-top: 1px solid #ddd;
    width: 70%;
    padding-top: 7px;
    float: left;
}

/* BEGIN sub-menu
         ================================================== */
ul.sub-menu-right {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

    ul.sub-menu-right li {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        /*   border-bottom: 1px solid #e1e1e8;*/
        width: 100%;
        display: block;
        margin-left: 0px;
    }

        ul.sub-menu-right li i {
            margin-right: 5px;
        }

    ul.sub-menu-right li {
        /* background: #f7f7f9;*/
    }

        ul.sub-menu-right li:nth-child(odd) {
            background: #fff;
        }

ul.sub-menu-level2 li:last-child {
    border-bottom: none !important;
}

a.menu-active, i.menu-active {
    font-weight: 600 !important;
}
/* END sub-menu
         ================================================== */

/*Pagination*/
#pagination {
    margin-top: 30px;
}

    #pagination span, #pagination a {
        display: inline-block;
        text-align: center;
        height: 34px;
        width: 34px;
        color: #666;
        line-height: 33px;
        border: 1px solid #eee;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        #pagination span.current {
            color: #fff;
            background: #215732;
        }

        #pagination a:hover {
            border-color: #8BC543;
            background: #8BC543;
            color: #fff;
        }

    #pagination .all-pages, #pagination .next-page {
        width: auto;
        padding: 0 14px;
    }

.page-banner {
    margin-top: 110px;
    padding: 30px 0;
    background: url(../images/slide-02-bg.jpg) center;
    border-bottom: 1px solid #eee;
}

    .page-banner .main-heading {
        background: #ffffff none repeat scroll 0 0;
        display: inline-block;
        margin-bottom: 36px;
        margin-top: 40px;
        padding: 10px;
    }



    .page-banner h1 {
        border-width: 1px;
        border-style: solid;
        font-family: "Segoe UI","Segoe UI Web","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 200;
        margin: 0;
        padding: 20px 40px;
        text-transform: uppercase;
        color: #2f2f2f;
    }

    .page-banner p {
        font-weight: 300;
    }


/* BEGIN page-article
         ================================================== */

.page-article {
    margin-top: 20px;
    font-family: "Poppins-Regular","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif !important;
}
    .page-article > *, .page-article p {
        text-align:left;
    }
    .page-article .article-lead {
        
        margin-bottom:2rem;
    }

.page-article table {
    border: none !important;
    width: 100% !important;
    text-align: left !important;
}

    .page-article table thead {
        border: none !important;
    }

    .page-article table tbody {
        border: none !important;
    }

    .page-article table thead tr {
        border: none !important;
    }

    .page-article table tbody tr {
        border: none !important;
    }


    .page-article table thead tr td, .page-article tr th {
        border: none !important;
        background: #f3f3f1 none repeat scroll 0 0 !important;
        color: #215732 !important;
        font-weight: 500 !important;
        line-height: 1.1 !important;
        padding: 5px;
        padding-left: 10px;
        text-align: left !important;
    }

        .page-article table thead tr td p {
            margin: 0 !important;
            text-align: left !important;
        }



    .page-article table tbody tr td {
        border: none !important;
        padding: 5px;
        padding-left: 10px;
        text-align: left !important;
    }

        .page-article table tbody tr td p {
            border: none !important;
            text-align: left !important;
        }

    .page-article table tbody tr:nth-child(2n+1) td {
        background: #fff !important;
    }

    .page-article table tbody tr td {
        background: #f7f7f9 !important;
    }


.page-article ul {
    /*color: #215732;*/
}

    .page-article ul li {
        /*  padding-top: 10px;*/
    }

    .page-article a {
        color: #006cd7;
    }
    .page-article img {
        max-width: 100% !important;
    }
/* END page-article
         ================================================== */
/*------------------------------------------*/
/*	   12 - Events
/*------------------------------------------*/
/****Events****/
.events-container {
    background: #E9EFEB;
    padding-bottom: 40px;
}

.events-date {
    font-size: 21px;
    padding: 10px 15px;
    background: #215732;
    color: #fff;
    float: left;
}

.events-place {
    background: #215732;
    color: #fff;
    float: left;
    width: 49px;
    height: 50px;
}

.event-date-panel {
}

    .event-date-panel h3, .event-date-panel h2 {
        float: left;
        margin-left: 20px;
        margin-top: 12px;
        color: #215732;
        font-weight: 600 !important;
    }

.event-content {
    /*  margin-left: 60px;*/
}

.event-maps {
    margin-top: 50px;
}

.event-item-title {
    text-transform: uppercase;
    font-weight: 500 !important;
    width: 100%;
}

.event-register-link {
    background: #1a4628;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

    .event-register-link:hover {
        color: #fff;
        background: #0f2917;
        text-decoration:none;
    }

p.event-place-right {
    float: left;
    margin-bottom: 40px;
}

.event-info-item {
    width: 100%;
    float: left;
}

.event-item-box {
    background: #fff;
    border-bottom: 1px solid #daeadf !important;
    float: left;
}

.event-box-border {
    border: 1px solid #daeadf !important;
}

.event-item-box h4 {
    text-align: center;
}


.event-item-box {
    animation-name: flipInY;
    visibility: visible;
}

.event-item-box {
    transition: 0.3s all ease-in-out
}

    .event-item-box:hover {
        transform: scale(1.1);
    }

.box-events {
    margin-bottom: 10px;
}

.event-box-data {
    position: absolute;
    float: right;
    opacity: 0.8;
}

    .event-box-data .events-date {
    }
/****END Events****/
.container-white {
    background: #fff;
}

/* BEGIN     ----project-box
================================================== */
.project-box{
    text-align:center;
}

    .project-box .imageFA {
        font-family: FontAwesome;
        background: #fff;
        color: #333;
        border: 1px solid #333;
        border-radius: 4.5rem;
        font-size: 3rem;
        width: 76px;
    }
    .project-box h2 {
        font-family: "Poppins-Light","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
    }
        /* END       ----project-box
 ================================================== */

/* BEGIN     ----institute-box
================================================== */
.institute-box {
    text-align: left;
    font-size:1.3rem;
    color:#333;
}
.institute-box a{
    color: #333;
}
    .institute-box .bg-white {
        color: #fff !important;
        border-radius:1rem;
    }
    .institute-box .fa-li {
        top: 0.55em;
    }

    .institute-box .imageFA {
        font-family: FontAwesome;
        background: #fff;
        color: #333;
        border: 1px solid #333;
        border-radius: 4rem;
        font-size: 1.2rem;
        width: 2rem;
        float:left;
        margin-right:10px;
    }

    .institute-box h2, .institute-box a {
        font-family: "Poppins-Light","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
    }

/* END       ----project-box
 ================================================== */

/* BEGIN     ----book-box
================================================== */
    .book-box .container-fluid {
        background: #53bba0;
    }
.book-box .container {
    background: #fff;
}
.row-book-box {
    margin-top: -30px;
    /*  margin-bottom:-30px; */
}

.book-box .a-more {
    background: #333;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
/* END       ----project-box
 ================================================== */


/*------------------------------------------*/
/*	    Publications
/*------------------------------------------*/
/****Clear****/
.publication-item-box {
    float: left;
    width: 100%;
}

h4.publication-title {
    font-style: italic;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: "Poppins-Light","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif
}
h5.publication-title {
    font-style: italic;
    text-align: center;
    font-family: "Poppins-Light","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif
}
h4.publication-author {
    background: #daeadf;
    padding: 10px;
    text-align: center;
    font-family: "Poppins-Light","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif
}

h5.publication-author {
    background: #daeadf;
    text-align: center;
    font-family: "Poppins-Light","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif
}
p.publication-info {
    text-align: center;
}

.publication-item-box {
    animation-name: fadeInUp;
    visibility: visible;
    background: #fff;
   /* border: 1px solid #daeadf;*/
    position: relative;
    margin-bottom: 40px;
}
.publication-img{
    padding:2rem;
}

.publication-item-box:after {
    content: '';
    width: 50%;
    background: #215732;
    position: absolute;

    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .publication-item-box .space {
        margin-top: 40px;
    }

.coverImage-item {
    margin-left: auto;
    margin-right: auto;
    float: left;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 340px;
}

/* END       ----publication-box
 ================================================== */



/* BEGIN     ----floating-box
================================================== */

.floating-box {
    position: fixed;
    top: 50%;
    right: 0;
    border-radius: 7px 0 0 7px;
    padding: 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    z-index: 99999;
}
    .floating-box i {
        font-size: 2.5rem;
        color: #000;
        background-color: transparent;
        display:block;
        margin-top:15px;
    }
        .floating-box i:hover {
            color: #28a745;
        }
        /* END       ----floating-box
 ================================================== */

/* BEGIN movie
         ================================================== */
.box-video {
    margin-bottom: 0px !important;
    margin-top: 40px;
}

    .box-video .col-md-3,
    .box-video .col-md-6 {
    }

.left-movie, .main-movie, .right-movie {
    width: 100%;
    min-height: 400px;
}

/* END movie
         ================================================== */


/*
 * Shortcode: styled-icons.less
 * -----------------------------------------------
*/
.styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .styled-icons a:hover {
        color: #666666;
    }

.styled-icons.icon-circled a {
    border-radius: 50%;
}

.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

.post {
    /*border-bottom: 1px solid #d3d3d3;*/
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 30px;
}

.gallery-box .image
{
    width:100%;
}

.gallery-box {
    margin-bottom:30px; 
}





/* BEGIN     ----recruitement-box

================================================== */

.recruitement-box img
{
    width:100%;
}

.recruitement-box ul
{
    margin-top:-3rem; 
}

    .recruitement-box ul li {
        background: #215732;
        opacity: 0.8;
        min-height: 3rem;
    }

    .recruitement-box ul li a{
        color:#fff;
    }
        .recruitement-box ul li a:hover  {
            text-decoration:underline !important;
        }
h5.right-pane-title {
    line-height:2.75 !important;
}
line-height:auto;
/* END       ----recruitement-box

 ================================================== */
/* BEGIN     ----recruitement-box

================================================== */
.grey-box {
    background: #f8f8f8;
    padding-top: 1rem;
}

.white-box {
    padding-top: 1rem;
}

.recruitment-item-box h4 {
    font-family: "Poppins-Regular","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
}
.recruitement-box h4 {
    font-family: "Poppins-Regular","Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;
}

    ul.box-info-ul {
        margin-top: -2.5rem;
    }

    ul.box-info-ul li {
        background: #215732;
        opacity: 0.8;
        min-height: -2rem;
    }

        ul.box-info-ul li a {
            color: #fff;
        }

            ul.box-info-ul li a:hover {
                text-decoration: underline !important;
            }
/* END       ----recruitement-box

 ================================================== */



/* BEGIN     ----institutes-box

================================================== */

.institutes-item-box img {
    width: 100%;
}
.institutes-item-box {
    min-height: 14rem;
    padding: 1.5rem;
    background-size: cover !important;
    margin-bottom: 2rem;
}
.institutes-item-box-no-padding {
    padding: 01rem;
}
.institutes-item-box h4 {
    width: 75%;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}

    .institutes-item-box ul {
        margin-top: -3rem;
    }

        .institutes-item-box ul li {
            background: #215732;
            opacity: 0.8;
            min-height: 3rem;
        }

            .institutes-item-box ul li a {
                color: #fff;
            }

                .institutes-item-box ul li a:hover {
                    text-decoration: underline !important;
                }

/* END       ----institutes-box

 ================================================== */

.irk-image {    
    background-color: transparent;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
}



/*------------------------------------------*/
/*	   13 - Person
/*------------------------------------------*/
/****Person****/
.person {
    border: 1px solid #daeadf !important;
    text-align: center;
    margin-top: 100px;
    transition: 0.3s all ease-in-out;
    background: #fff;
}

    .person:hover {
        background: #daeadf;
        transform: scale(1.05);
        cursor: pointer;
    }

    /****END Person****/
    .person h3, h5 {
        text-transform: uppercase;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .person p {
        padding: 5px;
    }

.img-person {
    margin: -100px 0 0 0;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .img-person {
        margin: 0;
    }
}

.img-circle {
    /* border-radius:500px;*/
    margin-bottom: 40px;
}

.person-container {
    background: #E9EFEB;
    padding-bottom: 40px;
}



/*------------------------------------------*/
/*	   cookie-info
/*------------------------------------------*/

#cookie-law {
    /*border: 0; */
    
    padding: 13px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    box-shadow: rgba(0,0,0,.5) 0px 5px 50px;
    display: none;
    left: 0px;
}

#cookie-law span {
    vertical-align: middle;
}

    #cookie-law a {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

/****END 17 - cookie-info****/



/*------------------------------------------*/
/*	   skip-links
/*------------------------------------------*/
.skip-links {
    position: absolute;
    top: 0
}

    .skip-links a,
    .skip-links a:visited {
        position: absolute;
        top: 0;
        left: -9000em;
        display: block;
        text-align: center;
        width: 200px;
        text-decoration: none;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s
    }

        .skip-links a:hover,
        .skip-links a:focus,
        .skip-links a:active,
        .skip-links a:visited:hover,
        .skip-links a:visited:focus,
        .skip-links a:visited:active {
            background: #2a2e32;
            color: #fff;
            font-size: .875em;
            padding: 5px 10px;
            font-family: gilroyextrabold;
            z-index: 10;
            left: 0;
            opacity: 1;
            outline: 2px solid #0038f8
        }

/****END 17 - skip-links****/

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}



/* BEGIN     ----newsletter-box
================================================== */
.newsletter-box .container-fluid {
    background: #004c23;
}

/****END newsletter****/





