/* ================================================== */
/* ========== HTML5 BOILERPLATE RESET =============== */
/* ================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
}
html {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 12px;
}
p {
	line-height: 18px;
}
body, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}
::-moz-selection, ::selection {
background: #f9ba00;
color: #fff;
text-shadow: none;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: 700;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 0px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
	border: 0;
	margin-left: -7px;
	padding: 0;
}
label {
	cursor: pointer;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	vertical-align: middle;
}
button, input {
	line-height: normal;
	overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
/* SHADOWS */
.shadow1 {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.shadow2 {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/* =============================================================================
   Primary styles - first some typography and other layout basics
   ========================================================================== */
		
body {
	background: #7b7b7b !important;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	word-wrap: break-word;
}
object {
	width: 100%;
}
iframe {
	border: none;
}
div#omc-transparent-layer {
}
h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0px;
	color: #333;
	z-index: 3;
}
#omc-full-article h1, #omc-full-article h2, #omc-full-article h3, #omc-full-article h4, #omc-full-article h5, #omc-full-article h6 {
	font-weight: 600;
	margin: 0.6em 0;
}
#omc-full-article h2 {
	font-size: 2.2em;
}
#omc-full-article h3 {
	font-size: 1.6em;
}
#omc-full-article h4 {
	font-size: 1.3em;
}
#omc-full-article h5 {
	font-size: 1.2em;
}
#omc-full-article h6 {
	font-size: 1.0em;
}
#omc-full-article hr {
	border-top: 1px solid #ccc;
	margin: 20px 0px;
}
/* #omc-full-article a {font-weight:700; color:#fff; background:#f9ba00;} */

#omc-full-article h2, #omc-full-article h3 {
	background: none repeat scroll 0 0 #f9f9f9;
	padding-left: 10px;
	clear: both;
}
#omc-full-article h2 {
	border-left: 8px solid rgba(248,200,0,1);
	background: #eee;
}
#omc-full-article h3 {
	border-left: 8px solid rgba(248,200,0,0.5);
}
div.omc-review-header h2 {
	background: none;
	border-left: none;
}
p {
	margin: 0px 0px 10px 0px;
	font-weight: 400;
	color: #888;
}
a {
	color: #444;
	text-decoration: none;
	-moz-transition: .8s ease-in-out;
	-webkit-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
}
/*		a:hover {background:#eee; color:#222;}
		
html.no-js img {
	display: block
}*/
strong, b {
	font-weight: 700;
}
blockquote {
	display: block;
	color: #5d5d5d;
	margin: 0px 0px 20px 5%;
	font-weight: 300;
	font-size: 1.1em;
	padding: 2px 20px 0px 20px;
	border-left: 5px solid #eee;
}
article#omc-full-article blockquote p {
	font-weight: 300;
	line-height: 25px;/*margin: 0px 0px;*/
}
#omc-container {
	overflow: hidden;
	width: 1300px;
	margin: auto;
	padding: 0px 0px;
	min-height: 800px;
	background: #FFF;
	box-sizing: border-box;/*box-shadow: 0px 0px 10px rgba(0,0,0,0.3);*/
}
/* NEW NEW NEW */

#omc-container-inner {
	padding: 20px;
}

.omc-tab-container th {
	color: white;
	padding: 4px;
	font-size: 1.25em;
}
#header-container {
	width: 100%;
	
	background: #000; 
	box-sizing: border-box;
	border-bottom: 4px solid #f8c701 !important;
}
section#omc-main {
	width: 930px;
	float: left;
	box-sizing: border-box;
	margin-right: 20px;
	position: relative;
}
article#omc-full-article a {
	-moz-transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
article.omc-full-article a:hover {
	background: #eee
}
section#omc-sidebar {
	width: 310px;
	float: left;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
}
div.omc-resize-290 {
	width: 290px;
	position: relative;
	overflow: hidden;
}
div.omc-resize-290.drop-background {
	background: none;
}

img.omc-image-resize {
	width: 100%;/*filter: url(../filters.svg#grayscale); 
    filter: gray; 
    -webkit-filter: grayscale(1); */
}
/*img.omc-image-resize:hover
{
 filter: none;
    -webkit-filter: grayscale(0);	
}*/

article#omc-full-article h1 {
	font-size: 3em;
	display: block;
	font-weight: 700;
	color: #444;
	margin: 10px 0px 20px 0px;
}
article#omc-full-article p {
	font-size: 16px;
	color: #444;
	line-height: 20px;
	
}
article#omc-full-article ul {
	margin: 20px 20px 20px 40px;
	list-style-type: square;
	
    font-size: 16px;
}

article#omc-full-article li ul, article#omc-full-article li ol {
	margin: 0 40px;
}

article#omc-full-article ol {
	margin: 20px 20px 20px 40px;
}
article#omc-full-article ul li, article#omc-full-article ol li {
	padding:3px 0;
}
article#omc-full-article ul li a, article#omc-full-article ol li a {
	font-weight: 600;
	color: #747474;
	text-decoration: underline;
}

/*==== wp standard classes ====*/
	
.alignleft {
	float: left;
	width: 47%;
	margin: 7px 3% 10px 0px;
}
.alignright {
	float: none;
	width: 47%;
	margin: 4px 0px 4px 4px;
}
article#omc-full-article p.wp-caption-text {
	background: #f3f3f3;
	
	width: auto;
	display: table;
	height: 25px;
	margin: 0 auto;
	padding: 3px;
	position: relative;
	color: #939393;
	text-align: center;
}
article#omc-full-article p.wp-caption-text:before {
	display: block;
	content: "";
	height: 0;
	width: 0;
	border: 15px solid #f3f3f3;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
	position: absolute;
	left: -30px;
	top: 0;
}
article#omc-full-article p.wp-caption-text:after {
	display: block;
	content: "";
	height: 0;
	width: 0;
	border: 15px solid #f3f3f3;
	border-bottom: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	right: -30px;
	top: 0;
}
div.wp-caption.alignleft img {
}
div.wp-caption.alignright img {
}
div.wp-caption.aligncenter img {
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.featured-full-width-top {
	width: 100%;
	margin-bottom: 30px;
}
div.wp-caption.alignleft {
	width: 47%;
	margin: 5px 3.5% 10px 0px;
	float: left;
}
div.wp-caption.alignright {
	width: 47%;
	margin: 5px 0px 10px 3.5%;
	float: right;
}
div.wp-caption.aligncenter {
	width: 100%;
	margin: 20px 0px 20px 0px;
	float: none;
	padding: 0px 0px 3px 0px
}
/* Homepage preloader */
	

article#omc-full-article h1 {
	display: none;
}
/* =============================================================================
   HEADER & NAVIGATION
   ========================================================================== */

	 
	 
header {
	position: relative;
	z-index: 1000;
	
}
a#omc-logo {
	margin: 0px 0px 10px 0;
	display: inline-block;
}
  

/*=== top header menu ===*/
	
#omc-top-menu {
	margin: auto;
	width: 100%;
	background: #111111;
	box-sizing: border-box;
}
#omc-top-menu-inner {
	margin: 0 auto;
	padding: 5px;
	box-sizing: border-box;
}
#omc-top-menu ul {
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px 0px;
}
#omc-top-menu ul li {
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline;
	float: left
}
#omc-top-menu ul li a {
	margin: 0px 0px;
	color: #999;
	padding: 0px 7px 0px 7px;
	text-transform: uppercase;
	font-size: 0.9em;
}
.series a {
	color: white !important;
	font-weight: 600 !important;
}
#omc-top-menu ul li a:hover {
	color: black !important;
}
/*==== header search button ====*/
	

/* featured ratings */
	
span.omc-featured-stars-under {
	display: inline-block;
	position: relative;
	top: 5px;
	left: 5px;
	width: 96px;
	height: 20px;
	background: url('http://static.videocardz.com/2018/images/stars-dark.png') scroll transparent no-repeat;
	background-color: #555;
	border-left: 6px solid black;
	border-right: 3px solid black;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
span.omc-featured-stars-over {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	height: 20px;
	background: url('http://static.videocardz.com/2018/images/stars-dark.png') scroll transparent no-repeat;
	background-color: #f9ba00
}

/* =============================================================================
   SINGLE ARTICLES / PAGES 
   ========================================================================== */

	   
article#omc-full-article p, article#omc-full-article li, article#omc-full-article ol {
/*width: 94%;*/
font-family:'Roboto', sans-serif;
}
article#omc-full-article ul.multipage-toc {
	background: #f3f3f3;
	border: none;
	margin: 0 auto;
	list-style-type: none;
	font-size: 14px;
}
article#omc-full-article ul.multipage-toc li a {
	text-decoration: none;
	color: black;
	font-weight: 400;
}
article#omc-full-article ul.multipage-toc li.toc-header {
	border-bottom: none !important;
}
article#omc-full-article ul.multipage-toc li.current {
	font-weight: 600;
	background: #e3e3e3;
}
article#omc-full-article ul.multipage-toc li:hover {
	background: #ddd;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
