@font-face {
    font-family: RobotoSlab;
    src: url(../fonts/RobotoSlab-Regular.ttf) format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: RobotoLight;
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: RobotoMedium;
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-weight:normal;
    font-style:normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    font-family: Roboto, Verdana, serif;
    text-decoration: none;
    text-align: left;
    outline: none;
}

.page-content *{
    font-family: inherit;
}

ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

b {
    font-family: RobotoMedium;
    font-weight: normal;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	line-height: 1.2;
}

h1 {
	font-family: RobotoSlab;
	font-size: 32px;
    line-height: 40px;
}
h2 {
	font-family: RobotoSlab;
	font-size: 28px;
    line-height: 36px;
}
h3 {
	font-family: RobotoSlab;
	font-size: 22px;
    line-height: 30px;
}
h4 {
	font-family: RobotoMedium;
	font-size: 18px;
    line-height: 24px;
}
p {
	font-family: RobotoLight;
	font-size: 18px;
    line-height: 24px;
}

/******************************************************************
 * COLORS
 ******************************************************************/

.color-red {color:#e83737;}
.color-blue {color:#3B8BEB;}
.color-sand {color:#E7E3D4;}
.color-light-grey {color:#C4DBF6;}
.color-grey {color:#8590AA;}
.color-white {color:#FFF;}

.bg-color-red {background-color:#e83737;}
.bg-color-blue {background-color:#3B8BEB;}
.bg-color-sand {background-color:#E7E3D4;}
.bg-color-light-grey {background-color:#C4DBF6;}
.bg-color-grey {background-color:#8590AA;}

.bg-color-white {background-color:#FFF;}
.bg-transparent {background-color:rgba(0,0,0,0)!important;}

/******************************************************************
 * COMMON CLASSES
 ******************************************************************/

.container-inline {
    display: inline-block;
    width: 100%;
    min-height: 1px;
}

.container-min-height {
    display: inline-block;
    width: 100%;
    min-height: calc(100vh - 60px) !important;
}

.container-map-min-height {
    display: inline-block;
    width: 100%;
    min-height: calc(100vh - 150px) !important;
}

.container-1200 {
    display: inline-block;
    width: 1200px;
    min-height: 1px;
    margin-left: calc(50% - 600px);
    float: left;
}

.container-800 {
    display: inline-block;
    width: 800px;
    min-height: 1px;
    margin-left: calc(50% - 400px);
    float: left;
}

.container-400 {
    display: inline-block;
    width: 400px;
    min-height: 1px;
    margin-left: calc(50% - 200px);
    float: left;
}

.hidden {
    display: none !important;
}

.text-center {
    text-align: center;
}

.page-title {
    display: inline-block;
    width: 100%;
    font-family: RobotoMedium;
    font-size: 24px;
    line-height: 40px;
    color: #666;
    margin-bottom: 40px;
    text-align: center;
}

.block-title {
    display: inline-block;
    width: 100%;
    font-family: RobotoMedium;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

a {
    color: #4877d2;
}
    a:hover {
        text-decoration: underline;
    }

u {
    text-decoration: underline;
}

form.image-upload {
    display: none !important;
}

p {
    margin-bottom: 20px;
}

.no-shadow {
    box-shadow: none !important;
    cursor: default !important;
}

.link,
.see-more-link {
    display: inline-block;
    padding: 0 5px;
    font-size: 15px;
    line-height: inherit;
    color: #4877d2;
    background-color: #FFF;
    cursor: pointer;
}
    *:hover .see-more-link {
        background-color: inherit;
    }

.background-image-cover {
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.background-image-contain {
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.background-image-auto {
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

@media (max-width: 1240px) {
    .container-1200 {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}

@media (max-width: 840px) {
    .container-800 {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}

@media (max-width: 440px) {
    .container-400 {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}

.color-box{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    margin: 0 3px;
}


/******************************************************************
 * BUTTON
 ******************************************************************/

.m-0, .m-0-w, .m-0-h, .m-0-t, .m-0-b, .m-0-r, .m-0-l,
.m-10, .m-10-w, .m-10-h, .m-10-t, .m-10-b, .m-10-r, .m-10-l,
.m-20, .m-20-w, .m-20-h, .m-20-t, .m-20-b, .m-20-r, .m-20-l,
.m-40, .m-40-w, .m-40-h, .m-40-t, .m-40-b, .m-40-r, .m-40-l,
.m-60, .m-60-w, .m-60-h, .m-60-t, .m-60-b, .m-60-r, .m-60-l,
.m-80, .m-80-w, .m-80-h, .m-80-t, .m-80-b, .m-80-r, .m-80-l, {
    margin-bottom: inherit;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: inherit;
}
.m-0 {margin-bottom:0 !important;margin-left:0 !important;margin-right:0 !important;margin-top:0 !important;}
.m-0-w {margin-left:0 !important;margin-right:0 !important;}
.m-0-h {margin-bottom:0 !important;margin-top:0 !important;}
.m-0-t {margin-top:0 !important;}
.m-0-b {margin-bottom:0 !important;}
.m-0-r {margin-right:0 !important;}
.m-0-l {margin-left:0 !important;}

.m-10 {margin-bottom:10px !important;margin-left:10px !important;margin-right:10px !important;margin-top:10px !important;}
.m-10-w {margin-left:10px !important;margin-right:10px !important;}
.m-10-h {margin-bottom:10px !important;margin-top:10px !important;}
.m-10-t {margin-top:10px !important;}
.m-10-b {margin-bottom:10px !important;}
.m-10-r {margin-right:10px !important;}
.m-10-l {margin-left:10px !important;}

.m-20 {margin-bottom:20px !important;margin-left:20px !important;margin-right:20px !important;margin-top:20px !important;}
.m-20-w {margin-left:20px !important;margin-right:20px !important;}
.m-20-h {margin-bottom:20px !important;margin-top:20px !important;}
.m-20-t {margin-top:20px !important;}
.m-20-b {margin-bottom:20px !important;}
.m-20-r {margin-right:20px !important;}
.m-20-l {margin-left:20px !important;}

.m-40 {margin-bottom:40px !important;margin-left:40px !important;margin-right:40px !important;margin-top:40px !important;}
.m-40-w {margin-left:40px !important;margin-right:40px !important;}
.m-40-h {margin-bottom:40px !important;margin-top:40px !important;}
.m-40-t {margin-top:40px !important;}
.m-40-b {margin-bottom:40px !important;}
.m-40-r {margin-right:40px !important;}
.m-40-l {margin-left:40px !important;}

.m-60 {margin-bottom:60px !important;margin-left:60px !important;margin-right:60px !important;margin-top:60px !important;}
.m-60-w {margin-left:60px !important;margin-right:60px !important;}
.m-60-h {margin-bottom:60px !important;margin-top:60px !important;}
.m-60-t {margin-top:60px !important;}
.m-60-b {margin-bottom:60px !important;}
.m-60-r {margin-right:60px !important;}
.m-60-l {margin-left:60px !important;}

.m-80 {margin-bottom:80px !important;margin-left:80px !important;margin-right:80px !important;margin-top:80px !important;}
.m-80-w {margin-left:80px !important;margin-right:80px !important;}
.m-80-h {margin-bottom:80px !important;margin-top:80px !important;}
.m-80-t {margin-top:80px !important;}
.m-80-b {margin-bottom:80px !important;}
.m-80-r {margin-right:80px !important;}
.m-80-l {margin-left:80px !important;}

.p-0, .p-0-w, .p-0-h, .p-0-t, .p-0-b, .p-0-r, .p-0-l,
.p-10, .p-10-w, .p-10-h, .p-10-t, .p-10-b, .p-10-r, .p-10-l,
.p-20, .p-20-w, .p-20-h, .p-20-t, .p-20-b, .p-20-r, .p-20-l,
.p-40, .p-40-w, .p-40-h, .p-40-t, .p-40-b, .p-40-r, .p-40-l,
.p-60, .p-60-w, .p-60-h, .p-60-t, .p-60-b, .p-60-r, .p-60-l,
.p-80, .p-80-w, .p-80-h, .p-80-t, .p-80-b, .p-80-r, .p-80-l, {
    padding-bottom: inherit;
    padding-left: inherit;
    padding-right: inherit;
    padding-top: inherit;
}
.p-0 {padding-bottom:0 !important;padding-left:0 !important;padding-right:0 !important;padding-top:0 !important;}
.p-0-w {padding-left:0 !important;padding-right:0 !important;}
.p-0-h {padding-bottom:0 !important;padding-top:0 !important;}
.p-0-t {padding-top:0 !important;}
.p-0-b {padding-bottom:0 !important;}
.p-0-r {padding-right:0 !important;}
.p-0-l {padding-left:0 !important;}

.p-10 {padding-bottom:10px !important;padding-left:10px !important;padding-right:10px !important;padding-top:10px !important;}
.p-10-w {padding-left:10px !important;padding-right:10px !important;}
.p-10-h {padding-bottom:10px !important;padding-top:10px !important;}
.p-10-t {padding-top:10px !important;}
.p-10-b {padding-bottom:10px !important;}
.p-10-r {padding-right:10px !important;}
.p-10-l {padding-left:10px !important;}

.p-20 {padding-bottom:20px !important;padding-left:20px !important;padding-right:20px !important;padding-top:20px !important;}
.p-20-w {padding-left:20px !important;padding-right:20px !important;}
.p-20-h {padding-bottom:20px !important;padding-top:20px !important;}
.p-20-t {padding-top:20px !important;}
.p-20-b {padding-bottom:20px !important;}
.p-20-r {padding-right:20px !important;}
.p-20-l {padding-left:20px !important;}

.p-40 {padding-bottom:40px !important;padding-left:40px !important;padding-right:40px !important;padding-top:40px !important;}
.p-40-w {padding-left:40px !important;padding-right:40px !important;}
.p-40-h {padding-bottom:40px !important;padding-top:40px !important;}
.p-40-t {padding-top:40px !important;}
.p-40-b {padding-bottom:40px !important;}
.p-40-r {padding-right:40px !important;}
.p-40-l {padding-left:40px !important;}

.p-60 {padding-bottom:60px !important;padding-left:60px !important;padding-right:60px !important;padding-top:60px !important;}
.p-60-w {padding-left:60px !important;padding-right:60px !important;}
.p-60-h {padding-bottom:60px !important;padding-top:60px !important;}
.p-60-t {padding-top:60px !important;}
.p-60-b {padding-bottom:60px !important;}
.p-60-r {padding-right:60px !important;}
.p-60-l {padding-left:60px !important;}

.p-80 {padding-bottom:80px !important;padding-left:80px !important;padding-right:80px !important;padding-top:80px !important;}
.p-80-w {padding-left:80px !important;padding-right:80px !important;}
.p-80-h {padding-bottom:80px !important;padding-top:80px !important;}
.p-80-t {padding-top:80px !important;}
.p-80-b {padding-bottom:80px !important;}
.p-80-r {padding-right:80px !important;}
.p-80-l {padding-left:80px !important;}


/******************************************************************
 * BUTTON
 ******************************************************************/
.btn {
    display: inline-block;
    float: left;
    padding: 5px 20px;
    margin-right: 20px;
    font-family: Roboto;
    font-weight: normal;
    line-height: 20px;
    border: 1px solid #CCC;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
    a.btn {
        text-decoration: none;
    }
    .btn > .fa {
        margin-left: 5px;
        line-height: inherit;
        font-size: inherit;
        color: inherit;
    }
        .btn > .fa.btn-first-icon {
            margin-left: 0;
            margin-right: 5px;
        }
    .btn:last-child {
        margin-right: 0;
    }
    .btn:hover {
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        background-color: #EFEFEF;
    }
    .btn.btn-blue {
        background-color: #3086dc;
        color: #FFF;
        border-color: #3086dc;
    }
        .btn.btn-blue:hover {
            background-color: #1f7cda;
        }
    .btn.btn-orange {
        background-color: #e29c1b;
        color: #FFF;
        border-color: #e29c1b;
    }
        .btn.btn-orange:hover {
            background-color: #e09712;
        }
    .btn.btn-red {
        background-color: #e83737;
        color: #FFF;
        border-color: #e83737;
    }
        .btn.btn-red:hover {
            background-color: #ca1b1b;
        }
    .btn.btn-green {
        background-color: #23c32e;
        color: #FFF;
        border-color: #23c32e;
    }
        .btn.btn-green:hover {
            background-color: #1ab925;
        }
    .btn.btn-white {
        background-color: #FFF;
        color: #444;
        border-color: #EEE;
    }
        .btn.btn-white:hover {
            background-color: #FEFEFE;
        }
    .btn.btn-right {
        float: right;
    }
    .btn.btn-center {
        display: inline-block;
        margin: 20px calc(50% - 60px);
        width: 120px;
    }
    .btn.btn-inline-text {
        display: inline;
        float: none;
    }
    .btn.btn-160-center {
        width: 160px;
        margin: 0 calc(50% - 80px);
    }
    .btn.btn-240-center {
        width: 240px;
        margin: 0 calc(50% - 120px);
    }
    .btn.btn-load-more-comments {
        display: inline-block;
        width: 100%;
        font-size: 12px;
        line-height: 14px;
        color: #3086dc;
        background-color: inherit;
        border: none;
        border-radius: 0;
    }
        .btn.btn-load-more-comments:hover {
            color: #3086dc;
            background-color: #FFF;
            text-decoration: underline;
            box-shadow: none;
        }
    .btn.btn-lg {
        font-size: 18px;
        line-height: 30px;
        border-radius: 19px;
        padding: 4px 25px;
    }
    .btn.btn-xl {
        font-size: 24px;
        line-height: 40px;
        border-radius: 24px;
        padding: 4px 31px;
    }
    .btn.btn-xxl {
        font-size: 32px;
        line-height: 50px;
        border-radius: 30px;
        padding: 5px 35px;
    }

#add_partner,
#add_project,
#edit_project,
#edit_about,
#add_library,
#edit_home {
    position: absolute;
    top: 40px;
    right: 40px;
}


/******************************************************************
 * TEXT COUNTER
 ******************************************************************/
.text-counter {
    display: none;
    float: right;
    line-height: 32px;
    margin-right: 20px;
    font-size: 14px;
    color: #666;
}
    .text-counter.show-text-counter {
        display: inline-block;
    }


/******************************************************************
 * BADGE
 ******************************************************************/
.badge {
    padding: 2px 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    background-color: #CCC;
}
    .badge.badge-grey {
    }
    .badge.badge-green {
        color: #FFF;
        background-color: #23c32e;
    }
    .badge.badge-red {
        color: #FFF;
        background-color: #e83737;
    }

.feed-badge {
    display: inline-block;
    min-width: 20px;
    padding: 2px 7px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    background-color: #CCC;
    float: right;
    border-radius: 10px;
}
    .feed-badge.feed-badge-green {
        color: #FFF;
        background-color: #23c32e;
    }
    .feed-badge.feed-badge-red {
        color: #FFF;
        background-color:#e83737;
    }


/******************************************************************
 * HEADER
 ******************************************************************/
 .header-container{
    position: relative;
 }

#main_header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #FFF;
}

#main_logo {
    display: inline-block;
    height: 40px;
    float: left;
    line-height: 40px;
    padding: 10px 0 10px 20px;
    font-size: 28px;
    font-weight: bold;
    color: #444;
}
    #main_logo > img {
        height: inherit;
    }
    #main_logo > img.mobile {
        display: none;
    }

#main_header_shadow {
    height: 60px;
    opacity: 0;
}

#main_menu_desktop,
#main_menu_tablet,
#main_menu_mobile {
    display: inline-block;
    float: right;
    padding: 10px 20px 10px 0;
    font-size: 16px;
}

.menu-group {
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 40px;
}
    .menu-group:last-child {
        margin-right: 0;
    }
    .menu-group > .menu-link {
        display: inline-block;
        float: left;
        padding: 0 10px;
        margin-left: 5px;
        font-size: 14px;
        color: #666;
        cursor: pointer;
    }
        .menu-group > .menu-link:last-child {
            margin-right: 0;
        }
        .menu-group > .menu-link:hover,
        .menu-group > .menu-link.active {
            color: #333;
            border-bottom: 3px solid #CCC;
            text-decoration: none;
        }
        .menu-group > .menu-link > .fa {
            padding: 0 10px;
            line-height: inherit;
        }
            .menu-group > .menu-link > .fa.fa-caret-down {
                padding: 0 10px 0 5px;
            }
        .menu-group > .menu-link > .menu-link-counter {
            display: inline-block;
            min-width: 16px;
            height: 16px;
            padding: 0 2px;
            line-height: 16px;
            text-align: center;
            font-size: 11px;
            color: #FFF;
            background-color: #DE443A;
            border-radius: 50%;
            border: none;
            position: absolute;
            top: 4px;
            right: 4px;
        }
        .menu-group > .menu-link.menu-link-red {
            background-color: #ca1b1b;
            color: #FFF;
        }
            .menu-group > .menu-link.menu-link-red:hover,
            .menu-group > .menu-link.menu-link-red.active {
                background-color: #e83737;
                border: none;
            }

.menu-parent-link.menu-link{
    cursor: default;
    position: relative;
}
.menu-parent-link.menu-link:hover,
.menu-parent-link.menu-link.active {
    border: none;
    text-decoration: none;
}
.menu-parent-link .menu-child{
    background-color: #FFF;
    margin: 0;
    padding: 10px;
    list-style-type: none;
    display: none;
    position: absolute;
    min-width: 100%;
    border-bottom: 3px solid #CCC;
    padding-top: 0px;
    font-size: 13px;
   /* box-shadow: 0px 6px 5px 0px #CCC;*/
}
.menu-parent-link .menu-child li {
    line-height: 1;
}

.menu-parent-link .menu-child li a{
    color: #777;
    cursor: pointer;
    display: block;
    padding: 5px 5px;
    width: max-content;
}

.menu-parent-link .menu-child li a:hover,
.menu-parent-link .menu-child li a.active {
    color: #333;
    text-decoration: none;
}

.sub-menu-parent-link .menu-child{
    list-style-type: none;
    margin: 0;
}

.sub-menu-parent-link .menu-child li a{
    color: #777;
    cursor: pointer;
    display: block;
    padding: 5px 5px;
    width: max-content;
}

.sub-menu-parent-link .menu-child li a:hover,
.sub-menu-parent-link .menu-child li a.active {
    color: #333;
    text-decoration: none;
}

.menu-widget{
    cursor: pointer;
}

.sub-menu.menu-widget  > .menu-widget-content{
    display: none;
    position: absolute;
    top: 40px;
    right: 0px;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #DDD;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.3);
    z-index: 1;
    height: auto;
    overflow: visible;
}

.menu-widget.sub-menu-show > .menu-widget-content {
    display: inline-block;
}

.sub-menu {
    cursor: pointer;
}
    .sub-menu > .sub-menu-content {
        display: none;
        position: fixed;
        top: 60px;
        right: 0px;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 10px 0;
        padding-bottom: 60px;
        text-align: center;
        background-color: #FFF;
        border: 1px solid #DDD;
        box-shadow: 2px 4px 8px rgba(0,0,0,0.3);
        z-index: 1;
    }
    .sub-menu.sub-menu-show > .sub-menu-content {
        display: inline-block;
    }
        .sub-menu > .sub-menu-content.width-1_5 {
            width: 300px;
        }
        .sub-menu > .sub-menu-content.width-2 {
            width: 400px;
        }
        .sub-menu > .sub-menu-content > * {
            display: inline-block;
            width: 100%;
            float: left;
        }
        .sub-menu > .sub-menu-content > .sub-menu-divider {
            width: calc(100% - 20px);
            height: 1px;
            padding-top: 10px;
            margin: 0 10px 10px 10px;
            border: none;
            border-bottom: 1px solid #CCC;
        }
        .sub-menu > .sub-menu-content > .sub-menu-link {
            width: 100%;
            padding: 5px 20px;
            line-height: 20px;
            font-size: 16px;
            color: #333;
            text-decoration: none;
        }
            .sub-menu > .sub-menu-content > .sub-menu-link:hover {
                background-color: #DDD;
            }
            .sub-menu > .sub-menu-content > .sub-menu-link.active {
                background-color: #CCC;
            }
.user-actions > .sub-menu > .sub-menu-content {
    padding: 5px 0;
    top: 15px;
}
    .user-actions > .sub-menu > .sub-menu-content > .sub-menu-link {
        font-size: 13px;
        line-height: 18px;
        color: #000;
    }
    .user-actions > .sub-menu > .sub-menu-content > .sub-menu-divider {
        padding-top: 2px;
        margin: 0 10px 2px 10px;
    }

#main_menu_tablet,
#main_menu_mobile {
    display: none;
}

@media (max-width: 1000px) {
    #main_logo {
        font-size: 22px;
    }
    #main_menu_desktop {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    #main_logo > img {
        display: none;
    }
    #main_logo > img.mobile {
        display: inline-block;
    }

    #main_menu_desktop {
        display: none;
    }
    #main_menu_tablet {
        display: inline-block;
    }

    .container-800-center {
        width: 100%;
        padding: 0 20px;
        margin-left: 0;
    }
}

@media (max-width: 700px) {
    #main_menu_tablet {
        display: none;
    }
    #main_menu_mobile {
        display: inline-block;
    }
}

@media (max-width: 500px) {
    .menu-group {
        margin-right: 0;
    }
        .menu-group > .menu-link {
            margin-left: 0;
        }
}


/******************************************************************
 * PHOTO GALLERY
 ******************************************************************/
.object-gallery {
}
    .object-gallery > * {
        display: inline-block;
        width: 100%;
    }
    .object-gallery > .main-photo {
        height: 320px;
        background-origin: border-box;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        border: 2px solid #FFF;
        outline: 1px solid #CCC;
        position: relative;
        cursor: pointer;
    }
        .object-gallery > .main-photo > .fa-search {
            display: none;
            width: 100%;
            height: 100%;
            line-height: 320px;
            font-size: 40px;
            color: rgba(255,255,255,0.7);
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }
        .object-gallery > .main-photo:hover > .fa-search {
            display: inline-block;
        }
    .object-gallery > .photo-gallery {
    }
        .object-gallery > .photo-gallery > .photo {
            display: inline-block;
            width: 60px;
            height: 60px;
            float: left;
            margin: 5px 5px 0 0;
            border: 2px solid #FFF;
            outline: 1px solid #CCC;
            background-origin: border-box;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            cursor: pointer;
            position: relative;
        }
            .object-gallery > .photo-gallery > .photo > .fa-remove {
                position: absolute;
                top: 0;
                right: 0;
                width: 26px;
                height: 26px;
                line-height: 26px;
                text-align: center;
                font-size: 16px;
                color: #666;
            }
            .object-gallery > .photo-gallery > .photo > .fa-remove:hover {
                color: #e83737;
                cursor: pointer;
            }
            .object-gallery > .photo-gallery > .photo:hover {
                box-shadow: 0 2px 4px rgba(0,0,0,0.5);
            }
            .object-gallery > .photo-gallery > .photo.active {
                box-shadow: 0 2px 4px #3086dc;
            }
        .object-gallery > .photo-gallery > .add-photo {
            display: inline-block;
            width: 60px;
            height: 60px;
            float: left;
            margin: 5px 5px 0 0;
            border: 2px solid #FFF;
            outline: 1px solid #CCC;
            cursor: pointer;
        }
            .object-gallery > .photo-gallery > .add-photo > .fa {
                width: 100%;
                line-height: 60px;
                color: #666;
                font-size: 32px;
                text-align: center;
            }

@media (max-width: 900px) {
    #object_inner_page > .content .object-gallery > .main-photo,
    .object-gallery > .main-photo {
        height: 240px !important;
        background-size: contain;
    }
        .object-gallery > .main-photo > .fa-search {
            line-height: 240px;
        }
}

/******************************************************************
 * TRANSLATIONS
 ******************************************************************/
.front-end-translation-tool {
    display: inline-block;
    float: right;
}
    .front-end-translation-tool > * {
        display: inline-block;
        float: left;
        padding: 0 5px;
        font-size: 13px;
        line-height: 20px;
        background-color: #FFF;
        color: #333;
        border: 1px solid #CCC;
        border-right: none;
        cursor: pointer;
    }
    .front-end-translation-tool > *.active {
        background-color: #6fd86f;
        color: #FFF;
    }
    .front-end-translation-tool > *:last-child {
        border: 1px solid #CCC;
    }

@media (max-width: 900px) {
    .post-editor > .editor-actions > .front-end-translation-tool {
        margin: 0px 10px 0 0;
    }
    .front-end-translation-tool > * {
        padding: 5px 10px;
    }
}

/******************************************************************
 * FORM
 ******************************************************************/
.form {
    display: inline-block;
    width: 100%;
}
    .form > .form-row {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
        .form > .form-row:last-child {
            margin-bottom: 0;
        }

        .form > .form-row > * {
            display: inline-block;
            width: 100%;
        }
        .form > .form-row.form-actions > * {
            width: auto;
        }

        .form > .form-row > label {
            font-size: 14px;
            font-weight: bold;
            line-height: 14px;
            margin-bottom: 5px;
            color: #555;
        }

        .form > .form-row > span {
            float: left;
            width: calc(100% - 50px);
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 5px;
            margin-left: 10px;
        }

        .form > .form-row > input {
            height: 32px;
            line-height: 32px;
            font-size: 16px;
            padding: 0 10px;
            border: 1px solid #CCC;
            border-radius: 4px;
        }
            .form > .form-row > input[type=checkbox] {
                float: left;
                height: 24px;
                width: 24px;
                line-height: 24px;
                font-size: 16px;
                padding: 0 10px;
                border: 1px solid #CCC;
                border-radius: 4px;
            }

        .form > .form-row > textarea {
            height: 200px;
            max-height: 200px;
            padding: 10px;
            line-height: 24px;
            font-size: 16px;
            border: 1px solid #CCC;
            border-radius: 4px;
            resize: none;
        }

        .form > .form-row > .hint {
            padding: 5px 20px;
            line-height: 16px;
            font-size: 12px;
            font-style: italic;
            background-color: #EEE;
            color: #555;
        }

    .form > .form-row.form-actions {
        margin: 40px 0;
    }

    .form > #library_file_upload,
    .form > #link_upload {
        display: none;
    }
    .form[data-type="0"] > #library_file_upload,
    .form[data-type="1"] > #link_upload {
        display: inline-block;
    }

    .form .lib-categories {
    }
        .form .lib-categories > .lib-cat {
            display: inline-block;
            width: calc(33% - 10px);
            min-height: 52px;
            float: left;
            background-color: #EFEFEF;
            margin: 10px 10px 0 0;
            padding: 10px 20px;
            overflow: hidden;
            position: relative;
        }
            .form .lib-categories > .lib-cat > * {
                display: inline-block;
                float: left;
            }
            .form .lib-categories > .lib-cat > .fa {
                font-size: 36px;
                color: rgba(255,255,255,0.8);
                position: absolute;
                top: 10px;
                left: 5px;
                right: 0;
            }
            .form .lib-categories > .lib-cat > span {
                width: 100%;
                line-height: 14px;
                font-size: 14px;
                position: relative;
                text-align: center;
            }
            .form .lib-categories > .lib-cat:hover {
                background-color: #6fd86f;
                cursor: pointer;
            }
                .form .lib-categories > .lib-cat:hover > .fa {
                    color: rgba(255,255,255,0.2);
                }
                .form .lib-categories > .lib-cat:hover > span {
                    color: #FFF;
                }
            .form .lib-categories > .lib-cat.active {
                background-color: #23c32e;
            }
                .form .lib-categories > .lib-cat.active > .fa {
                    color: rgba(255,255,255,0.2);
                }
                .form .lib-categories > .lib-cat.active > span {
                    color: #FFF;
                }

.page-editor-title {
    margin-top: 40px;
    padding: 5px 10px;
    line-height: 20px;
    background-color: #333;
    color: #FFF;
}


.file-uploader {
    width: 240px !important;
    padding: 10px;
    margin: 20px 20px 0 0;
    position: relative;
    border: 1px solid #CCC;
    border-radius: 8px;
}
    .file-uploader > .fa {
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 44px;
        text-align: center;
        background-color: #CCC;
        line-height: 44px;
    }
    .file-uploader > .text {
        display: inline-block;
        width: 100%;
        padding-left: 44px;
        line-height: 20px;
        font-size: 13px;
    }
    .file-uploader > form {
        display: none;
    }


/******************************************************************
 * POST EDITOR
 ******************************************************************/
.post-editor {
    display: inline-block;
    width: 100%;
    border: 1px solid #DDD;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}
    .post-editor > * {
        display: none;
    }
    .post-editor[data-content="true"] > .editor-content,
    .post-editor[data-actions="true"] > .editor-actions,
    .post-editor[data-add-url="true"] > .editor-add-url,
    .post-editor[data-add-video="true"] > .editor-add-video {
        display: inline-block;
    }
    .post-editor > .editor-content {
        width: 100%;
    }
        .post-editor > .editor-content > * {
            display: inline-block;
            width: 100%;
            padding: 10px 20px 0;
        }
        .post-editor > .editor-content > textarea {
            height: 24px;
            padding-top: 0;
            margin-top: 20px;
            max-height: 240px;
            border: none;
            background-color: rgba(0,0,0,0);
            line-height: 24px;
            font-size: 16px;
            outline: none;
            resize: none;
        }
        .post-editor > .editor-content > .url-list {
            display: none;
        }
            .post-editor > .editor-content > .url-list > .url-item {
                display: inline-block;
                float: left;
                height: 32px;
                min-width: 100px;
                max-width: 100%;
                padding: 6px 26px 6px 10px;
                margin: 0 10px 10px 0;
                overflow: hidden;
                line-height: 20px;
                font-size: 14px;
                background-color: #FFF;
                color: #666;
                border: 1px solid #CCC;
                border-radius: 4px;
                position: relative;
            }
                .post-editor > .editor-content > .url-list > .url-item > .fa-link {
                    margin-right: 5px;
                    line-height: inherit;
                }
                .post-editor > .editor-content > .url-list > .url-item > .fa-remove {
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 26px;
                    height: 26px;
                    line-height: 26px;
                    text-align: center;
                    font-size: 16px;
                    color: #666;
                }
                    .post-editor > .editor-content > .url-list > .url-item > .fa-remove:hover {
                        color: #e83737;
                        cursor: pointer;
                    }
        .post-editor > .editor-content > .rich-list {
            display: none;
        }
            .post-editor > .editor-content > .rich-list > * {
                display: inline-block;
                float: left;
                width: 100px;
                height: 100px;
                margin: 0 10px 10px 0;
                background-color: #EEE;
                border: 1px solid #CCC;
                background-clip: border-box;
                background-origin: border-box;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                position: relative;
            }
            .post-editor > .editor-content > .rich-list > .video-item {
            }
                .post-editor > .editor-content > .rich-list > .video-item .fa-youtube,
                .post-editor > .editor-content > .rich-list > .video-item .fa-vimeo {
                    color: #FFF !important;
                    font-size: 48px;
                    line-height: 100px;
                    width: 100%;
                    text-align: center;
                }
            .post-editor > .editor-content > .rich-list > .img-item {
            }
                .post-editor > .editor-content > .rich-list > * > .fa-remove {
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 26px;
                    height: 26px;
                    line-height: 26px;
                    text-align: center;
                    font-size: 16px;
                    color: #666;
                    background-color: inherit;
                }
                    .post-editor > .editor-content > .rich-list > * > .fa:hover {
                        color: #e83737;
                        cursor: pointer;
                    }
        .post-editor[data-url="true"] > .editor-content > .url-list,
        .post-editor[data-rich="true"] > .editor-content > .rich-list {
            display: inline-block;
        }
    .post-editor > .editor-actions {
        width: calc(100% - 40px);
        margin: 10px 20px 0;
        padding: 10px 0;
        border-top: 1px solid #CCC;
    }
        .post-editor > .editor-actions > span {
            padding: 5px 0;
            margin-right: 10px;
            float: left;
            line-height: inherit;
        }
        .post-editor > .editor-actions > .btn:not(.btn-post) {
            padding: 5px 10px;
            margin-right: 10px;
            background-color: #FFF;
            color: #666;
        }
            .post-editor > .editor-actions > .btn.btn-post {
                margin-right: 0;
            }
            .post-editor > .editor-actions > .btn > .fa {
                font-size: 14px;
            }
            .post-editor > .editor-actions > .btn > span {
                font-size: 13px;
            }
        .post-editor > .editor-actions > .text-counter {
            float: right;
            line-height: 32px;
            margin-right: 20px;
            font-size: 14px;
            color: #666;
        }
        .post-editor > .editor-actions > .front-end-translation-tool {
            margin: 5px 20px 0 0;
        }
    .post-editor > .editor-add-url,
    .post-editor > .editor-add-video {
        width: 100%;
        padding: 20px;
        background-color: #EFEFEF;
    }
        .post-editor > .editor-add-url > *,
        .post-editor > .editor-add-video > * {
            display: inline-block;
            width: 100%;
        }
        .post-editor > .editor-add-url > .title,
        .post-editor > .editor-add-video > .title {
            line-height: 20px;
            font-size: 14px;
            font-family: RobotoMedium;
            margin-bottom: 5px;
        }
        .post-editor > .editor-add-url > input,
        .post-editor > .editor-add-video > input {
            height: 32px;
            font-size: 16px;
            line-height: 20px;
            padding: 6px 10px;
        }
        .post-editor > .editor-add-url > .actions,
        .post-editor > .editor-add-video > .actions {
            margin-top: 10px;
            padding: 10px 0;
            border-top: 1px solid #DDD;
        }

#object_image_form,
#post_image_form {
    display: none;
}

@media (max-width: 900px) {
    .post-editor > .editor-actions > span {
        display: none;
    }
}

@media (max-width: 520px) {
    .post-editor > .editor-content > textarea {
        margin-top: 15px;
        padding: 0 10px 0;
    }
    .post-editor > .editor-actions {
        width: calc(100% - 20px);
        margin: 10px 10px 0;
    }
        .post-editor > .editor-actions > .btn > span {
            display: none;
        }
        .post-editor > .editor-actions > .btn > .fa {
            margin-right: 5px;
        }
}



/******************************************************************
 * LIGHTOBX
 ******************************************************************/
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
    .lightbox.active {
        display: inline-block;
    }
    .lightbox > .lightbox-background {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.7);
    }
    .lightbox > .lightbox-content {
        display: inline-block;
        position: absolute;
        top: 100px;
        bottom: 100px;
        right: 50px;
        left: 50px;
        background-color: #000;
        background-clip: border-box;
        background-origin: border-box;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        color: #CCC;
    }
        .lightbox > .lightbox-content > * {
            display: none;
        }
            .lightbox > .lightbox-content:hover > * {
                display: inline-block;
            }
        .lightbox > .lightbox-content > .lightbox-header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            line-height: 40px;
            padding: 10px 20px;
            background-color: rgba(0,0,0,0.3);
            color: #FFF;
            text-shadow: 0 0 20px #000;
        }
        .lightbox > .lightbox-content > .lightbox-navigation {
            position: absolute;
            top: 60px;
            bottom: 0;
            width: 100px;
            padding: 0 20px;
            text-align: center;
            cursor: pointer;
        }
            .lightbox > .lightbox-content > .lightbox-navigation.left {
                left: 0;
            }
            .lightbox > .lightbox-content > .lightbox-navigation.right {
                right: 0;
            }
            .lightbox > .lightbox-content > .lightbox-navigation > .fa {
                margin-top: calc(50vh - 170px);
                color: #FFF;
                font-size: 30px;
            }
        .lightbox > .lightbox-content > .lightbox-footer {
            display: none;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            font-size: 14px;
            line-height: 18px;
            padding: 10px 20px;
            background-color: rgba(0,0,0,0.3);
        }
    .lightbox > .lightbox-close {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        color: #CCC;
        cursor: pointer;
    }

    .lightbox > .lightbox-mobile-content {
        display: none;
    }

@media (max-width: 900px) {
    .lightbox > .lightbox-content,
    .lightbox > .lightbox-close {
        display: none;
    }

    .lightbox > .lightbox-mobile-content {
        display: inline-block;
    }
        .lightbox > .lightbox-mobile-content > .lightbox-header {
            display: inline-block;
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            height: 40px;
            background-color: #EEE;
            box-shadow: 0 4px 8px rgba(0,0,0,0.3);
            z-index: 1;
        }
            .lightbox > .lightbox-mobile-content > .lightbox-header > .lightbox-close {
                display: inline-block;
                float: right;
                line-height: 40px;
                width: 60px;
            }
                .lightbox > .lightbox-mobile-content > .lightbox-header > .lightbox-close > .fa {
                    display: inline-block;
                    width: 100%;
                    line-height: inherit;
                    text-align: center;
                }
        .lightbox > .lightbox-mobile-content > .lightbox-photo-list {
            display: inline-block;
            padding: 10px;
            position: fixed;
            top: 40px;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            background-color: #FFF;
            overflow-y: scroll;
        }
            .lightbox > .lightbox-mobile-content > .lightbox-photo-list > .photo {
                display: inline-block;
                width: 100%;
                margin: 10px 0;
                border: 1px solid #CCC;
                border-radius: 2px;
            }
                .lightbox > .lightbox-mobile-content > .lightbox-photo-list > .photo > * {
                    display: inline-block;
                    width: 100%;
                }
                .lightbox > .lightbox-mobile-content > .lightbox-photo-list > .photo > .img {
                }
                .lightbox > .lightbox-mobile-content > .lightbox-photo-list > .photo > .author {
                    display: inline-block;
                    background-color: #EEE;
                    padding: 4px 10px;
                    line-height: 16px;
                    font-size: 13px;
                }

}


/******************************************************************
 * LIGHTBOX POST EDITOR
 ******************************************************************/
.post-lightbox-editor-background {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999998;
    background-color: rgba(0,0,0,0.3);
}
.post-lightbox-editor {
    display: inline-block;
    width: 800px;
    position: absolute;
    top: 100px;
    /*bottom: 100px;*/
    right: calc(50% - 400px);
    left: calc(50% - 400px);
    background-color: #FFF;
    border: 1px solid #CCC;
    z-index: 999999;
}
    .post-lightbox-editor > * {
        display: inline-block;
        width: 100%;
        padding: 0 20px;
    }
    .post-lightbox-editor > .header {
        border-bottom: 1px solid #CCC;
        line-height: 40px;
    }
        .post-lightbox-editor > .header > .title {
            display: inline;
        }
        .post-lightbox-editor > .header > .fa {
            display: inline-block;
            float: right;
            line-height: inherit;
            width: 40px;
            text-align: center;
            color: #999;
            cursor: pointer;
        }
            .post-lightbox-editor > .header > .fa:hover {
                color: #333;
            }
    .post-lightbox-editor > .content {
        padding: 20px;
    }
        .post-lightbox-editor > .content > textarea {
            display: inline-block;
            width: 100%;
            min-height: 200px;
            max-height: 300px;
            padding: 10px 20px;
            line-height: 20px;
            font-size: 16px;
            resize: none;
        }
    .post-lightbox-editor > .footer {
        padding: 10px 20px;
        border-top: 1px solid #CCC;
    }
        .post-lightbox-editor > .footer > .btn-blue {
            margin: 0;
        }
        .post-lightbox-editor > .footer > .front-end-translation-tool {
            margin: 5px 20px 5px 0;
        }

@media (max-width: 900px) {
    .post-lightbox-editor {
        width: 100%;
        height: 100%;
        position: static;
    }
}



/******************************************************************
 * GLOBAL NOTIFICATIONS
 ******************************************************************/
.global-notification,
.global-notification > div {
    display: none;
}
    .global-notification[data-state="sending"],
    .global-notification[data-state="success"],
    .global-notification[data-state="failed"],
    .global-notification[data-state="sending"] > .sending,
    .global-notification[data-state="success"] > .success,
    .global-notification[data-state="failed"] > .failed {
        display: inline-block;
    }
    .global-notification > div {
        width: 300px;
        padding: 10px 20px;
        position: fixed;
        bottom: 20px;
        left: calc(50% - 150px);
        border: none;
        box-shadow: 0 8px 32px rgba(0,0,0,0.5);
        color: #FFF;
        line-height: 20px;
        border-radius: 20px;
        border: 1px solid #FFF;
    }
        .global-notification > .sending {
            background-color: #42a4b9;
        }
        .global-notification > .success {
            background-color: #42b942;
        }
        .global-notification > .failed {
            background-color: #b94242;
        }
        .global-notification > div > * {
            display: inline-block;
            float: left;
        }
        .global-notification > div > .fa {
            width: 20px;
            line-height: inherit;
            margin-right: 10px;
        }
        .global-notification > div > span {
            width: 220px;
            line-height: inherit;
            font-size: 14px;
            color: #EFEFEF;
        }

@media (max-width: 900px) {
    .global-notification > div {
        bottom: 80px;
        padding: 5px 10px;
        border-radius: 13px;
        line-height: 16px;
    }
}


/******************************************************************
 * HOME HERO ZONE
 ******************************************************************/

.container-home {
    display: inline-block;
    width: 100%;
    position: relative;
}
    .container-home > .images {
        display: inline-block;
        width: 100%;
    }
        .container-home > .images > .img {
            display: none;
            background-image: url(/img/projects/project-main.jpg);
            position: relative;
        }
            .container-home > .images > .img > .text {
                display: inline-block;
                width: 100%;
                padding: 40px;
                position: absolute;
                bottom: 130px;
                left: 0;
                right: 0;
                background-color: rgba(0,0,0,0.3);
                text-shadow: 0 0px 2px #333;
                color: rgba(250,250,250,0.9);
            }
                .container-home > .images > .img > .text > * {
                    display: block;
                }
                .container-home > .images > .img > .text > h1 {
                    font-size: 48px;
                    line-height: 50px;
                }
                .container-home > .images > .img > .text > p {
                    margin: 20px 0 0 0;
                    font-size: 20px;
                    line-height: 26px;
                }
    .container-home > .tabs {
        display: inline-block;
        width: 100%;
        max-height: 130px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.2);
        overflow: hidden;
    }
        .container-home > .tabs > .tab {
            display: inline-block;
            width: 20%;
            float: left;
            background-color: rgba(0,0,0,0);
            text-align: center;
            font-size: 20px;
            line-height: 24px;
            color: #FFF;
            text-shadow: 0 0px 2px #333;
            cursor: pointer;
        }
        .container-home > .tabs > .tab a{
            padding: 40px 20px 80px 20px;
            color: inherit;
            text-decoration: none;
            display: block;
            text-align: center;
        }
            .container-home > .tabs > .tab:nth-child(2n) {
                background-color: rgba(255,255,255,0.1);
            }
            .container-home > .tabs > .tab:hover {
                background-color: rgba(255,255,255,0.3);
            }

.container-home[data-active="1"] > .images > .img:nth-child(1),
.container-home[data-active="2"] > .images > .img:nth-child(2),
.container-home[data-active="3"] > .images > .img:nth-child(3),
.container-home[data-active="4"] > .images > .img:nth-child(4) {
    display: inline-block;
}

/*.container-home[data-active="1"] > .tabs > .tab:nth-child(1),
.container-home[data-active="2"] > .tabs > .tab:nth-child(2),
.container-home[data-active="3"] > .tabs > .tab:nth-child(3),
.container-home[data-active="4"] > .tabs > .tab:nth-child(4) {
    background-color: rgba(255,255,255,0.3);
}*/



@media (max-width: 900px) {
    .container-home > .images > .img {
        display: inline-block;
        height: 400px;
        min-height: initial !important;
    }
        .container-home > .images > .img > .text {
            width: 90%;
            padding: 20px;
            bottom: 0;
        }
            .container-home > .images > .img > .text > h1 {
                font-size: 32px;
                line-height: 35px;
            }
            .container-home > .images > .img > .text > p {
                font-size: 18px;
                line-height: 22px;
            }
    .container-home > .tabs {
        display: none;
    }
}


/******************************************************************
 * PARTNERS LIST
 ******************************************************************/

.container-partners {
    display: inline-block;
    width: 100%;
    text-align: center;
}
    .container-partners > .partners-intro {
        width: 100%;
        height: 300px;
        background-image: url(/img/about-project/Nariai.jpg);
        position: relative;
    }
        .container-partners > .partners-intro > .summary {
            position: absolute;
            bottom: 20px;
            left: 0;
        }
            .container-partners > .partners-intro > .summary > .name {
                display: inline-block;
                width: 100%;
                margin-bottom: 10px;
                font-family: RobotoSlab;
                font-size: 36px;
                line-height: 40px;
                color: #FFF;
                text-align: center;
            }
    .container-partners > div {
        text-align: center;
    }
    .container-partners .partner {
        display: inline-block;
        width: 280px;
        padding: 10px 20px;
        margin-bottom: 10px;
        position: relative;
    }
        .container-partners .partner > * {
            display: inline-block;
            width: 100%;
        }
        .container-partners .partner > .image {
            height: 120px;
            background-image: url(/img/partners/default.png);
        }
        .container-partners .partner > .name {
            height: 40px;
            text-align: center;
            line-height: 20px;
            font-size: 18px;
            overflow: hidden;
        }
        .container-partners .partner > .status {
            display: inline-block;
            width: auto;
            position: absolute;
            top: 20px;
            left: 0;
            padding: 2px 8px;
            background-color: #EEE;
            color: #000;
            font-size: 11px;
            line-height: 14px;
            text-transform: uppercase;
        }
            .container-partners .partner > .status.published {
                background-color: #2fc72f;
                color: #FFF;
            }
        .container-partners .partner > .membership-on-hold {
            display: inline-block;
            width: auto;
            position: absolute;
            top: 0;
            left: 0;
            padding: 2px 8px;
            background-color: #F44;
            color: #FFF;
            font-size: 11px;
            line-height: 14px;
            text-transform: uppercase;
        }
        .container-partners .partner:hover {
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }

body[data-page="home"] .container-partners {
    max-height: 380px;
    overflow: hidden;
}

/******************************************************************
 * PARTNERS LIST - MINI
 ******************************************************************/

.container-partners-mini {
    display: inline-block;
    width: 100%;
    text-align: center;
}
    .container-partners-mini > .partner {
        display: inline-block;
        width: 140px;
        padding: 5px 10px;
        margin-bottom: 10px;
        position: relative;
        cursor: pointer;
    }
        .container-partners-mini > .partner > * {
            display: inline-block;
            width: 100%;
        }
        .container-partners-mini > .partner > .image {
            height: 60px;
            background-image: url(/img/partners/default.png);
        }
        .container-partners-mini > .partner > .name {
            height: 30px;
            text-align: center;
            line-height: 15px;
            font-size: 12px;
            overflow: hidden;
        }
        .container-partners-mini > .partner > .status {
            display: inline-block;
            width: auto;
            position: absolute;
            top: 15px;
            left: 0;
            padding: 1px 4px;
            background-color: #EEE;
            color: #000;
            font-size: 9px;
            line-height: 11px;
            text-transform: uppercase;
        }
            .container-partners-mini > .partner > .status.published {
                background-color: #2fc72f;
                color: #FFF;
            }
        .container-partners-mini > .partner:hover {
            background-color: #FFF;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        .container-partners-mini > .partner > .membership-on-hold {
            display: inline-block;
            width: auto;
            position: absolute;
            top: 0;
            left: 0;
            padding: 1px 4px;
            background-color: #F44;
            color: #FFF;
            font-size: 9px;
            line-height: 11px;
            text-transform: uppercase;
        }
        .container-partners-mini > .partner:hover > .selected {
            display: inline-block;
            color: #61bf61;
        }
        .container-partners-mini > .partner > .selected {
            display: none;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: center;
            line-height: 100px;
            color: green;
            font-size: 40px;
            background-color: rgba(255,255,255,0.5);
        }
        .container-partners-mini > .partner.active > .selected {
            display: inline-block;
        }

/******************************************************************
 * PROJECT BOTTOM LOGOS
 ******************************************************************/

.container-project-logos {
    display: inline-block;
    width: 100%;
    text-align: center;
}
    .container-project-logos > .logo-img {
        display: inline-block;
        width: 140px;
        height: 140px;
        padding: 5px 10px;
        margin-bottom: 10px;
        position: relative;
        cursor: pointer;
        background-image: url(/img/projects/logos.jpg);
    }
        .container-project-logos > .logo-img:hover {
            box-shadow: 0 2px 4px rgba(0,0,0,0.3)
        }
        .container-project-logos > .logo-img > .fa {
            display: none;
            padding: 10px;
            position: absolute;
            top: 0;
            right: 0;
            color: #e83737;
            background-color: rgba(255,255,255,0.7);
            cursor: pointer;
        }
            .container-project-logos > .logo-img:hover > .fa {
                display: inline-block;
            }

/******************************************************************
 * PARTNER INNER
 ******************************************************************/

.container-partner-inner {
    display: inline-block;
    width: 100%;
}
    .container-partner-inner > * {
        display: inline-block;
        float: left;
    }
    .container-partner-inner > .image {
        width: 45%;
        max-width: 300px;
        height: 200px;
        margin-right: 5%;
    }
    .container-partner-inner > .summary {
        width: 50%;
    }
        .container-partner-inner > .summary > * {
            display: inline-block;
            width: 100%;
        }
        .container-partner-inner > .summary > .name {
            margin-bottom: 40px;
            font-family: RobotoMedium;
            font-size: 24px;
            color: #666;
        }
        .container-partner-inner > .summary > .contact {
            margin-bottom: 10px;
            font-size: 14px;
            color: #333;
            line-height: 20px;
        }
            .container-partner-inner > .summary > .contact > .fa {
                width: 30px;
                margin-right: 10px;
                text-align: center;
                color: #999;
                font-size: 18px;
                line-height: inherit;
            }
            .container-partner-inner > .summary > .contact.membership-on-hold {
                padding: 5px 20px;
                background-color: #F44;
                color: #FFF;
                line-height: 20px;
                font-size: 14px;
                text-align: center;
            }
    .container-partner-inner > .description {
        width: 100%;
        margin-top: 40px;
        font-size: 16px;
        color: #333;
        line-height: 20px;
        text-align: justify;
    }

@media (max-width: 900px) {
    .container-partner-inner > * {
        width: 100% !important;
        margin: 0;
    }
}


/******************************************************************
 * PROJECTS LIST
 ******************************************************************/

.container-projects {
    display: inline-block;
    width: 100%;
    text-align: center;
}
    .container-projects > .projects-intro {
        width: 100%;
        height: 300px;
        background-image: url(/img/about-project/Projektai.jpg);
        position: relative;
    }
        .container-projects > .projects-intro > .summary {
            position: absolute;
            bottom: 20px;
            left: 0;
        }
            .container-projects > .projects-intro > .summary > .name {
                display: inline-block;
                width: 100%;
                margin-bottom: 10px;
                font-family: RobotoSlab;
                font-size: 36px;
                line-height: 40px;
                color: #FFF;
                text-shadow: 0 0 8px #333;
                text-align: center;
            }
    .container-projects > div {
        text-align: center;
    }
    .container-projects .project {
        display: inline-block;
        width: 600px;
        padding: 10px 20px;
        margin-bottom: 10px;
        position: relative;
    }
        .container-projects .project > * {
            display: inline-block;
            width: 100%;
        }
        .container-projects .project > .image {
            height: 240px;
            background-image: url(/img/partners/default.png);
        }
        .container-projects .project > .summary {
            padding: 0 40px;
            position: absolute;
            bottom: 30px;
            right: 0;
            left: 20px;
            background: rgba(0,0,0,0.3);
            width: calc(100% - 40px);
        }
            .container-projects .project > .summary > .name {
                display: inline-block;
                width: 100%;
                margin-bottom: 10px;
                line-height: 28px;
                font-family: RobotoSlab;
                font-size: 24px;
                color: #FFF;
                text-shadow: 0 0 2px #333;
            }
        .container-projects .project > .status {
            display: inline-block;
            width: auto;
            position: absolute;
            top: 10px;
            left: 20px;
            padding: 2px 8px;
            background-color: #EEE;
            color: #000;
            font-size: 11px;
            line-height: 14px;
            text-transform: uppercase;
        }
            .container-projects .project > .status.published {
                background-color: #23c32e;
                color: #FFF;
            }
        .container-projects .project:hover {
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }

@media (max-width: 640px) {
    .container-projects .project {
        width: 100%;
        padding: 0 20px;
    }
}


/******************************************************************
 * PROJECT INNER
 ******************************************************************/

.container-project-inner {
    display: inline-block;
    width: 100%;
    position: relative;
}
    .container-project-inner > * {
        display: inline-block;
        float: left;
    }
    .container-project-inner > .project-intro {
        width: 100%;
        height: 300px;
        background-image: url(/img/projects/project-main.jpg);
        position: relative;
    }
        .container-project-inner > .project-intro > .summary {
            width: 50%;
            padding: 0 10px;
            position: absolute;
            bottom: 20px;
            right: 0;
            background-color: rgba(0,0,0,0.3);
        }
            .container-project-inner > .project-intro > .summary > * {
                display: inline-block;
                width: 100%;
            }
            .container-project-inner > .project-intro > .summary > .name {
                margin-bottom: 10px;
                font-family: RobotoSlab;
                font-size: 36px;
                line-height: 40px;
                color: #FFF;
                text-shadow: 0 0 2px #333;
            }
            .container-project-inner > .project-intro > .summary > .contact {
                margin-bottom: 10px;
                font-size: 14px;
                color: #333;
                line-height: 20px;
            }
    .container-project-inner > div > .description {
        width: 100%;
        font-family: RobotoLight;
        font-size: 17px;
        color: #333;
        line-height: 24px;
    }

@media (max-width: 900px) {
    .container-project-inner > .project-intro > .summary {
        width: 100%;
        padding: 0 10px;
        position: absolute;
        bottom: 20px;
        right: 0;
    }
    .container-project-inner > div > .description {
        padding: 0 20px;
    }
}

/******************************************************************
 * Simple page
 ******************************************************************/
.map-page-header{
    width: 100%;
    height: auto;
    position: relative;
}

.simple-page-header{
    width: 100%;
    height: 300px;
    position: relative;
}

.simple-page-header .summary, .map-page-header .summary{
    position: absolute;
    bottom: 20px;
    left: 0;
}

.simple-page-header .name, .map-page-header .name{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-family: RobotoSlab;
    font-size: 36px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
}

.map-page-header .name{
    color: #444;
    font-size: 28px;
    line-height: 1;
    margin: 0;
    padding: 30px 0px;
}

.map-page-header .name .sub-text{
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
}

.map-page-header{
    text-decoration: center;
}

.map-container-holder{
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
    background-color: #fff;
    scroll-behavior: smooth;
}

#map-container{
    width: auto;
    /*margin-left: 50%;*/
    /*transform: translateX(-50%);*/
    display: inline-block;
}

