.banner{
	position: relative;
	margin-top: -26px;
	padding: 60px 0;
	margin-bottom: 45px;
	color: #fff;
	background-image: url(../img/bg.jpg);
	background-position: top center;
	background-size: cover;
}

.banner .banner-img img{
	border-radius: 50%;
}

.banner-content{
	display: flex;
	align-items: center;
	margin: 0 -15px;
}

.banner-content .btn{
	font-weight: 400;
}

.banner .banner-text{
	padding: 0 15px;
}


.banner .banner-img{
	padding: 0 15px;
	width: 40%;
	flex-shrink: 0;
}


.banner .banner-text .banner-title{
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	margin: 0;
}

.banner .banner-text p{
	font-size: 18px;
	margin: 15px 0 30px;
	font-weight: 300;
}

.head-logo strong {
	letter-spacing: .01em;
	font-size: 22px;
	color: #000;
}

.head-logo small {
	font-size: 16px;
}

.lang-switcher {
	margin: 0;
	padding: 0;
}

.lang-switcher .lang-item.active,
.lang-switcher .lang-item:hover {
	opacity: 1;
}

.lang-switcher li {
	margin-left: 15px;
	opacity: .5;
	display: inline-block;
	padding: 0;
}


.main-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-nav {
	background:#00568c;
	margin: 15px 0 0;
}

.main-nav .menu li a {
	color: #fff;
}

.main-header {
	padding: 15px 0 0;
}

/*.home .menu li.current-menu-item {
	border-color: #fff;
}
*/

.terms-container {
	display: flex;
	justify-content: space-between;
}

.terms-container p {
	font-size: 14px;
	margin: 5px 0 0;
	color: rgba(0,0,0,.56);
}

.card-post .card-content .nominations {
	line-height: 1.2;
	margin: 5px 0 0;
	font-size: 14px;
	display: flex;
	align-items: flex-start;
}

.card-post .card-content .nominations svg {
	fill: #00568c;
	width: 16px;
	height: 16px;
	margin-right: 7px;
	flex-shrink: 0;
}

.card-laureats .post-img{
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.08);
	border-bottom: 0;
	border-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.card-laureats .post-img img{

}

.card-laureats .post-img .not-alive{
	position: absolute;
	bottom: 0;
	right: -60px;
	width: 100%;
	height: 30px;
	background: #000;
	transform: rotate(-45deg);
}

.card-laureats .post-img .post-edit-link {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	text-align: center;
}

.card-laureats .post-img .post-edit-link span {
	font-size: 22px;
	line-height: 32px;
}

.filter-container{
	text-align: center;

}

.filter-container button{
	outline: none;
	padding: 7px 10px;
	margin-bottom: 10px;
}

.filter-container form {
	/*max-width: 768px;*/
	margin-left: auto;
	margin-right: auto;
	/*max-width: 500px;*/
}

.filter-container select {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
	border-color: #00568c;
	width: 100%;
	font-size: 14px;
	border-radius: 4px;
	padding: 7px 10px;
	color: #00568c;
	outline: none;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-gallery {
	margin-left: -15px;
	margin-right: -15px;
	/*margin-bottom: -30px !important;*/
	font-size: 0;
}

.main-gallery .gallery-item {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 25%;
}

.gallery-no-image {
	background-image: url(../img/bg.jpg);
	background-position: top left;
	background-size: cover;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
		border-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.gallery-no-image .no-image-content {
	position: absolute;
	padding: 20px;
	left: 0;
	right: 0;
	bottom: 0;
}

.gallery-no-image .no-image-content img {
	height: 30px;
	border-radius: 0;
	margin-bottom: 10px;
}

.gallery-no-image .no-image-content p {
	font-size: 22px;
	margin: 0;
	font-weight: bold;
	line-height: 1.2;
}

.main-gallery .gallery-item img,
.gallery .gallery-item img {
	border-radius: 4px;
}

.main-nav font {
	text-transform: capitalize;
}

.mobile-container{
	display: none;
}

.main-nav .btn{
	display: none;
}

.main-nav .sub-menu{
	top: 100%;
}

.main-nav .menu li{
	border-bottom: 0;
}

.main-nav .sub-menu li a{
	color: rgba(0, 0, 0, 0.92);
}

.main-nav .menu li a{
	padding-bottom: 14px;
}

.mobile-logo strong {
	letter-spacing: .01em;
	font-size: 22px;
	color: #000;
	display: block;
	font-weight: bold;
}

.mobile-logo {
	text-align: center;
	line-height: 1.2;
}

.mobile-logo small {
	font-size: 16px;
	color: #878787;
}

.visually-impaired .filter-container select{
	font-size: 16px;
}

.visually-impaired small,
.visually-impaired .terms-container p,
.visually-impaired .card-content .nominations {
	font-size: 16px;
	color: #000;
}

.visually-impaired .filter-container form{
	max-width: 830px;
}

.lang-switcher li img {
	width: 24px;
	height: 24px;
}


.laureat-card {
	display: flex;
	padding: 30px;
	background-image: url(../img/bg.jpg);
	background-position: center;
	background-size: cover;
	margin-bottom: 30px;
	border-radius: 12px;
}



.laureat-card .laureat-content img {
	height: 50px;
	width: auto;
}

.laureat-content p.premia {
	font-size: 22px;
	margin: 0;
	font-weight: bold;
}

.laureat-card .laureat-img {
	width: 100%;
	max-width: 320px;
	flex-shrink: 0;
}

.laureat-card .laureat-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	line-height: 1.2;
}

.laureat-content .nominations {
	/* font-size: 18px; */
	max-width: 350px;
	padding-right: 15px;
}

.laureat-content p.type, .laureat-content .nominations strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #00568c;
}

.laureat-content p {
	margin: 0;
}

.laureat-content p.type {
}

.laureat-card .laureat-img p.name {
	margin: 15px 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #00568c;
}

.laureat-card .laureat-img .laureat-img-container img {
	border-radius: 12px;
}

.laureat-card .laureat-img .laureat-img-container {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.laureat-card .laureat-img .laureat-img-container .not-alive {
	position: absolute;
	bottom: 0;
	right: -60px;
	width: 100%;
	height: 30px;
	background: #000;
	transform: rotate(-45deg);
}

b, strong {
	font-weight: bold;
}


a.booklet {
	display: inline-block;
	margin-bottom: 30px;
}