a, a:hover{
	color: #01304a;
}
.logo{
    background-image: url(../img/logo-ukraina.jpg);
    /*background-image: url(../img/logo.jpg);*/
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center center;
	margin-left:35px;
}
.logo-flag{
	background-image: url(../img/logo-veliava.jpg);
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:35px;
}
.padding-left-right-30{
	padding-left: 50px !important;
	padding-right: 50px !important;
}
aside{
	text-align: center;
    padding-right: 0px !important;
}
aside .card{
	margin-left: auto;
    margin-bottom: 20px;
    max-width: 90% !important;
	margin-bottom: 15px;
}
.card{
	margin-bottom: 20px;
}
aside .card .card-header{
	font-weight: bold;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
header{
	padding-top: 15px;
	padding-bottom: 15px;
}
article .card-body{
	padding-top:15px;
}
.card-header{
	background-color: #757575 !important;
    color: #fff;
    background-image: url(../img/logo-mini-white.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 43px;
    padding-right: 20px;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;	
    font-weight: 100 !important;	

}
.border-secondary, .bg-dark{
    border-color: #f5f5f5 !important;
}
.bg-dark{
    margin-bottom: 15px !important;
}
.padding15{
	padding: 15px;
}
.card-img{
	height:300px !important;
}
header{
	background-color:#fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    height: auto;
	margin-bottom: 25px;
}
.menu-line{
	margin-top: 15px;
}
header .nav .nav-link{
    color: #757575;
}
header .nav .nav-link:hover{
    /*background-color: #eee;*/
	color: #042f49;
}
body{
	background-color: #fafafa;
}
body > footer{
	background-color: #1e1e1e;
    border-top: 1px solid #f3f3f3;
    padding-top: 15px;
	color: #c1c1c1;
	
}
aside .card-body{
	padding-top:15px;
}
footer > .row{
	padding-top:15px;
	padding-bottom:15px;
}
footer a{
	color: #c1c1c1;
}
footer a:hover{
	color: #fff;
}
.solid-border{
	border-top: 1px solid #eee;
	padding-top:15px;
}
.owl-stage{
	display: flex;
}
.owl-carousel-2{
	overflow-x: hidden;
}
.owl-carousel-2 .owl-item{
	width:25% !important;
}
.owl-stage-outer{
	width:100%;
}
.carousel{
	width: 100%;
}
.flickity-prev-next-button.previous {
    left: -20px;
}
.flickity-prev-next-button.next{
	right: -20px;
}
.carousel img{
	width:100%;
}
header .nav-link, .more a {
    display: block !important;
    padding: 5px 7px !important;
    font-size: 16px !important;
    margin-top: 9px !important;
	/*font-weight:bold !important;*/
}
.more a:hover{
	background-color:initial !important;
}
.card-header strong{
	text-transform: lowercase;
}
blockquote img{
	width:100px !important;
}
.mb-0, .my-0{
	font-size: 15px !important;
}
.map{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	 filter: grayscale(100%);
}
ul.pagination li {
    display: inline;
    font-size: 12px;
    font-weight: bold;
}

ul.pagination li a {

    color: black;
    padding: 8px 8px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 4px;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    padding: 8px 8px;
    margin: 4px;
    color: white;
    border: 1px solid #4CAF50;
}

ul.pagination li.active {
    /*background-color: #4CAF50;*/
    background-color: #757575;
    padding: 8px 8px;
    margin: 4px;
    color: white;
    border: 1px solid #4CAF50;
}

/*ul.pagination li a:hover:not(.active) {background-color: #ddd;}*/
ul.pagination li a:hover {background-color: #757575;color:#ddd}

ul.pagination li.disabled, ul.pagination li.active {
    /*background-color: #cccccc;*/
    color: #ddd;
    padding: 8px 8px;
    border: 1px solid #ddd;
    margin: 4px;
	margin-top: -8px;
    padding: 7px 7px;
	margin-bottom:18px;
}
.pagination{
	display: inherit;
}
.card-header h1{
	font-size: 16px;
	margin-bottom:0px;
	font-weight:100;
}
#heading1 {
	padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 15px;	
}
.card-header, footer a{
    text-transform: lowercase;
}
.partners img{
	margin:20px auto;
}
.facebook-iframe{
	border:none;
	overflow:hidden;
	width:100%;
}
.nav {
	margin-top: -7px;
}
.nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;
}
.nav > ul > li {
  display: inline-block;
  position: relative;
}
.inline-block{
	  display: inline-block;
}
.nav > ul > li.more > a .fa {
  color: #757575;
}
.nav > ul > li.hidden {
  display: none;
}
.nav > ul > li a {
  font-size: 1rem;
  display: block;
  color: #757575;
  text-align: center;
  text-decoration: none;
  padding: 5px 16px;
}
.nav > ul > li a .fa {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 0px;
	margin-left: 10px;
	position: absolute;
	top: 18px;
    right: -10px;
}
.nav > ul > li a + ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-right: 0;
	background-color: #fafafa;
}
.nav > ul > li a + ul li {
  margin-top: 1px;
}
.nav > ul > li a + ul li a {
  padding-left: 16px;
  text-align: left;
  white-space: nowrap;
}
.nav > ul > li a + ul li a .fa {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.nav > ul > li a + ul li a:hover {
  background: #042f49;
}
.nav > ul > li:hover > a {
  background: #fafafa;
}
.nav > ul > li:hover ul {
  /*display: block;*/
}
.nav .more ul{
	padding-left: 0px;
}
.menu{
	display:none;
	position: absolute;
    width: 190px;
	background-color: #fafafa;
	top:48px;
}
.menu li{
	width:100%;
}
.menu-bar{
	margin-top:21px;
	cursor:pointer;
}
.adsbygoogle{
	margin-left:auto;
	margin-right:auto;
}
.col-sm-9 .card-text img{
	max-width:100%;
}
.background-image{
    background-size: cover;
    background-position: center center;
    color:#757575 !important;
}
.height303{
	height:303px;
}
.card-header a{
	color:#fff;
}
#main .nav-link, .menu .nav-link, .more a{
	text-transform: lowercase;
}
.article-content{
	text-align: justify;
	padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;	
}
.article-content p{
	padding-bottom:0px;
	text-indent: 50px;
	font-size: 19px;
	margin-bottom: 8px;
}
._2p3a{
	margin-left:auto;
	margin-right:auto;
}
.article-photo{
	height:300px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 25px;
}
.margin-15, .gallery-grid{
	margin-bottom: 15px;
}
.card-text .flex-column a:hover{
	text-decoration: underline !important;
}
.img-camera{
	position: absolute;
	top: 15px;
	left: 35px;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.4196078431372549);
}
/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9999; 
  /* makes sure it stays on top */
}
.card-body{
	padding-top:0px;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
body {
  /*overflow: hidden;*/
}
.home-block .card-title{
    background-color: white;
    border: 1px solid #757575;
    padding: 5px;
	color:#757575;
}
.home-block .card-text{
	/*display:none;*/
}
.h5, h5, h3 {
    font-size: 17px;
}
.home-block .card{
	margin-bottom: 15px;
}
p {
    font-size: 14px;
}
.scrollup {
    position: fixed;
    bottom: 90px;
    right: 5px;
    display: none;
    color: #757575;
    font-size: 40px;
    z-index: 10;
}
.actual .date-p{
	font-size: 12px;
}
.actual .mb-1, .font-size-20{
	font-size:14px !important;
}
.rounded-image{
	height:150px;
	width:150px;
	border-radius:100px;
	background-position:center center;
	background-size:cover;
}
.overflow-hidden{
	overflow:hidden;
}
.article-photo-inner{
	 transition: all 0.5s ease;
	 margin-bottom:0px !important;
}
.article-photo-inner:hover{
	transform: scale(1.2);
}
.mediateka-block h5 a{
	color: #fff;
}
.mediateka-block h5{
	margin-top: 5px;
}
.footer-partners .flickity-viewport{
	height:55px !important;
}
.footer-partners img {
    width: auto;
    height: auto;
    max-height: 50px;
}
.portraits-block .flickity-viewport{
	height:245px !important;
}
.portraits-block img {
    width: auto;
    height: auto;
    max-height: 245px;
}
.portraits-big-block img {
    max-height: 350px;
}
@media(max-width:1480px){
	.portraits-big-block .flickity-viewport{
		height:350px !important;
	}
	.portraits-big-block img {
		max-height: 350px;
	}
}
@media(min-width:1480px){
	.portraits-big-block .flickity-viewport{
		height:450px !important;
	}
	.portraits-big-block img {
		max-height: 450px;
	}
}

.article-title{
	margin-bottom:45px;
	font-size:25px;
	display:inline-block;
}
#menininku-portretai h5, #foto-archyvas h5{
	color:#fff;
	font-size:16px;
}
#accordion .btn{
	padding: 0px;
	color:#fff;
	font-weight:bold;
    font-weight: 100;
    font-size: 16px;	
}
#accordion .card{
	margin-bottom:0px;
}
.old-archyve a{
	float:left;
	margin:15px;
}
.page-content p{
    text-indent: 0px;
}
.top-10 .card-text{
	text-align:left;
}
.top-10 .nav-link{
	display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}
