/*
Theme Name: WatchZaa
Theme URI: http://watch.zaatheme.com/
Author: MonKii Mean
Author URI: http://watch.zaatheme.com/
Description: Description
Version: 1.2.0
Tags:
Text Domain: monkii
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
FONTFACE
GLOBAL
HEADER
MENU
LAYOUT
CONTENT
SLIDER
NAVIGATION
COMMENT
WIDGETS
FOOTER
WORDPRESS CORE
PLUGIN
EXTRA
--------------------------------------------------------------*/


/* FONTFACE
----------------------------------------------- */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'supermarketregular';
    src: url('fonts/supermarket-webfont.eot');
    src: url('fonts/supermarket-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/supermarket-webfont.woff2') format('woff2'),
         url('fonts/supermarket-webfont.woff') format('woff'),
         url('fonts/supermarket-webfont.ttf') format('truetype'),
         url('fonts/supermarket-webfont.svg#supermarketregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* GLOBAL
----------------------------------------------- */
body {
	color: #333;
	background: #f1f1f1;
	font-family: 'Open Sans',Arial,Verdana,sans-serif;
	font-size: 13px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald','supermarketregular','RSUbold',arial,Georgia, serif;
	font-weight: normal;
}

/* Links */
a {
	color: #333;
	outline: none;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
a:hover,
a:focus,
a:active {
	color: #FF2828;
}

/* Text Elements */
blockquote {
	font-size: 17.5px;
	background: #f5f5f5;
	border-left: 5px solid #FF2828;
	padding-left: 35px;
}
blockquote:before {
	content: '\275d';
	color: #555;
	font-size: 30px;
	line-height: 1;
	margin-top: -8px;
	margin-left: -25px;
	float: left;
}

/* Forms */
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 10px 15px;
	color: #FFF;
	font-family: 'Oswald','supermarketregular','RSUbold',arial,Georgia, serif;
	text-transform: uppercase;
	background: #090909;
	border: 1px solid #040404;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #FF2828;
	border-color: #FF2828;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	display: block;
	clip: auto !important;
	line-height: normal;
	text-decoration: none;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear {
	clear: both;
}

/* HEADER
----------------------------------------------- */
.site-header {
	padding: 10px 0 0;
	background: #16171b;
}
#header-main {
	padding: 25px 0;
}
.banner-header img {
	display: block;
	max-width: 100%;
	height: auto;
    margin: 0 auto;
}

/* MENU
----------------------------------------------- */
/* MAIN MENU */
#header-main-menu {
	background: #060608;
}
#main-navigation {
	margin: 0;
	padding: 0;
	border: 0;
}
.navbar.main-navigation li a {
	font-family: 'Oswald','supermarketregular','RSUbold',arial,Georgia, serif;
    font-weight: normal;
	margin: 0;
	font-size: 17px;
	color: #FFF;
}
/*.menu-main-menu-container > ul > li > a {
	text-transform: uppercase;
}*/
.navbar.main-navigation li.active > a,
.navbar.main-navigation .dropdown-menu > .active > a {
	color: #16171B;
}
.navbar.main-navigation li.active > a:hover {
	color: #FFF;
}
.main-navigation .nav .open>a {
	background-color: #FF2828;
}
.navbar.main-navigation li.menu-item-home a:before {
	font: normal normal normal 19px/1 FontAwesome;
	content: "\f015";
	margin: -9px 5px 0 0;
}
#main-menu.navbar-nav > li > .dropdown-menu {
	background-color: #FF2828;
}
#main-menu.navbar-nav > li > .dropdown-menu a:hover {
	background-color: #FFF;
	color: #FF2828;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #DD0504;
	color: #16171B;
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#FFF;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;}
.dropdown-submenu>.dropdown-menu {background-color: #FF2828;}

/* TinyNav */
.tinynav { display: none }
.tinynav { width: 96%;padding: 5px 15px;margin: 8px 2%;background-color: #999;color: #FFF;font-family: 'Oswald','supermarketregular','RSUbold',arial,Georgia, serif;letter-spacing: 1.5px; }
@media screen and (max-width: 991px) {
    .tinynav { display: block }
    #main-menu { display: none }
}

/* LAYOUT
----------------------------------------------- */
@media (min-width: 1200px) {
.container {
	width: 1050px;
}
}
.site-content {
	border-bottom: 8px solid #DDD;
}

/* CONTENT
----------------------------------------------- */
.top-container,
#top-banner-section {
	margin-bottom: -20px;
}
.top-container,
.main-container,
#top-banner-section {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FFF;
}
.ad-box-widget img {
	max-width: 100%;
	height: auto;
}
#top-banner-section .ad-box-widget .alignnone {
	margin: 5px 0;
}
.hentry {
	margin: 0 0 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry-header {
	margin: 0 0 20px;
}
.entry-header h1.entry-title {
	font-size: 22px;
}
.entry-content.content {
	line-height: 23px;
}
.entry-content .entry-title {
	margin: 10px 0;
	font-size: 26px;
	line-height: 1.2;
}
.entry-content .entry-meta {
	color: #999;
	font-size: 12px;
}
.entry-content .entry-meta a {
	color: #999;
	text-decoration: none;
}
.entry-content .entry-meta a:hover {
	color: #333;
}
.entry-content .entry-thumbnail {
	float: left;
	width: 250px;
	height: 175px;
	margin: 0 20px 20px 0;
	border: 5px solid #E6E6E6;
}
.entry-content footer.entry-meta {
	clear: both;
}
.entry-content .entry-footer {
	clear: both;
	padding: 8px 0;
	border-top: 1px solid #E8E8E8;
}
.btn.btn-default.read-more {
	float: right;
	border: 1px solid #E8E8E8;
	color: #222;
	background-color: #FFF;
	margin-top: 10px;
}
.btn.btn-default.read-more:hover {
	color: #FFF;
	background-color: #222;
}
hr.section-divider {
	border-color: #E8E8E8;
	margin-top: 20px;
	margin-bottom: 0px; 
}
.entry-content-movie {
	width: 160px;
	margin: 10px 3px 15px;
	padding: 5px 5px;
	text-align: center;
	border: 1px solid #E6E6E6;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	float: left;
}
.entry-content-movie.big-box {
	width: 215px;
}
.recent-movie-widget .entry-content-movie.big-box {
	width: 195px;
}
.entry-content-movie .entry-title h2 {
	font-size: 16px;
	line-height: 18px;
	height: 45px;
	margin: 2px 2px;
	padding: 5px 2px;
	overflow: hidden;
}
.entry-content-movie .entry-title h2 a {
	font-size: 13px;
	font-family: 'Oswald','supermarketregular', arial,Georgia, serif;
	text-align: center;
	text-shadow: none;
	line-height: 16px;
	color: #666;
}
.entry-content-movie .entry-thumbnail.thumbnail-portrait {
	width: 150px;
	max-width: 100%;
	height: 222px;
	margin: 0 auto;
	position: relative;
	border: none;
}
.entry-content-movie .entry-thumbnail.thumbnail-landscape {
	width: 150px;
	max-width: 100%;
	height: 112px;
	margin: 0 auto;
	position: relative;
	border: none;
}
.entry-content-movie .entry-thumbnail.thumbnail-square {
	width: 150px;
	max-width: 100%;
	height: 150px;
	margin: 0 auto;
	position: relative;
	border: none;
}
.entry-content-movie.big-box .entry-thumbnail.thumbnail-portrait {
	width: 203px;
	max-width: 100%;
	height: 300px;
	margin: 0 auto;
	position: relative;
	border: none;
}
.entry-content-movie.big-box  .entry-thumbnail.thumbnail-landscape {
	width: 200px;
	max-width: 100%;
	height: 150px;
	margin: 0 auto;
	position: relative;
	border: none;
}
.entry-content-movie.big-box  .entry-thumbnail.thumbnail-square {
	width: 205px;
	max-width: 100%;
	height: 205px;
	margin: 0 auto;
	position: relative;
	border: none;
}
.recent-movie-widget .entry-content-movie.big-box .entry-thumbnail.thumbnail-portrait {
	width: 185px;
	max-width: 100%;
	height: 273px;
	margin: 0 auto;
	position: relative;
	border: none;
}
.recent-movie-widget .entry-content-movie.big-box  .entry-thumbnail.thumbnail-landscape {
	width: 185px;
	max-width: 100%;
	height: 139px;
	margin: 0 auto;
	position: relative;
	border: none;
}
.recent-movie-widget .entry-content-movie.big-box  .entry-thumbnail.thumbnail-square {
	width: 185px;
	max-width: 100%;
	height: 185px;
	margin: 0 auto;
	position: relative;
	border: none;
}
.entry-content-movie .entry-thumbnail-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(61, 55, 55, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
	opacity:0;
}
.entry-content-movie .entry-thumbnail-overlay:hover {
	background-image: url(images/hover-icon-play.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity:0.8;
}
.entry-content-movie .entry-cat {
	background: url(images/rgba204-204-204_0-8.png);
	color: #000;
	font-family: 'Oswald','supermarketregular','RSUbold',arial,Georgia, serif;
    font-weight: normal;
	padding: 5px 8px;
	line-height: 1;
	position: absolute;
	top: -10px;
	right: -10px;
}
.entry-content-movie .entry-meta-bottom {
	line-height: 1.5;
	background: #fbfbf9;
	border-top: 1px solid #e7e7e7;
	color: #666;
	text-align: right;
	margin: 0 -5px -5px;
	padding: 2px 8px;
}
.entry-content-movie .entry-meta-bottom i {
	color: #CBCBCB;
}
.entry img {
max-width: 100%;
height: auto;
}
.entry iframe {
max-width: 100%;
}
.page-header {
	margin-top: 0;
	padding: 15px 20px 5px;
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
}
.page-title {
	margin: 0 0 10px;
	font-size: 25px;
	letter-spacing: 2px;
}

/* Social Share */
.entry-social-sharing {
	color: #FFF;
	font-size: 11px;
	margin: 30px 0 15px;
}
.entry-social-sharing span {
	margin: 0 5px;
	padding: 3px 13px;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.entry-social-sharing span:hover {
	background-color: #474747;
}
.entry-social-sharing span a,
.entry-social-sharing span a:hover {
	color: #FFF;
	text-decoration: none;
}
.entry-social-sharing i {
	padding-right: 8px;
}
.entry-social-sharing .entry-social-like {
	width: 100px;
	display: inline-block;
	margin: -14px 0;
	overflow: hidden;
}
.entry-social-sharing .entry-social-facebook {
	background: #3B5998;
}
.entry-social-sharing .entry-social-twitter {
	background: #2BA9E1;
}
.entry-social-sharing .entry-social-googleplus {
	background: #DD4B39;
}

/* Related Post */
.related-post-box {
	padding: 10px 0;
}
.related-post .entry-content-movie {
	width: 127px;
}
.related-post .entry-content-movie .entry-thumbnail.thumbnail-portrait {
	width: 117px;
	height: 173px;
}
.related-post .entry-content-movie .entry-thumbnail.thumbnail-landscape {
	width: 117px;
	height: 87px;
}
.related-post .entry-content-movie .entry-thumbnail.thumbnail-square {
	width: 117px;
	height: 117px;
}

/* SLIDER
----------------------------------------------- */
.movie-carousel-nav ul li span{
	background: #FF2828;
	font-family: 'Oswald','supermarketregular','RSUbold',arial,Georgia, serif;
	font-size: 18px;
	color: #FFF;
	border: 1px solid #FFF;
}
.movie-carousel-prev, .movie-carousel-next {
	cursor: pointer;
}

/* Big Slider */
.big-slider-widget {
	padding: 20px;
}
.big-slider-wrap {
	position: relative;
}
.big-slider-box {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #DCDCDC;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	box-shadow: 0 2px 10px #CACACA;
	margin: 10px;
}
.big-slider-title {
	font-size: 30px;
	background: url(images/rgba204-204-204_0-8.png);
	background: rgba(255, 40, 40, 0.7);
	color: #FFF;
	padding: 10px 15px;
	line-height: 1;
	position: absolute;
	top: -10px;
	left: -5px;
	z-index: 1;
}
.big-slider-prev, .big-slider-next {
	background: url(images/rgba204-204-204_0-8.png);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	padding: 10px 15px;
	position: absolute;
	top: 40%;
	z-index: 1;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.big-slider-prev {
	left: -5px;
}
.big-slider-next {
	right: -5px;
}
.big-slider-prev:hover, .big-slider-next:hover {
	background: rgba(255, 40, 40, 0.9);
}
.big-slider-thumbnail {
	width: 400px;
	height: 300px;
	float: left;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	overflow: hidden;
	position: relative;
}
.big-slider-thumbnail .entry-thumbnail-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 40, 40, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
	opacity: 0;
}
.big-slider-thumbnail .entry-thumbnail-overlay:hover {
	background-image: url(images/hover-icon-play.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.6;
}
.big-slider-content {
	background-color: #fff;
	width: 550px;
	height: 300px;
	padding: 20px;
	float: left;
}
.big-slider-content .entry-title h2 {
	margin-top: 0;
	height: 65px;
	overflow: hidden;
}	
.big-slider-content .entry-title a {
	font-size: 25px;
	color: #666;
}
.big-slider-content .entry-title a:hover {
	color: #FF2828;
	text-decoration: none;
}
.big-slider-content .btn.btn-default.read-more:hover {
	background-color: #FF2828;
}

/* NAVIGATION
----------------------------------------------- */
.site-content [class*="navigation"] {
	margin: 0 0 15px;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	width: 50%;
	float: left;
}
[class*="navigation"] .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}
.site-content [class*="navigation"] a {
	display: inline-block;
	padding: 5px 15px;
	color: #FFF;
	font-family: 'Oswald','supermarketregular','RSUbold',arial,Georgia, serif;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
	background: #060608;
}
.site-content [class*="navigation"] a:hover {
	background: #FF2828;
}
.site-content [class*="navigation"] [class^="ico-"]:before {
	margin: 0;
}

/* COMMENTS
----------------------------------------------- */
.comment-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.comment-list ul.children {
	margin: 0 0 0 50px;
	list-style: none;
}
.comment-list li.comment,
.comment-list li.pingback {
	margin: 0;
	padding: 0;
}
.comment-list li.pingback p {
	margin: 0;
	font-style: italic;
}
.comment-list li.comment .comment-body {
	padding: 30px 0 20px;
	border-bottom: 1px solid #d6d6d6;
}
.comment-list li.comment .comment-author .avatar {
	float: left;
	margin: 0 20px 0 0;
	display: block;
}
.comment-list li.comment .comment-author .fn {
	color: #999;
	font-size: 16px;
	font-family: 'Oswald','supermarketregular','RSUbold',arial,Georgia, serif;
	text-transform: uppercase;
}
.comment-list li.comment .comment-author .fn a {
	color: #333;
	text-decoration: none;
}
.comment-list li.comment .comment-author .fn a:hover {
	color: #FF2828;
}
.comment-list li.comment .comment-metadata {
	margin: 0 0 2px;
	font-size: 11px;
}
.comment-list li.comment .comment-metadata a {
	color: #999;
	text-decoration: none;
}
.comment-list li.comment .comment-metadata a:hover {
	color: #333;
}
.comment-list li.comment .reply {
	float: right;
}
.comment-list li.comment .reply a {
	color: #FF2828;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Oswald','supermarketregular','RSUbold',arial,Georgia, serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
.comment-list li.comment .reply a:hover {
	color: #333;
}
.comment-content {
	clear: both;
	margin: 20px 0 0;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* Comment Form */
#reply-title {
	margin: 20px 0 15px;
	padding: 0 0 15px;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #d6d6d6;
}
#cancel-comment-reply-link {
	margin: 0 0 0 10px;
	color: #333;
	font-size: .11px;
	text-decoration: none;
}
#commentform {
	margin: 0;
	padding: 0;
}
#commentform label {
	display: block;
	font-size: 16px;
	font-family: 'Oswald','supermarketregular','RSUbold',arial,Georgia, serif;
	font-weight: normal;
}
#commentform input {
	height: 35px;
	border: 1px solid #CCC;
}
#commentform textarea {
	width: 80%;
	max-width: 550px;
	height: 100px;
	border: 1px solid #CCC;
}
#commentform input.submit {
	height: auto;
}

