html {
	background: #121C22;
	color: #999
}

body {
	/* font-family: Arimo, Arial, Helvetica, lucida grande, sans-serif !important; */
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,roboto,oxygen,ubuntu,cantarell,fira sans,droid sans,helvetica neue,sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
	margin: 0;
	font-size: 13px !important;
	line-height: 1.615;
	letter-spacing: -.03em;
	min-width: 960px;
	background: #111;
	color: #999 !important;
}

#root {background: #121C22;}

a {
	color: #919191;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: background-color .15s linear, color .15s linear;
	-moz-transition: background-color .15s linear, color .15s linear;
	-o-transition: background-color .15s linear, color .15s linear;
	-ms-transition: background-color .15s linear, color .15s linear;
	transition: background-color .15s linear, color .15s linear
}

a:hover {
	color: #fff;
	text-decoration: underline
}

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0
}

.home-content .border {
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.home-content h2 {
	color: #fff
}

.widget li:hover {
	background: #323232
}

a img {
	border: 0
}

:focus {
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px !important
}

h1,
h2,
h3 {
	line-height: 1.25
}

h1 {
	font-size: 24px !important
}

h2 {
	font-size: 20px
}

h3 {
	font-size: 16px
}

h4 {
	font-size: 14px
}

h4,
h5,
h6 {
	font-size: 13px
}

.none,
.hidden {
	display: none;
	margin: 0;
	padding: 0;
	border: 0
}

.clear:after,
.cf:after {
	clear: both
}

.clear:before,
.clear:after,
.cf:before,
.cf:after {
	content: "";
	display: table
}

.cf {
	zoom: 1
}

.pag-nav {
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	text-align: center
}

.pag-nav a,
.pag-nav span {
	color: #aaa;
	margin: 0 4px 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 12px;
	background-color: #333
}

.pag-nav a:hover {
	background-color: #e4e4e4;
	color: #214d75;
	text-decoration: none
}

.pag-nav span {
	color: #999
}

.pag-nav .current {
	background: #018e9f
}

#page {
	overflow: hidden
}

.wrap {
	max-width: 1200px;
	margin: 0 auto
}

#header {
	position: relative;
	background: #090909;
	/* border-bottom: 1px solid #2f2f2f */
}

#main {
	padding: 30px 0;
	/* border-top: 2px solid #232122 */
}

#content {
	width: 620px;
	float: left
}

#sidebar {
	margin: auto
}

#footer {
	background: #000;
	border-top: 1px solid #e3e3e3
}

#header .wrap {
	position: relative;
	padding: 10px 0
}

#branding {
	float: left!important;
	padding-top: 8px;
}

#mobile-menu {
	float: right!important;
	padding-top: 8px
}

#site-logo {
	display: block;
	float: left;
}

#site-logo img {
	display: block;
	max-width: 100%;
	height: auto
}

.image-branding #site-description {
	display: none
}

#header-search {
    float: left;
    width: 250px;
    margin-top: 5px;
    margin-left: 4em;
}

#header-search #topsearch {
	color: #fff;
	background-color: rgba(255,255,255,.2);
	border-radius: 22px;
	transition: all .2s ease-in-out 0s;
	border: none;
	height: 45px;
	padding: 0 28px 0 50px; 
	font-size: 15px;
	transition: all .2s ease-in-out 0s;
}
#header-search #topsearch:focus, #header-search #topsearch:hover {
	background-color: rgba(255,255,255,.3);
	box-shadow: 0 0 11px #111
}

.searchform {
	position: relative;
	height: 27px;
	margin: 0
}

.searchform i {
	position: absolute;
	left: 18px;
	top: 15px;
	font-size: 18px;
	color: #e9ecef;
}

.search-text-div {
	margin: 0
}

input.search-text {
	float: left;
	/* width: 100% */
}

.search-submit-div {
	width: 50px;
	height: 27px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	padding: 0
}

input.search-submit {
	background: url(../../images/s.png) no-repeat -32px -43px!important;
	width: 50px;
	padding: 0;
	border: 0;
	height: 27px;
	overflow: hidden;
	line-height: 999em;
	display: block;
	color: transparent
}

.search-submit-div {
	width: 50px;
	height: 27px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	padding: 0
}

#main-nav {
	position: relative;
	float: left;
	margin-left: 40px;
	margin-top: 5px;
}

#main-nav ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 0
}

#main-nav li {
	position: relative
}

#main-nav li a {
	display: block;
	text-decoration: none
}

#main-nav .menu {
	float: left;
	padding-right: 2px
}

#main-nav .menu>li {
	float: left;
	height: 40px
}

#main-nav .menu>li>a {
	float: left;
	position: relative;
	padding: 0 12px 0 14px;
	line-height: 40px;
	color: #fff; 
	font-size:15px; 
	font-weight: 400;
}

#main-nav .menu>li>a:hover {
	color: #fff;
	text-shadow: 0 -1px 0 #000
}

#main-nav .menu>li.current-menu-item {
	background-position: -1px 0
}

