@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.woff2') format('woff2'),
    url('../fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: 'BPG Nino Mtavruli Bold';
    src: url('../fonts/bpg-nino-mtavruli-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bpg-nino-mtavruli-bold-webfont.otf') format('opentype'),
    url('../fonts/bpg-nino-mtavruli-bold-webfont.woff') format('woff'), url('../fonts/bpg-nino-mtavruli-bold-webfont.ttf') format('truetype'), url('../fonts/bpg-nino-mtavruli-bold-webfont.svg#bpg-nino-mtavruli-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

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


.article-item {
    margin-bottom: 15px;
}

.article-item .article-title,
.article-item .article-title a {
    color: inherit;
    margin: 0;
}

.article-item .article-meta,
.article-item .article-meta a {
    color: #999;
    font-size: .85em;
}

.news-desc {
    background: #f7f7f7;
    padding:15px 15px 15px 15px;
    width: 70%;
    margin: 0 auto;
    font-family: 'BPG Venuri';
}
.topos-desc{
    font-family: 'BPG Venuri';
    background: #f7f7f7;
    padding:0;
}
.news-block-desc{
    font-family: 'BPG Venuri';
}
.topos-desc img,.topos-desc iframe{
    width:100% !important;
}
.article-item .article-meta a {
    text-decoration: underline;
}

.article-item .article-thumb {
    margin-right: 10px;
    margin-bottom: 10px;
}

.article-item .article-text {
    margin-top: 7px;
}

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.logo {
    position: absolute;
    left: 50%;
    margin-left: -48px !important;
    display: block;
    z-index: 2;
    margin-top: 28px;
}

.right-navbar {
    background-color: #2b2e34;
    height: 100px;
}

.left-navbar {
    height: 100px;
}

.navbar-default {
    background-color: white;
    border: none;
}

.menu-list {
    margin-top: 30px;
    margin-left: 50px;
}

.menu-list-item-active {
    background: #e23d3f;
}

.menu-list-item-active-anchor {
    color: white !important;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:link {
    color: white;
}

.home-page-logo {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -142px !important ;
    display: block;
    z-index: 2;
    margin-top: 28px;
    height: 150px;
}

.donate {
    position: absolute;
    top: 70%;
    right: 50%;
    display: block;
    z-index: 2;
    margin-top: 28px;
    background: #e23d3f;
    color: white;
    padding: 25px 80px;
    font-size: 18px;
    font-family: 'Oswald';
    letter-spacing: 3px;
    font-style: italic;
}
.donate a{
    text-decoration: none;
    color:inherit;
}
.left-menu {
    position: fixed;
    top: 350px;
    left: -170px;
    height: 40px;
    z-index: 70;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #2b2e34;
}

.left-menu-item {
    border-right: 5px solid red;
    padding-right: 15px;
    margin-right: 20px;
    text-transform: uppercase;
}

.left-menu-item a {
    color: inherit;
    text-decoration: none;
}

.menu-list-item {
    /*padding: 5px 5px 0px 5px;*/
    font-size: 14px;
}

.menu-list-item-anchor {
    color: #e23d3f !important;
}

.navbar-default .navbar-collapse, .navbar-default {
    border: none;
}

.navbar {
    margin-bottom: 0;
}

.wrap > .container {
    padding: 0;
}

.page-label a {
    color: inherit;
    text-decoration: none;
}

.page-label {
    font-family: 'BPG Nino Mtavruli Bold';
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #2b2e34;
    padding-top: 8px;
    margin-left: 31px;
    text-transform: uppercase;
}

.page-label-border {
    width: 5px;
    height: 35px;
    background-color: #ff2d30;
}

.biography-item-container {
    outline: none;
}

.donor-item a {
    outline: none;
}

.news-block {
    outline: none;
    margin-bottom: 77px;
    font-family: 'BPG Nino Mtavruli Bold';
}

.news-block-label-border {
    width: 5px;
    height: 35px;
    background-color: #2a75eb;
    float: left;
}

.news-block-label-border-index {
    width: 5px;
    height: 35px;
    background-color: #e23d3f;
    float: left;
}

.document-block-label-border-index {
    width: 5px;
    height: 50px;
    background-color: #e23d3f;
    float: left;
    margin-top: 60px;
}

.news-inner-photo {
    margin: 0 auto;
}
.about-us-container{
    font-family: "BPG Venuri";
}
.news-block-label {
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 7px;
    font-family: 'BPG Nino Mtavruli Bold';
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #2b2e34;
    height: 50px;
}

.german-info {
    font-size: 12px;
}

.document-block-label {
    text-transform: uppercase;
    padding-left: 35px;
    font-family: 'BPG Nino Mtavruli Bold';
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #2b2e34;
    height: 50px;
    margin-top: 60px;
    font-weight: bold;
    width: 90%;
}

.news-block-label-inner {
    text-transform: uppercase;
    margin-left: 35px;
    font-family: 'BPG Nino Mtavruli Bold';
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #2b2e34;
    margin-top: 4px;
}

.biographies .slick-slide {
    margin: 0 15px !important;
}

.blog-list .slick-slide {
    margin: 0 15px !important;
}

.news-block-date {
    margin-left: 35px;
    font-family: 'Merriweather';
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #2a75eb;
    margin-top: 35px;
}

#go-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border: 2px solid #E81930;
    background: #E81930;
    width: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: white;
    z-index:9999;
    font-family: 'Oswald';

}

.news-block-read-more {
    color: #e23d3f;
    font-size: 16px;
    font-family: 'Oswald';
    text-transform: uppercase;
    margin-top: 15px;
    outline: none;
}

.news-block-read-more a {
    outline: none;
}

.document-block-read-more a {
    color: #e23d3f;
    font-size: 16px;
    font-family: 'Oswald';
    text-transform: uppercase;
    margin-left: 35px;
    text-decoration: none;
}

.document-block-read-more {
    margin-top: 25px;
}

.news-block-read-more a {
    color: inherit;
    text-decoration: none;
}

.news-block-text {
    margin-left: 35px;
    font-family: 'BPG Venuri';
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #2b2e34;
    margin-top: 25px;
}

.biography-block-text {
    margin-left: 35px;
    font-family: 'Merriweather';
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #2b2e34;
}

.navbar-nav > li > a {
    padding: 10px 14px;
}

.language-switcher {
    margin-top: 10px;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 48px;
    height: 16px;
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #fff;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: .4s;
}

input:checked + .slider:before {
    transform: translateX(30px);
    background: limeGreen;
}

input:checked + .slider {
    box-shadow: 0 0 0 2px limeGreen, 0 0 2px limeGreen;
}

.padding-none {
    padding: 0;
}

.archive-intro {
    margin-top: 20px;
    padding: 0 70px;
    font-family: 'BPG Nino Mtavruli Bold';
    font-size: 12px;
}

@media (max-width: 1690px) {
    .menu-list-item {
        font-size: 14px;
        padding: 5px 0 0 0;
    }

    .logo {
        position: absolute;
        top:0;
        left:100px;
    }
}

@media (max-width: 1690px) {
    .left-navbar {
        display: none;
    }

    .right-navbar {
        width: 100%;
    }

    .menu-list-item {
        padding: 5px 20px 0 20px;
    }

    .nav.navbar-nav {
        float: right !important;
    }
    .archive-intro {
        padding:0;
    }
    .news-block-label{
        font-size: 12px;
    }
}

.timeline{
    margin-top: 7px;
    margin-left:29px;
    border-top: 1px solid #d3d3d3;
}
.active-collection-genre{
    background-color: #2b75eb !important;
}
.active-collection-genre-title{
    color:#fff !important;
}

.timeline-period-line{
    height: 25px;
    position: absolute;
    width: 1px;
    margin-left: -1.5em;
    background: #d3d3d3;
}
.timeline-period{
    margin:0 20px;
    font-family: 'BPG Nino Mtavruli Bold';
    border-radius: 5px;
    /*background-color: #d3d3d3;*/
    width: 80px;
    text-align: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    margin-bottom: 18px;
    float:left;
    /*margin-right:15px;*/
}
.timeline-period-active{
    font-family: 'BPG Nino Mtavruli Bold';
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    float:left;
    margin: -4px 25px 0 25px;
    /*background-color: rgb(230, 73, 64);*/
    width: 100px;
    /*height: 35px;*/
    margin-top: -10px !important;
}
.timeline-period-value{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #2c2e34;
    padding: 5px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.timeline-round-active:after{
    border: solid transparent;
    content: " ";
    position: absolute;
    border-left-color: #e23d3f;
    border-width: 10px;
    margin-top: 35px;
    /*width: 100%;*/
    margin-left: -9px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    transform: rotate(270deg);
}
.timeline-genres-base,.timeline-genres-base-container{
    margin-top:25px;
}
.timeline-period-value-active{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #fdfdf7;
    padding: 8px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
/*.timeline-period-value-active:after{*/
/*    border: solid transparent;*/
/*    content: " ";*/
/*    position: absolute;*/
/*    border-left-color: #e64940;*/
/*    border-width: 10px;*/
/*    margin-top: 28px;*/
/*    margin-left: -45px;*/
/*    -webkit-transition: all .2s;*/
/*    -moz-transition: all .2s;*/
/*    -ms-transition: all .2s;*/
/*    -o-transition: all .2s;*/
/*    transition: all .2s;*/
/*    transform: rotate(90deg);*/
/*}*/
.timeline-period-round-active{
    width: 16px;
    height: 16px;
    background: #e64940;
    border-radius: 10px;
    margin-left: 3em;
    z-index: 2;
    margin-top: 15px;
    position: absolute;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.timeline-round-active{
    background-color: #2c2e34 !important;
    box-shadow: 0px 5px 13px -10px;
}
.timeline-container{
    overflow: auto;
    white-space: nowrap;
    width:100%;
}
.timeline-period-round{
    width: 12px;
    height: 28px;
    background-color: #d3d3d3;
    border-radius: 10px;
    /*margin-left: 2.4em;*/
    z-index: 2;
    margin-top: 11px;
    position: absolute;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.timeline-collection-title,.timeline-collection-title-close{
    background: #d3d3d3;
    color: #2c2e34;
    font-family: 'BPG Nino Mtavruli Bold';
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 8px;
    cursor: pointer;
    clear:both;
    border-radius: 3px;
}
.timeline-document-image {
    border-right: 3px solid #e45040;
    padding-right: 20px;
    cursor: pointer;
}
.timeline-document-container {
    margin-bottom:20px;
}
.timeline-document-title{
    font-family: 'BPG Nino Mtavruli Bold';
    font-size: 12px;
}
.timeline-document-desc{
    font-family: 'BPG Nino Mtavruli Bold';
    font-size: 12px;
    color:grey;
    margin-top:15px;
}
.timeline-document-year{
    position: absolute;
    background: #e45040;
    color: white;
    padding: 5px 5px 2px 5px;
    margin-left: 30%;
    font-size: 12px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-family: 'BPG Nino Mtavruli Bold';
}
.timeline-collection-desc{
    font-family: 'BPG Venuri';
    /*color:grey;*/
    font-size:14px;
    margin-bottom:15px;
}
.year-timeline-content{
    margin-left: 25px;
    margin-top: 15px;
}
.timeline-genres-label{
    font-family: 'BPG Nino Mtavruli Bold';
    font-size:14px;
    /*border-bottom:1px solid black;*/
    padding-bottom:5px;
}
.timeline-genres-list{
    cursor: pointer;
    font-family: 'BPG Nino Mtavruli Bold';
    font-size:12px;
    background: #e8e8e8;
    margin-bottom: 3px;
    border-radius: 5px;
}
.remove-timeline-genres-list{
    cursor: pointer;
    font-family: 'BPG Nino Mtavruli Bold';
    font-size:12px;
    background: #e8e8e8;
    margin-bottom: 3px;
    border-radius: 5px;
}
.timeline-genre
{
    padding: 8px 0 5px 0;
    margin-left: 6px;
    color: #515151;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    /*outline: 0;*/
    /*background: #fff;*/
    /*height: 14px;*/
    /*width: 14px;*/
    /*border: 1px solid #000;*/
}

.timeline-genre:checked
{
    background: #fff;
}
.timeline-genre:focus
{
    outline: none !important;
}


.timeline-genre:disabled
{
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.timeline-genre:after
{
    content: '';
    position: relative;
    left: 17%;
    top: 16%;
    color: red;
    width: 50%;
    height: 50%;
    border: 4px solid red;
    display: none;
}

.timeline-genre:checked:after
{
    display: block;
    outline: none;
}

.timeline-genre:disabled:after
{
    border-color: #7b7b7b;
}
.timeline-genre-title{
    vertical-align: 1px;
    padding-left: 5px;
    /*cursor: pointer;*/
}
.document-inner-label{
    font-family: 'BPG Nino Mtavruli Bold';
    font-size: 12px;
    border-left: 3px solid rgb(230, 73, 64);
    padding-left: 10px;
    padding-top: 2px;
    color:rgb(230, 73, 64);
    /*margin-bottom:10px;*/
}
.document-inner-value-label{
    font-family: 'Merriweather';
    font-size: 12px;
    margin-bottom:5px;
    word-break: break-word;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 1170px;
    }
}
.document-inner-desc-label,.document-inner-desc-value{
    /*color:black;*/
    font-family: 'Merriweather';
    font-size: 12px;
}
.document-image-back{
    cursor: pointer;
}
.document-next{
    position: absolute;
    right: -50px;
    font-size: 32px;
    color: white;
    top: 47%;
    cursor: pointer;
}
.document-prev{
    position: absolute;
    left: -50px;
    font-size: 32px;
    color: white;
    top: 47%;
    cursor: pointer;
}
.search-by-timeline{
    height: 60px;
    background: #2c2e34;
    border-radius: 3px;
    margin-bottom: 30px;
}
.search-by-timeline-text{
    /*color: #fff;*/
    font-family: 'BPG Nino Mtavruli Bold';
    padding: 16px 0 8px 12px;
    font-size: 24px;
}
.search-by-name{
    height: 60px;
    background: #e8e8e8;
    border-radius: 3px;
    margin-bottom: 30px;
}
.search-by-name-text{
    font-family: 'BPG Nino Mtavruli Bold';
    /*color: #000;*/
    padding: 16px 0 8px 12px;
    font-size: 24px;
}
.timeline-container-main .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background: #2c2e34;
    color:#fff;
}
.timeline-container-main .nav > li > a,.timeline-container-main .nav > li > a{
    background: #e8e8e8;
    color:#000;
}
.timeline-container-main .nav > li > a:hover, .nav > li > a:focus{
    background: #2c2e34;
    color:#fff;
}
#home{
    margin-top: 40px;
}
.search-by-document-container{
    margin-top: 50px;
}
.search-by-document-btn{
    background: #2c2e34;
    color: #fff;
    padding: 10px 20px;
}
.search-by-document-input-container{
    margin-right: 10px;
}
.search-by-document-input{
    height: 40px;
    margin-top: 1px;
}