article#omc-full-article ul.multipage-toc li.toc-header {
	background: #f8c701;
}
div#multipage-nav {
	margin: 10px 0;
}
div#multipage-nav .multipage-navlink {
	display: inline-block;
	width: 50%;
	float: left;
}
div#multipage-nav .multipage-navlink a {
	font-size: 1.3em;
	font-weight: 600;
}
div#multipage-nav .multipage-navlink-back {
	text-align: left;
}
div#multipage-nav .multipage-navlink-continue {
	text-align: right;
}
section#omc-main-fullwidth article#omc-full-article {
/*width: 95%;*/
}
#singletitle {
	background: #000;
	/* JUN2014 background:#111; */
	/*margin: -24px 0 20px -40px;*/
	padding: 20px;
	position: relative;
}
#singletitle #seriesclass {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;/*-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;*/
}
#singletitle #seriesclass a {
	font-size: 18px;
	font-weight: 400;
	color: #111;
}
#singletitle #seriesclass:hover {
}
/*#singletitle #seriesclass:hover a div span.yyy {
	display: none;
}*/
#singletitle #seriesclass:hover a div span.xxx {
	display: inline-block;
}
/*#singletitle #seriesclass div span.yyy {
	font-weight: 300;
	display: none;
}*/
#singletitle h1 {
	width: 96%;
	color: white;
	font-weight: 700;
}
#singletitle h1.omc-post-heading-standard {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#singletitle h1.omc-post-heading-audio {
	display: block;
	margin-top: 0px;
	margin-bottom: 17px;
}
#singletitle h1.omc-post-heading-video {
	display: block;
	margin-top: 0px;
	margin-bottom: 13px;
}
/*#lastupdate, #breadcrumbs {
	margin-left: -7px;
}
*/#lastupdate {
	display: block;
	text-align: left;
	font-size: 110%;
	color: #ccc;
}
#lastupdate a {
	color: #ccc;
}
#breadcrumbs {
	/*width: 95%;*/
	background: #111;
	padding: 4px 4px 4px 7px;
	color: #999;
}
#breadcrumbs a {
	color: white;
	font-weight: 300;
	font-size: 1.1em;
}
h1.h1gpudb {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 2.3em !important;
}
.h1thintitle {
	font-weight: 300;
}
.h2thintitle {
	font-weight: 300;
	color: #999;
}
h2.specialtitle {
	color: #F4F4F4;
}
div.omc-article-top {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0px;
}
div.omc-page-space {
	height: 40px;
}
article#omc-full-article p.omc-date-time-inner {
	color: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 0px;
	left: 10px;
}
#omc-inner-placeholder {
	position: relative;
	overflow: hidden;
	background: #fff;
	/*background: url('http://static.videocardz.com/2018/images/preloader.gif') scroll transparent no-repeat center center;*/
	height: 432px;
	/*margin-bottom: 20px;*/
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
#omc-inner-placeholder img {
	/*max-height: 460px;*/
	position: absolute;
	left: 50%;
	top: 50%;
	/*transform*/
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
article#omc-full-article p.omc-date-time-gallery {
	margin: -4px 0px 16px 0px;
	position: relative;
	z-index: 20;
	display: none;
}
article#omc-full-article span.omc-comment-count {
	position: absolute;
	display: block;
	width: 80px;
	height: 30px;
	right: 24px;
	top: 8px;
	padding-right: 32px;
	background: #AAA url('http://static.videocardz.com/2018/images/comment-bubble.png') scroll transparent no-repeat top right;
	color: white;
	padding-top: 4px;
	text-align: right;
	opacity: 0.8
}
/*==== breadcrumbs ====*/
	
div.omc-breadcrumbs {
	padding-top: 10px;
	margin-left: -7px;
}
div.omc-breadcrumbs a {
	margin: 0px 4px 0px 8px;
	padding: 0px 0px;
	color: #444;
	font-weight: 400;
}
/*==== social media ====*/
	
div.omc-social-media-top {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 145px;
}
div.omc-social-media-top a.twitter-share-button {
	position: absolute;
	top: 0px;
	right: 50px;
}
div.omc-social-media-top div.fb-like {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
}
/*==== ratings & reviews ====*/
	
/* archive -review */

div.review-score {
	width: 50px;
	font-size: 2.4em;
	color: black;
	margin-right: 5px;
	float: left;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
div.omc-review-wrapper {
	background: #444;
	color: #FFF;
	margin: 10px 0;
	display: flex;
}
div.omc-review-wrapper div.omc-review-thumb {
	float: left;
	width: 50%;
	position: relative;
}
div.omc-review-wrapper div.omc-review-thumb div.awards {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
div.omc-review-wrapper div.omc-review-thumb div.awards img {
	float: right;
	margin: 5px;
	opacity: 1;
}
div.omc-review-wrapper div.omc-review-thumb div.awards img:hover {
	opacity: 1;
}
div.omc-review-wrapper div.omc-review-bars {
	float: right;
	width: 50%;
}
div.omc-review-wrapper.omc-review-placement-b {
	width: 100%;
}
div.omc-review-wrapper.omc-review-placement-t {
	width: 50%;
}
div.omc-review-criteria {
	position: relative;
	height: 30px;
	border-bottom: 1px solid #222;
}
span.omc-criteria-percentage {
	position: absolute;
	z-index: 100;
	background: #f9ba00;
	display: block;
	height: 100%;
}
span.omc-criteria-description {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 101;
	font-weight: 700;
	color: #222;
	font-size: 14px;
}
div.omc-review-header {
	height: 33px;
	background: #111;
	padding-top: 11px;
}
#omc-full-article div.omc-review-header h2 {
	margin-left: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0px;
	text-shadow: none;
	white-space: nowrap;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	border-left: none;
	background: none;
}
#omc-full-article div.omc-review-header h2 span {
	font-weight: 300;
	display: none;
}
span.omc-criteria-star-under {
	position: absolute;
	top: 8px;
	right: 10px;
	height: 18px;
	width: 97px;
	background: url('http://static.videocardz.com/2018/images/star-sprite-criteria-hex-f9ba00.png') scroll transparent no-repeat;
	background-position: 0px -20px;
}
span.omc-criteria-star-top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 18px;
	background: url('http://static.videocardz.com/2018/images/star-sprite-criteria-hex-f9ba00.png') scroll transparent no-repeat;
}
span.upvote, span.downvote {
	padding-left: 20px;
	font-weight: 600;
}
span.upvote {
	background: transparent url('http://static.videocardz.com/img/review/arrowup.png') left center no-repeat;
}
span.downvote {
	background: transparent url('http://static.videocardz.com/img/review/arrowdown.png') left center no-repeat;
}
div.omc-review-summary.omc-final-score-percent {
	background: #222;
	position: relative;
	overflow: hidden;
	min-height: 84px;
}
div.omc-review-summary.omc-final-score-stars {
	background: #222;
	position: relative;
	overflow: hidden;
	min-height: 109px;
}
div.omc-criteria-final-score {
	text-align: center;
	padding: 7px 0px 0px 0px;
	width: 30%;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #111;
	height: 500px;
}
#omc-full-article div.omc-criteria-final-score h3 {
	font-size: 36px;
	color: #FFF;
	font-weight: 700;
	margin: -3px 0px;
	text-shadow: none;
	border-left: none;
	background: none;
}
div.omc-criteria-final-score h3 span {
	font-size: 18px;
}
#omc-full-article div.mc-criteria-final-score h4 {
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 4px;
	margin-top: 0px;
	text-shadow: none;
}
span#omc-final-score-stars-under {
	margin: auto;
	position: relative;
	z-index: 100;
	width: 97px;
	height: 18px;
	display: block;
	background: url('http://static.videocardz.com/2018/images/star-sprite-criteria-hex-f9ba00.png') scroll transparent no-repeat;
	background-position: 0px -20px;
}
span#omc-final-score-stars-top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 18px;
	display: block;
	background: url('http://static.videocardz.com/2018/images/star-sprite-criteria-hex-f9ba00.png') scroll transparent no-repeat;
}
div.omc-short-summary {
	width: 70%;
	float: left;
}
article#omc-full-article div.omc-short-summary p {
	color: #DDD;
	margin: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}
div.omc-short-summary p strong {
	color: #FFF;
}


/* ========== SOCIAL BAR NEW ============ */