@media print {
   header, aside, footer, .friends, button, .fb-comments{
	   display:none !important;
   }
   .col-sm-9{
	   width:100%;
	   max-width:100%;
	   flex:0px;
   }
    @page {
      size: A4; /* DIN A4 standard, Europe */
      margin:0;
    }
    html, body {
        width: 210mm;
        height: 282mm;
        font-size: 11px;
        background: #FFF;
        overflow:visible;
    }
    body {
        padding-top:15mm;
    }
	.card{
		border:none;
	}
}
@media(max-width:1780px){
	.rounded-image{
		width:80px;
		height:80px;
	}
}

@media(max-width:575px){
	.padding-left-right-30 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.article-content{
		padding-left:initial !important;
		padding-right:initial !important;
	}
	.article-title{
		font-size:22px;
	}
	.article-content p{
		font-size: 17px;
	}
	.col-sm-9 .card-text img{
		display: block;
	}
	footer img{
		margin-bottom:66px;
	}
	aside .card{
		margin-left:auto;
		margin-right:auto;
	}
	.menu{
		z-index: 1;
	}
}
.fb-like-box-custom{
	border: 1px solid #757575;
	display: none;
	padding: 0px 11px;
	font-size: 12px;
	border-radius: 4px;
	color: #757575;
}
.fb-like-box-custom .fab{
	margin-right:5px;
}
@media(min-width:1202px) and (max-width:1440px){
	.custom-col-1{
		-ms-flex: 0 0 57% !important;
		flex: 0 0 57% !important;
		max-width: 67% !important;
	}
	.custom-col-2{
		-ms-flex: 0 0 33% !important;
		flex: 0 0 33% !important;
		max-width: 33% !important;
	}
}
.article-date{
	margin-top: 30px;
}
.a2a_kit{
	margin-top: 30px;
}
#main{
	height:1px;
	overflow:hidden;
}
.only-mobile-content{
	display:none;
}
@media(max-width:1440px) and (min-width: 576px){
	aside .card{
		max-width: 100% !important;
	}
	aside .card .card-body{	
		padding: 0.50rem;
	}
	.padding-left-right-30{
		padding-left: 30px !important;
	}
}