.qtip.qtip-map-edit{
    background-color: #3086dc;
    border-color: #3086dc;
    color: #fff;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    padding: 3px 0px;
    min-width: auto;
    pointer-events: none;
}

.qtip.qtip-map-edit .qtip-tip{
    display: none !important;
}

.grey-text-shadow{
    text-shadow: 0px 0px 5px #999;
}

/******************************************************************
 * NEWS LIST
 ******************************************************************/

.container-news {
    display: inline-block;
    width: 100%;
    position: relative;
}
    .container-news > * {
        display: inline-block;
        float: left;
    }
    .container-news > .news-intro {
        width: 100%;
        height: 300px;
        background-image: url(/img/projects/Naujienos.jpg);
        position: relative;
    }
        .container-news > .news-intro > .summary {
            position: absolute;
            bottom: 20px;
            left: 0;
        }
            .container-news > .news-intro > .summary > * {
                display: inline-block;
                width: 100%;
            }
            .container-news > .news-intro > .summary > .name {
                display: inline-block;
                width: 100%;
                margin-bottom: 10px;
                font-family: RobotoSlab;
                font-size: 36px;
                line-height: 40px;
                color: #FFF;
                text-align: center;
                text-shadow: 0 0 8px #333;
            }
            .container-news > .news-intro > .summary > .contact {
                margin-bottom: 10px;
                font-size: 14px;
                color: #333;
                line-height: 20px;
            }
    .container-news > div > .description {
        width: 100%;
        font-family: RobotoLight;
        font-size: 17px;
        color: #333;
        line-height: 24px;
    }