div.socialbar {
	background: #f3f3f3;
	height: 30px;
	top: 0;
	margin-bottom: 10px;
	box-sizing: border-box;
}
div.socialbar-author {
	float: left;
	background: black;
	color: white;
	position: relative;
	height: 30px;
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
}
div.socialbar-author-inner {
	padding: 5px 20px;
}
div.socialbar-author-inner span {
	font-weight: 400;
	font-style: italic;
}
/* CATEGORY */
div.socialbar-author-inner a.post-category {
	color: white;
	margin-right: 7px;
	padding: 2px 10px;
	height: 30px;
}
div.socialbar-author-inner a.post-category:hover {
	background: #f8c701;
	color: black;
}
div.post-category-father {
	position: relative;
	padding-right: 20px;
}
div.post-category-father:after {
	background: none repeat scroll 0 0 transparent;
	border-color: #999 transparent transparent;
	border-right: 3px dashed transparent;
	border-style: solid dashed dashed;
	border-width: 3px 3px 0;
	content: "";
	display: inline-block;
	font-size: 0;
	margin-top: -1px;
	padding-top: 1px;
	position: absolute;
	right: 8px;
	top: 50%;
}
div.post-category-container {
	display: none;
	position: absolute;
	background: #000;
}
div.post-category-father:hover div.post-category-container, div.post-category-container:hover {
	display: block;
}
div.post-category-container a.post-category {
	float: left;
	padding: 0 10px;
	height: 25px;
}
div.socialbar-email {
	float: left;
	height: 30px;
	width: 35px;
}
div.socialbar-email a {
	background: #f8c701 url("http://static.videocardz.com/img/social/email_small.png") no-repeat center;
	width: 35px;
	height: 30px;
	display: block;
}
div.socialbar-email a.bln {
	background: #f8c701;
	width: 35px;
	height: 30px;
	display: block;
	color: white;
	font-size: 2.2em;
	text-align: center;
}
div.socialbar-email a:hover {
	background: #999 url("http://static.videocardz.com/img/social/email_small.png") no-repeat center;
}
div.socialbar-email a.bln:hover {
	background: #222;
	color: white;
}
div.socialbar-icon {
	float: right;
	margin: 0 5px;
	width: 35px;
	height: 30px;
}
div.socialbar-icon:hover {
	position: relative;
	background-color: #222;
}
div.social-icon-inner {
	display: block;
	opacity: 0;
}
div.socialbar-icon:hover div.social-icon-inner, div.social-icon-inner:hover {
	opacity: 1.0;
	position: absolute;
	background: #f3f3f3;
	text-align: center;
	width: 100px;
	height: 100px;
	padding-top: 10px;
	box-sizing: border-box;
	top: 30px;
	left: -40px;
}
div.socialbar-icon-vc2014 {
	height: 30px;
	overflow: hidden;
	width: auto;
	color: #ccc;
}
div.socialbar-icon-vc2014:hover {
	background: #f3f3f3;
}
div.socialbar-icon-share {
	width: 75px;
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
}
div.socialbar-icon-inner-share {
	padding: 6px 10px;
	color: #ccc;
}
div.socialbar-icon-share:hover {
	background: inherit;
}
div.social-right {
	float: right;
	display: block;
	text-align: center;
}
div.socialbar-icon-facebook {
	background: transparent url("http://static.videocardz.com/img/social/fb.png") no-repeat center;
}
div.socialbar-icon-twitter {
	background: transparent url("http://static.videocardz.com/img/social/tw.png") no-repeat center;
}
div.socialbar-icon-google {
	background: transparent url("http://static.videocardz.com/img/social/gplus.png") no-repeat center;
}

/*==== related posts ====*/
	
div.omc-related-posts {
	margin-bottom: 20px;
	margin-top: 25px;
	width: 100%;
}
#omc-full-article div.omc-related-posts h4 {
	font-weight: 700;
	margin-bottom: 25px;
}
article.omc-related-post {
	float: left;
	margin-bottom: 0px;
}
#omc-full-article h5.omc-related-article {
	margin: 0;
	line-height: 1.1em;
}
#omc-full-article h5.omc-related-article a {
	font-weight: 600;
	font-size: 1.0em;
	margin-bottom: 10px;
}
#omc-full-article h5.omc-related-article span {
	font-weight: 400;
	font-size: 1.1em;
	margin-bottom: 10px;
}
img.omc-related-article-image {
	margin: 3px 10px 0px 0px;
}
/*==== video embed ====*/
			
div.omc-main-video {
	position: relative;
	padding-bottom: 58%;
	padding-top: 40px;
	height: 0;
	overflow: hidden;
	margin: 0px 00px -20px 00px;
}
div.omc-main-video iframe, div.omc-main-video object, div.omc-main-video embed {
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 87%;
}

/*==== generic wp gallery styles ====*/
	
.gallery {
	margin-bottom: 20px;
	width: 100%;
}
#gallery-1 img {
	width: 95%;
	border: 4px solid #f3f3f3 !important;
}
#gallery-1 a {
	float: left;
	margin-top: 10px;
	text-align: left;
	/*width: 16%;*/
	margin-right: 2%;
}

.gallery-item 
{
	margin:0;	
}



/* =============================================================================
   INNER BLOG ROLLS 
   ========================================================================== */
		
	
	/*==== style one ====*/
	
article.omc-blog-one {
	width: 100%;
	float: left;
	padding-bottom: 0px;
	position: relative;
}
.omc-blog-one-50 {
	width: 50% !important;
}
article.omc-blog-one h2.omc-blog-one-heading {
	overflow: hidden;
	white-space: nowrap;
	font-weight: 600;
	font-size: 1.3em;
	margin-bottom: 2px;
	line-height: 1.2em;
	text-overflow: ellipsis;
}
.omc-blog-one-heading {
	font-size: 1.5em;
	margin-bottom: 2px;
	line-height: 1.4em
}
img.omc-image-blog-one {
	float: left;
	width: 40px;
	margin: 0 5px 5px 0;
}
img.omc-image-blog-one-review {
	float: left;
	width: 80px;
	max-height: 40px;
	margin: 0 5px 5px 0;
}
p.omc-date-time-one {
	font-weight: 400;
	margin: 0;
	color: #333;
}
p.omc-date-time-one-review {
	font-size: 1.2em;
	color: #999;
}
span.omc-rarr {
	font-size: 1.2em;
	color: #333;
}
a.omc-blog-one-anchor {
	padding: 10px 10px;
	background-color: #f9ba00;
	color: #FFF;
	-moz-transition: .8s ease-in-out;
	-webkit-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
}
a.omc-blog-one-anchor:hover {
	background-color: #333;
}
h3.omc-blog-one-cat {
	position: absolute;
	top: 7px;
	left: 0px;
}
h3.omc-blog-one-cat a {
	background: #f9ba00;
	color: #FFF;
	padding: 3px 16px;
	font-size: 1.25em;
	text-shadow: none;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}
h3.omc-blog-one-cat a:hover {
	background: #333;
}
/*==== style two ====*/
	
	/* height 339-319, borderbottom */
	
article.omc-blog-two {
	margin: 0 20px 10px 0;
	height: 350px;
	box-sizing: border-box;
	/*background: #f3f3f3;
	border-bottom: 3px solid #f3f3f3;*/
	position: relative;
	-moz-transition: .5s linear;
	-webkit-transition: .5s ease-out;
	transition: .5s linear;
	overflow: hidden;
}
div.omc-blog-two-text {
/*padding: 7px 0px;*/
}
article.omc-blog-two h2 {
	font-size: 1.4em;
	font-weight: 600;
	/*margin-top: 4px;*/
	text-shadow: none;
	/*background: #222;*/
	display: block;
	padding: 5px;
}
article.omc-blog-two h2 a {
	color: #fff;
	-moz-transition: .3s linear;
	-webkit-transition: .3s ease-out;
	transition: .3s linear;
}
/*article.omc-blog-two h2 a:hover {
	color: #444;
	background: #FFF;
}*/
p.omc-blog-two-date {
	padding: 1px 5px;
	font-weight: 600;
	color: #fff;
	font-size: 1em;
	/*background: #f3f3f3;*/
	margin: 0;
	display: block;
}

p.omc-blog-two-date a {
	color: #f8c701;
}

p.omc-blog-two-date-featured a {
	color: #000;
}

p.omc-blog-two-exceprt {
	display: block;
	padding: 0 5px;
	color: #888;
}
h3.omc-blog-two-cat {
	position: absolute;
	top: 3px;
	left: 0px;
}
h3.omc-blog-two-cat a {
	background: #f9ba00;
	color: #222;
	/* color: #FFF; JUN2014 */
	padding: 3px 10px;
	font-size: 1.1em;
	text-shadow: none;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}
