/**
 * Theme Name: pomovie-hd
 * Theme URI: http://pomovie.xyz
 * Version: 0.0.2
 * Author: pomovie-hd
 * Author URI: http://facebook.com/
 * Description: Watch pomovie 
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: nv
 */

/**
 * CSS Reset & Clearfix 
 */
 
@import url('assets/styles/reset.css');

/**
 * Global Elements 
 */
 
body, input, textarea, select { font: normal 14px/20px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #444; }

body { overflow-y: scroll; line-height: 1.45em; background: #fff; }

a { text-decoration: none; }

img { max-width: 100%; height: auto; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

input[type=text],
input[type=password], 
input[type=number], 
input[type=submit], 
textarea, 
select,
.btn { padding: 9px 15px; border: 1px solid #ddd; background: #fff; -webkit-border-radius: 3px; border-radius: 3px; }

input[type=text]:focus,
input[type=password]:focus, 
input[type=number]:focus, 
textarea:focus, 
select:focus { padding: 8px 14px; border: 2px solid transparent; }

select { }

input[type=submit], .btn { cursor: pointer; font-weight: bold; border: none; color: #fff; }

.btn { display: inline-block; padding: 10px 15px; }
.btn.green { background: #57d5b6; }
.btn.green:hover { background: #49c7a8; }

address { font-style: italic; }

code, kbd, tt, var, samp, pre { font-family: monospace; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; }

pre { max-width: 100%; overflow: auto; padding: 10px 15px; margin: 25px 0; white-space: pre; white-space: pre-wrap; word-wrap: break-word; background: #e5e5e5; }

abbr[title] { border-bottom: 1px dotted #d5d5d5; cursor: help; }

mark, ins { background-color: #fff9c0; text-decoration: none; }

sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }

sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 75%; }

big { font-size: 125%; }

table, th, tr, td { border: 1px solid #e5e5e5; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }

caption, th, td { font-weight: normal; text-align: left; }

th { border-width: 0 1px 1px 0; font-weight: bold; }

td { border-width: 0 1px 1px 0; }

th, td { padding: 5px 10px; }

#wp-calendar caption { margin: -6px 0 11px 0; }
#wp-calendar th, 
#wp-calendar tr, 
#wp-calendar td { text-align: center; }
#wp-calendar th,
#wp-calendar td { padding: 5px 0; }
#wp-calendar a { font-weight: bold; }

.ads { line-height: 0; }

/**
 * Transitions
 */
 
a,
#header .main-menu li ul,
.items-grid .item .image .overlay,
.entry-thumbnail a .triangle { -webkit-transition: 0.2s; -moz-transition: 0.2s; -ms-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

.entry-player .controls a,
#signup .main .title .close { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

/**
 * Layouts
 */
 
 #main { padding: 30px 0; background: #f1f1f1; }
 
.container { width: 1095px; margin: 0 auto; }

#primary { float: left; width: 100%; margin-right: -300px; }
#primary #content { margin-right: 330px; }

#secondary { float: right; width: 300px; }

/**
 * Header 
 */
 
#header { position: relative; padding: 30px 0; }

#header .site-info { float: left; position: relative; top: 1px; }
#header .site-info .site-name { display: block; margin: -9px 0 -6px 0; position: relative; top: -1px; line-height: 1.25em; letter-spacing: -1px; font-size: 28px; color: #444; }
#header .site-info .site-name a { color: #444; }
#header .site-info .site-name.has-image,
#header .site-info .site-name.has-image a { display: block; margin: 0; top: 0; line-height: 0; max-width: 200px; overflow: hidden; }
#header .site-info .site-description { margin: 3px 0 -3px 0; font-weight: normal; color: #999; }

#header .right { float: right; visibility: hidden; }

#header .main-menu,
#header .main-menu ul,
#header .main-menu li,
#header .search-form,
#header .search-form input { float: left; }

#header .main-menu { margin-right: 60px; }
#header .main-menu li { position: relative; margin-right: 15px; }
#header .main-menu li:last-child { margin-right: 0; }
#header .main-menu li ul { position: absolute; visibility: hidden; opacity: 0; top: 100%; z-index: 99999; left: -16px; margin: 12px 0 0 1px; padding: 10px 15px; width: 180px; background: padding-box #fff; border: 1px solid rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1); box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
#header .main-menu li ul:before { position: absolute; content: ''; top: -2px; left: -1px; padding: 0 1px; width: 100%; height: 2px; }
#header .main-menu li ul li ul { left: 100%; top: -11px; margin: 0 0 0 41px; }
#header .main-menu li a { display: block; line-height: 40px; text-transform: uppercase; font-weight: bold; color: #444; }
#header .main-menu li ul li { float: none; margin: 0 0 5px 0; }
#header .main-menu li ul li:last-child { margin-bottom: 0; }
#header .main-menu li ul li a { font-weight: normal; line-height: 1.45em; text-transform: none; }
#header .main-menu li:hover > ul { visibility: visible; opacity: 1; margin-top: 2px; }
#header .main-menu li ul li:hover > ul { margin: 0 0 0 31px; }

#header .search-form input[type=text] { width: 180px; border-right: none; padding-right: 12px; -webkit-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; }
#header .search-form input[type=submit] { padding: 9px 0; width: 40px; text-indent: -999999em; background-image: url("assets/images/sprite.png"); background-position: -142px -30px; background-repeat: no-repeat; -webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }

#header .toggle-menu { display: none; float: right; position: relative; width: 18px; height: 12px; }
#header .toggle-menu .bar { position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #444; }
#header .toggle-menu .bar2 { top: 5px; }
#header .toggle-menu .bar3 { top: 10px; }

#header .mobile { float: left; width: 100%; margin-top: 23px; }
#header .mobile .main-menu ul { width: 100%; }
#header .mobile .main-menu li { float: none; margin: 0 0 5px 0; position: static; }
#header .mobile .main-menu li:last-child { margin: 0; }
#header .mobile .main-menu li ul { margin: 5px 0 5px 15px; visibility: visible; opacity: 1; position: static; border: none; padding: 0; -webkit-box-shadow: none; box-shadow: none; }
#header .mobile .main-menu li a { line-height: 1.45em; text-transform: uppercase; font-weight: bold; }
#header .mobile .search-form { position: relative; width: 100%; margin-top: 25px; }
#header .mobile .search-form input[type=text] { width: 100%; padding-right: 52px; }
#header .mobile .search-form input[type=submit] { position: absolute; top: 0; right: 0; }

/**
 * Page title 
 */
 
.page-title { margin: -5px 0 25px 0; line-height: 1.38em; font-size: 16px; }

/**
 * Items
 */
 
.items-grid { position: relative; }
.items-grid.related { margin-top: 30px; }
.items-grid .section-title { margin-bottom: 15px; }
.items-grid .section-title .text { display: inline-block; position: relative; padding: 10px 35px 10px 15px; line-height: 1.38em; font-size: 16px; font-weight: bold; color: #fff; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }
.items-grid .section-title .text:before { position: absolute; content: ''; top: 50%; right: 15px; margin-top: -7px; width: 10px; height: 14px; background: url("assets/images/sprite.png") -192px -30px no-repeat; }
.items-grid .items { margin: -15px -15px 0 0; }
.items-grid .item { float: left; width: 25%; padding: 15px 15px 0 0; }
.items-grid .item .main { position: relative; overflow: hidden; }
.items-grid .item .image { display: block; line-height: 0; }
.items-grid .item .image .overlay { visibility: hidden; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); }
.items-grid .item .image .overlay .circle { position: absolute; top: 50%; left: 50%; margin: -24px 0 0 -24px; width: 48px; height: 48px; border: 2px solid #fff; -webkit-border-radius: 32px; border-radius: 32px; }
.items-grid .item .image .overlay .triangle { position: absolute; top: 50%; left: 50%; margin: -10px 0 0 -6px; width: 0; height: 0; border: 10px solid transparent; border-left: 15px solid #fff; }
.items-grid .item .main:hover > .image a .overlay { visibility: visible; opacity: 1; }
.items-grid .item .title { position: absolute; bottom: 0; left: 0; width: 100%; }
.items-grid .item .title a { display: block; padding: 25px 15px 10px 15px; line-height: 1.38em; font-size: 16px; font-weight: normal; background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); color: #fff; }
.items-grid .clear { display: none; }
.items-grid .clear:nth-child(8n+8) { display: block; }

/**
 * Single
 */
 
.breadcrumb { margin: -6px 0 26px 0; color: #777; }
.breadcrumb a { color: #444; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .delimiter { margin: 0 2px; }
 
.hentry { padding: 30px; background: #fff; }
.posts .hentry { margin-bottom: 30px; }
.posts .hentry:last-child { margin-bottom: 0; }

.entry-meta { margin: -6px 0 11px 0; color: #999; }
.entry-meta a:hover { color: #444; }

.entry-title { margin: -8px 0 -7px 0; line-height: 1.3em; letter-spacing: -0.5px; font-size: 24px; }
.entry-title a { color: #444; }

.entry-thumbnail { margin-top: 30px; line-height: 0; }

.entry-rate { margin: 15px 0; }
.entry-rate .average {  float: left; padding: 0 14px; line-height: 40px; text-align: center; font-size: 16px; font-weight: bold; color: #fff; -webkit-border-radius: 3px; border-radius: 3px; }
.entry-rate .info { float: left; margin-left: 15px; }
.entry-rate .rating { position: relative; margin-top: 2px; width: 160px; height: 15px; background: url("assets/images/sprite.png") no-repeat; }
.entry-rate .rating span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("assets/images/sprite.png") 0 -15px no-repeat; }
.entry-rate .text { margin-top: 5px; }

.entry-player { margin-bottom: 30px; }
.entry-player .cover { position: relative; line-height: 0; }
.entry-player .cover img { width: 100%; height: auto; }
.entry-player .cover .first { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; background: #333 url("assets/images/preloader.GIF") center center no-repeat; }
.entry-player .cover .hd-text { position: absolute; top: 15px; left: 15px; line-height: 1.6em; padding: 0 6px; font-weight: bold; color: rgba(255,255,255,0.7); border: 2px solid rgba(255,255,255,0.7); -webkit-border-radius: 3px; border-radius: 3px; }
.entry-player .cover .play-icon { position: absolute; top: 50%; left: 50%; margin: -32px 0 0 -32px; width: 64px; height: 64px; border: 3px solid rgba(255,255,255,0.5); -webkit-border-radius: 32px; border-radius: 32px; }
.entry-player .cover .play-icon .triangle { position: absolute; top: 50%; left: 50%; margin: -10px 0 0 -6px; width: 0; height: 0; border: 10px solid transparent; border-left: 15px solid rgba(255,255,255,0.5); }
.entry-player .cover .play-icon:hover { border-color: rgba(255,255,255,1); }
.entry-player .cover .play-icon:hover > .triangle { border-left-color: rgba(255,255,255,1); }
.entry-player .cover .play-icon.direct { display: none; }
.entry-player .cover .loader { display: none; position: absolute; top: 50%; left: 50%; margin: -24px 0 0 -24px; width: 48px; height: 48px; background: url("assets/images/preloader.GIF") no-repeat; }
.entry-player .cover .play-icon:hover { background-position: 0 -70px; }
.entry-player .cover .site { position: absolute; bottom: 10px; left: 15px; line-height: 1.6em; font-weight: bold; color: rgba(255,255,255,0.7); }
.entry-player .progress { position: relative; height: 10px; background: #d5d5d5; }
.entry-player .progress > span { display: block; height: 100%; position: relative; overflow: hidden; }
.entry-player .progress > span:after { overflow: hidden; content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; background-image: linear-gradient( -45deg, rgba(255, 255, 255,0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255,0.2) 50%, rgba(255, 255, 255,0.2) 75%, transparent 75%, transparent ); background-size: 30px 30px; animation: move 2s linear infinite; }
@keyframes move { 0% { background-position: 0 0; } 100% { background-position: 30px 30px; } }
.entry-player .controls { padding: 15px; background: #333; }
.entry-player .controls .player-btn { float: left; height: 16px; line-height: 0; margin-right: 15px; }
.entry-player .controls .player-btn:last-child { margin-right: 0; }
.entry-player .controls .play-btn { width: 14px; background: url("assets/images/sprite.png") 0 -30px no-repeat; }
.entry-player .controls .play-btn:hover { background-position: 0 -46px; }
.entry-player .controls .sound-btn { width: 16px; background: url("assets/images/sprite.png") -14px -30px no-repeat; }
.entry-player .controls .sound-btn:hover { background-position: -14px -46px; }
.entry-player .controls .setting-btn { width: 16px; background: url("assets/images/sprite.png") -30px -30px no-repeat; }
.entry-player .controls .setting-btn:hover { background-position: -30px -46px; }
.entry-player .controls .fs-btn { width: 16px; background: url("assets/images/sprite.png") -46px -30px no-repeat; }
.entry-player .controls .fs-btn:hover { background-position: -46px -46px; }
.entry-player .controls .text { float: left; line-height: 16px; color: #ccc; }
.entry-player .controls .bar { float: left; position: relative; top: 3px; margin: 0 15px; height: 10px; overflow: hidden; background: #444; -webkit-border-radius: 200px; border-radius: 200px; }
.entry-player .controls .bar span { position: absolute; top: 0; left: 0; height: 100%; animation: move 2s linear infinite; -webkit-border-radius: 200px; border-radius: 200px; }

.entry-overview { margin: -5px 0 -4px 0; }
.entry-overview .title { margin-bottom: 15px; line-height: 1.28em; font-size: 18px; font-weight: normal; }
.entry-overview .tagline { margin: -10px 0 5px 0; line-height: 1.38em; font-size: 16px; font-weight: normal; color: #999; }

.entry-info { margin: 25px 0 -5px 0; }
.entry-info .casts span { color: #999; }

.entry-genres { margin: 24px 0 0 0; }
.entry-genres p { margin-bottom: 6px; }
.entry-genres .genres a { display: inline-block; padding: 2px 7px; margin: 5px 5px 0 0; font-size: 12px; color: #fff; -webkit-border-radius: 3px; border-radius: 3px; }
.entry-genres .genres a:hover { background: #444; }

.entry-content { margin: 25px 0 -5px 0; }
.entry-content a:hover { color: #444; }

.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content ol,
.entry-content ul { margin-bottom: 20px; }

.entry-content h1 { line-height: 1.25em; font-size: 20px; }
.entry-content h2 { line-height: 1.35em; font-size: 18px; }
.entry-content h3 { line-height: 1.4em; font-size: 16px; }
.entry-content h4 { line-height: 1.2em; font-size: 15px; }
.entry-content h5 { line-height: 1.5em; font-size: 13px; }
.entry-content h6 { line-height: 1.65em; font-size: 12px; }

.entry-content blockquote { margin: 25px 0; padding: 25px 30px; line-height: 1.4em; font-style: italic; font-size: 16px; background: #eee; }

.entry-content p:last-child,
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content h5:last-child,
.entry-content h6:last-child,
.entry-content blockquote:last-child,
.entry-content ol:last-child,
.entry-content ul:last-child { margin-bottom: 0; }

.entry-content ol { margin-left: 16px; list-style: decimal; }
.entry-content ul { margin-left: 14px; list-style: disc; }

.alignleft { float: left; margin: 8px 30px 20px 0; }
.alignright { float: right; margin: 8px 0 20px 30px; }
.aligncenter { display: block; margin: 25px auto; }
.alignnone { display: block; margin: 25px 0; }

.wp-caption { width: auto !important; text-align: center; }
.entry-content .wp-caption p { margin-top: 4px; margin-bottom: -5px; color: #999; }

.posts .entry-content { margin: 25px 0 0 0; }
.posts .entry-content .btn { margin-top: 26px; }
.posts .entry-content .btn:hover { color: #fff; }

.entry-meta.tags { margin: 25px 0 -5px 0; }

/**
 * Signup
 */
 
#signup { display: none; position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; height: 100%; overflow-y: scroll; background: rgba(0,0,0,0.8); }
#signup .signup-container { width: 800px; margin: 0 auto; }
#signup .main { margin: 60px 0; padding: 30px; background: #fff; }
#signup .main .title { position: relative; margin: -7px 0 -5px 0; padding-right: 25px; line-height: 1.25em; letter-spacing: -0.5px; font-size: 20px; }
#signup .main .title .close { position: absolute; top: 50%; margin-top: -5px; right: 0; width: 10px; height: 10px; text-indent: -99999em; background: url("assets/images/sprite.png") -182px -30px no-repeat; } 
#signup .main .title .close:hover { background-position: -182px -40px; }
#signup .wrap { margin-top: 30px; }
#signup .wrap .left { float: left; width: 40%; padding-right: 15px; }
#signup .wrap .left .image { line-height: 0; margin-bottom: 30px; }
#signup .wrap .left .image img { width: 100%; height: auto; }
#signup .wrap .left form h3 { margin: -5px 0 10px 0; line-height: 1.38em; font-size: 16px; }
#signup .wrap .left form p { margin-bottom: 15px; }
#signup .wrap .left form p:last-child { margin-bottom: 0; }
#signup .wrap .left form input[type=text],
#signup .wrap .left form input[type=password] { width: 100%; }
#signup .wrap .right { float: left; width: 60%; padding-left: 15px; }
#signup .wrap .right ul { margin-bottom: 15px; border: 1px solid #ddd; -webkit-border-radius: 3px; border-radius: 3px; }
#signup .wrap .right li { padding: 10px 15px; border-bottom: 1px solid #ddd; }
#signup .wrap .right li:last-child { border-bottom: none; }

/**
 * Pagination 
 */
 
.pagination { margin-top: 25px; }
.pagination a,
.pagination span { display: inline-block; padding: 5px 10px; margin: 5px 5px 0 0; background: #fff; color: #444; -webkit-border-radius: 3px; border-radius: 3px; }
.pagination a:hover,
.pagination .current { background: #33AEE1; color: #fff; }

/**
 * Comments 
 */
 
#comments { margin: 30px 0 0 0; padding: 30px; background: #fff; }

#comments .comments-title,
#comments .comment-reply-title { margin: -5px 0 25px 0; line-height: 1.4em; font-size: 16px; font-weight: bold; }
#comments .comment-reply-title { margin-bottom: 8px; }

.comment-navigation { margin-top: 25px; }
.comment-navigation div { margin-bottom: -5px; }
.comment-navigation .previous { float: left; }
.comment-navigation .next { float: right; }
.comment-navigation a { color: #999; }
.comment-navigation a:hover { color: #444; }

.comments-list li,
.comments-list .comment-div { margin-bottom: 0; }
.comments-list li { margin-top: 30px; }
.comments-list li ul { margin-left: 30px; }
.comments-list li ul li { padding: 0; -webkit-box-shadow: none; box-shadow: none; }
.comments-list .depth-1:first-child { margin-top: 0; }

.comments-list .comment-avatar { float: left; width: 48px; line-height: 0; }

.comments-list .comment-content { margin-left: 78px; }

.comments-list .comment-author { position: relative; top: -6px; margin-bottom: -11px; font-weight: bold; }
.comments-list .comment-author a { color: #444; }
.comments-list .comment-author span { display: inline-block; position: relative; top: 2px; margin-left: 6px; padding: 0 5px; line-height: 1.65em; vertical-align: top; text-transform: uppercase; font-size: 10px; font-weight: normal; color: #fff; -webkit-border-radius: 3px; border-radius: 3px; }

.comments-list .comment-meta { font-size: 12px; }
.comments-list .comment-meta span { margin: 0 1px; }
.comments-list .comment-meta { margin: 10px 0; }
.comments-list .comment-meta, 
.comments-list .comment-meta a { color: #999; }
.comments-list .comment-meta a:hover { color: #444; }

.comments-list .comment-moderation { margin: -7px 0 9px 0; font-size: 12px; font-style: italic; color: #999; }

.comments-list .comment-text { margin: -5px 0 -5px 0; }

.comments-list .no-child.parent:last-child > #respond,
.comments-list .has-child.parent:last-child > ul .no-child:last-child > #respond { margin-bottom: 0; }

.comments-notice { margin: 25px 0 -5px 0; color: #999; }

.have-comments #respond { margin-top: 30px; }

#respond .comment-reply-title #cancel-comment-reply-link { position: relative; top: 1px; margin-left: 6px; vertical-align: top; letter-spacing: 0; font-size: 13px; font-weight: normal; color: #999; }
#respond .comment-reply-title #cancel-comment-reply-link:hover { color: #444; }

#respond p, 
#nv-contact-form p { margin-bottom: 15px; }
#respond .logged-in-as { margin: -6px 0 8px 0; font-size: 12px; }
#respond .logged-in-as, 
#respond .logged-in-as a { color: #999; }
#respond .logged-in-as a:hover { color: #444; }

#respond .form-submit, 
#nv-contact-form .submit { margin: -2px 0 0 0; }

#respond input[type=text], 
#respond textarea,
#nv-contact-form input[type=text], 
#nv-contact-form textarea { width: 100%; }

#respond textarea,
#nv-contact-form textarea { height: 120px; resize: vertical; }
#respond .comment-form-author, 
#respond .comment-form-email,
#nv-contact-form .name, 
#nv-contact-form .email { float: left; width: 50%; }

#respond .comment-form-author,
#nv-contact-form .name { padding-right: 7.5px; }

#respond .comment-form-email,
#nv-contact-form .email { padding-left: 7.5px; }

#nv-contact-form { margin-top: 30px; }
#nv-contact-form #response div:first-child { margin-top: -8px; }
#nv-contact-form #response div:last-child { margin-bottom: 26px; }
#nv-contact-form #response .error { color: #e64f4f; }
#nv-contact-form #response .success { color: #43c878; }

/**
 * Widgets 
 */
 
.widget { padding: 30px; margin-bottom: 30px; background: #fff; }
.widget:last-child { margin-bottom: 0; }

.widget-title { margin: -5px 0 10px 0; line-height: 1.38em; font-size: 16px; }

.widget ul { margin: -5px 0 -4px 0; }

.widget a:hover,
.widget ul a { color: #444; }
.widget ul li ul { margin: -1px 0 0 10px; }

.widget label { display: none; }

.widget select { width: 100%; }

.widget_search input[type=text] { width: 100%; margin-bottom: 15px; }

.widget_recent_entries li,
.widget_rss li,
.widget_recent_comments li { margin-bottom: 5px; }
.widget_recent_entries li:last-child,
.widget_rss li:last-child,
.widget_recent_comments li:last-child { margin-bottom: 0; }

.widget_recent_entries .post-date,
.widget_rss .rss-date { display: block; margin: 1px 0 -1px 0; line-height: 1.6em; font-size: 12px; color: #999; }

.widget_recent_comments li { color: #999; }

.widget_tag_cloud .tagcloud { float: left; width: 100%; margin-top: -5px; }
.widget_tag_cloud .tagcloud a { float: left; margin: 5px 5px 0 0; padding: 2px 8px; font-size: 12px !important; background: #eee; color: #444; -webkit-border-radius: 3px; border-radius: 3px; }
.widget_tag_cloud .tagcloud a:hover { color: #fff; }

.widget_genres { padding-bottom: 25px; }
.widget_genres ul { margin: -5px -30px 0 0; }
.widget_genres li { float: left; width: 50%; padding-right: 30px; }

.widget_recent_search .recent_search { margin-top: -5px; }
.widget_recent_search a { float: left; padding: 2px 7px; margin: 5px 5px 0 0; font-size: 12px; color: #fff; -webkit-border-radius: 3px; border-radius: 3px; }
.widget_recent_search a:hover { background: #444; color: #fff; }

.widget_social .social-links { margin-top: -5px; }
.widget_social .social-links a { float: left; position: relative; width: 44px; height: 44px; margin: 5px 5px 0 0; background: #eee; -webkit-border-radius: 44px; border-radius: 44px; }
.widget_social .social-links a:last-child { margin-right: 0; }
.widget_social .social-links a:before { position: absolute; content: ''; top: 50%; left: 50%; margin: -8px 0 0 -8px; width: 16px; height: 16px; }
.widget_social .social-links .fb { background: #3b5998; }
.widget_social .social-links .fb:hover { background: #4766a7; }
.widget_social .social-links .fb:before { background: url("assets/images/sprite.png") -62px -30px no-repeat; }
.widget_social .social-links .tw { background: #00aced; }
.widget_social .social-links .tw:hover { background: #0cbbfd; }
.widget_social .social-links .tw:before { background: url("assets/images/sprite.png") -78px -30px no-repeat; }
.widget_social .social-links .gp { background: #dd4b39; }
.widget_social .social-links .gp:hover { background: #ef5c4a; }
.widget_social .social-links .gp:before { background: url("assets/images/sprite.png") -94px -30px no-repeat; }
.widget_social .social-links .pt { background: #cb2027; }
.widget_social .social-links .pt:hover { background: #dd2c33; }
.widget_social .social-links .pt:before { background: url("assets/images/sprite.png") -110px -30px no-repeat; }
.widget_social .social-links .rss { background: #f26522; }
.widget_social .social-links .rss:hover { background: #fb7433; }
.widget_social .social-links .rss:before { background: url("assets/images/sprite.png") -126px -30px no-repeat; }

.widget_ads { padding: 0; }
.widget_ads .ads { line-height: 0; }

/**
 * Footer 
 */
 
#footer { float: left; width: 100%; padding: 30px 0; }

#footer .footer-menu { margin: -5px 0 16px 0; }
#footer .footer-menu li { float: left; margin-right: 15px; }
#footer .footer-menu li:last-child { margin-right: 0; }
#footer .footer-menu li a { color: #444; }
#footer .footer-menu li ul { display: none; }

#footer .credit { margin: -11px 0 -5px 0; line-height: 1.6em; font-size: 12px; color: #999; }

.histats-code { position: absolute; bottom: 0; left: 0; width: 0; height: 0; overflow: hidden; }

/**
 * Responsive 
 */
 
@media (max-width: 1155px) { 
	.container { width: auto; margin: 0 30px; }
}

@media (max-width: 980px) { 
	.items-grid .item { width: 33.333333333333%; }
	.items-grid .clear:nth-child(8n+8) { display: none; }
	.items-grid .clear:nth-child(6n+6) { display: block; }
}

@media (max-width: 920px) { 
	#signup .main { margin: 30px 0; }
}
	
@media (max-width: 860px) { 
	#signup .signup-container { width: auto; margin: 30px; }
}

@media (max-width: 830px) { 
	.items-grid .item { width: 50%; }
	.items-grid .clear:nth-child(6n+6) { display: none; }
	.items-grid .clear:nth-child(4n+4) { display: block; }
}

@media (max-width: 720px) { 
	#primary,
	#primary #content { margin-right: 0; }
	#secondary { float: left; width: 100%; margin-top: 30px; }
	.items-grid .item { width: 33.333333333333%; }
	.items-grid .clear:nth-child(4n+4) { display: none; }
	.items-grid .clear:nth-child(6n+6) { display: block; }
	.widget_genres li { width: 25%; }
}

@media (max-width: 600px) {
	.widget_genres li { width: 33.333333333333%; }
	
	.comments-list li ul { margin-left: 0; }
}

@media (max-width: 500px) {
	.items-grid .item { width: 50%; }
	.items-grid .clear:nth-child(6n+6) { display: none; }
	.items-grid .clear:nth-child(4n+4) { display: block; } 
	
	#respond .comment-form-author, 
	#respond .comment-form-email,
	#nv-contact-form .name, 
	#nv-contact-form .email { float: left; width: 100%; }

	#respond .comment-form-author,
	#nv-contact-form .name { padding-right: 0; }

	#respond .comment-form-email,
	#nv-contact-form .email { padding-left: 0; }
	
	#signup .wrap .left,
	#signup .wrap .right { width: 100%; padding: 0; }
	#signup .wrap .left { margin-bottom: 30px; }
}

@media (max-width: 420px) {
	.widget_genres li { width: 50%; }
	.entry-player .cover .site { display: none; }
}

@media (max-width: 320px) {
	.items-grid .item { width: 100%; }
	.items-grid .clear:nth-child(4n+4) { display: none; }
	.widget_social .social-links a { width: 36px; height: 36px; -webkit-border-radius: 36px; border-radius: 36px; }
}

/**
 * Retina
 */
 
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	#header .search-form input[type=submit],
	.items-grid .section-title .text:before,
	.entry-rate .rating,
	.entry-rate .rating span,
	.entry-player .controls .player-btn,
	#signup .main .title .close,
	.widget_social .social-links .fb:before,
	.widget_social .social-links .tw:before,
	.widget_social .social-links .gp:before,
	.widget_social .social-links .pt:before,
	.widget_social .social-links .rss:before {
		background-image: url("assets/images/sprite@2x.png");
		background-size: 202px 70px;
	}
	
	.entry-player .cover .first,
	.entry-player .cover .loader  {
		background-image: url("assets/images/preloader@2x.GIF");
		background-size: 48px 48px;
	}
}