@media (max-width: 900px) {
    .container-news > .news-intro > .summary {
        padding: 0 10px;
        position: absolute;
        bottom: 20px;
        right: 0;
    }
    .container-news > div > .description {
        padding: 0 20px;
    }
}


/******************************************************************
 * LEGAL LIST
 ******************************************************************/

.container-legal {
    display: inline-block;
    width: 100%;
    position: relative;
}
    .container-legal > * {
        display: inline-block;
        float: left;
    }
    .container-legal > .legal-intro {
        width: 100%;
        height: 300px;
        background-image: url(/img/projects/Teisine-baze.jpg);
        position: relative;
    }
        .container-legal > .legal-intro > .summary {
            position: absolute;
            bottom: 20px;
            left: 0;
        }
            .container-legal > .legal-intro > .summary > * {
                display: inline-block;
                width: 100%;
            }
            .container-legal > .legal-intro > .summary > .name {
                display: inline-block;
                width: 100%;
                margin-bottom: 10px;
                font-family: RobotoSlab;
                font-size: 36px;
                line-height: 40px;
                color: #FFF;
                text-align: center;
                text-shadow: 0 0 8px #333;
            }
            .container-legal > .legal-intro > .summary > .contact {
                margin-bottom: 10px;
                font-size: 14px;
                color: #333;
                line-height: 20px;
            }
    .container-legal > div > .description {
        width: 100%;
        font-family: RobotoLight;
        font-size: 17px;
        color: #333;
        line-height: 24px;
    }