h3.omc-blog-two-cat a:hover {
	background: #333;
}
/* style two - ratings */


h3.omc-blog-two-cat.review-cat a {
	background: #111;
	color: white;
}
span.omc-blog-two-stars-under {
	display: block;
	position: absolute;
	right: 0px;
	/*background: url('http://static.videocardz.com/2018/images/stars-dark.png') scroll transparent no-repeat;*/
	background-color: #222;
	font-size: 1.4em;
	padding: 3px 10px;
	font-weight: 600;
	color: #f8c701;
}
span.omc-blog-two-stars-over {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	height: 20px;
	background: url('http://static.videocardz.com/2018/images/stars-dark.png') scroll transparent no-repeat;
	background-color: #f9ba00
}
/*==== style three ====*/

article.omc-blog-three {
	margin-bottom: 100px;
}
p.omc-blog-three-date {
	float: left;
	width: 14%;
	text-align: right;
	margin-top: 44px;
	font-weight: 700
}
div.omc-blog-three-float {
	float: left;
	width: 77%;
	margin-left: 3%;
}
div.omc-blog-three-float h2 {
	margin: 10px 0px;
	font-weight: 700;
	display: block
}
p.omc-blog-three-excerpt {
	margin: 10px 0px;
}
/*==== pagination ====*/	
	
.pagination {
	height: 40px;
	padding: 10px 0;
}
.pagination span {
	padding: 10px 15px;
	margin-right: 8px;
	text-align: center;
	background: #f9ba00;
	color: #FFF;
}
.pagination a {
	padding: 10px 15px;
	margin-right: 8px;
	text-align: center;
	background: #eee;
	color: #222;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}
.pagination a:hover {
	background: #aaa;
	color: #FFF;
}
/* =============================================================================
   SIDEBAR 
   ========================================================================== */


.omc-widget {
	width: 100%;
	margin-bottom: 40px;
	box-sizing: border-box;
	overflow: hidden;
}
h3 span a.rsswidget:first-child {
	display: none;
}
.widget_rss ul li a.rsswidget {
	font-weight: 600;
}
.widget_rss ul li span {
	color: #ccc;
}
.xoxo {
	list-style-type: none;
	margin-top: 0px;
}
.xoxo > li {
	margin-bottom: 40px;
}
.xoxo ul {
	list-style-type: none;
	margin-top: 0px;
}
/*==== Generic Lists ====*/
	
.widget_nav_menu ul, .widget_pages ul, .widget_archive ul {
	margin-top: -15px;
	-moz-column-count: 2;
	-moz-column-gap: 4px;
	-webkit-column-count: 2;
	-webkit-column-gap: 4px;
	column-count: 2;
	column-gap: 4px;
}
.widget_nav_menu ul li a, .widget_pages ul li a, .widget_archive ul li a {
	display: block;
	padding: 10px 10px 6px 20px;
	background: #f5f5f5;
	margin-bottom: 4px;
}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover, .widget_archive ul li a:hover {
	border-color: #f9ba00;
}
/*==== Search ====*/

input.search_input_sidebar {
	padding: 6px 0px 6px 5%;
	background: #333;
	font-family: "Roboto", sans-serif;
	font-size: 1.16667em;
	margin: 0px 0px;
	border: none;
	width: 70%;
	color: #FFF;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}
input.search_input_sidebar:focus {
	border: none;
	outline: none;
	background: #ddd;
	color: #000;
}
input.search_button_sidebar {
	padding: 6px 0px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	width: 25%;
	font-size: 1.16667em;
	margin: 0px 0px;
	margin-left: -3px;
	background: #f9ba00;
	border: none;
	color: #FFF;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}
input.search_button_sidebar:hover {
	background: #000;
}
/*==== Social Media Widget ====*/
	
	

section#sociable {
	width: 100%;
	box-sizing: border-box;
	background-color: #eee;
	padding: 10px;
	color: #222;
}
#adsenseindex {
	float: left;
	margin-right: 5px;
}
#social-engage {
	float: right;
	display: block;
	width: 300px;
}
.social-icon {
	display: block;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
	background: #222;
	text-align: center;
	color: #fff;
}
.social-icon:hover {
	background: rgba(0,0,0,0.1);
	color: #222;
}
.social-icon-outter:hover .social-icon {
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}
.social-engage-title {
	text-align: center;
	font-weight: 600;
	background: #f8c701
}
.social-icon-outter:hover .social-engage-title {
	background: black;
	color: #f8c701
}
.social-engage-facebook {
	background: #111 url("http://static.videocardz.com/2018/images/logo-facebook.png") center no-repeat;
}
.social-engage-facebook:hover {
	background: #f8c701 url("http://static.videocardz.com/2018/images/logo-facebook-inv.png") center no-repeat;
}
.social-engage-twitter {
	background: #111 url("http://static.videocardz.com/2018/images/logo-twitter.png") center no-repeat;
}
.social-engage-twitter:hover {
	background: #f8c701 url("http://static.videocardz.com/2018/images/logo-twitter-inv.png") center no-repeat;
}
.social-engage-steam {
	background: #111 url("http://static.videocardz.com/2018/images/logo-steam.png") center no-repeat;
}
.social-engage-steam:hover {
	background: #f8c701 url("http://static.videocardz.com/2018/images/logo-steam-inv.png") center no-repeat;
}
.social-engage-rss {
	background: #111 url("http://static.videocardz.com/2018/images/logo-rss.png") center no-repeat;
}
.social-engage-rss:hover {
	background: #f8c701 url("http://static.videocardz.com/2018/images/logo-rss-inv.png") center no-repeat;
}
/*==== Tabbed Widget ====*/
h3.omc-default-widget-header {
	display: block;
	background: #f9ba00;
	font-size: 1.16667em;
	color: #FFF;
	padding: 4px 20px 4px 20px;
	font-weight: 400;
}
div.omc-default-widget-wrapper {
}
div.omc-video-container {
	background: url('http://static.videocardz.com/2018/images/preloader.gif') scroll transparent no-repeat center center
}
div.omc-video-container iframe, div.omc-video-container object, div.omc-video-container embed {/*position: absolute; border:none; top: 0; left: 0; width: 100%; height: 87%;*/
}
li.widget_video_widget {
	margin-bottom: 40px;
}
.flex-control-nav li a:hover, .flex-control-nav li a.active, .style1 ul.tabbernav li.tabberactive a {
	background: #f9ba00;
}
/*==== search ====*/
	
	/*div.omc-search-sidebar {border:1px solid #EEE; padding:10px 0px 10px 0px; border-left:none; border-right:none; width:87%; margin-bottom:40px;}
 
		div.omc-search-object {position:relative; height:20px; width:100%;}
		
			div.search-input {position:absolute; height:100%; width:70%; top:0px; left:0px; background:#fff;}
			
			div.search-button {position:absolute; height:100%; width:30%; top:0px; right:0px; background:#f9ba00;}*/
			
	
	/*==== generic widget header styling ====*/
	
h3.widgettitle {
	padding: 6px 0px;
	background: #f9ba00;
	color: #222;
	/* JUN2014 color: #FFF; */
	font-size: 1.16667em;
	text-shadow: none;
	margin-bottom: 20px;
	font-weight: 600;
}
h3.widgettitle span {
	padding: 6px 16px;
	background: #f9ba00;
}
/*==== calender ====*/
	
.widget_calendar h3.widgettitle {
	display: none;
}
.widget_calendar h4 {
	display: none;
}
.widget_calendar table#wp-calendar {
	border: 1px solid #fff;
	width: 100%;
}
.widget_calendar tbody .pad {
	background-color: #fff;
}
.widget_calendar table td {
	border: none
}
.widget_calendar table#wp-calendar>tbody>tr>td>a {
	color: #f9ba00;
}
.widget_calendar table#wp-calendar>tbody>tr>td>a:hover {
	background: none;
}
.widget_calendar table#wp-calendar caption {
	font-size: 16px;
	margin: -10px 0px 20px 0px;
}
#wp-calendar th {
	color: black;
	font-weight: 600;
}
.widget_calendar thead>tr>th {
	width: 14.2857%;
	padding: 5px 0px 6px 0px;
	text-align: center;
	background-color: #f9ba00;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: 400;
}
.widget_calendar tbody>tr>td {
	width: 14.2857%;
	padding: 5px 0px 6px 0px;
	text-align: center;
	border: 1px solid #fff;
	background: #eee;
}
.widget_calendar tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {
	height: 20px;
	color: #f9ba00;
}
.widget_calendar tfoot>tr>td#prev {
	width: 58px;
	height: 20px;
	text-align: left;
	border: none;
	background-color: #ffffff;
}
.widget_calendar tfoot>tr>td#next {
	width: 58px;
	height: 20px;
	text-align: right;
	border: none;
	background-color: #ffffff;
}
.widget_calendar tfoot>tr>td#prev a:hover, tfoot>tr>td#next a:hover {
	background: none;
}
/*=== footer calendar styles over-ride ===*/
		
