
/* --------------------------------------------------------------------------
    //////////////////////////////////////////////////////////////////////////

    #Setup

    //////////////////////////////////////////////////////////////////////////
    -------------------------------------------------------------------------- */


/* Windows Phone 8 and Device-Width fix
        -------------------------------------------------------------------------- */

/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width */

@-webkit-viewport{width:device-width}
    @-moz-viewport{width:device-width}
        @-ms-viewport{width:device-width}
        @-o-viewport{width:device-width}
                @viewport{width:device-width}


/* Google maps user controls fix
    -------------------------------------------------------------------------- */

/*
    #google-map img {
        max-width: none;
        width: auto;
    }
*/


/* Fonts
    -------------------------------------------------------------------------- */

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

}

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

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

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

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

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

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

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

@font-face {
    font-family: 'ubuntulight_italic';
    src: url('ubuntu-li-webfont.eot');
    src: url('ubuntu-li-webfont.eot?#iefix') format('embedded-opentype'),
            url('ubuntu-li-webfont.woff') format('woff'),
            url('ubuntu-li-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------------------------------------------
    //////////////////////////////////////////////////////////////////////////

    #Basic

    //////////////////////////////////////////////////////////////////////////
    -------------------------------------------------------------------------- */


/* #Basic - Default tags
    -------------------------------------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: auto !important;
    min-width: 280px;
    font-family: 'robotoregular', 'Helvetica Neue', Helvetica, arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color:  #19171b;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'robotobold', 'Helvetica Neue', Helvetica, arial, sans-serif;
    font-size: 38px;
    line-height: 1.2;
    color:  #35302b;
    font-weight: normal;
    font-style: normal;
}

strong, b {
    font-family: 'robotobold', 'Helvetica Neue', Helvetica, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

em {
    font-family: 'robotoregular', 'Helvetica Neue', Helvetica, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

ul, ol {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #6b4bb9;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;

}


/* #Basic - Bootstrap overwrite
    -------------------------------------------------------------------------- */

@media(min-width: 1200px){
    .container {
        width: 1170px;
    }
}

/* buttons */

.btn {
    border-radius: 0;
}

/* contentbox */

.contentbox {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
}

/* tags */

.tags {
    margin: 0 -2px;
}

.tags-item,
.main-text .tags-item {
    display: inline-block;
    padding: 0 10px;
    margin: 0 2px 5px;
    color: #FFF;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    background-color: #008eb4;
    border: 1px solid #008eb4;
    border-radius: 3px;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tags-item--active,
.tags-item:hover {
    color: #008eb4;
    background-color: #FFF;
    border-color: #008eb4;
}

/* dropdowns */

.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
                    box-shadow: none;
}

/* slider */
@media(max-width: 991px){
    .slider {
        margin-bottom: 15px;
    }
}

.carousel-control.left{
    background-image: none;
}

.carousel-control.right{
    background-image: none;
}

/* landing panel */

.panel-group{
    margin: 0;
}

.panel-group .panel{
    border-radius: 0;
    border: transparent;
    border-bottom: solid 1px #6e92a2;
}

.panel{
    box-shadow: none;
    background: transparent;
}

.panel-body{
    padding: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top: none;
}

.panel-heading{
    display: block;
    padding: 0;
}

.panel-heading.collapsed{
    background: #fff;
}

@media(min-width: 992px){
    .panel-heading.collapsed{
        background: url(/assets/expand_button.svg) center right no-repeat;
        padding-right: 20px;
    }
}

/* --------------------------------------------------------------------------
    //////////////////////////////////////////////////////////////////////////

    #Modules

    //////////////////////////////////////////////////////////////////////////
    -------------------------------------------------------------------------- */


/* #Modules - Various stuff
    -------------------------------------------------------------------------- */

.container-absolute{
    margin-top: 0;
}

@media(min-width: 992px){
    .container-absolute{
        margin-top: -140px;
    }
}

.back-to-top {
        position: fixed;
        width: 44px;
        height: 44px;
        bottom: 400px;
        right: 20px;
        text-decoration: none;
        color: #000000;
        font-size: 12px;
        padding: 1em;
        display: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: url(/assets/up.svg) center center no-repeat #008eb4;
}

label{
    display: block;
}

/* --------------------------------------------------------------------------
    //////////////////////////////////////////////////////////////////////////

    #Backgrounds

    //////////////////////////////////////////////////////////////////////////
    -------------------------------------------------------------------------- */


body {
    background: #fff;
}

@media(min-width: 992px){
    body {
        background: url(/images/ELFmuster.png) top left #ebebeb;
    }
}

.bg{
 background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 384px;
}

.container-bg{
    padding-bottom: 40px;
    background: #fbfaf7;
    min-height: 140px;
}

.landing-white-bg{
    background: #fff;
}

.landing-bg{
    background: #fff ;
    background-repeat: no-repeat;
    /*background-size: 100% 1100px;*/
    -webkit-background-size: contain;
    background-size: contain;
    background-position: bottom center;
}

@media(max-width: 991px){
    .landing-bg{
        background: #fff !important;
    }
}

.red{
    background: red;
}


/* --------------------------------------------------------------------------
    //////////////////////////////////////////////////////////////////////////

    #Header

    //////////////////////////////////////////////////////////////////////////
    -------------------------------------------------------------------------- */

header{
    background: #fff;
}

/* #Header - Logo
    -------------------------------------------------------------------------- */
    .landing-header .logo{
        margin-bottom: 5px;
        margin-top: 15px;
        padding-right: 0;
    }

    .logo{
        margin-top: 15px;
        margin-bottom: 5px;
        padding-right: 0;
    }

        @media(min-width: 768px){
        .landing-header .logo{
                margin-bottom: 10px;
            }

        .logo{
            margin-top: 5px;
        }
        }

        .logo h1 br{
            display: block;
        }

    @media(min-width: 768px){
        .logo h1 br{
            display: none;
        }
    }

    .landing-header .logo img{
        display: table-cell;
        width: 36px;
    }

    .logo img{
        width: 36px;
    }

    @media(min-width: 768px){
        .landing-header .logo img{
            width: 66px;
        }

        .logo img{
            width: 52px;
        }
    }

    .logo h1 {
        display: table-cell;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 10px;
        font-family: 'robotolight', 'Helvetica Neue', Helvetica, arial, sans-serif;
        vertical-align: middle;
        color:  #17643a;
        font-size: 20px;
    }

    .logo h1 a {
        color:  #17643a;
    }

    @media(min-width: 768px){
        .logo h1{
            font-size: 30px;
            margin-bottom: 10px;
        }
        .logo h1 a {
            font-size: 30px;
        }
    }

    .landing-header .logo h1{
        font-size: 20px;
    }


    @media(min-width: 768px){
        .landing-header .logo h1{
        margin-bottom: 15px;
        font-size: 36px;
    }
    }

    .logo a {
        display: table;
    }





/* #Header - Menu
    -------------------------------------------------------------------------- */

    .menu-strip {
        position: relative;
        padding-right: 250px;
    }

    .menu-right-buttons {
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .landing-header .sots-media{
        line-height: 0px;
        margin-top: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: right;
    }

    .sots-media{
        line-height: 0px;
        margin-top: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: right;
    }

    @media(min-width: 992px){
        .landing-header .sots-media{
            margin-top: 40px;
            text-align: right;
        }

        .sots-media{
            margin-top: 10px;
            text-align: right;
        }
    }

    .sots-media ul{
        display: inline-block;
        margin-bottom: 0;
    }

    .sots-media ul li{
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

    .socials{
        padding-top: 5px;
        padding-bottom: 5px;
        vertical-align: bottom;
    }

    .sots-media a{
        display: block;
        width: 42px;
        height:42px;
    }

    .sots-media .yt{
        background: url(/assets/icn_header_YT.svg) center center no-repeat;
        width: 42px;
        height: 42px;
    }

    .no-svg .sots-media .yt{
        background: url(/images/icn_header_YT.png) center center no-repeat;
    }

    .sots-media .fb{
        background: url(/assets/icn_header_fb.svg) center center no-repeat;
        width: 42px;
        height:42px;
    }

    .sots-media .insta {
        background: url(/assets/icn_insta.svg) center center no-repeat;
        background-size: contain;
    }

    .no-svg .sots-media .fb{
        background: url(/images/icn_header_fb.png) center center no-repeat;
    }

    .sots-media .lang-border{
        margin-left: 6px;
        margin-bottom: 0;
        padding-left: 5px;
        padding-top: 14px;
        padding-bottom: 14px;
        border-left: 1px solid #008eb4;
    }

    @media(min-width: 992px){
        .sots-media .lang-border{
            margin-left: 6px;
            margin-bottom: 0;
            padding-left: 5px;
            padding-top: 5px;
            padding-bottom: 5px;
            border-left: 1px solid #008eb4;
        }
    }

    .sots-media ul .en-lang{
        margin-left: 5px;
    }

    .lang-menu a{
        display: inline-block;
        width: 33px;
        height: 33px;
        line-height: 33px;
        border-radius: 50%;
        font-family: 'roboto_condensedbold', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 20px;
        background: #008eb4;
        color: #fff;
        text-align:center;
    }

    @media(min-width: 768px){

        .lang-menu a{
            line-height: 43px;
            font-size: 19px;
            width: 43px;
            height: 43px;
        }
    }

    .lang-menu a:focus,
    .lang-menu a:active,
    .lang-menu a:hover{
        color: #fff;
    }

    .nav-relative{
        position:relative;
        z-index:999;
        width: 100%;
        /*height: 63px;*/
        background: #008eb4;
        border-bottom: 3px solid #0f4d5c;
    }

    .nav-fixed{
        position: fixed;
        top: 0;
        left:0;
    }

    .menu li{
        display: inline-block;

        border-color: transparent;
    }

    .menu li a{
        display: block;
        padding: 0 15px;
        font-family: 'roboto_condensedbold', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 24px;
        line-height: 60px;
        text-transform: uppercase;
        text-decoration: none;
        color:  #fff;
    }

    .menu li :focus,
    .menu li :hover,
    .menu li :active,
    .menu li.active{
        margin-bottom: -3px;
        background: #006278;
        border-bottom: solid 3px #e17123;
    }

    .menu-left{
        float: left;
    }

    .menu-right{
        text-align: right;
    }

    .menu-btn{
        display: inline-block;
        height: 63px;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -2px;
        font-family: 'roboto_condensedregular', 'Helvetica Neue', Helvetica, arial, sans-serif;
        background: #e17123;
        color: #fff;
        line-height: 62px;
        font-size: 24px;
        text-decoration: none;
    }

    .menu-btn a{
        display: block;
        font-family: 'roboto_condensedregular', 'Helvetica Neue', Helvetica, arial, sans-serif;
        color: #fff;
        line-height: 62px;
        font-size: 24px;
        text-decoration: none;
    }

    .menu-btn:focus,
    .menu-btn:active,
    .menu-btn:hover{
        background: #c55f13;
    }

    .mob-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }

    .dl-menu .mob-menu-btn{
        background-color: #e17123;
    }

    .dl-menu li a{
        border-bottom: solid 1px #0f4d5c;
    }

    .menu-search-wrapper{
        position: relative;
        border-bottom: solid 3px #0f4d5c;
    }

    .search{
        padding: 10px 20px 10px 20px;
        background-color: #006278;
        cursor:pointer;
    }

    @media(min-width: 992px){
        .search{
            padding: 0 20px;
        }
    }

.mob-search{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 220;
}

/* fallback */

.no-svg .logo {
    background: url(/images/logo.png) left center no-repeat;
    background-size: auto;
}




/* --------------------------------------------------------------------------
    //////////////////////////////////////////////////////////////////////////

    #Landing page

    //////////////////////////////////////////////////////////////////////////
    -------------------------------------------------------------------------- */
.landing{
        margin-top: 25px;
    }

    @media(min-width: 992px){
        .landing{
            margin-top: 38px;
        }
    }

.landing-news{
    margin-top: 10px;
    margin-bottom: 0;
    font-family: 'robotolight', 'Helvetica Neue', Helvetica, arial, sans-serif;
    color:  #1e3646;
    border-bottom: solid 3px #007793;
}


.news-h,
.main-text .news-h  {
    display: inline-block;
    font-family: 'robotobold', 'Helvetica Neue', Helvetica, arial, sans-serif;
    font-size: 20px;
    color:  #19171b;
}

.news-panel{
    padding: 10px 0;
}

.panel-group .news-area{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}

    .green-info-box{
        position: relative;
        padding-top: 30px;
        padding-bottom: 5px;
        text-align: center;
        background: #075d3a;
    }

    @media(min-width: 992px){
        .green-info-box{
            margin-top: 30px;
            margin-left: 15px;
            margin-right: 15px;
            }

        .green-info-box--margin-top {
            margin-top: 50px;
        }
    }

    @media(max-width: 991px){
        .green-wrapper{
            background: #075d3a;
        }
    }

    .green-info-box h1{
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 28px;
        color:  #ffffff;
    }

    .green-info-box h2{
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 15px;
        /*text-align: left;*/
        font-family: 'robotolight', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 30px;
        color: #fff;
    }

    .cycle-slideshow {
    padding-bottom: 20px;
    }

    @media(min-width: 992px){
        .green-info-box h2{
            text-align: center;
            font-size: 38px;
            margin-left: 0;
        }

        .green-info-box h1 {
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 28px;
        }

        .green-info-box p {
            font-size: 16px;
        }
    }

    @media(min-width: 1200px) {
        .green-info-box h1 {
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 34px;
        }
    }

    .green-info-box p{
        color:  #ffffff;
        font-size: 14px;
    }

    .green-info-box .data-icon img{
        width: 68px;
        height: 66px;
    }


    @media(max-width: 991px){
        .green-info-box .arrow img{
            top: 50%;
            margin-top: -16px;
        }
    }

    .cycle-pager{
        padding-bottom: 10px;
        background: #075d3a;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    @media(min-width: 992px){
        .cycle-pager{
            padding-bottom: 10px;
            background: #075d3a;
            text-align: center;
            margin-left: 15px;
            margin-right: 15px;
        }
    }

    .cycle-pager span{
        display: inline-block;
        margin: 0 5px;
        border-radius: 50%;
        background:transparent;
        width: 12px;
        height: 12px;
        color: #fff;
        border :2px solid #fff;
        cursor: pointer;
    }

    span.cycle-pager-active {
        background-color: #ffffff;
    }


    .white-info-box{
        padding: 30px 20px;
        margin-top: 10px;
        margin-bottom: 30px;
        margin: 10px -15px 30px -15px;
        background: #fff;
    }

        @media(min-width: 992px){
            .white-info-box{
                margin: 50px 0 30px 0;

            }
        }

    .white-info-box h2{
        margin-top: 0;
        margin-bottom: 30px;
        padding-bottom: 8px;
        text-align: left;
        font-family: 'robotolight', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 30px;
        border-bottom: solid 3px #007793;
        color:  #1e3646;
    }

    @media(min-width: 992px){
        .white-info-box h2{
            padding-bottom: 0;
                text-align: center;
                font-size: 38px;
                border-bottom: transparent;
            }
    }

    .pages-select{
        text-align: center;
    }

    .pages-select a p {
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
        color:  #101010;
        text-align: center;
    }

    .go-btn{
        text-align: center;
        display: inline-block;
        width: 86px;
        height: 26px;
        font-family: 'roboto_condensedbold', 'Helvetica Neue', Helvetica, arial, sans-serif;
        text-transform: uppercase;

        border: solid 2px #075d3a;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        color:  #075d3a;
    }


/* #Landing - slider
    -------------------------------------------------------------------------- */


    .carousel-inner .item{
        height: 360px;
    }

    @media(min-width: 992px){
        .carousel-inner .item{
        height: 460px;
        right: 0;
    }
    }
        .caption-center {
            left: 50%;
            right: 0;
            margin-left: -585px;
        }

    @media(max-width: 1200px){
        .caption-center {
            left: 50%;
            margin-left: -485px;
        }
    }

    @media(max-width: 992px){
        .caption-center {
            left: 50%;
            right: 0;
            margin-left: -375px;
        }
    }

    @media(max-width: 768px){
        .caption-center {
            left: 50%;
            right: 0;
            margin-left: -50%;
        }
    }

    .slider-text-box{
        padding: 20px 25px 10px 25px;
        margin-bottom: 35px;
        background-color: rgba(255, 255, 255, 0.8);
        width: 100%;
        color:  #0f4d5c;
    }

    .no-rgba .slider-text-box{
        background-color: rgb(255, 255, 255);
    }

    @media(min-width: 992px){
        .slider-text-box{
                padding: 40px 25px 20px 25px;
                margin-bottom: 40px;
                width: 85%;
            }
    }

    .slider-text-box h1{
        margin-top: 0;
        font-family: 'robotolight', Helvetica, arial, sans-serif;
        font-size: 28px;
        text-align: left;
        color: #0f4d5c;
    }

    .slider-text-box p{
        font-family: 'ubuntuitalic', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 16px;
        text-align: left;
        font-style: italic;
        color: #0f4d5c;
        /*max-height: 85px;*/
        overflow: hidden;
    }

    @media(min-width: 480px) {
        .slider-text-box h1 {
            font-size: 32px;
        }
    }

    @media(min-width: 992px){
            ..slider-text-box h1 {
                font-size: 38px;
            }

            .slider-text-box p{
                /*max-height: none;*/
                font-size: 20px;
                overflow: visible;
            }
    }

    .slider-text-box a{
            display: inline-block;
            padding: 8px 14px;
            margin-top: 5px;
            font-family: 'roboto_condensedbold', 'Helvetica Neue', Helvetica, arial, sans-serif;
            font-size: 16px;
            text-transform: uppercase;
            border: 4px solid #0f4d5c;
            border-radius: 8px;
            color:  #0f4d5c;
    }

    @media (min-width: 480px) {
            .slider-text-box a{
                    margin-top: 10px;
                    font-size: 18px;
            }
    }

    @media(min-width: 768px) {
            .slider-text-box a{
                    padding: 10px 20px;
            }
    }

    @media(min-width: 992px){
            .slider-text-box a{
                    padding: 10px 20px;
                    margin-top: 20px;
                    font-size: 20px;
            }
    }

    .slider-text-box a:focus,
    .slider-text-box a:active,
    .slider-text-box a:hover{
        background: #0f4d5c;
        color: #fff;
    }

    .carousel-control{
        position: absolute;
        width: 15%;
        bottom: 15px;
        top: auto;
        background: none;
        z-index: 10;
    }

    @media(min-width: 992px){
        .carousel-control{
        width: 5%;
        top: 50%;
        margin-top: -16px;
        bottom: 0;
        }
    }

    @media(min-width: 1500px){
        .carousel-control{
            width: 15%;
        }
    }

    .carousel-caption{
        text-shadow: none;
    }

/* #Landing - sidebar
    -------------------------------------------------------------------------- */

.sidebar{
    margin-bottom: 20px;
    margin-top: 40px;
    background: #fff;
}

@media(min-width: 992px){
    .sidebar{
        margin-bottom: 50px;
    }
}

.sidebar h1{
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'robotolight', 'Helvetica Neue', Helvetica, arial, sans-serif;
    color: #000;
    border-bottom: solid 3px #007793;
}

@media(min-width: 992px){
    .sidebar h1{
        margin: 15px;
        margin: 0;
        padding-top: 15px;
        padding-left: 5px;
    }
}

.siderbar-btn a{
    display: inline-block;
    width: 100%;
    height: 85px;
    overflow: hidden;
    margin: 7px 0;
    padding: 0 15px;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-family: 'roboto_condensedregular', 'Helvetica Neue', Helvetica, arial, sans-serif;
    text-align: left;
    background: #e17123;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.siderbar-btn a:focus,
.siderbar-btn a:active,
.siderbar-btn a:hover{
    background: #c55f13;
}

.siderbar-btn a:before{
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    margin-left: -5px;
}

.siderbar-btn a b{
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 28px;
    font-family: 'roboto_condensedregular', 'Helvetica Neue', Helvetica, arial, sans-serif;
}

@media(min-width: 992px){
    .siderbar-btn a b{
        font-size: 30px;
    }
}

.sidebar-about{
    text-align: center;
}

@media(min-width: 992px){
    .sidebar-about{
            margin-top: 25px;
            border-bottom: solid 1px #6e92a2;
            text-align: left;
        }
}

 .sidebar-about h2{
    font-size: 20px;
    margin: 0;
    }

 .sidebar-about p{
    margin-bottom: 20px;
    font-size: 16px;
    color: #19171b;
    }

    .sidebar-about img{
        float: none;
        margin-right: 0;
    }

    @media(min-width: 992px){
        .sidebar-about img{
            float: left;
            margin-right: 15px;
        }
    }

 /* #Landing - free modules
    -------------------------------------------------------------------------- */

 .first-module{
    position: relative;
    margin-top: 35px;
    height: 255px;
    text-align: center;
    }

 .first-module-position{
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    }

 .first-module-btn{
    display: inline-block;
    bottom: 20px;
    padding: 5px 15px;
    max-width: 200px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
        border-radius: 8px;
        background: #075d3a;
        font-family: 'roboto_condensedbold', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        color: #f3f6f8;
    }

    .first-module-btn:focus,
    .first-module-btn:hover,
    .first-module-btn:active{
        color: #f3f6f8;
    }


 .second-module{
    position: relative;
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px;
    padding: 20px;
    background: #0091e0;
    }

    @media(min-width: 992px){
    .second-module{
        margin-top: 40px;
        margin-right: 0;
        margin-left: 0;
        }
    }

 .module-text{
    padding-bottom: 50px;
    }

.second-module h3{
    font-family: 'robotolight', 'Helvetica Neue', Helvetica, arial, sans-serif;
    color:  #fff;
}

.second-module p{
    font-size: 16px;
    color: #fff;
}

.second-module-position{
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
}

.second-module-btn{
    font-size: 16px;
    padding: 5px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    font-family: 'roboto_condensedbold', 'Helvetica Neue', Helvetica, arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #0091e0;
}

@media(min-width: 992px){
    .second-module-btn{
            padding: 5px 10px;
            font-size: 20px;
        }
}

.fb-box{
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.fb-box h2{
    padding-left: 5px;
    font-family: 'robotolight', 'Helvetica Neue', Helvetica, arial, sans-serif;
    text-align: left;
    color: #000;
    border-bottom: solid 3px #007793;
}


/* --------------------------------------------------------------------------
    //////////////////////////////////////////////////////////////////////////

    #Text Page

    //////////////////////////////////////////////////////////////////////////
    -------------------------------------------------------------------------- */


    .sidemenu ul{
        margin: 0 -15px;
        border-bottom: 2px solid #0f4d5c;
    }

    .sidemenu li{
        position: relative;
        border-bottom: 1px solid #0f4d5c;
        background: #008db3;
    }

    .submenu li a.active{
        background: #e17123;
    }

    .sidemenu li:focus,
    .sidemenu li:active,
    .sidemenu li:hover{
        background: #e17123;
    }

    .submenu li a.active:before{
        content: ' ';
        position: absolute;
        display: block;
        top: 10px;
        right: -1px;
        height: 0;
        border-top: solid 15px transparent;
        border-bottom: solid 15px transparent;
        border-right: solid 15px #fbfaf7;
        margin-left: -15px;
    }

    .sidemenu a{
        display: block;
        padding: 15px 0 10px 25px;
        font-family: 'roboto_condensedbold', 'Helvetica Neue', Helvetica, arial, sans-serif;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
    }

    ul.submenu-sub{
        margin-left: 0;
        margin-right: 0;
        border-bottom: transparent;
        background: #007692;

    }

        ul.submenu-sub li{
            background: #007692;
            padding-left: 15px;
        }

    ul.submenu-sub a.active{
        background: #007692;
        color: #eda574;;
    }

    ul.submenu-sub a.active:before{
        border: transparent;
    }

    .sidemenu ul.submenu-sub-level{
        padding-left: 0;
        margin-right: 0;
    }


    .main-text{
        padding: 10px 35px 60px 35px
    }

    .main-text h1{
        line-height: 1;
    }

    @media(min-width: 992px){
            .main-text{
                padding: 0 35px 60px 35px
            }
    }

    .main-text h2{
        font-family: 'robotomedium', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 28px;
        line-height: 24px;
    }

    .main-text h3{
        font-family: 'robotomedium', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 24px;;
    }

    .main-text a{
        color:  #075d3a;
        text-decoration: underline;
    }

    .content .edy-padding-resizer-wrapper{
        margin: 0 !important;
    }

    .contentbox .image-container,
    .content .image-container{
        margin: 10px;
    }

    .content .image-alt-title {
        display: block;
        font-size: 16px;
        line-height: 24px;
        font-style: italic;
        font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
        text-align: center;
        color:  #35302b;
    }

    /* --------------------------------------------------------------------------
 //////////////////////////////////////////////////////////////////////////

 #News Page

 //////////////////////////////////////////////////////////////////////////
 -------------------------------------------------------------------------- */
    .news-area{
        margin-bottom: 30px;
        padding-bottom: 8px;
        border-bottom: 1px solid    #007793;
    }

    .news-area--article {
        padding-bottom: 20px;
    }

    .news-img-wrapper{
        max-height: 400px;
        width: 100%;
        margin-bottom: 10px;
        overflow: hidden;
    }

    @media (min-width: 992px){
        .news-img-wrapper{
            max-height: 225px;
        }
    }

    .news-area img {
        margin-top: 7px;
        width: 100%;
        height: auto;
    }

    .news-area h2 {
        display: inline-block;
        margin: 0;
        color:  #35302b;
        font-size: 20px;
    }

    .news-area h2.article-title {
        margin-bottom: 5px;
    }

    .news-area h2 a{
        color: #35302b;
        font-size: 20px;
    }

    .news-excerpt p{
        padding-bottom: 20px;
        margin: 0;
    }

    .news-excerpt--article {
        margin-bottom: 15px;
    }

    .date{
        display: flex;
        align-items: center;
        line-height: 24px;
        font-family: 'robotoitalic', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 16px;
        color: #35302b;
    }

    .date--article {
        color: #999999;
        font-family: 'robotoregular';
        margin-bottom: 5px;
    }

    .read-btn{
        text-align: right;
    }

    .news-area .read{
        padding: 5px 20px;
        font-family: 'roboto_condensedbold', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 20px;
        color:  #075d3a;
        text-decoration: none;
    }

    .news-area .read:focus,
    .news-area .read:active,
    .news-area .read:hover{
        background: #075d3a;
        color: #fff;
    }

    .news-area .read--article {
        display: inline-block;
        font-family: 'robotoregular';
        font-size: 18px;
        text-transform: uppercase;
    }


    .allikas{
        font-family: 'robotoitalic', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 16px;
        color: #9F9F9F;
    }

    .editable-thumb-image {
        display: inline-block;
        margin-top: 30px;
        width: 215px;
        height: 145px;
        border: 1px dashed #ccc;
    }

    .edy-img-drop-area-placeholder {
        padding: 35px 5px;
    }

    .sidebar-banner{
        margin-top: 30px;
    }

/* --------------------------------------------------------------------------
    //////////////////////////////////////////////////////////////////////////

    #Contact Page

    //////////////////////////////////////////////////////////////////////////
    -------------------------------------------------------------------------- */
    .contact h1{
        margin-bottom: 10px;
        color: #000;
    }

    .contact h2{
        margin-top: 0;
        margin-bottom: 10px;
        font-family: 'robotomedium', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 20px;
        color:  #000;
    }

    .contact ul{
        margin-bottom: 20px;

    }

    .contact li{
        color:  #000;
        font-size: 16px;
    }

    .team-category{
        margin-top: 10px;
        border-bottom: 1px solid #007793;
    }

    @media (min-width: 992px){
        .team-category{
            margin-top: 20px;
        }
    }

    .team-category:last-of-type{
        border-bottom: transparent;
    }

    .team-category h2,
    .team-category h3,
    .team-category h4,
    .team-category h5,
    .team-category h6{
        margin-bottom: 10px;
        margin-top: 0;
        font-family: 'robotomedium', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 20px;
        color:  #000;
    }

    @media (min-width: 992px){
        .team-category h2,
        .team-category h3,
        .team-category h4,
        .team-category h5,
        .team-category h6{
            margin: 0;
        }
    }

        .team-category li{
            font-family: 'roboto', 'Helvetica Neue', Helvetica, arial, sans-serif;
            font-size: 16px;
            color:  #35302b;
        }

    a.contact-title{
        font-family: 'robotobold', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 16px;
        color:  #35302b;
    }

    .contact-map-canvas{
        width: 100%;
        height: 335px;
    }

    /* --------------------------------------------------------------------------
    //////////////////////////////////////////////////////////////////////////

    #Projects Page

    //////////////////////////////////////////////////////////////////////////
    -------------------------------------------------------------------------- */
    .project-border{
        padding-bottom: 5px;
        border-bottom: solid 1px #007793;
        margin-left: 10px;
        margin-right: 10px;
    }

    .main-text.project{
        padding: 10px 15px 0px 15px;
    }

    .projects{
        margin-bottom: 20px;
    }

    .project-wrapper{
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 75px;
    }

    .project-title{
        height: 75px;
        overflow: hidden;
        line-height: 75px;
    }

    .projects h2{
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: 'robotomedium', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 20px;
        color:  #35302b;
        display: block;
        line-height: normal;
        vertical-align: bottom;
    }

    .projects span{
        font-family: 'robotoregular', 'Helvetica Neue', Helvetica, arial, sans-serif;
        color:  #35302b;
        font-size: 16px;
    }

    .projects a,
    .toeta .support-sticker,
    .projects .project-view{
        font-family: 'roboto_condensedbold', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 16px;
        text-decoration: none;
        color:  #075d3a;
    }

    .projects img{
        max-height: 250px;
        margin-top: 25px;
    }

    .toeta{
        position: absolute;
        top: -15px;
        left: -5px;
        display: inline-block;
        padding: 2px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #e17123;
    }

    .toeta-border{
        position: relative;
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        border-radius: 50%;
    }

    .et .toeta .support-sticker {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        line-height: 1;
    }

    .toeta .support-sticker{
        display: inline-block;
        width: 100%;
        font-size: 20px;
        line-height: 98px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

    .et .toeta{
    width: 74px;
    height: 74px;
    top: -20px;
    left: 8px;
    }

    @media(min-width: 992px){
        .et .toeta{
            top: 0px;
            left: 6px;
        }
    }

    .project{
        padding-bottom: 0;
    }

    .project-info{
        margin-top: 15px;
        padding-bottom: 40px;
    }

    .project-inserting-info {
        display:inline-block;
        margin-bottom:20px;
        font-family: 'robotobold', 'Helvetica Neue', Helvetica, arial, sans-serif;
    }

    .support-area{
        position: relative;
        float: right;
        padding: 3px 35px 20px 35px;
        background: #e17123;
        color: #fff;
    }

    .support-area h2{
        font-family: 'robotobold', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 38px;
        color: #fff;
    }

    .support-area:before{
        content: ' ';
        position: absolute;
        display: block;
        top: -14px;
        left: 50px;
        height: 0;
        border-bottom: solid 15px #e17123;
        border-left: solid 15px transparent;
        border-right: solid 15px transparent;
        margin-left: -15px;

    }

    .project-img{
            max-height: 500px;
            margin-top: 80px;
            overflow: hidden;
    }


/* --------------------------------------------------------------------------
    //////////////////////////////////////////////////////////////////////////

    #Footer

    //////////////////////////////////////////////////////////////////////////
    -------------------------------------------------------------------------- */

    footer{
        position: relative;
        margin-top: 270px;
        background: #165e3a;
    }

    footer:before{
            content: '';
            display: block;
            position: absolute;
            top: -199px;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 320px;
            background: url(/images/bg_elf_footet-01.png) bottom center no-repeat;
    }

    footer li{
        display: inline-block;
    }

    .footer-bg{
        position: relative;
        z-index: 2;
    }

    .footer-absolute{
        width: 100%;
        bottom: 30px;
    }

    .footer-btn a{
        display: block;
        padding: 10px 10px;
        font-family: 'roboto_condensedbold', 'Helvetica Neue', Helvetica, arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        border: 2px solid #f3f5f7;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
    }

    @media(min-width: 786px){
            .footer-btn a{
                padding: 10px 15px;
                font-size: 20px;
            }
    }

    .footer-btn a:focus,
    .footer-btn a:active,
    .footer-btn a:hover{
        background: #fff;
        color: #165e3a;
    }

    .footer-left-panel{
        padding: 0 45px;
        border-right-color: tansparent;
        margin-bottom: 20px;
    }

    @media(min-width: 992px){
            .footer-left-panel{
                border-right: 1px solid #fff;
            }
    }

    .footer-media ul{
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-media ul li{
        margin-right: 20px;
        margin-left: 20px;
    }

    @media(min-width: 992px){
        .footer-media ul{
                margin-bottom: 20px;
                text-align: left;
        }

        .footer-media ul li{
            margin-right: 25px;
            margin-left: 25px;
        }
    }

    .media-only ul {
        text-align: center;
    }

 .footer-fb{
        background: url(/assets/icn_footer_fb.svg) center center no-repeat;
    }

    .no-svg .footer-fb{
        background: url(/images/icn_footer_fb.png) center center no-repeat;
    }

    .footer-yt{
        background: url(/assets/icn_footer_YT.svg) center center no-repeat;
    }

    .footer-insta {
        background: url(/assets/icn_insta_white.svg) center center no-repeat;
        background-size: contain;
    }

    .no-svg .footer-yt{
        background: url(/images/icn_footer_YT.png) center center no-repeat;
    }

    .footer-is{
        background: url(/assets/icn_footer_issu.svg) center center no-repeat;
    }

    .no-svg .footer-is{
        background: url(/images/icn_footer_issu.png) center center no-repeat;
    }

    .footer-media a{
        display: block;
        width: 48px;
        height: 48px;
    }

    .footer-border{
        border-bottom: 1px solid #fff;
    }

    .footer-info{
        padding-left: 0;
        padding-top:10px;
        text-align: center;
        color: #fff;
    }

    .search-box {
        background:#3aaaca;
        display:none;
    }
    .search-open .search-box {
        display:block;
    }
    .search-box input {
        background: transparent;
        border:none;
        width:100%;
        text-align:center;
        color: black;
        height:63px;
        line-height:63px;
        font-size:24px;
    }
    .search-box input:focus {
        outline: 0;
    }
.search-box input::-webkit-input-placeholder {
    color: black;
}

.search-box input:-moz-placeholder { /* Firefox 18- */
    color: black;
}

.search-box input::-moz-placeholder { /* Firefox 19+ */
    color: black;
}

.search-box input:-ms-input-placeholder {
    color: black;
}
.menu {
    margin-bottom:3px;
}
.search-open .search {
    background: #3aaaca;
    border-bottom: 2px solid #3aaaca;
}

/* PARTER */
/* -------------------------------------------------------------------------------------------------------- */
    .partner {
        width:100%;
    }

/* Project loader */
.loader{
    background: url('/images/project-loader.gif') no-repeat center center;
    height:300px;
}

@media (max-width: 450px) {
    .support-area h2 {
        font-size: 18px;
    }

    .support-area table td {
        width: 100%;
        display: block;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.dropdown {
    display: inline-block;
    max-width: 240px;
}

.dropdown__list {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 0;
    list-style-type: none;
    overflow-y: hidden;
}

.dropdown__list--active {
    max-height: 200px;
    border: 1px solid #000;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow-y: auto;
}

.dropdown__item {
    display: inline-block;
    padding: 2px 5px;
    width: 100%;
    border-top: 1px solid #000;
}

.dropdown__item:first-child {
    border-top: none;
}

.dropdown__item:hover {
    background-color: #FFF;
    color: #ec6b05;
    cursor: pointer;
}

.dropdown__value {
    position: relative;
    padding: 2px 5px;
    border: 1px solid #000;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.dropdown__value:after {
    content: '\f107';
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    padding: 0 4px;
    background-color: #FFF;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #000;
    border-radius: 4px;
    color: #FFF;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.button--blue {
    border-color: #007692;
    background: #008db3;
}

.button--project {
    color: #008db3;
    background-color: #fff;
    border-color: #007692;

    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button--project:hover,
.button--active {
    color: #FFF;
    background-color: #007692;
}

.vertical-align--top {
    display: inline-block;
    vertical-align: top;
}

.loader{
  position: relative;
  display: none;
  min-height: 28px;
}
.loader--fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 3;
}
.loader--margin{
  margin: 25px 0;
}
.loader--visible{
  display: block;
}
.loader--dark .loader__dot{
  background: #C7C7C7;
}
.loader__dots{
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;

  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.loader__dot{
  margin: 6px;
  width: 16px;
  height: 16px;
  background: #FFF;
  border-radius: 50%;

  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);

  -webkit-animation: scale-dot 1.2s ease-out infinite;
  -moz-animation: scale-dot 1.2s ease-out infinite;
  -o-animation: scale-dot 1.2s ease-out infinite;
  animation: scale-dot 1.2s ease-out infinite;
  }
.loader__dot:nth-of-type(2){
      -webkit-animation-delay: 0.2s;
      -moz-animation-delay: 0.2s;
      -o-animation-delay: 0.2s;
      animation-delay: 0.2s;
      }
.loader__dot:nth-of-type(3){
      -webkit-animation-delay: 0.3s;
      -moz-animation-delay: 0.3s;
      -o-animation-delay: 0.3s;
      animation-delay: 0.3s;
      }
.loader__dot:nth-of-type(4){
      -webkit-animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      -o-animation-delay: 0.4s;
      animation-delay: 0.4s;
      }
.loader__dot:nth-of-type(5){
      -webkit-animation-delay: 0.5s;
      -moz-animation-delay: 0.5s;
      -o-animation-delay: 0.5s;
      animation-delay: 0.5s;
}

.response {
    display: inline-block;
    font-size: 16px;
}

.response--success {
    color: green;
    border-bottom: 1px solid green;
}

.response--error {
    color: red;
    border-bottom: 1px solid red;
}

@-webkit-keyframes{
  0%{
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
  }
  25%{
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }
  75%{
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
  }
  100%{
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
  }
}
@-moz-keyframes{
  0%{
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
  }
  25%{
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }
  75%{
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
  }
  100%{
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
  }
}
@-o-keyframes{
  0%{
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
  }
  25%{
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }
  75%{
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
  }
  100%{
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
  }
}
@keyframes scale-dot{
  0% {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
  }
  25% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }
  75% {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
  }
  100%{
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
  }
}

.pages-select {
    margin-bottom: 15px;
}

.pages-select img {
    display: inline-block;
    max-width: 100%;
    max-height: 65px;
    min-height: 40px;
}

.responsive-table {
    width: 100%;
}

.responsive-table td {
    display: block;
    width: 100%!important;
    clear: both;
}

.responsive-table td .image-container {
    float: none!important;
    margin: 10px auto;
}

@media(min-width: 600px) {
    .responsive-table td:first-child {
        width: 220px!important;
    }

    .responsive-table td {
        display: table-cell;
        width: 587px!important;
    }

    .responsive-table td .image-container {
        float: left!important;
    }
}

.admin-link {
    display: inline-block;
    padding: 2px 5px;
    background-color: rgba(29,33,36,0.5);
    border-radius: 11px;
    color: #FFF;
    font-size: 13px;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

.admin-link:hover {
    background-color: #000;
    color: #FFF;
}
.admin-input {
    padding-top: 20px;
    display: inline-flex;
    align-items: center;
}

.admin-input input,
.admin-input label {
    margin: 0;
}

.admin-input label {
    margin-right: 12px;
}

.white-info-box-container {
    display: inline-block;
    width: 32.9%;
}

.form_field {
    padding-bottom: 13px;
}

.form_field_textfield {
    border: 1px solid #0f4d5c;
}

.form_notice {
    display: none;
}

.form-donation-select,
.form-donation-custom {
    padding: 5px 0;
}

.form-donation-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form-donation-value {
    width: 50%;
    padding: 12px 0;
    font-size: 18px;
    border: 1px solid #0f4d5c;
    cursor: pointer;
    color: #fff;
    background-color: #008db3;
}

.form-donation-value:hover {
    background-color: #e17123;
}
.form-donation-value:active {
    background-color: #008db3;
}
.form-donation-value.selected {
    background-color: #e17123;
}

.form-donation-value:nth-child(1) {
    border-right: 0;
    border-bottom: 0;
}
.form-donation-value:nth-child(2) {
    border-bottom: 0;
}
.form-donation-value:nth-child(3) {
    border-right: 0;
}

.form-donation-radio {
    margin: 0 8px 0 12px !important;
}

.form-donation-custom {
    text-align: center;
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-group-input {
    width: 100%;
    padding: 0 10px;
    border-left: 0;
    border-radius: 0;
    border-top: 1px solid #0f4d5c;
    border-bottom: 1px solid #0f4d5c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group-currency,
.form-group-radio {
    padding: 8px 12px;
    border: 1px solid #0f4d5c;
    color: #fff;
    background-color: #008db3;
}

.form-group-currency {
    border-left: 0;
}

.form-group-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.form-donation-custom .form-donation-radio {
    margin: 0 !important;
}

.donation-label {
    margin: 8px 0 0;
}

.bank-links {
    text-align: center;
}
.bank-link {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 15px;
}

@media(min-width: 992px){
    .bank-link {
        padding: 0 40px;
    }
}
.bank-link img {
    cursor: pointer;
}

.custom-page-buttons {
    text-align: center;
}
.custom-page-button {
    display: inline-block;

    width: 100%;
    margin: 6px;
    border-radius: 4px;
}

.button-edit {
    min-width: 50px;
    background: rgb(225,113,35);
}
.edit-content-title {
    display: block;
    padding: 10px 0;
}

a.custom-content-button {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    background: rgb(225,113,35); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249,167,44,1) 1%, rgba(225,113,35,1) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(249,167,44,1) 1%,rgba(225,113,35,1) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(249,167,44,1) 1%,rgba(225,113,35,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a72c', endColorstr='#e17123',GradientType=0 ); /* IE6-9 */
}

a.custom-content-button:hover {
    text-decoration: underline;
}

.custom-page-button a {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    background: rgb(225,113,35); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249,167,44,1) 1%, rgba(225,113,35,1) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(249,167,44,1) 1%,rgba(225,113,35,1) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(249,167,44,1) 1%,rgba(225,113,35,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a72c', endColorstr='#e17123',GradientType=0 ); /* IE6-9 */
}
.custom-page-button a:hover {
    text-decoration: underline;
}

@media(min-width: 768px){
    .custom-page-button {
        width: auto;
    }
    .custom-page-button a {
        margin: 18px 0;
        width: auto;
    }
}

.custom-mainmenu .active {
    margin-bottom: -3px;
    background: #006278;
    border-bottom: solid 3px #e17123;
}

.custom-input {
    display: inline-block;
}

.link-no-logo {
    padding: 10px 0;
}

.main-text-logo,
.editable-main-text-logo {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 120px;
}

.main-text-bottom {
    clear: both;
    padding-top: 40px;
}

.main-text-logos {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-equal {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.main-text-bottom-text {
    width: 100%;
    font-size: 13px;
    text-align: justify;
}

.custom-page-news-group {
    padding-top: 10px;
    margin: auto;
}

.custom-page-news-group .date {
    margin-top: 8px;
}

.custom-page-news-group .news-h {
    font-size: 19px;
}

.custom-page-news-group .news-area {
    font-size: 15px;
}

.custom-page-news-heading {
    padding-bottom: 12px;
    font-size: 32px;
}

.news-aside {
    margin-top: 20px;
    margin-left: 0;
    display: block;
}

@media(min-width: 992px) {
    .news-aside {
        margin-left: 40px;
    }
}

.news-aside iframe {
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    float: right;
}

.col-no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.admin-notes {
    display: block;
    position: relative;
    padding: 20px 0;
    width: 100%;
    clear: both;
}

.social-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
}

.social-share-heading {
    font-size: 23px;
    padding-bottom: 20px;
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.social-share-btn {
    position: relative;
    margin: 5px 0;
    padding: 10px 25px;
    cursor: pointer;
    color: #fff;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media(min-width: 560px) {
    .social-share-btn {
        margin: 0 15px;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.btn-text {
    padding-left: 36px;
}

.social-share-btn {
    background-color: #008eb4;
    border-radius: 12px;
}

.social-share-btn .icon {
    position: absolute;
    top: 50%;
    left: 25px;

    width: 32px;
    height: 32px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-share-btn .icon--facebook-blue {
    width: 30px;
    height: 30px;

    -webkit-background-size: 26px;
    background-size: 26px;
}

.social-share-btn .btn-text {
    padding-left: 45px;
}

.social-share-btn-twr {
    background-color: #1da1f2;
    border-radius: 12px;
}
.social-share-btn-fb {
    background-color: #3578e5;
    border-radius: 12px;
}

.social-share-btn-twr::before,
.social-share-btn-fb::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 26px;
    width: 26px;
}
.social-share-btn-twr::before {
    background-image: url('/assets/twitter-logo.svg');
}
.social-share-btn-fb::before {
    background-image: url('/assets/facebook-logo.svg');
}
.social-share-btn-twr-blue::before {
    background-image: url('/assets/twitter-logo-blue.svg');
}
.social-share-btn-fb-blue::before {
    background-image: url('/assets/facebook-logo-blue.svg');
}

.article-data-input {
    width: 100%;
    max-width: 600px;
}

.related-news {
    display: flex;
    flex-wrap: wrap;
}
.related-news-single {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.related-news-img {
    height: 150px;
    width: 200px;
}

.related-news-title {
    flex: 0 0 100%;
    max-width: 100%;
}

@media(min-width: 760px) {
    .related-news-single {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.panel-title-prefix {
    margin: 2px 10px;
    padding: 0 6px 1px;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'robotoregular';
    color: #fff;
    background-color: #17643a;
}

/* PAGINATION */
/** ========================================================================== */
/* Pagination */
/* --------------------------------------------------------------------------- */
.pagination {
    display: block;
    margin-top: 30px;
    text-align: center;
}

/* Pagination list */
/* --------------------------------------------------------------------------- */
.pagination__list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Pagination item */
/* --------------------------------------------------------------------------- */
.pagination__item {
    position: relative;
    display: inline-block;
    height: 27px;
    width: 27px;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 18px;
    font-family: 'robotoregular';
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagination__item + .pagination__item {
    margin-left: 15px;
}

.pagination__item--previous + .pagination__item,
.pagination__item + .pagination__item--next {
    margin-left: 15px;
}

@media (min-width: 576px) {
    .pagination__item--previous + .pagination__item,
    .pagination__item + .pagination__item--next {
        margin-left: 30px;
    }
}

.pagination__item.pagination__item--active,
.pagination__item:hover {
    color: #FFFFFF;
    font-family: 'robotobold';
    background-color: #008eb4;
}

.pagination__item--active,
.pagination__item--disabled {
    cursor: default;
}

.pagination__item--previous:hover,
.pagination__item--next:hover {
    color: #000000;
    font-family: 'robotobold';
    background-color: #FFFFFF;
}

.pagination__item--previous .icon,
.pagination__item--next .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.subtitle {
    font-family: 'robotobold';
    margin: 15px 0;
}

.sidebar-heading {
    font-size: 26px;
    margin-bottom: 15px;
}

.category-list {
    margin-bottom: 30px;
}

.category-item {
    position: relative;
    padding-left: 45px;
}

.category-item + .category-item {
    margin-top: 5px;
}

.category-item .icon {
    position: absolute;
    top: 50%;
    left: 0;

    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/* Icon arrow */
/* --------------------------------------------------------------------------- */
.icon--arrow-top,
.icon--arrow-bottom,
.icon--arrow-right,
.icon--arrow-left {
    position: relative;
    width: 16px;
    height: 16px;
}

.icon--arrow-top::before,
.icon--arrow-bottom::before,
.icon--arrow-right::before,
.icon--arrow-left::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #008eb4;

    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.pagination__item--disabled .icon--arrow-top::before,
.pagination__item--disabled .icon--arrow-bottom::before,
.pagination__item--disabled .icon--arrow-right::before,
.pagination__item--disabled .icon--arrow-left::before {
    background-color: #CBCBCB;
}

.icon--arrow-top::after,
.icon--arrow-bottom::after,
.icon--arrow-right::after,
.icon--arrow-left::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #008eb4;

    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.pagination__item--disabled .icon--arrow-top::after,
.pagination__item--disabled .icon--arrow-bottom::after,
.pagination__item--disabled .icon--arrow-right::after,
.pagination__item--disabled .icon--arrow-left::after {
    background-color: #CBCBCB;
}

.icon--arrow-right::before,
.icon--arrow-left::before,
.icon--arrow-right::after,
.icon--arrow-left::after {
    height: 65%;
    width: 15%;
}

.icon--arrow-top::before,
.icon--arrow-bottom::before,
.icon--arrow-top::after,
.icon--arrow-bottom::after  {
    width: 65%;
    height: 15%;
}

.icon--arrow-top::before {
    -webkit-transform: translate(-80%, -50%) rotate(-45deg);
    -ms-transform: translate(-80%, -50%) rotate(-45deg);
    -o-transform: translate(-80%, -50%) rotate(-45deg);
    transform: translate(-80%, -50%) rotate(-45deg);
}

.icon--arrow-top::after {
    -webkit-transform: translate(-20%, -50%) rotate(45deg);
    -ms-transform: translate(-20%, -50%) rotate(45deg);
    -o-transform: translate(-20%, -50%) rotate(45deg);
    transform: translate(-20%, -50%) rotate(45deg);
}

.icon--arrow-bottom::before {
    -webkit-transform: translate(-80%, -50%) rotate(45deg);
    -ms-transform: translate(-80%, -50%) rotate(45deg);
    -o-transform: translate(-80%, -50%) rotate(45deg);
    transform: translate(-80%, -50%) rotate(45deg);
}

.icon--arrow-bottom::after {
    -webkit-transform: translate(-20%, -50%) rotate(-45deg);
    -ms-transform: translate(-20%, -50%) rotate(-45deg);
    -o-transform: translate(-20%, -50%) rotate(-45deg);
    transform: translate(-20%, -50%) rotate(-45deg);
}

.icon--arrow-right::before {
    -webkit-transform: translate(-50%, -80%) rotate(-45deg);
    -ms-transform: translate(-50%, -80%) rotate(-45deg);
    -o-transform: translate(-50%, -80%) rotate(-45deg);
    transform: translate(-50%, -80%) rotate(-45deg);
}

.icon--arrow-right::after {
    -webkit-transform: translate(-50%, -20%) rotate(45deg);
    -ms-transform: translate(-50%, -20%) rotate(45deg);
    -o-transform: translate(-50%, -20%) rotate(45deg);
    transform: translate(-50%, -20%) rotate(45deg);
}

.icon--arrow-left::before {
    -webkit-transform: translate(-50%, -80%) rotate(45deg);
    -ms-transform: translate(-50%, -80%) rotate(45deg);
    -o-transform: translate(-50%, -80%) rotate(45deg);
    transform: translate(-50%, -80%) rotate(45deg);
}

.icon--arrow-left::after {
    -webkit-transform: translate(-50%, -20%) rotate(-45deg);
    -ms-transform: translate(-50%, -20%) rotate(-45deg);
    -o-transform: translate(-50%, -20%) rotate(-45deg);
    transform: translate(-50%, -20%) rotate(-45deg);
}

.icon--remove {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #CCC;
    border-radius: 50%;
    cursor: pointer;
}

.icon--remove::before,
.icon--remove::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 75%;
    background-color: red;
    border-radius: 4px;
}


.icon--remove::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.icon--remove::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.icon--facebook,
.icon--twitter {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.icon--facebook {
    background-image: url('/assets/facebook-logo.svg');
}

.icon--twitter {
    background-image: url('/assets/twitter-logo.svg');
}

.icon--facebook-blue,
.icon--twitter-blue {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.icon--facebook-blue {
    background-image: url('/assets/facebook-logo-blue.svg');
    background-position: bottom right;
    -webkit-background-size: 28px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 28px;
    border-radius: 4px;

}

.icon--twitter-blue {
    background-image: url('/assets/twitter-logo-blue.svg');
}

.list-unstyled-projects li + li {
    margin-top: 10px;
}
