.like-unline-bar{
	height:7px;
	background:#db1414
}

#user-action-forms .dialog-form {
	display: none;
}
#community-page #user-details header.content-title {
	display: none;
}
.listing .listing-item .extra {
	clear: both;
}

.mailbox .dialog-form input[name="receiver"] {
	width: 25%;
}

/*
@media screen and (max-width: 640px) {
	#categories {
		display: block;
		}
}
*/

#video_player_jwplayer_logo {
	display: none;
	width: 0px;
	height: 0px;
}

#video_player {
	width: 100%;
	height: 50vh;
}

#video_player video {
	width: 100%;
	height: 100%;
}

#message-holder.errors {
	background-color: #660000;
	color: #fff;
}

#message-holder .notices,
#message-holder .alerts {
	color: #fff;
}

#message-holder.messages {
	background-color: #006600;
	color: #fff;
}

.ajax_loader {
    background-image: url("/templates/layouts/images/ajax-loader.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    width: 220px;
    height: 35px;
    margin: auto;
}

#lang-menu {
	position: relative;
	float: left;
	width: 50px;
	background-color: inherit;
	z-index: 1;
}

#lang-menu ul {
	display: none;
}

#lang-menu ul li {
	width: 100%;
	float: left;
	clear: both;
}
#lang-menu a {
	width: 100%;
	padding: 2px;
	cursor: pointer;
}

#social-media-links {
	text-align: center;
	/*margin-bottom: 20px;*/
}

@media screen and (max-width: 480px) {
	#lang-menu {
		text-align: left;
		width: 100%;}
	#lang-menu ul li {
		display: inline-block;
		float: none;
		width: auto;}
	#lang-menu a {
		width: auto;}
}


/* Wide video player - START */

.wide-player .col-wide {
	margin-bottom: 2em;
	width: 100%;}
.wide-player #side-ad, .wide-player .col-narrow {
	margin-bottom: 20px;
	width: 100%;}
.wide-player #side-ad {
	min-height: 320px;}
.wide-player #side-ad.three-ads {
	min-height: 0px;}
.wide-player #side-ad.three-ads .jAd > div {
	display: inline-block;
	margin: 1%;
	width: 31%;}
.wide-player .three-ads #ad-holder {
	height: auto;
	margin-top: 20px;
	padding-bottom: 10px;
	position: relative;
	top: 0;}
.wide-player .three-ads #ad-holder {
	left: 1%;
	margin-left: 0;
	width: 98%;}
.wide-player #side-ad .jAd > div img {
	height: auto;
	width: 100%;}
.wide-player #side-ad.three-ads .jAd > div {
	display: inline-block;
	margin: 1%;
	width: 22%;}

.mejs-controls .mejs-widescreen-button {
	visibility: visible !important;
}
.mejs-controls .mejs-widescreen-button  button {
	background-position: -82px 0px !important;
}
.mejs-controls .mejs-widescreen-button  button:hover {
	background-position: -82px -16px !important;
}

article.video-details.float .mejs-controls .mejs-widescreen-button {
	visibility: hidden !important;
}

body.premium .mejs-controls .mejs-widescreen-button {
	visibility: hidden !important;
}

@media screen and (max-width: 980px) {
	.mejs-controls .mejs-widescreen-button {
		visibility: hidden !important;
	}
}

/* Wide video player - END */


/* Footer language menu - START */
#lang-footer span {
	font-weight: bold;
}
#lang-footer a {
	margin-left: 15px;
}
/* Footer language menu - END */