.omc-footer-widget tfoot>tr>td#prev, .omc-footer-widget tfoot>tr>td#next, .omc-footer-widget tbody .pad {
	background-color: #111;
}
.omc-footer-widget table#wp-calendar, .omc-footer-widget tbody>tr>td, .omc-footer-widget thead>tr>th {
	border: 1px solid #111;
	font-size: 0.9em;
}
.omc-footer-widget tbody>tr>td {
	background: #333;
}
.omc-footer-widget table#wp-calendar caption {
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 26px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	color: #FFF;
	text-align: left;
}
.omc-footer-widget a.faicon {
	font-size: 2em !important;
}
/*==== tag cloud ====*/
	
.tagcloud {
}
.tagcloud a {
	padding: 4px 21px 4px 8px;
	font-weight: 700;
	margin: 0px 9px 13px 0px;
	display: inline-block;
	background: url('http://static.videocardz.com/2018/images/tag-bg.png') scroll transparent right no-repeat;
	background-color: #ccc;
	color: #FFF;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}
.tagcloud a:hover {
	background-color: #333;
	color: #FFF;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}
/*== footer tags over-ride ==*/
		
.omc-footer-widget .tagcloud a {
	padding: 5px 8px 5px 8px;
	font-weight: 400;
	margin: 0px -2px 1px 0px;
	display: inline-block;
	background: #333;
	color: #AAA;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}
.omc-footer-widget .tagcloud a:hover {
	background: #f9ba00;
	color: #FFF;
	-moz-transition: .01s linear;
	-webkit-transition: .01s ease-out;
	transition: .01s linear;
}
/*==== archives ====*/
	
.omc-footer-widget.widget_archive ul {
	-moz-column-count: 2;
	-moz-column-gap: 1px;
	-webkit-column-count: 2;
	-webkit-column-gap: 1px;
	column-count: 2;
	column-gap: 1px;
}
/*==== categories ====*/
.widget_categories > ul {
	
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-moz-column-rule: 1px solid white;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	-webkit-column-rule: 1px solid white;
	column-count:2;
	column-gap:2em;
	column-rule:1px solid white;
}
.widget_categories > ul > li {
	margin-bottom: 40px;
}
.widget_categories ul li ul li {
	background: #FFF;
	padding: 5px 0px 5px 11px;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	display: block;
	margin-bottom: 0px;
}
.widget_categories ul li a {
	display: block;
	margin-bottom: -14px;
	padding-top: 15px;
	margin-left: 5px;
	background: white;
	padding-left: 10px;
}
.widget_categories ul li ul {
	margin-left: 20px;
}
.widget_categories > ul > li > a {
	font-weight: 700;
	margin-bottom: 10px;
	background: #333;
	color: #FFF;
	display: inline;
	padding: 3px 6px;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}
.widget_categories > ul > li > a:hover {
	background: #f9ba00;
}
/* =============================================================================
   FOOTER 
   ========================================================================== */

footer {
	background: #111;
	position: relative;
}
footer#omc-boxed {
	margin: auto;
	width: 1300px;
	box-sizing: border-box;
}
div#omc-footer-border {
	height: 20px;
	width: 100%;
	position: absolute;
	top: -10px;
	background: #AAA;
	opacity: 0.2
}
footer#omc-stretched {
	width: 100%;
}
div#omc-inner-footer {
	margin: auto;
	box-sizing: border-box;
	padding: 40px;
}
div.omc-footer-widget-column {
	width: 22.63157894736842%;
	float: left;
	margin-right: 3.157894736842105%;
}
div.omc-footer-widget-column.no-right {
	margin-right: 0px;
}
div.omc-footer-widget h4 {
	color: #FFF;
	font-size: 1.3em;
	margin-top: 26px;
	display: block;
	text-shadow: none;
	padding-bottom: 16px;
	font-weight: 700;
}
div.omc-footer-widget {
	color: #AAA;
	margin-bottom: 20px;
}
div.omc-footer-widget .footer-icon {
	font-size: 20px;
}
div.omc-footer-widget p {
	font-size: 0.9em
}
div.omc-footer-widget ul {
	list-style-type: none;
}
div.omc-footer-widget ul li a {
	display: block;
	margin-bottom: 1px;
	padding: 5px 4px;
	background: #333;
	color: #aaa;
	font-size: 0.9em;
}
div.omc-footer-widget ul li a:hover {
	background: #f9ba00;
	color: #FFF;
	-moz-transition: .01s linear;
	-webkit-transition: .01s ease-out;
	transition: .01s linear;
}
/*====  footer copyright area ====*/
	
.omc-copyright-area {
	margin: auto;
	background: #000;
	color: #aaa;
	padding: 20px 40px 0px 40px;
	box-sizing: border-box;
}
.omc-copyright-left {
	float: left;
}
.omc-copyright-right {
	float: right;
}
.omc-copyright-right ul {
	list-style-type: none;
	margin-top: -12px;
}
.omc-copyright-right ul li {
	display: inline;
	float: left;
}
.omc-copyright-right ul li a {
	padding: 0px 10px;
	color: #aaa;
	border-right: 1px solid #222;
}
.omc-copyright-right ul li:last-child a {
	border: none;
	padding-right: 0px;
}
.omc-copyright-right ul li a:hover {
	background: none;
	color: #FFF;
}
/*==== DP flikr plugin ====*/
	
.flickr-badges {
	width: 110%;
}
.flickr_badge_image {
	width: 35%;
	margin-right: 10%;
	margin-bottom: 20px;
	padding: 5px 5px 1px 5px;
	border: 1px solid #222;
	float: left;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}
.flickr_badge_image:hover {
	border-color: #f9ba00;
}
.flickr_badge_image a:hover {
	background: none;
}
.flickr_badge_image img {
	width: 80px;
	height: 80px;
	padding: 0 0;
	margin: 0 0;
}
/*==== About Widget ====*/
	
a.omc-social-small {
	display: block;
	height: 28px;
	width: 33px;
	float: left;
	margin: 3px 0px 9px 0px;
	background: url('http://static.videocardz.com/2018/images/small-social-sprite.png') scroll transparent no-repeat;
	background-color: #555;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}
a.omc-social-small:hover {
	background-color: #f9ba00; /* -moz-transition:.03s linear; -webkit-transition:.03s ease-out; transition:.03s linear; */
}
a.omc-social-small.pinterest {
	background-position: -11px -50px
}
a.omc-social-small.twitter {
	width: 35px;
	background-position: -51px -50px
}
a.omc-social-small.facebook {
	width: 30px;
	background-position: -93px -50px
}
a.omc-social-small.vimeo {
	width: 35px;
	background-position: -133px -50px
}
a.omc-social-small.linkedin {
	width: 35px;
	background-position: -178px -51px
}
a.omc-social-small.youtube {
	background-position: -232px -51px
}
/* =====================================================================================
	Shortcodes
	================================================================================== */
	
	/*==== Multiple layouts ====*/

.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	margin-right: 2%;
	float: left;
}
.last {
	margin-right: 0;
	float: right
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	width: 100%;
}
/*=== tabs ===*/


	
/*==== toggle ====*/
	
.omc-toggle {
	margin-bottom: 20px;
}
.show_hide {
	font-size: 1.0666777em;
	font-weight: 700;
	margin-bottom: 20px;
	cursor: pointer;
}
.show_hide:hover {
	background: none;
}
.jq_show_hide {
	display: none;
	padding: 10px 10px;
	margin-top: 10px;
	background: #EEE;
}
/*==== alert box ====*/
	
.omc-alert-box {
	background: #eee;
	padding: 34px 10px 17px 10px;
	margin-bottom: 20px;
	text-align: center;
}
.omc-alert-box.red {
	background: url('http://static.videocardz.com/2018/images/infobox-red.png') scroll transparent no-repeat center 10px;
	background-color: #ffd9d9;
}
.omc-alert-box.green {
	background: url('http://static.videocardz.com/2018/images/infobox-green.png') scroll transparent no-repeat center 10px;
	background-color: #cdffcb;
}
.omc-alert-box.blue {
	background: url('http://static.videocardz.com/2018/images/infobox-blue.png') scroll transparent no-repeat center 10px;
	background-color: #d9ddff;
}
.omc-alert-box.yellow {
	background: url('http://static.videocardz.com/2018/images/infobox-yellow.png') scroll transparent no-repeat center 10px;
	background-color: #fffccb;
}
/*==== buttons ====*/
	