@media (max-width: 900px) {
    .container-legal > .legal-intro > .summary {
        padding: 0 10px;
        position: absolute;
        bottom: 20px;
        right: 0;
    }
    .container-legal > div > .description {
        padding: 0 20px;
    }
}

/******************************************************************
 * ABOUT US
 ******************************************************************/

.container-about {
    display: inline-block;
    width: 100%;
}
    .container-about > .about-intro {
        width: 100%;
        height: 300px;
        background-image: url(/img/about-project/about-project.jpg);
        position: relative;
		background-size: contain;
    }
        .container-about > .about-intro > .summary {
            display: none;
            position: absolute;
            bottom: 20px;
            left: 0;
        }
            .container-about > .about-intro > .summary > .name {
                display: inline-block;
                width: 100%;
                margin-bottom: 10px;
                font-family: RobotoSlab;
                font-size: 36px;
                line-height: 40px;
                color: #FFF;
            }
    .container-about > p {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        font-size: 16px;
        color: #333;
        line-height: 20px;
    }

    .container-about > .contacts {
        display: inline-block;
        width: 100%;
    }
        .container-about > .contacts > * {
            display: inline-block;
            width: 100%;
        }
        .container-about > .contacts > .label {
        }
        .container-about > .contacts > .label {
        }
        .container-about > .contacts > .label {
        }

