a {
	transition:0.33s;
	color:inherit;
}
a:hover {
	opacity:0.88;
	transition:0.5s;
	text-decoration:none;
	color:inherit;
}

.minh {
	min-height:200px;
}

.x-green {
	background-color:green;
}
.x-blue {
	background-color:blue;
}
.x-red {
	background-color:red;
}
.x-yellow {
	background-color:#fc0;
}
.x-magenta {
	background-color:magenta;
}
.x-cyan {
	background-color:cyan;
}


.main-header .menu {
	padding-top:15px;
}
.main-header .menu .new-menu-pos > a {
	float:left;
	display:block;
	margin-right:0.8rem;
	font-weight:700;
	font-size:1.2rem;
	color:#1c3380;
}
.header-sluchaj  {
	text-align:right;
	padding-top:25px;
	font-weight:700;
	font-size:1.2rem;
	color:#1c3380;
}
.header-sluchaj  a {
	color:#1c3380;
	background:#fff url('/2018/img/blue-play-x2.png') 13px center no-repeat;
	padding:0.5rem 1rem 0.5rem 3.2rem;
	border-radius:3px;
	background-size:32px auto;
}
.header-sluchaj  a:hover {
	text-decoration:none;
}

@media (max-width: 575.999px) {
	.header-sluchaj  a {
		background-position:center center;
		padding-left:1.5rem !important;
		padding-right:1.5rem !important;
	}
}

.main-header {
	background:#fc0;
	height:75px;
}
.main-header .main-header-logo {
	background:url('/2018/img/logo-bez-x2.png') 1px center no-repeat;
	float:left;
	height:35px;
	width:128px;
	margin-top:6px;
	background-size:contain;
}
.main-header .main-header-logo {
	background:url('/2018/img/logo-bez-x2.png') 1px center no-repeat;
	float:left;
	height:35px;
	width:128px;
	margin-top:6px;
	background-size:contain;
}
.main-header .main-header-logo a {
	display:block;
	width:100%;
	height:100%;
}
.main-header .main-header-logo.x-zaloba {
	background:url('/2018/img/logo-bez-x2-kir.png') 1px center no-repeat;
	float:left;
	height:38px;
	width:148px;
	margin-top:4px;
	background-size:contain;
}

.new-footer {
	background:#f2f2f2;
	color:#888;
	font-size:0.9rem;
}
.new-footer-column a {
	display:block;
	color:#888;
}
.new-footer a:hover {
	color:#1c3380;
}

.new-footer h3 {
	font-size:1rem;
	font-weight:700;
}
.new-footer .copyright {
	font-size:0.7rem;
	text-align:center;
}


.new-footer-icons .fl {
	float:left;
	padding-bottom:4px;
	padding-right:8px;
}
.new-footer-icons .fl a {
	display: block;
	width: 38px;
	height: 40px;
	background-color:redxc;
}
#new-footer-icon-facebook {
	background-position: 0px 0px; /* background-image: url("/inc/img/icon-facebook.png"); */ 
}
#new-footer-icon-googleplus {
	background-position: -43px 0px; /* background-image: url("/inc/img/icon-googleplus.png"); */ 
}
#new-footer-icon-pinterest {
	background-position: 0 -249px; /* background-image: url("/inc/img/icon-pinterest.png"); */ 
}
#new-footer-icon-instagram {
	background-position: -90px 0px; /* background-image: url("/inc/img/icon-instagram.png"); */ 
}
#new-footer-icon-twitter {
	background-position: 0 -43px; /* background-image: url("/inc/img/icon-twitter.png"); */ 
}
#new-footer-icon-youtube {
	background-position: -43px -43px; /* background-image: url("/inc/img/icon-youtube.png"); */ 
}
#new-footer-icon-rss {
	background-position: -90px -43px; /* background-image: url("/inc/img/icon-rss.png"); */ 
}
.sprite-2018 {
	background-image: url("/2018/img/sprite-2018.png"); 
	background-repeat: no-repeat;
	background-size: 330%;
}



/* --------------------------------- FAT MENU ---------------------------------- */

.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	cursor: default;
	z-index: 500;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}
/* Menu Links */
.nav > li > a {
	display: block;
	z-index: 510;
	height: 60px;
	padding: 12px 12px 0 12px;
	line-height: 1;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.nav > li.droppable > a {
}
.nav > li.droppable > a::after {
	content:url(/2018/img/arrdown.png);
	position:relative;
	top:-3px;
	padding-left:5px;
}
.nav > li.droppable.no-tick > a::after {
	content:"";
	padding:0;
	position:static;
}

.nav > li.droppable:hover > a { 
	background-color:#feda4a;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.nav > li:first-child > a {

}

/* Search Form */
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nav > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background: #372f2b;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #372f2b url(../img/search-icon.png) no-repeat center center;

	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	top: 75px;
	left: 0;
	z-index:600000;
	width:calc(100% - 30px);

	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #feda4a;
	
	margin-left:15px;
	margin-right:15px;
	padding:1rem;
	box-shadow:0px 5px 5px rgba(0,0,0,0.2);
	
	-webkit-transition: all .12s ease .1s;
	-moz-transition: all .12s ease .1s;
	-o-transition: all .12s ease .1s;
	-ms-transition: all .12s ease .1s;
	transition: all .12s ease .1s;
}