.friendly_button {
	display: inline-block;
	font-weight: 400;
}
.friendly_button a {
	background: #f9ba00;
	color: #FFF;
	padding: 10px 20px;
	margin: 10px 20px 10px 0px;
	font-size: 1.2em;
	display: inline-block;
}
.friendly_button a:hover {
	background: #333;
}
/* button alignment */
			
.friendly_button_none {
}
.friendly_button_left {
	float: left
}
.friendly_button_right {
	float: right
}
/* button border radius */
		
.friendly_button_less_round a {
}
.friendly_button_round a {
	
	-moz-border-radius: 26px;
	-o-border-radius: 26px;
	border-radius: 26px;
}
.friendly_button_square a {
	border-radius: 0px;
}
/* button colors */
		
.friendly_button_red a {
	background: #f00;
}
.friendly_button_orange a {
	background: #ff7e00;
}
.friendly_button_yellow a {
	background: #f9ba00;
}
.friendly_button_blue a {
	background: #0048ff;
}
.friendly_button_aqua a {
	background: #0bdfff;
}
.friendly_button_black a {
	background: #000;
}
.friendly_button_gray a {
	background: #969696;
}
.friendly_button_teal a {
	background: #109d84;
}
.friendly_button_purple a {
	background: #b30ad7;
}
.friendly_button_pink a {
	background: #ff54dd;
}
.friendly_button_darkred a {
	background: #b10000;
}
.friendly_button_darkgreen a {
	background: #007108;
}
.friendly_button_brown a {
	background: #a05504;
}
/* sizes */
		
.friendly_button_small a {
	font-size: 0.85em;
	padding: 7px 15px;
}
.friendly_button_large a {
	font-size: 1.2em;
}
/* =====================================================================================
	Miscellaneous
	================================================================================== */
	
/* =====================================================================================
	UPDATE v1.1
	================================================================================== */
		
.widget_recent_entries ul li {
	clear: both;
}
.widget_recent_entries:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul.xoxo li.widget_adpress_widget:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
li.popular-posts ul li {
	clear: both;
}
.popular-posts:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* =====================================================================================
	UPDATE v1.3
	================================================================================== */
	
div.wp-caption.fullsize-right {
	width: auto;
	height: auto;
	float: right;
	margin: 6px 0px 10px 28px;
	background: #000
}
img.fullsize-right {
	width: auto;
	height: auto;
	float: right;
	margin: 6px 0px 10px 28px;
	background: #000
}
div.wp-caption.fullsize-left {
	width: auto;
	height: auto;
	float: left;
	margin: 6px 28px 10px 0px;
	background: #000
}
img.fullsize-left {
	width: auto;
	height: auto;
	float: left;
	margin: 6px 28px 10px 0px;
	background: #000
}
div.wp-caption.fullsize-center {
	width: auto;
	display: table;
	height: auto;
	float: none;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	background: #000;
}
img.fullsize-center {
	width: auto;
	display: table;
	height: auto;
	float: none;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	background: #000;
}
div.wp-caption.fullsize-center a {
}
div.wp-caption.fullsize-center a img {
	width: auto;
	height: auto;
	float: none;
	margin: auto;
}
/* =====================================================================================
	UPDATE v1.4
	================================================================================== */	
	
/* Generic Table
---------------------------------------------------------- */

#omc-full-article img {
	max-width: 100%;
	height: auto;
}
#omc-full-article table {
	font-weight: 300;
	font-size: 1.2em;
	width: 100%;
	border: none;
	margin: 20px 0;
	border-collapse: collapse;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
#omc-full-article table td.heading, #omc-full-article table th.heading {
	background: #111 url('http://static.videocardz.com/img/vctablelogo_white.png') no-repeat !important;
	color: #fff;
	font-size: 1.4em;
	border-bottom: 0px;
	padding: 5px;
	font-weight: 300;
}
#omc-full-article table td.heading a, #omc-full-article table th.heading a 
{
	color:#f8c701;	
}
#omc-full-article tr:nth-child(2) th {
	background: #f8c701;
}
#omc-full-article table th, #omc-full-article table td {
	padding: 2px;
	text-align: center;
	border: none;
}
.page-database-table .thumbnailmasking {
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 90%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(90%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 90%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 90%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 90%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 90%);
}
table.page-database-table {
	width: 100%;
	font-size: 1.1em;
}
table.page-database-table th, table.page-database-table td {
	padding: 5px;
}
#omc-full-article table th {
	background: #e1e1e1;
	font-weight: 600;
	 font-size: 1.2em;
    padding: 3px 0;
}

#omc-full-article table td img, #omc-full-article table th img
{
	max-width:100%;
	height:auto;	
}
 
#omc-full-article table th a {
	color: black;
	border-bottom: 1px dashed rgba(0,0,0,0.5);
}
#omc-full-article table tr:nth-of-type(even), table.page-database-table tr:nth-of-type(even) {
	/*background:#f3f3f3; 
*/
	background: rgba(243, 243, 243, 0.95);
}
#omc-full-article table tr:nth-of-type(odd), table.page-database-table tr:nth-of-type(odd) {
	background: rgba(255,255,255,0.95)
}
.widget_recent_comments ul li {
	margin-bottom: 10px;
}
.tagcloud a {
	padding: 3px 21px 3px 8px;
}
/* =====================================================================================
	UPDATE v1.5
	================================================================================== */	

.omc-user-review-criteria {
	padding: 10px;
	background: #000;
	border-top: 1px solid #555;
	position: relative;
	-moz-transition: .3s linear;
	-webkit-transition: .3s ease-out;
	transition: .3s linear;
}
.omc-user-review-criteria:hover {
	background: #444;
}
.omc-user-review-criteria em {
	font-size: 10px;
}
input.search_input_sidebar {
	width: 69.9%;
}
/* =====================================================================================
	UPDATE v1.7
	================================================================================== */


article#omc-full-article p a {
	font-weight: 600;
	color: #747474;
	text-decoration: underline;
}
/*=== 'plug-in-play' Adpress classes ===*/
		
	
.no-js li#omc-header-search {
	display: none;
}
li#omc-header-search {
	position: relative;
	z-index: 3;
}
span#omc-search-overlay {
	display: block;
	float: right;
	position: absolute;
	width: 100px;
	top: 0px;
	left: 0px;
	z-index: 8;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 10px !important;
	-moz-transition: .8s ease-in-out;
	-webkit-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
	color: #ccc;
	font-size: 16px;
}
span#omc-search-overlay:hover {
	color: #222;
}
form.omc-search-form {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-webkit-appearance: none;
}
input.omc-header-search-input-box {
	position: relative;
	display: block;
	border: none;
	width: 104px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 100;
	height: 30px;
	background: #dadada;
	z-index: 5;
	-moz-transition: .9s ease-in-out;
	-webkit-transition: .9s ease-in-out;
	transition: .9s ease-in-out;
}
input.omc-header-search-input-box:focus {
	border: none;
	outline: none;
	background: #777;
	color: #FFF;
}
input.omc-header-search-button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	width: 35px;
	height: 32px;
	color: #FFF;
	background-color: #f9ba00;
	background-image: url('http://static.videocardz.com/2018/images/search-arrow.png');
	background-position: -35px 0px;
	background-repeat: no-repeat;
	z-index: 4;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
input.omc-header-search-button:hover {
	background-color: #000;
	background-position: 0px 0px;
}
/* MY SETTINGS */
/* MY SETTINGS */
/* MY SETTINGS */
/* MY SETTINGS */
/* MY SETTINGS */
.omc-widget {
	margin-bottom: 20px;
}
.xoxo {
	list-style-type: none;
	margin-top: 0px;
}
.xoxo > li {
	margin-bottom: 20px;
}
.xoxo ul {
	list-style-type: none;
	margin-top: 0px;
}
.xoxo * ul li {
	border-bottom: 2px solid #eee;
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: inline-block;
	width: 100%;
}
span.omc-rarrr {
	display: none
}
a.extlink {
	display: inline-block;
	background: #f3f3f3 url('http://static.videocardz.com/2018/images/external.png') no-repeat -20px 2px;
	margin: 3px 2px;
	padding: 2px 5px 2px 5px;
	font-weight: 400 !important;
	text-decoration: none !important;
}
p.tipper {
	font-weight: 300;
	color: #999;
}
span.manulink {
	width: 100px;
	height: 32px;
	display: inline-block;
}
div.vc-cat-box {
	background: #f3f3f3;
	width: 94%;
	margin: 0px 0px 40px 0px;
	padding: 10px;
}
.simpleblock {
	display: inline-block;
	width: 120px;
	background: #76b900;
	padding: 3px 10px;
	color: white;
	margin: 2px;
	text-transform: uppercase;
	font-weight: 700;
}
.simplerblock {
	display: inline-block;
	width: 160px;
	background: #222;
	padding: 3px 10px;
	color: white;
	margin: 2px;
}
p.omc-single-tags span.tagger {
	float: left;
	font-weight: 600;
}
p.omc-single-tags a {
	color: #222 !important;
	background: #f3f3f3;
	text-decoration: none !important;
	margin: 2px 3px;
	padding: 0 5px;
	font-weight: 400 !important;
	float: left;
	text-transform: uppercase;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}