.container-about .form input,
.container-about .form textarea {
    margin-top: 10px;
}

/******************************************************************
 * LIBRARY
 ******************************************************************/

.container-library {
    display: inline-block;
    width: 100%;
}
    .container-library > .library-intro {
        width: 100%;
        height: 300px;
        background-image: url(/img/about-project/Biblioteka.jpg);
        position: relative;
    }
        .container-library > .library-intro > .summary {
            position: absolute;
            bottom: 20px;
            left: 0;
        }
            .container-library > .library-intro > .summary > .name {
                display: inline-block;
                width: 100%;
                margin-bottom: 10px;
                font-family: RobotoSlab;
                font-size: 36px;
                line-height: 40px;
                color: #FFF;
                text-align: center;
            }
    .container-library .library-filter {
        display: inline-block;
        padding: 20px;
    }
        .container-library .library-filter > .filter {
            display: inline-block;
            width: 150px;
            float: left;
            margin: 0 20px 0 0;
            position: relative;
        }
            .container-library .library-filter > .filter > select {
                display: block;
                width: inherit;
                height: 42px;
                padding: 10px;
                border-radius: 2px;
            }
                .container-library .library-filter > .filter > select > option {
                    line-height: 30px;
                    font-size: 14px;
                }
            .container-library .library-filter > .filter > input {
                display: block;
                width: inherit;
                height: 42px;
                padding: 10px;
                border: 1px solid #AAA;
                border-radius: 2px;
            }
            .container-library .library-filter > .filter > .fa-times-circle {
                display: none;
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                padding: 0 10px;
                line-height: 42px;
                color: #666;
                cursor: pointer;
            }
                .container-library .library-filter > .filter:hover > .fa-times-circle {
                    display: inline-block;
                }
                    .container-library .library-filter > .filter:hover > .fa-times-circle:hover {
                        color: #ca1b1b;
                    }
        .container-library .library-filter > .filter-clear {
            display: inline-block;
            width: 80px;
            float: left;
            padding: 10px 0;
            text-align: center;
            line-height: 20px;
            font-size: 16px;
            background-color: #EEE;
            border: 1px solid #CCC;
            border-radius: 8px;
            cursor: pointer;
        }
            .container-library .library-filter > .filter-clear:hover {
                background-color: #FCFCFC;
                box-shadow: 0 2px 4px rgba(0,0,0,0.2);
            }
    .container-library .library-content {
    }
        .container-library .library-content > .item {
            display: inline-block;
            width: 100%;
            padding: 20px;
            background-color: #FFF;
            border-bottom: 1px solid #DDD;
            color: #333;
            text-decoration: none;
            position: relative;
        }
            .container-library .library-content > .item > * {
                display: inline-block;
                width: 100%;
            }
            .container-library .library-content > .item > .title {
                margin-bottom: 5px;
                font-size: 18px;
                line-height: 20px;
            }
            .container-library .library-content > .item > .description {
                margin-bottom: 10px;
                font-size: 13px;
                line-height: 16px;
                text-align: justify;
            }
            .container-library .library-content > .item > .keywords {
            }
                .container-library .library-content > .item > .keywords > .keyword {
                    display: inline-block;
                    float: left;
                    margin: 0 10px 5px 0;
                    padding: 2px 10px;
                    line-height: 16px;
                    font-size: 13px;
                    border-radius: 3px;
                    background-color: #EEE;
                }
            .container-library .library-content > .item > .edit-article {
                display: none;
                width: 40px;
                padding: 10px;
                position: absolute;
                top: 0;
                right: 10px;
                background-color: #3086dc;
                color: #FFF;
                border-color: #3086dc;
                border-radius: 20px;
                line-height: 20px;
                text-align: center;
                cursor: pointer;
                text-decoration: none;
            }
                .container-library .library-content > .item:hover > .edit-article {
                    display: inline-block;
                }
            .container-library .library-content > .item:last-child {
                border: none;
            }
            .container-library .library-content > .item:hover {
                background-color: #EEE;
            }
                .container-library .library-content > .item:hover > .keywords > .keyword {
                    background-color: #DDD;
                }
                    .container-library .library-content > .item:hover > .keywords > .keyword:hover {
                        background-color: #CCC;
                    }
    .library-empty {
        display: none;
    }

