.logos{
	margin-left:45px;
}

.second-menu{
	background-color:#2D4494;
	position:relative;
	overflow:visible;
	padding:0;
}

.second-menu .item{
	text-align:center;
	position:relative;
}

.second-menu .item.opened{
	background-color:#2A3D84;
}
.second-menu .item:hover{
	background-color:#2A3D84;
}

.pagination{
	flex-wrap:wrap;
}

.second-menu .item .sub-menu{
	position:absolute;
	left:0;
	top:72px;
	background:#2A3D84;
	background-color: #2A3D84;	
	width:100%;
	z-index:9;
	display:none;
	border-radius: 0 0 4px 4px;
}

.second-menu.inner-page .item .sub-menu{
	top:72px;
}

.second-menu .item .sub-menu li {
	display:block;
	text-align:left;
}

.second-menu .item .sub-menu li .sub-menu-link{
	display:block;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 53px;
	padding:3px 33px 3px 40px;
}

.second-menu .item .sub-menu li .sub-menu-link:hover{
	background-color:#1E2F6B;
	text-decoration:none;
}

.second-menu .item .link{
	display:inline-block;
	width:100%;
	padding: 0;
	background:url(../img/menu-sep.png) no-repeat left center;
}

.second-menu.inner-page .item .link{
	padding: 10px 0 0 0;
}

.second-menu .item:last-child .link{
	background:url(../img/menu-sep.png) no-repeat left center, url(../img/menu-sep.png) no-repeat right center;
}

.second-menu .item .link .icon{
	font-size:21px;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	background-repeat: no-repeat;
	background-position:left center;
	padding:20px 0;
	padding-left:60px;
	font-family: 'Roboto Condensed', sans-serif;
	position:relative;
}

.second-menu.inner-page .item .link .icon{
	padding:15px 0;
	padding-left:60px;
}

.second-menu .item .link .icon .caret{
	display:block;
	width:10px;
	height:6px;
	background:url(../img/caret.png) no-repeat 0 0 / 10px 6px;
	position: absolute;
	right: -30px;
	top: 32px;
}

.second-menu.inner-page .item .link .icon .caret{
	top: 27px;
}

.second-menu .item.opened .link .icon .caret{
	transform:rotate(180deg);
}

.second-menu .item .link .eu{
	background-size:45px 44px;
}

.second-menu.inner-page .item .link .eu{
	background-size:45px 44px;
}

.second-menu .item .link .lt{
	background-size:45px 50px;
	padding-left:65px;
}

.second-menu.inner-page .item .link .lt{
	background-size:45px 50px;
	padding-left:65px;
}

.second-menu .item .link .vizija{
	background-size:31px 31px;
	padding-left:45px;
}

.second-menu.inner-page .item .link .vizija{
	background-size:31px 31px;
	padding-left:45px;
}


.second-menu::before{
	width: 100%;
	height: 7px;
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	background: url(../img/cutted-line-up.png) repeat-x;
}

.second-menu::after{
	width: 100%;
	height: 7px;
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	background: url(../img/cutted-line.png) repeat-x;
}

.navbar-nav .dropdown-menu{
	background:#2a3d84;
	
}

.navbar-nav .dropdown-menu a{
	color:#fff;
	padding:5px 15px;
	display:block;
}
.navbar-nav .dropdown-menu a:hover{
	text-decoration:none;
	background:#1E2F6B;
}
.dropdown-menu{
	min-width:11rem;
	border-radius: 0 0 4px 4px;
	border:none;
}

.inner-content{
	margin:0 auto;
}

.inner-content .text-block{
	margin-top:20px;
}

.inner-content .text-block img{
	max-width:100%;
	width:100%;
}

.inner-content .text-block h4{
	font-size: 26px;
	color: #304093;
	font-weight:400;
}

.inner-content .text-block h4 a{
	font-size: 26px;
	color: #304093;
	font-weight:400;
}

.button-wrap{
	width:100%;
	margin-top:10px;
}

.inner-content .text-block iframe{
	max-width:100%;
}

.inner-content .img-block img{
	max-width:100%;
}

.intro-block{
	background:#fff;
	padding:0 15px;
	border-radius:6px;
}

.intro-block .intro-row{
	padding:20px 0 18px 0;
	margin:0;
	border-bottom:1px solid #ededee;
}

.month-name{
	font-size: 24px;
	font-weight: 500;
	line-height: 58px;
	text-align: center;
	color:#242D80;
}

.intro-block.inner{
	margin-bottom:32px;
}

.intro-block.inner .intro-row{
	padding:5px 0 18px 0;
}