.nav > li.droppable:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.fat-menu-container {
	display:flex !important;
	flex-wrap: wrap !important;
	flex-direction: row !important;
	padding-top:1.3rem !important;
	padding-bottom:1.8rem !important;
	text-align:left;
}
.menu-col-1, .menu-col-2, .menu-col-3, .menu-col-4  {
	display:flex;
	flex:1 1 200px;
	align-content: stretch;
}
.menu-col-2 {
	border-left:1px solid rgba(255,255,255,0.3) !important;
}
.menu-col-3 {
	border-right:1px solid rgba(255,255,255,0.3) !important;
}
.menu-col-1 > div {
	padding-left:1rem;
	padding-right:1.5rem;
}
.menu-col-2 > div {
	width:100%;
	padding-left:1.5rem;
	padding-right:0.75rem;
	border:0px dotted green;
}
.menu-col-3 > div {
	width:100%;
	padding-left:0.75rem;
	padding-right:1.5rem;
	border:0px dotted red;
}
.menu-col-4 > div {
	padding-left:1.5rem;
	padding-right:1rem;
}


#main-menu h3 {
	font-size:1.2rem;
	color:#1c3380;
	font-weight:700;
	margin-bottom:0.8rem;
}
.fat-menu-container  a.menu-pos-big  {
	font-size:1.2rem;
	color:#1c3380;
	font-weight:700;
	margin-bottom:0.5rem;	
}
.fat-menu-container  a {
	color:#000;
	font-weight:400;
	font-size:0.8rem;
	margin-bottom:0.3rem;
	display:block;
}
.fat-menu-container  h3 > a {
	color:inherit;
	display:inline;
	font-weight:inherit;
	font-size:inherit;
}



.flex-buttons-container {
	display:flex;
	flex-wrap:wrap;
	margin-left:-0.2rem !important;
	margin-right:-0.2rem !important;
}
.flex-buttons-container a.flex-button {
	display:flex;
	flex: 1 1 auto;
	padding:0.24rem 0.8rem;
	background:rgba(255,255,255,0.4) !important;
	margin:0.2rem 0.2rem;
	border-radius:2;
	font-weight:700;
	font-size:0.8rem;
	align-content: stretch;
	text-align:center;
}
.flex-buttons-container a.flex-button > span {
	text-align:center;
	width:100%
}

#topmenu-searchform {
	width:100%;
	padding:0.5rem 2rem;
	position:relative;
}
#topmenu-searchform input {
	width:100%;
	padding:0.4rem;
}
#topmenu-searchbutton {
	position:absolute;
	right:10px;
	top:6px;
	width:21px;
	height:21px;
	display: block;
	background-image: url("/2018/img/lupa.png");
	background-size:contain;
}

#topmenu-searchbox ::-moz-placeholder {  /* Firefox 19+ */
	font: 15px Roboto, sans-serif;
	font-weight:300;
	color: #ca9400;
}

#topmenu-searchbox :-ms-input-placeholder {  
	font: 15px Roboto, sans-serif;
	font-weight:300;
	color: #ca9400;
}

#topmenu-searchbox .placeholder {
	font: 15px Roboto, sans-serif;
	font-weight:300;
	color: #ca9400;
}




.fat-menu-container .block {
	font-size:0.85rem;
	line-height:1.2;
	height:70px;
	overflow:hidden;
	clear:both;
}
.fat-menu-container .image {
	height:100%;
	width:40%;
	float:left;
	background-size:cover;
	background-position: center center;
}
.fat-menu-container .title {
	height:100%;
	float:right;
	width:60%;
	color:#000;
	font-weight:400;
	padding:0px 15px;
	overflow:hidden;
	font-size:0.8rem;
	line-height:1.25;
}
.fat-menu-container .title b {
	font-weight:700;
}
.fat-menu-container .title strong {
	font-weight:700;
	font-size:0.9rem;
	color:#1c3380;
}

.hamburger-icon {
	fill:#1c3380;
	width:45px;
	height:45px;
}
#hamburger-menu {
	float:left;
	margin-right:1rem;
	cursor:pointer;
}

#mobile-menu {
	background:#fc0;
	margin-top:-1.5rem;
	display:none;
}
#mobile-menu .row > div {
	text-align:center;
	padding:0.6rem 1rem;
}
#mobile-menu a {
	font-weight:700;
	font-size:1.1rem;
	color:#1c3380;
}


.top-line {
	font-size:0.7rem;
	height:24px;
	margin-top:0.8rem;
	overflow-y:hidden;
}
.top-line-tabs a {
	float:left;
	display:block;
	margin-right:0.6rem;
	text-align:left;
	padding:5px 0.8rem 0px;	
	background-color:#f4f4f4;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	color:#888;
	height:34px;
}
.top-line-tabs a.active {
	background-color:#fc0;
	color:#1c3380;
}
.top-line-now-playing {
	text-align:right;
	color:#888;
	padding-top:6px;
	overflow:hidden;
	line-height:0rem;
	white-space:nowrap;
}
.top-line-now-playing  img {
	padding-right:0.3rem;
}