/******************************************************************
 * LIBRARY INNER
 ******************************************************************/

.container-library-inner {
    display: inline-block;
}
    .container-library-inner > .title {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 30px;
    }
    .container-library-inner > .summary {
        display: inline-block;
        width: 50%;
        float: left;
        margin-bottom: 40px;
        font-size: 13px;
        line-height: 20px;
    }
        .container-library-inner > .summary > .item {
            display: inline-block;
            width: 100%;
        }
            .container-library-inner > .summary > .item > .title {
                display: inline;
                margin-right: 10px;
                font-family: RobotoMedium;
            }
    .container-library-inner > .upload {
        display: inline-block;
        width: 50%;
        min-height: 60px;
        padding: 10px 20px;
        float: left;
        margin-bottom: 40px;
        background-color: #FFF;
        border-radius: 8px;
        position: relative;
        overflow: hidden;
        border: 1px solid;
    }
        .container-library-inner > .upload > .fa {
            display: inline-block;
            width: 60px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            text-align: center;
            line-height: 60px;
            font-size: 30px;
            vertical-align: middle;
            background-color: #EEE;
            border-right: 1px solid #DDD;
        }
        .container-library-inner > .upload > div {
            display: inline-block;
            width: calc(100% - 60px);
            float: right;
            text-align: center;
            line-height: 20px;
            font-size: 16px;
            word-wrap: break-word;
        }
    .container-library-inner > .description {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }

/******************************************************************
 * SMTHG
 ******************************************************************/

.container-not-found {
    display: inline-block;
    width: 100%;
}
    .container-not-found > .image {
        height: 160px;
    }
    .container-not-found > .title {
        font-family: RobotoMedium;
        font-size: 24px;
        color: #666;
        text-align: center;
    }


/******************************************************************
 * SMTHG
 ******************************************************************/

.toggle {
    display: inline-block;
    border: 1px solid #CCC;
    border-radius: 4px;
    overflow: hidden;
}
    .toggle > .toggle-value {
        display: inline-block;
        float: left;
        padding: 5px 20px;
        line-height: 20px;
        background-color: #FFF;
        cursor: pointer;
    }
        .toggle > .toggle-value.toggle-red,
        .toggle > .toggle-value.toggle-green {
            background-color: inherit;
            color: inherit;
        }
        .toggle > .toggle-value.toggle-red.active {
            background-color: #e83737;
            color: #FFF;
        }
        .toggle > .toggle-value.toggle-green.active {
            background-color: #2fc72f;
            color: #FFF;
        }


/******************************************************************
 * SMTHG
 ******************************************************************/

.social-actions {
    display: inline-block;
    position: fixed;
    right: 0;
    top: calc(50vh - 25px);
    text-align: right;
}
    .social-actions > .social {
        display: inline-block;
        border-radius: 10px 0 0 10px;
        overflow: hidden;
        box-shadow: -2px 4px 8px rgba(0,0,0,0.3);
        margin-top: 5px;
    }
        .social-actions > .social > * {
            float: left;
        }
        .social-actions > .social > .fa {
            display: inline-block;
            width: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 28px;
            color: #FFF;
            background-color: #3b5998;
        }
        .social-actions > .social > .sc {
            display: inline-block;
            width: 50px;
            line-height: 50px;
            height: 50px;
            text-align: center;
            font-size: 28px;
            color: #FFF;
            background-color: #f85300;
            padding: 5px;
        }
        .social-actions > .social > .isu {
            display: inline-block;
            width: 50px;
            line-height: 50px;
            height: 50px;
            text-align: center;
            font-size: 28px;
            color: #FFF;
            background-color: #f36d5d;
            padding: 5px;
        }
        .social-actions > .social img{
            width: 100%;
            height: 100%;
        }
        .social-actions > .social > .text {
            display: none;
            padding: 10px 20px;
            line-height: 28px;
            color: #3b5998;
            border: 1px solid #DDD;
            border-right: none;
            border-left: none;
            background-color: #F5F5F5;
        }
        .social-actions > .social:hover > .text {
            display: inline-block;
        }



/******************************************************************
 * SMTHG
 ******************************************************************/

 .open-box--header{
    padding: 5px 10px;
    line-height: 20px;
    background-color: #1f7cda;
    color: #FFF;
    cursor: pointer;
 }
 .open-box--header:hover{
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    background-color: #1f7cda;
 }

 .open-box--header .open-box--ico{
    float: right;
    font-weight: bold;
}

 .open-box--header .open-box--ico-close{
     display: none;
 }

 .open-box--body{
     display: none;
 }


/******************************************************************
 * SMTHG
 ******************************************************************/





/******************************************************************
 * SMTHG
 ******************************************************************/





/******************************************************************
 * SMTHG
 ******************************************************************/



/******************************************************************
 * FOOTER
 ******************************************************************/
#main_footer {
    padding: 5px 0;
    background-color: #666;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
    #main_footer a {
        color: #FFF;
    }
        #main_footer a:hover {
            text-decoration: underline;
        }