.intro-block.inner  .intro-row .date{
	display:block;
	width:100%;
	color:#9F9F9F;
	font-size: 10px;
	line-height: 13px;
}

.intro-block .intro-row .number{
	justify-content:end;
}
.intro-block .intro-row .number h3{
	color:#242D80;
	font-size:2em;
	font-weight:500;
	text-align:right;
	width:100%;
}

.intro-block .intro-row .text p{
	color:#2E3540;
	font-size:1em;
	font-weight:400;
	margin-bottom:0;
}

section.advert{
	padding:5px 0 10px 0;
	margin-top:20px;
}

.overlay{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(0,0,0, .5);
	background-image:url(../img/play.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:79px 79px;
	transition:all 0.2s;
}

.overlay:hover{
	background-color:rgba(0,0,0, .7);
}

.advert-block{
	padding:6px;
	background:#fff;
	border-radius:6px;
	position:relative;
}

.advert-block a{
	display:block;
}

.advert-block a span{
	position:absolute;
	left:36%;
	width:30%;
	top:75%;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	display:block;
}

.advert-block.video img{
	width:100%;
}

.advert-block .image img{
	width:100%;
}

.advert-block .double-image img{
	width:100%;
}

.advert-block .double-image{
	padding:0;
}

.advert-block .double-image:first-child{
	padding-right:3px;
}

.advert-block .double-image:last-child{
	padding-left:3px;
}

.indy-masonry{
	background:#fff;
	padding:20px 12px;
	border-radius:6px;
}

.indy-masonry .img-block{
	position:relative;
	margin-bottom:0px;
	border: 3px solid #DEDEDE;
}

.indy-masonry .text{
	margin-top:10px;
}

.indy-masonry .title h4 a{
	font-size:22px;
	line-height:32px;
	color:#2E3540;
	font-weight:400;
	margin-bottom:0px;
}
.indy-masonry .title h4 a:hover{
	color:#304093;
	text-decoration:none;
}
.indy-masonry .posted{
	width:100%;
	margin-bottom:15px;
}

.indy-masonry .read-more{
	color:#0220BA;
	font-size:14px;
	line-height:19px;
	font-weight:500;
	text-decoration:underline;
}

.indy-masonry .read-more:hover{
	text-decoration:none;
}

.indy-masonry .posted span{
	display:block;
	float:left;
}

.indy-masonry .data{
	color:#5F5F5F;
	font-size:13px;
	font-weight:400;
	line-height:18px;
	margin-left:10px;
}

.indy-masonry .text p{
	color:##2E3540;
	font-size:15px;
	font-weight:400;
	line-height:25px;
}

.indy-masonry .text p a{
	color:#334292;
	text-decoration:underline;
}

.indy-masonry .text p a:hover{
	text-decoration:none;
}

.indy-masonry .img-block img{
	width:100%;
	max-width:100%;
	margin-bottom:0px;
}

.posted .icon{
	background-repeat:no-repeat;
	background-position: 0 0;
	background-size:100%;
}

.posted .icon.fb{
	background-image:url(../img/facebook.png);
	height:22px;
}

.posted .icon.insta{
	background-image:url(../img/instagram.png);
	height:22px;
}

.posted .icon.delfi{
	background-image:url(../img/delfi.png);
	height:22px;
}
.posted .icon.min{
	background-image:url(../img/15min.png);
	height:22px;
}

.posted .icon.tw{
	background-image:url(../img/twitter.png);
	height:19px;
}
.posted .icon.youtube{
	background-image:url(../img/youtube.png);
	height:17px;
	width:24px;
}

.posted .social-post .icon{
	background-size: 100%;
	position: relative;
	top: -2px;
}

.button-row{
	text-align:center;
	margin-top:25px;
}

.btn{
	text-transform:uppercase;
}

.all-news{
	display:inline-block;
	width:180px;
	height:42px;
	background:url(../img/all-news.png) no-repeat 0 0;
	text-align:center;
	color:#fff;
	transition:all 0s;
	font-size:14px;
	font-weight:500;
}

.all-news:hover{
	color:#fff;
	background-position:0 -42px;
}

.featured-posts{
	padding-bottom:75px;
}

.inner-page-content h1{
	color: #223081;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 40px;
	text-align: center;
	font-weight:400;
	display:inline-block;
	margin-bottom:0;
}

.text-page h1{
	color: #242D80;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 42px;
	padding-bottom:25px;
	border-bottom:4px solid #2D4494;
	display: block;
	text-align: left;
	margin-bottom:10px;
}

.text-page .posted{
	margin-bottom:26px;
}

.text-page .posted span {
	color: #5F5F5F;
	font-size: 13px;
	line-height: 18px;
	margin-right:20px;
}

.text-page .posted span a{
	color:#242D80;
}

.text-page .posted span a.social-icon{
	width:22px;
	height:22px;
	line-height:12px;
	margin-left:5px;
}

.text-page .posted span a.social-icon img{
	width:100%;
}

.text-page p{
	color: #39393A;
	font-size: 15px;
	line-height: 20px;
	margin-bottom:20px;
}

.text-page p img{
	max-width:100%;
	border: 3px solid #F0EEEE;
}

.filters {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.filters li {
	display:inline;
}

.filters li label {
	text-transform: none;
	color: #223081;
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
	text-align: center;
	padding:7px 18px;
	border-radius: 16.8px;
	cursor:pointer;
}

.filters li:hover label{
	color:#E3097E;

}

.filters [type="radio"]:checked,
.filters [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.filters [type="radio"]:not(:checked) + label {
	background:transparent;
}
.filters [type="radio"]:checked + label{
    color: #fff;
	text-decoration:none;
	background:#2D4494;
}

.pagination-nav{
	margin-top:70px;
}

.wrapper{
	margin-bottom:30px;
	width: 100%;
	justify-content: center;
	-webkit-justify-content: center;
}

.gallery-posts .post{
	padding:10px;
	background:#fff;
	border-radius:6px;
	max-height:295px;
	margin-bottom:10px;
}

.gallery-posts .gallery-grid{
	padding-left:5px !important;
	padding-right:5px !important;
}

.gallery-posts .post img{
	max-width:100%;
}

.gallery-posts .post .title {
	color: #223081;
	display:block;
	font-size: 17px;
	line-height: 24px;
	margin-top:5px;
}

.gallery-posts .post .title:hover {
	color: #E3097E;
}

.gallery-posts .post .posted span {
	color: #5F5F5F;
	font-size: 13px;
	line-height: 18px;
	text-transform:none;
}

.gallery-posts .post .posted span.date {
	margin-right:10px;
}

.gallery-posts .post .posted span.photo-count .fa {
	font-size:13px;
}

.gallery-page .img-size{
	padding-left:6px;
	padding-right:6px;
	margin-bottom:12px;
}

.gallery-page .gallery-image{
	display:block;
	padding:11px;
	background:#fff;
	border-radius: 6px;
}

.gallery-page .gallery-image img{
	max-width:100%;
}

.video-image{
	position:relative;
	max-height:210px;
}

.carousel-items{
	padding:10px;
	background:#fff;
	border-radius:6px;
	display:block;
}

.carousel-items:hover{
	text-decoration:none;
}

.carousel-items .title {
	color: #223081;
	display:block;
	font-size: 18px;
	line-height: 26px;
	margin-top:5px;
	font-weight:400;
	margin-bottom:0;
	margin-top:5px;
}

.carousel-items:hover .title {
	color: #E3097E;
}

.carousel-items .posted span {
	color: #5F5F5F;
	font-size: 13px;
	line-height: 18px;
	text-transform:none;
}

.carousel-items .posted span.date {
	margin-right:10px;
}

.carousel-items span.photo-count .fa {
	font-size:13px;
}

/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px; /* demo only */
}

.custom-dropdown select {
  background-color: transparent;
  color: #E3097E;
  font-size: 16px;
  padding: .5em;
  padding-right: 1.9em;	
  border: 0;
  margin: 0;
  border-radius: 0px;
  text-indent: 0.01px;
  text-overflow: '';
  /*Hiding the select arrow for firefox*/
  -moz-appearance: none;
  /*Hiding the select arrow for chrome*/
  -webkit-appearance:none;
  /*Hiding the select arrow default implementation*/
  appearance: none;
}
/*Hiding the select arrow for IE10*/
.custom-dropdown select::-ms-expand {
    display: none;
}

.custom-dropdown select option{
	color: #223081;
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
  content: "\25BC";
  height: 0.7em;
  font-size: .88em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
  right: 0;
  top: 0;
  bottom: 0;
}

.custom-dropdown::after {
  color: rgba(0,0,0,.6);
}

.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.25);
}

