/* Common Style Start */
header
{
	height: 65px;
	line-height: 65px;
	width: 100%;
	background-color: #2b2c2d;
	color: #ffffff;
}
header .header-container
{
	height: 100%;
}
header a
{
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
	transition: all .35s ease-in-out;
}
header a:hover
{
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}
.header-logo
{
	display: inline-block;
	width: 186px;
	margin-right: 12px;
}
.header-logo a,
.header-search a.search
{
	float: left;
}
.header-content
{
	display: inline-block;
	width: calc(100% - 249px);
}
.header-search
{
	display: inline-block;
	width: 40px;
}
.header-content .header-left
{
	float: left;
}
.header-content .header-right
{
	float: right;
}
.header-content .header-block
{
	display: inline-block;
}
header .menu-item
{
	display: inline-block;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
header .menu-item:hover::after, 
header .menu-item.selected::after
{
	width: 100%;
}
header .menu-item::after
{
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	width: 0;
	height: 4px;
	background: #dd0000;
	content: "";
	transition: all .35s ease-in-out;
}
.header-right .menu-item:hover::after, 
.header-search .menu-item:hover::after, 
.header-right .menu-item.selected::after, 
.header-search .menu-item.selected::after
{
	bottom: 1px;
}
header .menu-item.more
{
	position: relative;
}
.header-menus .menu-item a
{
	display: block;
	height: 100%;
	width: 100%;
}
.header-menus .menu-item.selected a
{
	color: rgba(255, 255, 255, 1);
}
.header-more .more-text
{
	display: block;
	height: 100%;
	cursor: pointer;
}
.header-more .icon-more
{
	width: 6px;
	height: 6px;
	background-color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	border-radius: 3px;
	position: relative;
	margin: 0 2px;
	margin-bottom: 2px;
}
.header-more .more:hover .icon-more
{
	background-color: rgba(255, 255, 255, 1);
}
.more-panel,
.user-links
{
	display: none;
}
.more-panel.open,
.user-links.open
{
	display: block;
	position: absolute;
	background: #ffffff;
	width: 200px;
	border-radius: 6px;
	top: 55px;
	left: 0;
	z-index: 100;
	padding: 6px 20px;
	box-shadow: 2px 0 4px rgba(255, 255, 255, 0.35);
}
.more-panel.open .more-item,
.user-links.open .user-link-item
{
	height: 42px;
	line-height: 42px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.more-panel.open .more-item a,
.user-links.open .user-link-item a
{
	font-size: 14px;
	font-weight: 300;
	color: #000000;
}
.more-panel.open .more-item a:hover,
.user-links.open .user-link-item a:hover
{
	color: #dd0000;
}
.header-user.user-unauth a
{
	font-weight: 700;
	color: #ffffff;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
}
.header-subscribe .text
{
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	background-color: #dd0000;
	display: inline-block;
	border-radius: 20px;
	transition: all .35s ease-in-out;
}
.header-subscribe .text:hover
{
	background-color: #b00000;
}
.header-user
{
	display: inline-block;
	position: relative;
}
.more-panel.open
{
	left: 50%;
	margin-left: -100px;
}
.user-links.open
{
	left: auto;
	right: 0;
}
header .menu-item.user
{
	background-image: url(../images/header_account.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 0;
	padding-right: 0;
}
header .menu-item.user:hover
{
	background-image: url(../images/header_account_mo.png);
}
header .menu-item.user .user-text
{
	height: 100%;
	width: 25px;
	display: inline-block;
	position: relative;
}
header .menu-item.search
{
	background-image: url(../images/header_search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px 17px;
	padding-right: 0;
}
header .menu-item.search:hover
{
	background-image: url(../images/header_search_mo.png);
}
header .menu-item.search .text
{
	height: 100%;
	width: 25px;
	display: inline-block;
}
.header-user .user-link-item span
{
	color: #6c6d6f;
	font-weight: 500;
	font-size: 16px;
}
.user-links.open .user-link-item a
{
	color: #000000;
	font-weight: 300;
}
.header-hamburger
{
	display: none;
}
.more-text-mobile
{
	display: none;
}
/* common for sm, xs */
@media (max-width: 1023px)
{
	header
	{
		position: relative;
	}
	.header-hamburger
	{
		display: inline-block;
		float: left;
		height: 100%;
	}
	.header-hamburger .menu-item.hamburger
	{
		padding-left: 0;
		
	}
	header .menu-item.hamburger::after,
	header .header-content .menu-item::after,
	header .header-content .menu-item::after
	{
		display: none !important;
	}
	.header-hamburger .hamburger-text
	{
		display: block;
		height: 18px;
		width: 30px;
		position: relative;
		margin-top: 25px;
	}
	.header-hamburger .hamburger-text .icon-hamburger,
	.header-hamburger .hamburger-text::before,
	.header-hamburger .hamburger-text::after
	{
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		background-color: #ffffff;
		opacity: 1;
		transition: all .35s ease-in-out;
		left: 0;
		top: 50%;
	}
	.header-hamburger .hamburger-text .icon-hamburger
	{
		margin-top: -1px;
	}
	.header-hamburger .hamburger-text::before
	{
		top: 0;
	}
	.header-hamburger .hamburger-text::after
	{
		top: auto;
		bottom: 0;
	}
	.header-hamburger .menu-item.hamburger.open .icon-hamburger
	{
		opacity: 0;
	}
	.header-hamburger .menu-item.hamburger.open .hamburger-text::before
	{
		top: 9px;
		transform: rotate(45deg);
	}
	.header-hamburger .menu-item.hamburger.open .hamburger-text::after
	{
		top: 9px;
		transform: rotate(-45deg);
	}
	.header-content
	{
		width: 100%;
		float: none;
		display: none;
	}
	.header-content.open
	{
		display: block;
		width: 100%;
		overflow: hidden;
		position: absolute;
		top: 65px;
		left: 0;
		background: #ffffff;
		box-shadow: 2px 0 4px rgba(255, 255, 255, 0.35);
		z-index: 100;
	}
	.header-content.open .header-left,
	.header-content.open .header-right
	{
		float: none;
	}
	.header-content .header-block
	{
		display: block;
	}
	.header-content .menu-item
	{
		display: block;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #f4f4f4;
		width: 100%;
		transition: all .35s ease-in-out;
		background-color: transparent;
		padding-left: 0;
		padding-right: 0;
	}
	.header-content .menu-item:hover,
	.header-content .menu-item.selected
	{
		background-color: #dd0000;
	}
	.header-content .open .menu-item.more:hover
	{
		background-color: transparent;
	}
	.header-content .menu-item a,
	.header-content .open .menu-item.more a:hover,
	.header-content .more-panel.open .more-item a,
	.header-content .header-user.user-unauth a span,
	.header-content .header-user .user-link-item span,
	.header-content .header-user .user-link-item a
	{
		color: #2b2c2d;
		width: 756px;
		padding-right: 10px;
		padding-left: 10px;
		margin-right: auto;
		margin-left: auto;
		transition: all .35s ease-in-out;
	}
	.header-content .menu-item a:hover,
	.header-content .menu-item.selected a,
	.header-content .more-panel.open:hover .more-item a,
	.header-content .header-user.user-unauth .menu-item:hover span
	{
		color: #ffffff;
	}
	.header-content .more-text
	{
		display: none;
	}
	.header-content .more-text-mobile
	{
		display: block;
		position: relative;
	}
	.header-content .more-text-mobile .icon-triangle-down
	{
		width: 10px;
		height: 5px;
		border: 5px solid transparent;
		border-top-color: #1d1e1f;
		margin-top: 3px;
		margin-left: 6px;
		margin-right: 32px;
		transition: all .35s ease-in-out;
		-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		transform-origin: 50% 0;
		top: 20px;
		right: 0;
		position: absolute;
	}
	.header-content .open .menu-item.more:hover .icon-triangle-down
	{
		border-top-color: #1d1e1f;
	}
	.header-content .menu-item.more:hover .icon-triangle-down
	{
		border-top-color: #ffffff;
		transform: scale(1.2);
	}
	.header-content .open .menu-item.more .icon-triangle-down
	{
		transform: rotate(180deg);
	}
	.header-content .more-panel.open
	{
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		padding: 0;
		box-shadow: none;
		margin-left: 0;
	}
	.header-content .more-panel.open .more-item:hover
	{
		background-color: #dd0000;
	}
	.header-content .more-panel.open:hover .more-item:hover a
	{
		color: #ffffff;
	}
	.header-content .more-panel.open .more-item
	{
		border-top: 1px solid #f4f4f4;
		height: 50px;
		line-height: 50px;
	}
	.header-content .more-panel.open .more-panel.open .more-item
	{
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #f4f4f4;
		display: block;
		width: 100%;
	}
	header .header-content .menu-item.more
	{
		height: auto;
	}
	.more-panel.open .more-item a
	{
		font-size: 16px;
		display: block;
		font-weight: 500;
		text-indent: 20px;
	}
	.header-content .header-user.user-unauth a
	{
		color: #1d1e1f;
	}
	.header-content .more-panel.open:hover .more-item a
	{
		color: #1d1e1f;
	}
	.header-content .header-user.user-unauth a span
	{
		display: block;
	}
	.header-content .header-subscribe .text
	{
		background-color: transparent;
		padding: 0;
		height: 100%;
		line-height: inherit;
		border: none;
	}
	.header-logo
	{
		float: left;
	}
	.header-search
	{
		float: right;
	}
	.header-content .header-user
	{
		display: block;
		width: 100%;
	}
	.header-content .menu-item.user
	{
		display: none;
	}
	.header-content .user-links
	{
		display: block;
	}
	.header-content .header-user .user-link-item
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.header-content .header-user .user-link-item:hover
	{
		background-color: #dd0000;
		color: #ffffff;
	}
	.header-content .header-user .user-link-item:hover span,
	.header-content .header-user .user-link-item:hover  a
	{
		color: #ffffff;
	}
	.header-content .header-user .user-link-item span,
	.header-content .header-user .user-link-item a
	{
		display: block;
	}
}
@media (max-width: 767px)
{
	header .header-content .menu-item,
	.header-content .header-user .user-link-item
	{
		padding-left: 0;
		padding-right: 0;
	}
	.header-content .menu-item a,
	.header-content .open .menu-item.more a:hover,
	.header-content .more-panel.open .more-item a,
	.header-content .header-user.user-unauth a span,
	.header-content .header-user .user-link-item span,
	.header-content .header-user .user-link-item a
	{
		width: auto;
		margin-right: auto;
		margin-left: auto;
		padding-left: 16px;
		padding-right: 16px;
	}
}
/* Common Style End */
/* Custom Style start */
.user-link-item.playlist,
.user-link-item.preferences,
.user-link-item.favorites
{
	display: none;
}
/* Custom Style End */