p.omc-single-tags a:hover {
	background: #222 !important;
	color: white !important;
}
p.omc-single-nextprev {
	height: 80px;
}
a.nextprev {
	text-decoration: none !important;
	color: #222 !important;
	float: left;
	width: 48%;
	background: #f3f3f3;
	padding: 10px;
	box-sizing: border-box;
}
a.nextprev-separator {
	display: block;
	float: left;
	color: white;
	width: 2%;
}
a.nextprevleft {
	border-left: 5px solid #f8c701;
}
a.nextprevright {
	border-right: 5px solid #f8c701;
	text-align: right;
}
a:hover.nextprev {
	background: #222;
	color: white !important;
}
.prevnext-title {
	font-weight: 600;
	font-size: 1.2em;
}
.prevnext-nav {
	text-align: center;
}
nav#omc-main-navigation {
	
	margin: 0;
	padding: 0;
}
.timer {
	/*width:300px;*/
	/*;height:25px;*/
	position: absolute;
	right: 0;
	top: 0;
	background: red;
	padding: 5px;
	z-index: 1000;
	font-weight: bold;
	color: white;
	height: 50px;
	overflow: hidden;
}
.timer:hover {
	height: auto;
	width: auto;
}
#errorlog {
	position: absolute;
	left: 0;
	top: 0;
	background: #09F;
	padding: 5px;
	z-index: 1000;
	font-weight: bold;
	color: white;
	height: 14px;
	width: 250px;
	overflow: hidden;
}
#errorlog:hover {
	height: auto;
	width: auto;
}
#errorlog table, .timer table {
	max-width: 500px;
}
#errorlog table tr.isarray {
	background: #333;
}
#errorlog table td, .timer table td {
	padding: 0 6px;
	text-align: left;
	overflow: hidden;
	width: 250px;
}
#errorlog table th, .timer table th {
	background: rgba(0,0,0,0.2);
	text-align: right;
	padding: 0 6px;
	width: 250px;
}
#disqus_thread {
	font-family: Roboto, sans-serif !important;
}
/* MULTIPAGE */
.entry-content .multipage-navlink {
	text-align: right;
	margin-bottom: 24px
}
ul.multipage-toc {
	border: 1px solid #d6d6d6;
	list-style: none;
	padding: 0;
	margin: 0 0 24px
}
ul.multipage-toc li {
	padding: 2px 8px;
	margin: 0
}
ul.multipage-toc li.toc-header {
	background: #f9f9f9;
	color: #555;
	border-bottom: 1px solid #d6d6d6;
	font-weight: 700
}
ul.multipage-toc li.toc-footer {
	text-align: right
}
ul.multipage-toc li:last-child {
	border-bottom: 0
}
ul.multipage-toc li span {
	font-weight: 400
}
ul.multipage-toc li span.numbers {
	margin-right: 6px;
	width: 65px;
	text-align: right;
	display: inline-block;
	float: left;
}
ul.multipage-toc a {
	display: inline
}
/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

/* title styles */


/* thumbnail styles */
img.wpp-thumbnail {
	border: none;
	float: left;
	margin: 4px 15px 30px 0px;
}
/* excerpt styles */
.wpp-excerpt {
}
/* Stats tag styles */
.post-stats {
	font-size: 0.75em;
	font-weight: bold;
	display: block;
	left: 65px;
	margin-top: 2px;
}
.wpp-comments {
}
.wpp-views {
}
.wpp-author {
	font-style: italic;
}
.wpp-date {
}
/* WP-PostRatings styles */
.wpp-rating {
}
/********************************************************************************
                Tabber CSS
********************************************************************************/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display: none;
}
/*--------------------------------------------------
  Some styles to help most WordPress themes
  --------------------------------------------------*/
.tabberlive h3 { /* hide std widget titles */
	display: none;
}
ul.tabbernav li { /* hide bullets from tab headings */
	background: none;
	padding: 5px 5px 5px 0;
	list-style: none;
}
/********************************************************************************
                Style 1
********************************************************************************/
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.style1 {
}
.tabberlive.style1 {
}
.tabbertabs {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	height: 450px;
}
.tabbertabs ul li {
	clear: both;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
.style1 ul.tabbernav {
	margin: 0px 0px;
}
.style1 ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline-block;
	padding: 0px 0px;
	text-align: center;
	width: 33.3333%;
}
.style1 ul.tabbernav li a { /* inactive tabs */
	background-color: #444;
	border: none;
	color: #FFF;
	font-size: 1.16667em;
	margin: 0;
	display: block;
	padding: 6px 0px;
	text-align: center;
	font-weight: 400;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}
.style1 ul.tabbernav li.tabberactive a { /* active tab */
	color: white;
	font-size: 1.16667em;
	padding: 6px 0px;
}
.style1 ul.tabbernav a:hover {
	background: #aaa;
	text-decoration: none;
	color: #fff;
}
.style1 ul.tabbernav {
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.style1.tabberlive .tabbertab {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 20px 0px 0px 0px;
}
/* Example of using an ID to set different styles for the tabs on the page */
.style1.tabberlive#tab1 {
}
.style1.tabberlive#tab2 {
}
.style1.tabberlive#tab2 .tabbertab {
	height: 200px;
	overflow: auto;
}
.style1 .tablist {
}
/********************************************************************************
                Style 2
********************************************************************************/
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.style2.tabberlive {
	margin-top: 1em;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
.style2 ul.tabbernav {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
	margin-left: 0px !important;
}
.style2 ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
.style2 ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}
.style2 ul.tabbernav li a:link {
	color: #448;
}
.style2 ul.tabbernav li a:visited {
	color: #667;
}
.style2 ul.tabbernav li a:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
	text-decoration: none;
}
.style2 ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.style2 ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.style2.tabberlive .tabbertab {
	border: 1px solid #AAAAAA;
	margin-top: 3px;
	padding: 5px;/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height *//* height:200px; *//* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary *//* overflow:auto; */
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display: none;
}
.style2.tabberlive .tabbertab h3 {
	display: none;
}
/* Example of using an ID to set different styles for the tabs on the page */
.style2.tabberlive#tab1 {
}
.style2.tabberlive#tab2 {
}
.style2.tabberlive#tab2 .tabbertab {
	height: 200px;
	overflow: auto;
}
.sdfsdf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 102%;
	background: url(../images/preloader.gif) scroll transparent no-repeat center center;
	background-color: #FFF;
	z-index: 100;
}
/* POPULAR POSTS BAR */