/* WIDGETS
----------------------------------------------- */
.widget {
	line-height: 22px;
}
.widget ul {
	margin: 0;
}
.widget-title {
	margin: 10px 0 15px;
	border-bottom: 3px solid #333;
}
.widget-title h3 {
	margin: 0 0 -3px;
	padding-right: 15px;
	padding-bottom: 8px;
	font-size: 18px;
	letter-spacing: 1px;
	border-bottom: 3px solid #FF2828;
	display: inline-block;
}
.widget-title .see-all {
	padding: 0 15px;
}
/* Sidebar Widget */
.sidebar-widget {
	margin: 0 0 30px;
}
.sidebar_tabs .sidebar-tabs-nav li {
	width: 33.3%;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}
.sidebar_tabs .sidebar-tabs-nav li a {
	color: #fff;
	background: #060608;
	margin: 0;
	border: 0;
}
.sidebar_tabs .sidebar-tabs-nav li.active a {
	color: #fff;
	background: #FF2828;
	border: 0;
}
.sidebar_tabs .sidebar-tabs-content .tab-pane {
	margin: 0;
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
}
.sidebar_tabs .tab-pane ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}
.sidebar_tabs .tab-pane li {
	border-bottom: 1px dashed #DFDFDF;
	color: #999;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.sidebar_tabs .tab-pane li img {
	width: 70px;
	height: 70px;
	float: left;
	margin: 0 10px 0 0;
}
.sidebar_tabs .tab-pane li img {
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	-ms-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}
.sidebar_tabs .tab-pane li img:hover {
	opacity: 0.40;
	filter: alpha(opacity=40);
}
.sidebar_tabs .tab-pane h4 {
	font-family: 'supermarketregular','Open Sans',Arial,Verdana,sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0;
	max-height: 15px;
	overflow: hidden;
	word-wrap: break-word;
}
.sidebar_tabs .tab-pane span.tab-date {
	font-size: 11px;
	display: block;
	margin: 3px 0;
	font-style: italic;
	color: #999;
	overflow: hidden;
}
.sidebar_tabs .tab-pane span.tab-excerpt {
	max-height: 30px;
	font-size: 12px;
	display: block;
	overflow: hidden;
	color: #999;
	line-height: 1.3em;
}
.top10-widget-content ul {
	margin: 0;
	padding: 10px;
	list-style: none;	
}
.top10-widget-content li {
	border-bottom: 1px dashed #DFDFDF;
	color: #999;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.top10-widget-content .first-thumbnail {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}
.top10-widget-content .first-thumbnail.thumbnail-portrait {
	width: 100px;
	height: 148px;
}
.top10-widget-content .first-thumbnail.thumbnail-landscape {
	width: 100px;
	height: 75px;
}
.top10-widget-content .first-thumbnail.thumbnail-square {
	width: 100px;
	height: 100px;
}
.top10-widget-content .others-thumbnail {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}
.top10-widget-content .others-thumbnail.thumbnail-portrait {
	width: 70px;
	height: 104px;
}
.top10-widget-content .others-thumbnail.thumbnail-landscape {
	width: 70px;
	height: 52px;
}
.top10-widget-content .others-thumbnail.thumbnail-square {
	width: 70px;
	height: 70px;
}
.top10-widget-content .entry-thumbnail-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(61, 55, 55, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
	opacity: 0;
}
.top10-widget-content .entry-thumbnail-overlay:hover {
	background-image: url(images/hover-icon-play.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.8;
}
.top10-widget-content .meta-rank {
	background: #FF2828;
	color: #FFF;
	padding: 2px 4px;
	position: absolute;
	top: -5px;
	left: -5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: 0.80;
	filter: alpha(opacity=80);
}
.top10-first h4 {
	font-family: 'supermarketregular','Open Sans',Arial,Verdana,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	height: 55px;
	overflow: hidden;
	word-wrap: break-word;
}
.top10-others h4 {
	font-family: 'supermarketregular','Open Sans',Arial,Verdana,sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	height: 30px;
	overflow: hidden;
	word-wrap: break-word;
}
.top10-widget-content span.meta-date {
	font-size: 11px;
	display: block;
	margin: 3px 0;
	font-style: italic;
	color: #999;
	overflow: hidden;
}
.top10-widget-content span.meta-excerpt {
	max-height: 55px;
	font-size: 12px;
	display: block;
	overflow: hidden;
	color: #999;
	line-height: 1.5;
}
.top10-widget-content .top10-others span.meta-excerpt {
	max-height: 37px;
}
.top10-slider-content .tabs-nav-wrap {
	display: table;
	margin: 0 auto;
}
.top10-slider-content .nav-tabs {
	line-height: 1;
	border-bottom: none;
	margin: -10px 0 0;
	padding: 0;
}
.top10-slider-content .nav-tabs li {
	padding: 0 10px;
	border: none;
	margin: 0;
}
.top10-slider-content .nav-tabs li a,
.top10-slider-content .nav-tabs li a:hover,
.top10-slider-content .nav-tabs li a:focus {
	background: transparent;
	border: 0;
	padding: 0;
	line-height: 1;
	color: #DDD;
}
.top10-slider-content .nav-tabs li.active a {
	color: #FF2828;
}
.sidebar-recent-movie .entry-content-movie {
	width: 93px;
}
.sidebar-recent-movie .entry-content-movie .entry-thumbnail.thumbnail-portrait {
	width: 83px;
	height: 123px;
}
.sidebar-recent-movie .entry-content-movie .entry-thumbnail.thumbnail-landscape {
	width: 83px;
	height: 62px;
}
.sidebar-recent-movie .entry-content-movie .entry-thumbnail.thumbnail-square {
	width: 83px;
	height: 83px;
}
.sidebar-recent-movie .entry-content-movie .entry-title h2 a {
	font-size: 12px;
	line-height: 1;
}

/* Standard Wordpress Widget */
.sidebar-widget.widget_categories ul,
.sidebar-widget.widget_meta ul {
	padding: 0;
	list-style: none;
}
.sidebar-widget.widget_categories li,
.sidebar-widget.widget_meta li {
	padding: 6px 0;
	border-bottom: 1px solid #E6E6E6;
}
.sidebar-widget.widget_categories li:first-child,
.sidebar-widget.widget_meta li:first-child {
	padding-top: 0;
}
.sidebar-widget.widget_categories li:nth-child(2n),
.sidebar-widget.widget_meta li:nth-child(2n) {
	background: #FCFCFC;
}
#calendar_wrap {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #FFF;
}
#calendar_wrap #next {
	text-align: right;
}