#main-nav .menu>li.current-menu-item>a {
	position: relative;
	right: -1px;
	padding-bottom: 1px
}

#main-nav ul ul {
	width: 160px;
	background: #272727;
	position: absolute;
	top: 100%;
	left: 1px;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	opacity: 0;
	display: none;
	visibility: hidden;
	border-top: 1px solid #222
}

#main-nav ul ul li {
	border-top: 1px solid #444;
	border-bottom: 1px solid #222;
	border-left: 1px solid #4e4e4e;
	background: #333
}

#main-nav ul ul li a {
	padding: 5px 14px;
	color: #aaa;
	text-shadow: 0 -1px 0 #000;
	border-left: 3px solid transparent
}

#main-nav ul ul li a:hover {
	color: #eee;
	text-shadow: 0 1px 0 #000;
	background: #1a1a1a;
	border-left: 3px solid #018e9f
}

#main-nav ul ul li.current-menu-item>a {
	border-left: 3px solid #fff
}

#main-nav ul ul ul {
	left: 100%;
	top: -2px
}

#main-nav li:hover>ul {
	opacity: 1;
	visibility: visible;
	display: block;
	z-index: 999999999
}

.thumb {
	position: relative;
	background: #000;
	overflow: hidden;
	vertical-align: bottom;
	_line-height: 0;
	display: inline-block
}

.thumb .overlay {
	position: absolute;
	border: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	background-image: url(../../images/icon-plus-24.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}

.thumb:hover .overlay {
	cursor: pointer;
	z-index: 999;
	opacity: 1
}

.ie .thumb .overlay {
	visibility: hidden
}

.ie .thumb:hover .overlay {
	visibility: visible
}

.item-video .thumb .overlay {
	background-image: url(../../images/icon-play-24.png)
}

.thumb img {
	width: 100%
}

.item h2,
.item p {
	margin: 0
}

.item img {
	max-width: 100%;
	height: 100%
}

.item .thumb {
	margin: 0 0 5px
}

.item .screen {
	background: #333;
	margin: 0 0 10px
}

.item .entry-title {
	font-size: 13px;
	margin: 0
}

.item .entry-title a {
	color: #fff
}

.item .entry-title a:hover {
	color: #fff
}

.grid-mini .entry-title,
.grid-small .entry-title,
.grid-medium .entry-title,
.widget-posts .post-grid-2 .entry-title,
.widget-posts .post-grid-3 .entry-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis
}

.grid-small .nag {
	margin: 0 -11px
}

.grid-small p {
	margin: 0
}

.grid-small .item {
	width: 192px;
	float: left;
	margin: 0 11px 20px
}

.grid-small .thumb {
	width: 192px;
	height: 268px
}

.grid-small .thumb img {
	width: 192px
}

.grid-small .item-post .thumb .overlay {
	background-image: url(../../images/icon-plus-32.png)
}

.grid-small .item-video .thumb .overlay {
	background-image: url(../../images/icon-play-32.png)
}

.grid-small .entry-title {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px
}

.grid-small .suffix,
.grid-small .entry-meta,
.grid-small .entry-summary {
	display: none
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #adb5bd;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #adb5bd;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #adb5bd;
}


.image-wrapper .overlay, .image-wrapper-small .overlay {
	background-image: url(../../images/icon-play-32.png);
}
.image-wrapper .overlay, .image-wrapper-small .overlay {
	position: absolute;
	border: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 68px);
	background-color: rgba(0, 0, 0, .5);
	background-image: url(../../images/icon-plus-24.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.image-wrapper:hover .overlay, .image-wrapper-small:hover .overlay {
	cursor: pointer;
	z-index: 999;
	opacity: 1
}

.ie .image-wrapper .overlay, .ie .image-wrapper-small .overlay {
	visibility: hidden
}

.ie .image-wrapper:hover .overlay, .ie .image-wrapper-small:hover .overlay {
	visibility: visible
}

.image-container .image-wrapper .overlay, .image-container .image-wrapper-small .overlay {
	background-image: url(../../images/icon-play-32.png);
}


	/* list */
	.paragraph-end.black {
		height: 25px;
		width: 55px;
		margin-bottom:-5px;
	}
	.paragraph-end {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(254, 254, 254, 0)), color-stop(100%, #121c22));
		background-image: -webkit-linear-gradient(left, rgba(254, 254, 254, 0), #121c22);
		background: linear-gradient(to right, rgba(254, 254, 254, 0), #121c22);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr="#00fefefe",EndColorStr="#121c22");
		bottom: 25px;
		max-height: 100%;
		position: absolute;
		right: 0;
		height: 19px;
		width: 45px;
	}


	@media only screen and (max-width: 500px){
		.heading-wrapper h2{ margin: 15px !important}
	}
	@media only screen and (min-width: 500px){
		.heading-wrapper h2{ margin: 15px 0 !important}
	}
	@media only screen and (max-width: 500px){
		.genres, .countries, .years {margin: 0 15px !important}
	}
	.bookmarkicon{display: none;}