.popular_posts_bars {
	display: block !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	background: none !important;
	color: #333 !important;
	text-decoration: none !important;
	list-style: none !important;
	margin-bottom: 0.5em !important;
}
.popular_posts_bars .popular_posts_bars_li {
	display: block !important;
	border: 0 !important;
	text-decoration: none !important;
	position: relative !important;
	overflow: visible !important;
	margin: 0 0 -6px 0 !important;
	padding: 15px 0 15px 5px !important;
	background: rgba(200, 200, 200, 0.9) !important;
	width: 76% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_one {
	background: #f8c701 !important;
	background: rgba(248, 199, 1, 0.9) !important;
	width: 95% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_two {
	background: #ecc84c !important;
	background: rgba(236, 200, 76, 0.9) !important;
	width: 90% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_three {
	background: #e4cb74 !important;
	background: rgba(228, 203, 116, 0.9) !important;
	width: 85% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_four {
	background: #e2d4a4 !important;
	background: rgba(226, 212, 164, 0.9) !important;
	width: 80% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_five {
	background: #e6e1d0 !important;
	background: rgba(230, 225, 208, 0.9) !important;
	width: 75% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_six {
	background: #e8e9e8 !important;
	background: rgba(232, 233, 232, 0.9) !important;
	width: 70% !important;
}
.popular_posts_bars .popular_posts_bars_li.with_thumbnail a.popular_posts_bars_link {
	clear: both !important;
}
.popular_posts_bars .popular_posts_bars_li.with_thumbnail a.popular_posts_bars_link:after {
	display: block !important;
	clear: both !important;
	content: '' !important;
}
.popular_posts_bars .popular_posts_bars_li.with_thumbnail img {
	padding: 0 3px !important;
	font-size: 0 !important;
}
.popular_posts_bars .popular_posts_bars_li a.popular_posts_bars_link {
	display: block !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	color: #333 !important;
	text-decoration: none !important;
	width: auto !important;
	min-height: 30px !important;
	margin-right: 25px !important;
}
.popular_posts_bars .popular_posts_bars_li a.popular_posts_bars_link:hover {
	color: #fff !important;
}
.popular_posts_bars .popular_posts_bars_li .popular_posts_bars_comment_count_hold {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	background: none !important;
	color: #333 !important;
	text-decoration: none !important;
	width: auto !important;
	min-width: 40px !important;
	float: right !important;
	padding: 0 0 0 10px !important;
	top: 10px !important;
	right: -17px !important;
}
.popular_posts_bars .popular_posts_bars_li .popular_posts_bars_comment_count_hold a.popular_posts_bars_comment_count {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	text-decoration: none !important;
	color: #fff !important;
	text-align: center !important;
	font-weight: bold !important;
	padding: 0.5em 0.2em !important;
	background: #333 !important;
	white-space: nowrap !important;
}
.popular_posts_bars .popular_posts_bars_li .popular_posts_bars_comment_count_hold .popular_posts_bars_comment_count_triangle {
	display: none !important;
	border: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	background: none !important;
	color: #333 !important;
	text-decoration: none !important;
	height: 0 !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid #333 !important;
	border-left: 0 solid transparent !important;
	margin: 0 auto !important;
	top: 0 !important;
}
.popular_posts_bars .popular_posts_bars_li img {
	position: static !important;
	float: left !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}
.popular_posts_bars.most_viewed_bars a.popular_posts_bars_link {
	margin-right: 50px !important;
}
.popular_posts_bars.most_viewed_bars .popular_posts_bars_comment_count_hold, .popular_posts_bars.most_viewed_bars a.popular_posts_bars_comment_count {
	min-width: 70px !important;
}
#load-more {
	background-color: #f3f3f3;
	width: 100%;
	color: #222;
	font-family: "Roboto";
	
	-webkit-border-radius: 0;
	border-radius: 0;
}
button.alm-load-more-btn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	width: auto;
	height: 42px;
	line-height: 44px;
	background: #ed7070;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 4px;
	padding: 0 20px;
	display: inline-block;
	position: relative;
	-webkit-transition: padding 0.25s ease-in-out;
	-moz-transition: padding 0.25s ease-in-out;
	transition: padding 0.25s ease-in-out;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Prevents text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}
button.alm-load-more-btn:hover {
	background-color: #d34646;
	color: #fff;
	text-decoration: none;
}
button.alm-load-more-btn:active {
	-webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
/* Loading */
button.alm-load-more-btn.loading {
	padding-left: 44px;
}
/* Loaded / Done */
button.alm-load-more-btn.done {
	cursor: default;
	opacity: 0.2;
	filter: alpha(opacity=20);
	background-color: #ed7070;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
/* Loading Icon */
button.alm-load-more-btn:before, button.alm-load-more-btn.done:before {
	background: none;
	width: 0;
}
/* Loading :before */
button.alm-load-more-btn.loading:before {
	background: transparent url('http://static.videocardz.com/2015/images/preloader2015.gif') no-repeat center center;
	width: 40px;
	height: 30px;
	margin: 6px;
	display: inline-block;
	z-index: 0;
	content: '';
	position: absolute;
	left: 0;
	overflow: hidden;
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}
.alm-btn-wrap {
	text-align: center;
	padding: 10px 10px 30px;
	overflow: hidden;
	display: block;
}
/* grey */
.ajax-load-more-wrap.grey button.alm-load-more-btn {
	background-color: #999;
}
.ajax-load-more-wrap.grey button.alm-load-more-btn:hover, .ajax-load-more-wrap.grey button.alm-load-more-btn.done {
	background-color: #666;
}
/*
*  Generic alm-listing Styles
*
*  @since 1.0.0
*/

.alm-listing {
	margin: 0;
	padding: 0;
}
.alm-listing li {
	background: none;
	margin: 0 0 30px;
	padding: 0 0 0 170px;
	overflow: hidden;
	position: relative;
	list-style: none;
}
.alm-listing li.no-img {
	padding: 0;
}
.alm-listing li a {
	color: #34383D;
}
.alm-listing li p {
	margin: 0;
}
.alm-listing li h3 {
	margin: 0 0 10px;
}
.alm-listing li img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#gpunews {
	
	box-sizing: border-box;
	width: 75%;
	overflow: hidden;
}

.gpunewsheader {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform:rotate(-90deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	position: absolute;
	bottom: 40px;
	left: -22px;
	font-size: 1.4em;
	color: black;
	font-weight: bold;
	box-sizing: border-box;
}
.gpunewsheader span {
	font-style: italic;
}
.gpunewsblockcontainer {
	display: block;
	position: relative;
	text-align: left;
	height: 150px;
	
	float: left;
}
.gpunewsblock {
	border-left: 1px solid rgba(0,0,0,0.2);
	
	display: block;
	position: relative;
	color: white;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 1.3em;
	transition: none;
}
.gpunewsblock span {
	position: absolute;
	bottom: 0;
	padding: 10px;
}
.custom-shadow {
	  background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.69) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.69) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.69) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#b0000000',GradientType=0 );

}

.custom-shadow-featured {

    background: -moz-linear-gradient(top,  rgba(248,199,1,0.4) 0%, rgba(248,199,1,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(248,199,1,0.4) 0%,rgba(248,199,1,0.8) 100%);
background: linear-gradient(to bottom,  rgba(248,199,1,0.4) 0%,rgba(248,199,1,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66f8c701', endColorstr='#ccf8c701',GradientType=0 );

}

.custom-shadow:hover {
	background: rgba(248, 199, 1, 0.4);
	border-bottom: 4px solid #f8c701;
}

#main-news-container {
	width: 100%;
	float: left;
	box-sizing: border-box;
	
	
}
.main-slider-featured {
	width: 50%;
	height: 300px;
	float: left;
	font-size: 2em;
	box-sizing: border-box;
}
.main-slider {
	width: 25%;
	height: 150px;
	float: left;
	font-size: 1.3em;
	box-sizing: border-box;
}
.main-slider-news {
	border-left: 1px solid rgba(0,0,0,0.2);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	display: block;
	position: relative;
	color: white;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-weight: bold;
	transition: none;
}
.main-slider-news span {
	position: absolute;
	bottom: 0;
	padding: 10px;
	clear: both;
}
/* MAIN NAVIGATION */


li.menu-item a {
color:white;	
}

#black-navigation {
	background: #000;
	/*margin: -30px 0 0 -40px;*/
	padding:15px;
	max-height: 450px;
	overflow: hidden;
	/*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);*/
	border-bottom:4px solid #f8c701;
}
#mainnavigation {
	padding: 0;
	box-sizing: border-box;
	display: none;
	float: right;
	width: 25%;
	height: 300px;
	overflow: hidden;
	
	
	color: white;
}
.date-item {
	float: right;
	font-weight: 400;
	color: #ccc;
	font-size: 0.9em;
}
#mainnavigation div.rsslist div.rssitem a {
	padding: 2px 10px;
    margin: 3px 4px;
	font-weight: 600;
	font-size: 12px;
	display: block;
	color: white;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#mainnavigation div.rsslist div.rssitem:nth-child(odd) a {
	background: #111
}
#mainnavigation div.rsslist div.rssitem:nth-child(even) a {
	
}


ul.omc-tabs {
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	list-style: none;
	width: 100%;
	position: relative;
	z-index: 3
}
ul.omc-tabs li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	min-width: 100px;
	text-align: center;
	background: #999;
}
ul.omc-tabs li a {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	display: block;
	font-size: 1.16667em;
	padding: 6px 0;
	outline: none;
}
#mainnavigation ul.omc-tabs li a {
	font-weight: bold;
	color: black;
}
ul.omc-tabs li a {
	padding: 6px 16px;
}
ul.omc-tabs li a:hover {
	color: #FFF;
	font-weight: normal;
}
ul.omc-tabs li.active a:hover {
	color: #C8C8C8;
}
.omc-tab-container {
	display: none;
	position: relative;
	/*margin-bottom: 40px;*/
	clear: both;
	float: left;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
article .omc-tab-container {
	margin-bottom: 40px;
	border: 1px solid #eee;
}
.omc-tab-content {
	padding: 20px;
}
#mainnavigation .omc-tab-content {
	padding: 0px;
}


/* LIVE BLOG */

header.liveblog-meta {
margin:0 !important;	
}
.liveblog-author-avatar {
display:none;	
}


.roadmapgpu {
background: #ddd;
padding:15px 0;
font-weight: 600; 
font-size: 1.2em;
 border: 3px solid #ccc;	
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