/* Theme Widget */


/* FOOTER
----------------------------------------------- */
footer#colophon {
	color: #EEE;
	background: #313131;
	border-top: 8px solid #FF2828;
}
#footer-widget-area {
	padding: 10px 0;
}
.footer-widget {
	margin: 0 0 10px;
}
.footer-widget-title {
	border-bottom: 1px solid #5D5D5D;
	margin-bottom: 10px;
}
.footer-widget-title h3 {
	font-size: 18px;
	margin-top: 15px
}
.footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer#colophon a {
	color: #A09F9F;
}
.copyright {
	background-color: #222;
	border-color: #080808;
	padding: 15px 0;
}

/*  WORDPRESS CORE
----------------------------------------------- */
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

img.wp-smiley {
	vertical-align:middle;
}

.gallery {
	margin:0 auto 18px;
}

.gallery .gallery-item {
	float:left;
	margin-top:0;
	text-align:center;
	width:155px;
}

.gallery img {
	border:1px solid #ddd;
}

.gallery .gallery-caption {
	font-size:12px;
	margin:0 0 12px;
}

.gallery dl {
	margin:0;
}

.gallery br+br {
	display:none;
}

.attachment-gallery img {
	background:#fff;
	border:1px solid #f0f0f0;
	display:block;
	height:auto;
	margin:15px auto;
	max-width:96%;
	padding:5px;
	width:auto;
}

.gallery-meta .full-size, .gallery-meta .aperture, .gallery-meta .focal-length, .gallery-meta .iso, .gallery-meta .shutter, .gallery-meta .camera {
	display:block;
}

/*  PLUGIN
----------------------------------------------- */

/* Like Dislike counter */
.ldc-ul_cont {
	background-color: #000 !important;
	background-image: none !important;
	color: #DDD;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	margin-right: 3px;
	margin-bottom: 5px !important;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.ldc-ul_cont:before {
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 3px;
}
.ldc-ul_cont:first-child:before {
	content: "\f164";
	color: #F39C12;
}
.ldc-ul_cont:last-child:before {
	content: "\f165";
	color: #C0392B;
}
.ldc-ul_cont:hover {
	background-color: #DDD !important;
	color: #000;
}
.ldc-ul_cont img {
	display: none;
}

/*  EXTRA
----------------------------------------------- */
.image-fit {
	display: block;
	width: 100%;
	height: 100%;
}