.main-footer{
	position:relative;
	padding-top:20px;
}

.color-line{
	width:100%;
	height:8px;
	background-color:#2D4494;
	background-image:url(../img/colors.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.main-footer::before {
    width: 100%;
    height: 7px;
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    background: url(../img/white-line-up.png) repeat-x;
}

footer.main-footer ul.main-menu{
	margin-right:55px;
	min-width:100px;
}

footer.main-footer .list-unstyled a{
	color:#39393A;
	font-size:1em;
	font-weight:400;
}

footer.main-footer .list-unstyled.main-menu a{
	font-weight:500;
	line-height:32px;
}

footer.main-footer .list-unstyled.other-menu li:first-child{
	font-weight:500;
	margin-bottom:7px;
}

footer.main-footer .list-unstyled.other-menu a{
	font-size:14px;
	line-height:17px;
	max-width:90%;
	margin-bottom:7px;
}

.main-footer .contact-details h4{
	font-size:16px;
	line-height:21px;
	font-weight:500;
	color:#272727;
}

.main-footer .contact-details .social-menu{
	margin-bottom:20px;
}

.main-footer .contact-details p{
	color: #242D80;	
	font-size: 14px;
	line-height: 22px;
}

.main-footer .contact-details p.phone{
	padding-left:35px;
	background:url(../img/phone.png) no-repeat left center / 18px 18px;
}

.main-footer .contact-details p.address{
	padding-left:35px;
	background:url(../img/location.png) no-repeat left center / 16px 25px;
}

.fa{
	font-size:22px;
}

.fa-facebook{
	color:#45619b;
}

.fa-twitter{
	color:#29a8e5;
}

.fa-instagram{
	color:#e53f7b;
}

.fa-youtube{
	color:#cd1a19;
}

.white-box{
	background:#fff;
	border-radius:6px;
	padding:25px 30px;
}

.white-box .row{
	justify-content:space-between;
}

.contacts{
	padding: 45px 30px;
}

.contacts h2{
	color: #39393A;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 40px;
	margin-bottom:25px;
	font-weight:400;
}

.person-block{
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid rgba(163,163,163, .19);
}

.person{
	margin-bottom:17px;
}

.person-block h3{
	color: #39393A;
	font-size: 23px;
	font-weight: 400;
	line-height:30px;
	margin-bottom:25px;

}

.person h4{
	color: #39393A;
	font-size: 18px;
	font-weight: 500;
	margin-bottom:0px;

}

.person span{
	color: #5F5F5F;
	display:block;
	font-size: 13px;
	line-height: 18px;
}

.person a {
	color: #223081;
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
	text-decoration:underline;
	display:inline-block;
	margin-top:7px;
	overflow-wrap: break-word;
}

.person a:hover{
	text-decoration:none;
}

.person-block .social-menu{
	margin-top:20px;
}
.person-block .social-menu li{
	margin-right:25px;
}

.address-block{
	margin-bottom:30px;
}

.address{
	margin-bottom:40px;
}

.place{
	margin-bottom:15px;
}

.address-block h3{
	color: #39393A;
	font-size: 23px;
	font-weight: 400;
	line-height:30px;
	margin-bottom:25px;

}

.address h4{
	color: #39393A;
	font-size: 18px;
	font-weight: 500;
	margin-bottom:0px;

}

.address span{
	color: #5F5F5F;
	font-size: 13px;
	line-height: 18px;
}

.address .phone{
	color: #223081;
	font-size: 14px;
	line-height: 15px;
	font-weight: 500;
	margin-bottom:0px;
	display:block;
}

.address .phone a{
	text-decoration:none;
}

.address a {
	color: #223081;
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
	text-decoration:underline;
	margin-top:7px;
	overflow-wrap: break-word;
}

.address a:hover{
	text-decoration:none;
}

.form-control{
	width: 100%;
	border: 1px solid #9B9B9B;
	border-radius: 4px;
	background-color: #FFFFFF;
	padding: .62rem .8rem;
}

.form-group{
	margin-bottom: 0.9rem;
}

.form-group label{
	color: #39393A;
	font-size: 15px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom:5px;
}

.form-group textarea{
	height:211px;
	resize: none;
}

.form-group .submit{
	float:right;
	margin-top:24px;
	cursor:pointer;
}

.bitmap img{
	max-width:65px;
}

.bitmap.footer{
	margin-left:25px;
}

.bitmap.footer img{
	max-width:180px;
}

.copyrights .wrap{
	display:flex;
	justify-content:start;
	align-items:center;
}

.goto{
	display:inline-block;
	width:38px;
	height:38px;
	background-color:#fff;
	background-image:url(../img/arrow-down.png);
	background-repeat:no-repeat;
	background-size:12px 8px;
	background-position:center center;
	border-radius:50%;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
	position:absolute;
	bottom:-15px;
	left:50%;
	margin-left:-27px;
}

.goto:hover{
	box-shadow: 0 4px 2px 0 rgba(0,0,0,0.10);
}

.photo-author{
	color: #5F5F5F;
	font-size: 12px;
	line-height: 16px;
	display:block;
	text-align:right;
	margin-top:5px;
}

@media (max-width:1200px){
	.logos{
		display:none;
	}
	section.hero .container{
		padding: 100px 20px;
	}
	.intro-block .intro-row .number h3{
		font-size:1.7em;
	}
	
}
@media (max-width:992px){
	.logos{
		display:block;
		margin-left:0;
	}
	.langs{
		margin-left:0;
	}
	a.hero-link{
		left:30px;
	}
	section.hero h1{
		padding-left: 35px;
		max-width: 500px;
		line-height: 1.2em;
		font-size: 1.2em;
	}
	.quote {
		width: 31px;
		height: 27px;
	}
	section.hero .container{
		padding: 85px 20px;
	}
	.intro-block .intro-row .number h3{
		font-size:1.4em;
	}
	
}

@media (max-width:768px){
	.advert-block a span{
		display:none;
	}
	.second-menu .item .sub-menu{
		top:72px;
	}
	.second-menu .item .link{
		padding: 10px 0 0 0;
	}
	.second-menu .item .link .icon{
		padding:15px 0;
		padding-left:60px;
	}
	.second-menu .item .link .icon .caret{
		top: 27px;
	}
	.second-menu .item .link .eu{
		background-size:45px 44px;
	}

	.second-menu .item .link .lt{
		background-size:45px 50px;
		padding-left:65px;
	}

	.second-menu .item .link .vizija{
		background-size:31px 31px;
		padding-left:45px;
	}
	.indy-masonry {
		width: 100% !important;
		position: relative !important;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
		bottom: 0 !important;
	}
	.indy-masonry-container{
		height:auto !important;
	}
	.second-menu .item .link{
		background:none;
	}
	.second-menu .item:last-child .link{
		background:none;
	}
	.intro-block .intro-row .number h3{
		text-align:center;
	}
	section.hero h1 {
		padding-left: 0;
		max-width: 370px;
		line-height: 1.2em;
		font-size: 1.1em;
	}
	.quote {
		width: 24px;
		height: 21px;
		left:-15px;
	}
	a.hero-link{
		left:0;
	}
	.main-footer .button-row{
		margin-top:0;
	}
	.contact-details{
		text-align:center;
	}
	.main-footer .contact-details p {
		display: inline-block;
		padding: 5px 0;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.main-footer .contact-details p.address{
		padding-left:25px;
	}
	.main-footer .contact-details p.phone{
		padding-left:30px;
	}
	.list-unstyled{
		width:100%;
	}
	footer.main-footer ul.main-menu{
		margin-right:0;
	}
	.text-page h1{
		font-size: 26px;
		line-height: 30px;
	}
}

@media (max-width:630px){
	section.hero .container {
		padding: 40px 10px;
	}
	.quote{
		display:none;
	}
	section.hero h1 {
		padding-left: 0;
		max-width: 300px;
		line-height: 1.1em;
		font-size: 1em;
	}
	a.hero-link {
		width: 120px;
		height: 37px;
		background: url(../img/more.png) no-repeat 0 0 / 120px 37px;
		top: 15px;
		font-size:12px;
	}
	.gallery-posts .post{
		max-height:100%;
	}
	.gallery-posts .post img {
		width: 100%;
		max-width:auto;
	}
	.post a{
		display:block;
	}
	.video-image{
		display:block;
		max-height:100%
	}
}

@media (max-width:580px){
	.container {
		width: auto;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: 15px;
		margin-left: 15px;
	}
	.number.d-flex {
		display: block !important;
	}
	.slick-prev{
		right:55px;
	}
	.slick-next{
		right:10px;
	}

	
}
@media (max-width:480px){
	.filters li label{
		padding:5px 10px;
	}
	.navbar-brand img{
		width:100%;
	}
	.list-unstyled{
		margin-bottom:15px;
	}
	.menus.d-flex{
		display:block !important;
	}
	.menus{
		text-align:center;
	}
	
}
@media (max-width:380px){
	section.hero{
		background-position:right center !important;
	}
	.hero-block{
		display:none;
	}
	section.hero .container {
		padding: 100px 0px;
	}
	.text-page h1{
		font-size: 22px;
		line-height: 25px;
	}
}

.form-control::placeholder{
	color:#39393A;
}
.form-control::-webkit-placeholder{
	color:#39393A;
}