@media(max-width:575px){
	.only-desktop-content{
		display: none;
	}
	.only-mobile-content{
		display:block;
	}
	.menu li {
		width: 50%;
		display: inline-block;
		float: left;
	}
	.menu{
		width:100%;
		left:0px;
	}
	.nav{
		clear:both;
		padding-bottom: 5px;
	}
	.mob-italic{
		font-style: italic;
		padding-top: 15px
	}
	header .nav-link, .more a {
		padding: 0px 7px !important;
		margin-top: 6px !important;
	}
	.logo, .logo-flag{
		height:45px;
	}
	.btn-outline-secondary{
		display: none;
	}
	header{
		margin-bottom: 0px;
		padding-bottom:0px;
	}
}

@media(max-width:372px){
	#newsletter-block{
		width: 100% !important;
		height: 274px !important;
	}
	#newsletter-block .close{
		margin-left:5px !important;
	}
}
#newsletter-block{
	background-image: url(https://literaturairmenas.lt/uploads/FILE-20200620-1336PVZPHHWUGD7T.jpg);
	position: fixed;
	right: 0px;
	width: 372px;
	height: 300px;
	display: block;
	bottom: 0px;
	background-size: cover;
	border: 1px solid #cecece;
}
#newsletter-block .close{
	background-color: #cecece;
	float: left;
	width: 30px;
	opacity: 1;
	border-radius: 8px;
	margin-left: -15px;
	margin-top: -15px;
	color: #333333;
}
#newsletter-block .close span{
	margin-bottom: 5px;
	display: inline-block;
}
#newsletter-block .form-block{
	position: absolute;
	bottom: 20px;
	padding: 0px;
	margin: 0px;
}
#newsletter-block{
	color:#fff;
}
#newsletter-block a{
	color:#fff;
	text-decoration: underline;
}
#newsletter-block label{
	font-size:15px;
}
.btn-grey{
	color: #fff;
	background-color: #cecece;
	border-color: #757575;
	margin: 5px;
}

.btn-grey:hover {
	color: #fff;
	background-color: #757575;
	border-color: #757575;
}
.object-fit {
	object-fit: cover;
}
.navbar-mini{
	background-color: #757575 !important;
	margin-bottom: 0px !important;
	height: 50px;
	border-bottom: 2px solid;
	border-color: #cecece !important;
	width: 100%;
	display: block;
	color: #fff;
	line-height: 35px;
}
.navbar-mini a{
	color:#fff;
}
.plr-0{
	padding-left:0px !important;
	padding-right:0px !important;
	padding-top: 0px;
}
.width-100{
	width:100%;
}