@charset "utf-8";
@import url('reset.css');

/**
* # Slicing: www.rellect.com #
*/

/**
* Global
*/

body
{
	background: #000;
	direction: rtl;
	font: 12px/1.24 Arial, Helvetica, sans-serif;
	color: #fff;
}

a
{
	cursor: pointer;
}

a,
a:visited
{
	text-decoration: underline;
	color: #ff6300;
}

a:hover
{
	text-decoration: underline;
}

:focus
{
	outline: 0;
}

h1, h2, h3, h4, h5, h6, p, label, input, select
{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

img
{
	max-width: 100%;
}

.floatcontainer:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.orange
{
	color: #ff6300;
}

.purple
{
	color: #5F36C9;
}

.gray
{
	color: #393939;
}

.container
{
	width: 978px;
	margin: 0 auto;
}

@media(max-width: 1000px)
{
	.container
	{
		width: 712px;
	}
}

@media(max-width: 740px)
{
	.container
	{
		width: 445px;
	}
}

@media(max-width: 480px)
{
	.container
	{
		width: auto;
		padding: 0 10px;
	}
}

.list
{
	font-size: 0;
}

.list-item
{
	font-size: 12px;
	vertical-align: top;

	display: inline-block;
	*display: inline;
	zoom: 1;
}

.ul-reset,
.ul-reset li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.forceShow
{
	display: block !important;
}
/* Global - end */

/**
* Welcome Page
*/

.welcome
{
	max-width: 756px;
	*width: 756px;
	margin: 0 auto;
}

.welcome a
{
	font-weight: bold;
}

.welcome-body
{
	background: url('images/welcome.jpg') no-repeat;
	height: 228px;
	padding: 80px 280px 25px 25px;
}

.welcome-logo
{
	font-size: 0;
	padding-bottom: 15px;
}

.welcome-links
{
	margin-top: 15px;
}

.welcome-links a
{
	background: #f16107 url('images/b-orange.jpg') repeat-x top right;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;

	padding: 2px 10px;
	margin-left: 8px;
	margin-bottom: 5px;
	min-width: 72px;
	text-align: center;
	border-radius: 9px;

	display: inline-block;
	*display: inline;
	zoom: 1;
}

.welcome-links a:visited
{
	color: #fff;
}

.welcome-sms
{
	padding: 5px 0;
}

.welcome-footer
{
	background: url('images/welcome-footer.jpg') no-repeat;
	height: 95px;
}

@media(max-width:760px)
{
	.welcome
	{
		text-align: center;
	}

	.welcome-sms img
	{
		display: none;
	}

	.welcome-body
	{
		background: url('images/welcome-body.jpg') no-repeat bottom left;
		padding-top: 25px;
		padding-right: 25px;
		height: auto;
	}
}

@media(max-width:470px)
{
	.welcome-links a
	{
		display: block;
		border-radius: 5px;
		padding: 10px;
		margin-left: 0;
		margin-bottom: 7px;
	}
}
/* Welcome - end */

/**
* Header
*/

.header
{
	background: url('images/header.jpg') center center no-repeat;
	height: 118px;
}
/* Header - end */

/**
* Menu
*/

.menu
{
	background: #5455b1 url('images/menu.jpg') top right repeat-x;
	text-align: center;
}

.menu a,
.menu a:visited
{
	color: #fff;
	text-decoration: none;
}

.menu a
{
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	padding: 3px 5px;
	text-align: center;
	margin: 0 15px;
	position: relative;

	display: inline-block;
	*display: inline;
	zoom: 1;
}

.menu a:hover
{
	color: #b5b4ee;
}

.menu a:before
{
	content: '•';
	display: block;
	position: absolute;
	right: -20px;
	top: 4px;
	cursor: default;
}

.menu a:hover:before
{
	color: #fff;
}

.menu a:first-child:before
{
	display: none;
}

.showMenu
{
	font-weight: bold;
	font-size: 14px;
	color: #9596ec;
	text-align: center;
	padding: 10px;
	border: 1px solid #9596ec;
	background: #111;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.showMenu.active
{
	border-color: #fff;
	color: #fff;
}

@media(max-width: 740px)
{
	/*.showMenu
	{
		display: block !important;
	}

	.menu
	{
		display: none;
	}*/

	.menu
	{
		margin-bottom: 5px;
		height: 24px;
		overflow: hidden;
	}

	/*.menu a
	{
		width: 100%;
	}*/

	.menu a
	{
		font-size: 12px;
		margin: 0;
	}

	.menu a:first-child
	{
		border-top: 0;
	}

	.menu a:before
	{
		display: none;
	}
}
/* Menu - end */

/**
* Categories
*/

.categories
{
	margin-right: -1px;
}

.categories li
{
	float: right;
}

.categories a,
.categories a:visited
{
	color: #fff;
	text-decoration: none;
}

.categories a
{
	display: block;
	padding: 3px;
	background: #ff6201;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	width: 82px;
	text-align: center;
	white-space: nowrap;
}

.categories a:hover
{
	background: #6A6BC5;
}

.showCategories
{
	font-weight: bold;
	font-size: 14px;
	color: #ff6300;
	text-align: center;
	padding: 10px;
	border: 1px solid #ff6300;
	background: #111;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.showCategories.active
{
	border-color: #fff;
	color: #fff;
}

@media(max-width: 480px)
{
	.categories ul
	{
		display: none;
	}

	.showCategories
	{
		display: block !important;
	}

	.categories li
	{
		width: 50%;
	}

	.categories a
	{
		width: auto;
		padding: 10px;
	}
}
/* Categories - end */

/**
* Content
*/

.content
{
	margin-top: 5px;
}

.main
{
	float: left;
	width: 100%;
	margin-right: -215px;
}

.mainInner
{
	padding-right: 220px;
}

.sidebar
{
	width: 215px;
}

.block
{
}

.block-head
{
	background: #ff6201 url('images/block-head.jpg') repeat-y top left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 5px;
}

.block-head a,
.block-head a:visited
{
	color: #fff;
}

.block-content
{
	border: 1px solid #4c4a4d;
	border-top: 0;
	padding: 7px;
}

.gray-block .block-head
{
	border-bottom: 2px solid #a5a9a8;
}

.gray-block .block-content
{
	background: #e2e2e0;
	color: #393939;
	font-size: 11px;
	border: 0;
	padding: 0;
}

.block-items li
{
	border-top: 1px dotted #010101;
	padding: 5px 20px 5px 5px;
	position: relative;
}

.block-items li:before
{
	content: '◄';
	color: #7f7fc7;
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
}

.block-items li:first-child
{
	border-top: 0;
}

.intro
{
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #fff;
}

@media(max-width: 740px)
{
	.main
	{
		float: none;
		margin-right: 0;
	}

	.mainInner
	{
		padding-right: 0;
	}

	.sidebar
	{
		width: auto;
		margin: 15px auto ;
	}

	.phone-block
	{
		display: none;
	}

	.mobile-only
	{
		display: block !important;
	}
}
/* Content - end */

/**
* Movies
*/

.movies
{
}

.image-items
{
}

li.movie
{
	width: 25%;
	float: right;
	font-size: 0;
	margin: 5px 0;
	text-align: center;
}

.movie li
{
	font-size: 12px;
	vertical-align: top;
	text-align: right;

	display: inline-block;
	*display: inline;
	zoom: 1;
}

.movie a
{
	text-decoration: none;
}

.movie-img
{
	padding-top: 3px;
}

.movie-img img
{
	width: 130px;
}

.movie .movie-details
{
	width: 100px;
	padding-top: 15px;
	margin-right: 5px;
	padding-left: 12px;
	position: relative;
	height: 130px;
}

.rating
{
	background: url('images/StarFull.gif');
	height: 15px;
	width: 0;
}

.ratingEmpty
{
	background: #000 url('images/StarEmpty.gif');
}

	.rating1{ width: 15px; }
	.rating2{ width: 30px; }
	.rating3{ width: 45px; }
	.rating4{ width: 60px; }
	.rating5{ width: 75px; }

.rate
{
	width: 94px;
	font-size: 11px;
	background: #6a6bc5;
	text-align: center;
	line-height: 1;
	padding: 3px;

	position: absolute;
	bottom: 0;
	right: 0;
}

.rate .rating
{
	margin-top: 2px;

	display: inline-block;
	*display: inline;
	zoom: 1;
}

.rate .ratingEmpty
{
	background-color: transparent;
}

.text-items
{
}

.text-items a
{
	text-decoration: none;
}

.text-items li
{
	margin: 10px 0;
}

.player
{
	margin-bottom: 20px;
}

.player video
{
	width: 100%;
	height: auto;
	max-height: 340px;
	display: block;
}

@media(max-width: 1000px)
{
	li.movie
	{
		margin: 10px 0;
	}

	.movie .movie-details
	{
		padding-top: 5px;
	}
}

@media(max-width: 480px)
{
	li.movie
	{
		width: 50%;
	}

	.movie .movie-details
	{
		height: 100px;
	}

	.movie-img img,
	.movie .movie-details
	{
		width: 130px;
	}

	.movie-ad:before
	{
		content: " ";
		clear: both;
	}

	.movie-ad
	{
		display: block !important;
		width: 100%;
		clear: both;
		margin: 10px;
	}
}
/* Movies - end */

/**
* Comments
*/

.comments
{
	color: #fff;
	border: 1px solid #3a3b3f;
	max-width: 95%;
	margin: 0 auto;
}

.comments .com-title
{
	padding: 7px;
	background: #3a3b3f;
}

.comments .com-main
{
	padding: 15px;
}

.comments .com-item
{
	padding: 7px;
	background: #3a3b3f;
	margin-top: 7px;
}

	.comments .com-item:first-child
	{
		margin-top: 0;
	}

.comments .com-new
{
	margin: 20px 0 0;
	max-width: 450px;
}

.comments .com-new ul
{
	margin-top: 5px;
}

.comments .com-new ul li:first-child
{
	width: 50px;
	vertical-align: middle;
}

.comments .com-new input,
.comments .com-new textarea
{
	background: #fff;
	border: 0;
	border-radius: 0;
	padding: 5px;
	color: #000;

	box-sizing: border-box;
	max-width: 100%;
}

.comments .com-new textarea
{
	resize: none;
}

.comments .com-new input.com-name
{
	width: 260px;
}

.comments .com-new input.com-submit
{
	background: #ff6300;
	color: #fff;
	font-size: 14px;
	height: 25px;
	padding: 0 45px;
	margin-top: 5px;
}

.comments .com-new textarea.com-input
{
	width: 450px;
	height: 75px;
}

.comments .com-new .com-new-title
{
	background: #3a3b3f;
	padding: 4px;
	max-width: 200px;
	margin-bottom: 10px;
}
/* Comments - end */

/**
* Ads
*/

.ad-container
{
	font-size: 0;
	text-align: center;
}

.menu-ad
{
	background: #e2e2e0;
	padding: 5px;
	border-radius: 6px;
	margin-top: 5px;
}
	.menu-ad-1
	{
		margin-left: 10px;
	}

	.menu-ad-1,
	.menu-ad-2
	{
		width: 470px;
		height: 65px;
	}

.side-ad
{
	margin-bottom: 5px;
}

@media(max-width: 1000px)
{
	.menu-ad-1,
	.menu-ad-2
	{
		width: 345px;
		height: 45px;
	}
}

@media(max-width: 740px)
{
	.menu-ad,
	.side-ad
	{
		display: none;
	}
}
/* Ads - end */

/**
* Footer
*/

.footer
{
	background: url('images/footer.jpg') top left;
	height: 102px;
	margin: 10px 0;
}

.footer-links
{
}

.footer-links a
{
	text-decoration: none;
}

.footer-links ul
{
	margin: 15px 15px 15px 0;
	width: 105px;
	vertical-align: top;

	display: inline-block;
	*display: inline;
	zoom: 1;
}

.footer-links ul:first-child
{
	margin-right: 0;
}

.footer-links li
{
	color: #fff;
	font-weight: bold;
	text-align: right;
}

.footer-links a
{
	font-weight: normal;
}

@media(max-width: 740px)
{
	.footer-links > a:first-child
	{
		margin-right: 15px;
	}
}
/* Footer - end */