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;
}
* {
box-sizing: border-box;	
}
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;
}
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: gray;
	font-size: 12px;
	font-family: 'Fira Sans', 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;
}

div#left-sidebar {
	width:200px;	
}

article#videocardz-article {
	float:left;
	width:100%;
}

#videocardz-article h1, #videocardz-article h2, #videocardz-article h3, #videocardz-article h4, #videocardz-article h5, #videocardz-article h6 {
	font-weight: 600;
	margin: 0.6em 0;
}
#videocardz-article h2 {
	font-size: 2.2em;
}
#videocardz-article h3 {
	font-size: 1.6em;
}
#videocardz-article h4 {
	font-size: 1.3em;
}
#videocardz-article h5 {
	font-size: 1.2em;
}
#videocardz-article h6 {
	font-size: 1.0em;
}
#videocardz-article hr {
	border-top: 1px solid #ccc;
	margin: 20px 0px;
}
/* #videocardz-article a {font-weight:700; color:#fff; background:#f9ba00;} */

#videocardz-article h2, #videocardz-article h3 {
	background: none repeat scroll 0 0 #f9f9f9;
	padding-left: 10px;
	clear: both;
}
#videocardz-article h2 {
	border-left: 8px solid rgba(248,200,0,1);
	background: #eee;
}
#videocardz-article h3 {
	border-left: 8px solid rgba(248,200,0,0.5);
}
div.omc-review-header h2 {
	background: none;
	border-left: none;
}
p {
	clear: left;
	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#videocardz-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;
}
#left-sidebar {
	display: none;
}
section#omc-main {
	width: 930px;
	float: left;
	box-sizing: border-box;
	margin-right: 20px;
	position: relative;
}
article#videocardz-article a {
	-moz-transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
article.videocardz-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#videocardz-article h1 {
	font-size: 3em;
	display: block;
	font-weight: 700;
	color: #444;
	margin: 10px 0px 20px 0px;
}
article#videocardz-article p {
	font-size: 16px;
	color: #444;
	line-height: 20px;
	
}
article#videocardz-article ul {
	margin: 20px 20px 20px 40px;
	list-style-type: square;
	font-size: 16px;
}
article#videocardz-article li ul, article#videocardz-article li ol {
	margin: 0 40px;
}
article#videocardz-article ol {
	margin: 20px 20px 20px 40px;
}
article#videocardz-article ul li, article#videocardz-article ol li {
	padding: 3px 0;
}
article#videocardz-article ul li a, article#videocardz-article ol li a {
	font-weight: 600;
	color: #747474;
	text-decoration: underline;
}
/*==== wp standard classes ====*/
	
.alignright {
	float: left;
	width: 47%;
	margin: 7px 3% 10px 0px;
}
.alignleft {
	float: left;
	width: 32%;
	margin: 4px 0px 4px 4px;
}
article#videocardz-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#videocardz-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#videocardz-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#videocardz-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('https://static.videocardz.com/2020/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('https://static.videocardz.com/2020/images/stars-dark.png') scroll transparent no-repeat;
	background-color: #f9ba00
}
/* =============================================================================
   SINGLE ARTICLES / PAGES 
   ========================================================================== */

	   
article#videocardz-article p, article#videocardz-article li, article#videocardz-article ol { /*width: 94%;*/
	font-family: 'Fira Sans', sans-serif;
}
article#videocardz-article ul.multipage-toc {
	background: #f3f3f3;
	border: none;
	margin: 0 auto;
	list-style-type: none;
	font-size: 14px;
}
article#videocardz-article ul.multipage-toc li a {
	text-decoration: none;
	color: black;
	font-weight: 400;
}
article#videocardz-article ul.multipage-toc li.toc-header {
	border-bottom: none !important;
}
article#videocardz-article ul.multipage-toc li.current {
	font-weight: 600;
	background: #e3e3e3;
}
article#videocardz-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#videocardz-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#videocardz-article { /*width: 95%;*/
}
#singletitle {
	background: #000; 
	
	padding: 20px;
	position: relative;
}
#singletitle #seriesclass {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
}
#singletitle #seriesclass a {
	font-size: 18px;
	font-weight: 400;
	color: #111;
}
#singletitle #seriesclass:hover {
}
#singletitle #seriesclass:hover a div span.xxx {
	display: inline-block;
}
#singletitle h1 {
	/*font-family: 'Montserrat', sans-serif;*/
	width: 96%;
	color: white;
	font-weight: 700;
}
#singletitle h1 {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#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;
}

.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#videocardz-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('https://static.videocardz.com/2020/preloaders/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#videocardz-article p.omc-date-time-gallery {
	margin: -4px 0px 16px 0px;
	position: relative;
	z-index: 20;
	display: none;
}
article#videocardz-article span.omc-comment-count {
	position: absolute;
	display: block;
	width: 80px;
	height: 30px;
	right: 24px;
	top: 8px;
	padding-right: 32px;
	background: #AAA url('https://static.videocardz.com/2020/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;
}
/* ========== 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("https://static.videocardz.com/2019/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("https://static.videocardz.com/2019/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("https://static.videocardz.com/2019/img/social/fb.png") no-repeat center;
}
div.socialbar-icon-twitter {
	background: transparent url("https://static.videocardz.com/2019/img/social/tw.png") no-repeat center;
}
div.socialbar-icon-google {
	background: transparent url("https://static.videocardz.com/2019/img/social/gplus.png") no-repeat center;
}
/*==== 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;
}
#videocardz-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;
}
#videocardz-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('https://static.videocardz.com/2020/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('https://static.videocardz.com/2020/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('https://static.videocardz.com/2020/img/review/arrowup.png') left center no-repeat;
}
span.downvote {
	background: transparent url('https://static.videocardz.com/2020/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;
}
#videocardz-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;
}
#videocardz-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('https://static.videocardz.com/2020/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('https://static.videocardz.com/2020/images/star-sprite-criteria-hex-f9ba00.png') scroll transparent no-repeat;
}
div.omc-short-summary {
	width: 70%;
	float: left;
}
article#videocardz-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;
}
/*==== related posts ====*/
	
div.omc-related-posts {
	margin-bottom: 20px;
	margin-top: 25px;
	width: 100%;
}
#videocardz-article div.omc-related-posts h4 {
	font-weight: 700;
	margin-bottom: 25px;
}
article.omc-related-post {
	float: left;
	margin-bottom: 0px;
}
#videocardz-article h5.omc-related-article {
	margin: 0;
	line-height: 1.1em;
}
#videocardz-article h5.omc-related-article a {
	font-weight: 600;
	font-size: 1.0em;
	margin-bottom: 10px;
}
#videocardz-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;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
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;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
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('https://static.videocardz.com/2020/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('https://static.videocardz.com/2020/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: 'Fira Sans', 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: 'Fira Sans', 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;
}
ins.adsbygoogle {
	width: 728px;
	height: 90px;
}
#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: #111;
	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("https://static.videocardz.com/2020/images/logo-facebook.png") center no-repeat;
}
.social-engage-facebook:hover {
	background: #f8c701 url("https://static.videocardz.com/2020/images/logo-facebook-inv.png") center no-repeat;
}
.social-engage-twitter {
	background: #111 url("https://static.videocardz.com/2020/images/logo-twitter.png") center no-repeat;
}
.social-engage-twitter:hover {
	background: #f8c701 url("https://static.videocardz.com/2020/images/logo-twitter-inv.png") center no-repeat;
}
.social-engage-steam {
	background: #111 url("https://static.videocardz.com/2020/images/logo-steam.png") center no-repeat;
}
.social-engage-steam:hover {
	background: #f8c701 url("https://static.videocardz.com/2020/images/logo-steam-inv.png") center no-repeat;
}
.social-engage-rss {
	background: #111 url("https://static.videocardz.com/2020/images/logo-rss.png") center no-repeat;
}
.social-engage-rss:hover {
	background: #f8c701 url("https://static.videocardz.com/2020/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('https://static.videocardz.com/2020/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: #000;
}
.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('https://static.videocardz.com/2020/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 {
	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: 20%;
	float: left;
	margin-right: 2%;
	text-align: center;
}
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;
}
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 ====*/

#mastercopyright {
	background: linear-gradient(to right, rgba(42, 42, 42, 1), rgba(25, 25, 25, 1));
}
.omc-copyright-area {
	margin: auto;
	color: #dadad6;
	padding: 2px;
	box-sizing: border-box;
	font-size: 1em;
}
.omc-copyright-area p, .omc-copyright-area a {
	color: #dadad6;
	line-height: 13px;
}
.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: #dadad6;
	border-right: 1px solid #dadad6;
}
.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('https://static.videocardz.com/2020/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('https://static.videocardz.com/2020/images/infobox-red.png') scroll transparent no-repeat center 10px;
	background-color: #ffd9d9;
}
.omc-alert-box.green {
	background: url('https://static.videocardz.com/2020/images/infobox-green.png') scroll transparent no-repeat center 10px;
	background-color: #cdffcb;
}
.omc-alert-box.blue {
	background: url('https://static.videocardz.com/2020/images/infobox-blue.png') scroll transparent no-repeat center 10px;
	background-color: #d9ddff;
}
.omc-alert-box.yellow {
	background: url('https://static.videocardz.com/2020/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;
}
/* =====================================================================================
	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
---------------------------------------------------------- */

#videocardz-article img {
	max-width: 100%;
	height: auto;
}
#videocardz-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);
}
#videocardz-article table td.heading, #videocardz-article table th.heading {
	background: #111 url('https://static.videocardz.com/2020/img/vctablelogo_white.png') no-repeat !important;
	color: #fff;
	font-size: 1.4em;
	border-bottom: 0px;
	padding: 6px 5px 6px 20px;
	font-weight: 500;
	background-size:contain;
}
#videocardz-article table td.heading a, #videocardz-article table th.heading a {
	color: #f8c701;
}
#videocardz-article tr:nth-child(2) th {
	background: #f8c701;
}
#videocardz-article table th, #videocardz-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;
}
#videocardz-article table th {
	background: #e1e1e1;
	font-weight: 600;
	font-size: 1.1em;
	padding: 3px 0;
}
#videocardz-article table td img, #videocardz-article table th img {
	max-width: 100%;
	height: auto;
}
#videocardz-article table th a {
	color: black;
	border-bottom: 1px dashed rgba(0,0,0,0.5);
}
#videocardz-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);
}
#videocardz-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#videocardz-article p a {
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: #f8c701;
	/*border-bottom: solid 2px #ffd200;*/
}
/*=== '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('https://static.videocardz.com/2020/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('https://static.videocardz.com/2020/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;
	border-bottom: none !important;
}

a.nextprevleft {
	border-left: 5px solid #f8c701;
}
a.nextprevright {
	float:right;
	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: 'Fira Sans', 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;
	
	width: 100% !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: 92.5% !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: 90% !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: 87.5% !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: 85% !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: 82.5% !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: #222 !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: #111 !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: #111 !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: 'Fira Sans';
	-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('https://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.2) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#b0000000', GradientType=0 );
}
.custom-shadow:hover, .custom-shadow-card:hover {
	background: rgba(248, 199, 1, 0.4);
	border-bottom: 4px solid #f8c701;
}
.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-card {
	background: rgba(0, 0, 0, 0.6);
}
#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.spantitle {
	position: absolute;
	bottom: 0;
	padding: 10px;
	clear: both;
}
.main-slider-news span.spannew {
	position: absolute;
	top: 0;
	padding: 3px;
	clear: both;
	font-size: 0.8em;
	text-shadow: none;
	background: #f8c701;
	color: black;
}
.main-slider-card {
	width: 12.5%;
	height: 75px;
	
}
.main-slider-card a span.spantitle {
	font-size: 10px;
}
/* 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%;
}
/*########################*/




.vc-db-card {
	background: #fff;
	border: 4px solid #ccc;
	width: 100%;
	margin: 4px auto;
	display: flex;
}
.vc-db-card-image {
	width: 30%;
	min-height: 125px;
	float: left;
}
.vc-db-card-specs {
	width: 70%;
	flex: 1;
	float: left;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
.vc-db-card {
	display: block;
}
.vc-db-card-image {
	width: 100%;
	height: 150px;
	flex: auto;
}
.vc-db-card-specs {
	width: 100%;
	flex: auto;
}
}
.vc-db-card-specs-one {
	font-size: 20px;
	background: #f8c701;
	padding: 7px;
	box-sizing: border-box;
}
.vc-db-card-specs-one a {
	color: black;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.vc-db-card-specs-two {
	box-sizing: border-box;
}
.vc-db-card-specs-two table {
	width: 100%;
	margin: 0 !important;
}
.vc-db-card-specs-two-darker {
	background: #000 !important;
	color: white;
	font-size: 1.1em
}
.vc-db-card-specs-two-ligher {
	background: #222 !important;
	color: white;
	font-size: 1.1em
}
.vc-db-card-specs-two-first {
	width: 15%;
	text-align: right !important;
	color: #f8c701;
}
.vc-db-card-specs-two-second {
	width: 25%;
	text-align: left !important;
}
.vc-db-card-specs-two-third {
	width: 30%;
	text-align: right !important;
	color: #f8c701;
}
.vc-db-card-specs-two-fourth {
	width: 30%;
	text-align: left !important;
}

/*########################*/

.vc-db-mobo {
	background: #fff;
	border: 4px solid #ccc;
	width: 95%;
	margin: 4px auto;
}
.vc-db-mobo-image {
	width: 35%;
	height: 115px;
	float: left;
}
.vc-db-mobo-specs {
	width: 65%;
	float: left;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
.vc-db-mobo {
	display: block;
}
.vc-db-mobo-image {
	width: 100%;
	height: 150px;
	flex: auto;
}
.vc-db-mobo-specs {
	width: 100%;
	flex: auto;
}
}
.vc-db-mobo-specs-one {
	font-size: 20px;
	background: #f8c701;
	padding: 10px;
	box-sizing: border-box;
}
.vc-db-mobo-specs-one a {
	color: black;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.vc-db-mobo-specs-two {
	box-sizing: border-box;
}
.vc-db-mobo-specs-two table {
	width: 100%;
	margin: 0 !important;
}
.vc-db-mobo-specs-two-darker {
	background: #000 !important;
	color: white;
	font-size: 1.1em;
}
.vc-db-mobo-specs-two-ligher {
	background: #222 !important;
	color: white;
	font-size: 1.1em;
}
.vc-db-mobo-specs-two-first {
	width: 50%;
	text-align: right !important;
	padding: 3px !important;
	color: #f8c701;
}
.vc-db-mobo-specs-two-second {
	width: 50%;
	text-align: left !important;
	padding: 3px !important;
}
/* HEADER OPTIONS */


	
#back-top a:hover span, input.omc-header-search-button, .widget_calendar thead>tr>th, a.omc-blog-one-anchor, span.omc-module-a-stars-over, span.leading-article.omc-module-a-stars-over, span.omc-blog-two-stars-over, span.omc-featured-stars-over, .flex-direction-nav li .prev:hover, .flex-direction-nav li .next:hover, a.omc-social-small:hover, .es-nav span.es-nav-next:hover, .es-nav span.es-nav-prev:hover, .widget_categories > ul > li > a:hover, a.omc-featured-label, a.omc-flex-category, h1.omc-half-width-label a, a.omc-title-category-context, div.omc-category-block a, span.omc-criteria-percentage, div.omc-authorbox p a, h3.omc-default-widget-header, div.search-button, h3.widgettitle, h3.widgettitle span, .widget_categories > ul > li > a:hover, .flex-control-nav li a:hover, .flex-control-nav li a.active, .style1 ul.tabbernav li.tabberactive a, h3.omc-blog-two-cat a, h2.omc-quarter-width-label a, .pagination span, h3.omc-blog-one-cat a, .omc-footer-widget .tagcloud a:hover, input.search_button_sidebar, a.omc-mobile-back-to-top, h3#comments-title, ul.omc-tabs li.active, .vcdbhead, div.blockheader {
	background-color: #f8c701;
}

	::-moz-selection {
background:#f8c701;
color:black
}
::selection {
	background: #f8c701;
	color: black
}
div.omc-featured-overlay h1 a:hover, h5.omc-also-in a, table#wp-calendar>tbody>tr>td>a, tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active, .widget_calendar table#wp-calendar > tbody > tr > td > a {
	color: #f8c701
}
.flickr_badge_image:hover, .widget_nav_menu ul li a:hover, .widget_pages ul li a:hover, .widget_recent_entries ul li a:hover, .widget_archive ul li a:hover {
	border-color: #f8c701;
}
div.omc-cat-top {
	border-top-color: #f8c701;
!important
}
li.comment > div {
	border-bottom-color: #f8c701;
!important
}
/*
 INDEX
*/
article.omc-blog-two h2 {
	-moz-transition: .4s linear;
	-webkit-transition: .4s ease-out;
	transition: .4s linear;
}
article.omc-blog-two:hover h2 {
	background: #f8c701;
	-moz-transition: .4s linear;
	-webkit-transition: .4s ease-out;
	transition: .4s linear;
}
article.omc-blog-two:hover h2 a {
	color: black
}
.vcskin .rsGCaption {
	border-top: 4px solid #f8c701;
}
#mainnavigation ul.omc-tabs {
	border-bottom: 4px solid #f8c701;
}
#mainnavigation .omc-tab-content div div a:hover {
	background: #f8c701;
	color: #222;
}
#mainnavigation .omc-tab-content div div a:hover span {
	color: #222;
}
/* POPULAR POSTS BAR COLOR */
.popular_posts_bars .popular_posts_bars_li {
	font-size: 13px;
	padding: 7px 0 7px 7px !important;
}
.popular_posts_bars .popular_posts_bars_li:hover {
	background: #111 !important;
	color: white !important;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.popular_posts_bars .popular_posts_bars_li:hover a.popular_posts_bars_link {
	color: white !important;
}
.popular_posts_bars .popular_posts_bars_li:hover .popular_posts_bars_comment_count_hold a.popular_posts_bars_comment_count {
	background: #f8c701 !important;
	color: black !important;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.popular_posts_bars .popular_posts_bars_li:hover .popular_posts_bars_comment_count_hold .popular_posts_bars_comment_count_triangle {
	border-color: #f8c701 transparent -moz-use-text-color !important;
	color: #f8c701;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
/* PRESS RELEASE TITLE */

span.prtitle {
	display: inline-block;
	margin-right: 10px;
	background: #222;
	color: white;
	text-align: center;
	padding: 0 12px;
	font-weight: 300;
	font-size: 80%;
	background-color: #f8c701;
}
span.prtitle:hover {
	background: #222;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	transition: background 400ms ease-in-out;
}
#singletitle #seriesclass {
	background-color: #f8c701;
}
/* EXTERNAL LINKS */

a.extlink:hover {
	padding: 2px 5px 2px 25px;
	border-left: 2px solid #f8c701;
	background-position: 2px 2px;
}
/* ADMIN BAR */

#wpadminbar {
	border-top: 3px solid #f8c701;
}
/* TOP MENU */

#omc-top-menu ul li a:hover {
	background-color: #f8c701;
	color: #FFF;
}
/* POLLS */
.wp-polls div.pollheader {
	border-bottom: 3px solid #f8c701;
}
.wp-polls .Buttons {
	padding: 7px 30px;
	background-color: #f8c701;
	color: white;
	font-size: 1.2em;
	transition: all 0.8s ease-in-out 0s;
}
.wp-polls .Buttons:hover {
	background-color: #222222;
}
.wp-polls .Results {
	padding: 5px 30px;
	margin: 0 0 0 5px;
	background-color: #ccc;
	color: white;
	font-size: 1.2em;
}
.wp-polls .Results:hover {
	background-color: #222222;
}
/* WP POLLS RESULTS PAGE */

.wp-polls .pollbar {
	background-color: #f8c701 !important;
	border: none !important;
	font-size: 1em !important;
	height: 15px !important;
	line-height: 15px !important;
	margin: 2px !important;
}

@media only screen and (min-width:1024px ) {
a#omc-logo {
	background: url(https://static.videocardz.com/2020/img/logo2018.png) no-repeat;
	width: 367px;
	height: 70px;
}
}

@media only screen and (min-width: 768px) {
a#omc-logo {
	background: url(https://static.videocardz.com/2020/img/logo2018.png) no-repeat;
	width: 367px;
	height: 70px;
}
}

/* 400 400 400 */
@media only screen and (max-width: 768px) {
a#omc-logo {
	background: url(https://static.videocardz.com/2020/img/logo2018.png) no-repeat;
	width: 280px;
	height: 53px;
	background-size: 100% 100%;
}
}
/* 300 300 300 */



span.compareddata.plus {
	color: #f8c701;
}
.galleryTextThumbs .rsThumb.rsNavSelected {
	background: #f8c701 !important;
}
.galleryTextThumbs .rsThumb.rsNavSelected:hover {
	background: #222;
}
a.emailicon {
	background: #f8c701 url(https://static.videocardz.com/2019img/email.png) center center no-repeat !important
}
article .omc-tab-container {
	border: 4px solid #f8c701;
}
/*#omc-container { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }*/
div.header {
	background: #f8c701;
}
div.tile, div.imgtile {
	background: #f8c701;
}
/* UBER MENU */


ul.ubermenu-submenu li a {
	font-size: 16px;
}
ul.ubermenu-submenu li a div.ubermenu-content-bloc {
	font-size: 14px;
}
.ss-nav-menu-item-depth-2 {
	font-size: 14px;
	padding: 3px;
}
.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
	border: 4px solid #f8c701;
}
.ubermenu-main .ubermenu-item-normal > .ubermenu-target {
	color: #f8c701
}

/** UberMenu Sticky CSS **/


@media screen and (max-width: 959px) {
.ubermenu.ubermenu-responsive.ubermenu-sticky {
	margin-top: 0px !important;
	left: 0;
	width: 100% !important;
}
}


.adsenseresponsive {
	margin: 10px auto;
}
/* ###################### */
/* ###################### */
/* ###################### */

/*			GPUDB		*/

/* ###################### */
/* ###################### */
/* ###################### */



/* ############################## */
/* ############################## */
/* ############################## */
/* ############################## */
/* ############################## */

table.single-card-table td {
	padding: 5px 3px;
	font-weight: 400;
	font-size: 1em;
}
table.single-card-table td a {
	border-bottom: 1px dotted #EAEAEA;
}
#notifier:not(:empty) {
	background: #CCC;
	color: white;
	padding: 10px;
	margin: 10px 10px;
}
/* main container */
section#unreleased {
	width: 100%;
}
section#unreleased h2 {
	padding: 5px;
	color: white;
	font-size: 1.5em;
	text-align: center;
}
#gallerybox, #specscolumnleft, #specscolumnright, #specsbox, #childbox, #descriptionbox, #tileandgallery {
	display: block;
	border-width: 0px;
	border-style: solid;
	margin-right: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
}
#tileandgallery {
	float: left;
	width: 635px;
}
#specscolumnleft {
	float: left;
	width: 185px;
}
#gallerybox {
	width: 440px;
	height: 410px;
	float: left;
}
#specscolumnright {
	width: 315px;
	margin-bottom: 5px;
	float: right;
}
#specsbox {
	border-color: #00F;
	float: left;
}
div.specrow:hover div.title {
	background: #000;
}
div.specrow:hover div.value {
	background: #CCC;
}
div.groupbox {
	display: block;
	width: 315px;
	margin-right: 5px;
	float: left;
}
div.header, div.title, div.value, div.value-icon {
	text-align: center;
	padding: 1px 0;
	display: block;
	color: white;
	float: left;
	font-size: 1.1em;
	white-space: nowrap;
}
div.header { /*background:#76b900;*/
	font-weight: 600;
	font-size: 1.2em;
	width: 100%;
}
div.title {
	font-weight: bold;
	color: #f3f3f3;
	width: 50%;
}
div.specrow:nth-of-type(even) div.title {
	background: #333 !important;
}
div.specrow:nth-of-type(odd) div.title {
	background: #222 !important;
}
div.specrow:nth-of-type(even):hover div.title {
	background: #111 !important;
}
div.specrow:nth-of-type(odd):hover div.title {
	background: #111 !important;
}
div.value {
	background: #f3f3f3;
	color: #222;
	width: 50%;
}
div.value80 {
	width: 43%;
}
div.value-icon {
	background: #f3f3f3;
	color: #222;
	width: 7%;
}
div.specrow:nth-of-type(even) div.value, div.specrow:nth-of-type(even) div.value-icon {
	background: #f3f3f3 !important;
}
div.specrow:nth-of-type(odd) div.value, div.specrow:nth-of-type(odd) div.value-icon {
	background: #ebebeb !important;
}
div.specrow:nth-of-type(even):hover div.value, div.specrow:nth-of-type(even):hover div.value-icon {
	background: #a4a4a4 !important;
}
div.specrow:nth-of-type(odd):hover div.value, div.specrow:nth-of-type(odd):hover div.value-icon {
	background: #a4a4a4 !important;
}
div.specrow:nth-of-type(even):hover {
	background: rgba(0,0,0,0.2);
}
/* ONLY FOR CATEGORY DISPLAY */
/* ONLY FOR CATEGORY DISPLAY */
/* ONLY FOR CATEGORY DISPLAY */


/*
	SPECS FOR VIDEOCARDZ MAIN SITE

*/

#specs-archive {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
/* FOR LIST OF SUB CARDS */
#specs-archive ul {
	list-style-type: none;
}
#specs-archive ul li.cat-item a {
	margin: 0 5px 5px 0;
	font-size: 1.2em;
	font-weight: 600;
	display: block;
	float: left;
	width: 30%;
	padding: 5px 10px;
	background: #f3f3f3;
}
/* FOR LIST OF SUB CARDS */
#full-width-bar {
	width: 94%;
	background: #f3f3f3;
	padding: 10px 0;
	font-size: 1.2em;
	text-align: center;
}
#specs-archive div.title {
	color: #000000;
}
#specs-title {
	background: #111;
	display: block;
	margin-bottom: 10px;
	color: white;
}
#specs-title .specs-title-logo {
	float: left;
	background: #f8c701;
	width: 70px;
	text-align: center;
	color: #222;
	padding-top: 3px;
	font-size: 50px;
	height: 60px;
}
#specs-title .specs-title-logo img {
	height: 60px;
}
#specs-title .specs-title-h1 {
	display: block;
	float: left;
}
#specs-title .specs-title-h1 h1 {
	font-weight: 600;
	font-size: 1.8em;
	margin: 0;
	padding: 7px 0 0 10px;
}
#specs-title .specs-title-h1 h1 span {
	font-weight: 300;
}
#specs-title .specs-title-h1 .full-specs {
	font-size: 1.2em;
	padding-left: 10px;
	padding-bottom: 10px;
}
h1.supersizeme {
	font-size: 2.8em !important;
}
#specs-title .specs-title-h1 .full-specs a {
	color: #CCC;
}
.specialimagebox {
	display: inline-block;
	position: relative;
}
.specialimagebox:after {
	content: '';
	display: block;
}
.specs-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
div.groupboxvc div.specrow:hover div.title {
	background: #000;
}
div.groupboxvc div.specrow:hover div.value {
	background: #CCC;
}
div.groupboxvc {
	display: block;
	float: left;
}
div.groupboxvc div.header, div.groupboxvc div.title, div.groupboxvc div.value {
	box-sizing: border-box;
	text-align: center;
	padding: 3px;
	display: block;
	float: left;
	font-size: 1.15em;
	overflow: hidden;
	white-space: nowrap;
}
div.groupboxvc div.header { /*background:#76b900;*/
	font-weight: 600;
	font-size: 1.15em;
	color: black;
	width: 100%;
}
div.groupboxvc div.title {
	font-weight: bold;
	color: #f3f3f3;
	width: 50%;
	text-align: right;
	padding-right: 10px;
}
div.groupboxvc div.value {
	text-align: left;
	padding-left: 10px;
}
div.groupboxvc div.specrow:nth-of-type(even) div.title {
	background: #e4e4e4 !important;
}
div.groupboxvc div.specrow:nth-of-type(odd) div.title {
	background: #d9d9d9 !important;
}
div.groupboxvc div.specrow:nth-of-type(even):hover div.title {
	background: #acacac !important;
}
div.groupboxvc div.specrow:nth-of-type(odd):hover div.title {
	background: #b6b6b6 !important;
}
div.groupboxvc div.value {
	background: #f3f3f3;
	color: #222;
	width: 50%;
}
div.groupboxvc div.specrow:nth-of-type(even) div.value {
	background: #f3f3f3 !important;
}
div.groupboxvc div.specrow:nth-of-type(odd) div.value {
	background: #ebebeb !important;
}
div.groupboxvc div.specrow:nth-of-type(even):hover div.value {
	background: #a4a4a4 !important;
}
div.groupboxvc div.specrow:nth-of-type(odd):hover div.value {
	background: #a4a4a4 !important;
}
div.groupboxvc div.specrow:nth-of-type(even):hover {
	background: rgba(0,0,0,0.2);
}
/* TABLE */

#specs-archive table {
	font-weight: 300;
	width: 100%;
	border: none;
	margin: 20px 0;
	border-collapse: collapse;
}
#specs-archive table tr.explain td {
	background: #ccc;
}
#specs-archive table tr:first-child th:first-child {
	background: #f8c701 url('https://static.videocardz.com/img/vctablelogo.png') center no-repeat;
}
#specs-archive table td.heading, specs-archive table th.heading {
	background: #222 !important;
	color: #fff;
	font-size: 1.4em;
	border-bottom: 0px;
	font-weight: 300;
}
#specs-archive table th, #specs-archive table td {
	padding: 2px;
	text-align: center;
	border: none;
}
#specs-archive table th {
	font-weight: 600;
	font-size: 1.1em;
	background: #f8c701;
	color: black;
}
#specs-archive table th a {
	color: white;
}
#specs-archive table td {
	text-align: right;
}
#specs-archive table td a {
	border-bottom: 2px dashed #f8c701;
}
#specs-archive table tr:nth-of-type(odd) { /*background:#f3f3f3; 
*/
	background: rgba(243, 243, 243, 0.95);
}
#specs-archive table tr:nth-of-type(even) {
	background: rgba(255,255,255,0.95)
}
.tbr {
	color: #ccc;
}
/* ONLY FOR CATEGORY DISPLAY */
/* ONLY FOR CATEGORY DISPLAY */
/* ONLY FOR CATEGORY DISPLAY */





ul.features {
	list-style-type: none !important;
	margin: 2px 0 !important;
}
li.feature {
	display: block;
	float: left;
	margin: 2px 4px 2px 0 !important;
	padding: 2px 4px;
	background: #f3f3f3;
}
li.docpdf a {
	display: block;
	margin: 4px 0 !important;
	background: #f3f3f3;
	font-size: 1.2em;
}
li.docpdf a:hover {
	background: #ccc;
}
li.docpdf a span.doctyp {
	margin: 0 3px 0 0;
	padding: 1px 3px;
	background: #666;
	color: white;
}
li.docpdf a span.docsize {
	float: right;
	padding: 2px;
	color: #666;
	font-size: 0.8em;
}
div.b {
	margin: 0 0 3px 0;
	color: #222;
	width: 295px;
	padding: 5px;
	display: block;
	float: left;
}
#childbox {
	margin: 0;
	width: 49.5%;
	float: left;
}
#descriptionbox {
	margin: 0;
	width: 49.5%;
	float: right;
}
#descriptionbox div.descinner {
	overflow: scroll;
	padding: 10px;
	max-height: 500px;
	font-size: 0.9em;
}
#descriptionbox div.descinner > table, #descriptionbox div.descinner > a img, descriptionbox div.descinner > table, #descriptionbox div.descinner > img {
	max-width: 100% !important;
}
.nopadding {
	padding: 0 !important;
}
#descriptionbox div.descinner h1, #descriptionbox div.descinner h2, #descriptionbox div.descinner h3 {
	margin: 0 0 3px 0 !important;
}
#descriptionbox div.descinner ul {
	margin: 5px 5px 5px 30px;
}
#descriptionbox div.descinner ul li, #descriptionbox div.descinner ol li {
	margin-bottom: 3px;
	font-size: 1em !important;
}
span.compareddata {
	font-weight: 700;
}
span.compareddata.minus {
	color: #999;
}
/* PLUS W HEADER*/

/* for testing only */
.specsdumb {
	clear: both;
	background: #f3f3f3;
	font-weight: 700;
	border: 2px solid black;
	padding: 5px;
	margin: 10px;
}
/* TILES */
.tile {
	float: left;
	margin-top: 0px;
	border-bottom: 2px solid rgba(255,255,255,0.2);
	margin-right: 3px;
	padding: 5px;
	text-align: center;
	height: 68px;
	width: 170px;
	position: relative;
	color: white;
	opacity: 1; /*box-shadow: inset 0 0 30px rgba(0,0,0,0.2);*/
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
.extratile {
	display: none;
}
.firsttile {
	margin-top: 0 !important;
}
.logotile {
	color: #999;/*box-shadow: inset 0 0 30px rgba(255,255,255,0.15);*/
}
.dbtile {
	background: #222;
	color: white;
	width: 31.5% !important;
	height: 30px !important;
}
.dbtile .content {
	font-size: 1.7em !important;
	padding-top: 5px !important;
}
.pdftile {
	background: #f3f3f3 url(http://i.imgur.com/vhJFOMY.png) 5px 5px no-repeat;
	color: #222;
}
.halftile {
	width: 75px !important;
}
.halftile .tit {
	margin: 10px 0 !important;
}
.halftile .content {
	padding-top: 15px !important;
}
.dbmanutile {
	width: 125px !important;
}
.tile:hover {
	opacity: 0.80;
	-webkit-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
	-moz-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
	-ms-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
	transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
}
.tile .tit, .tile .content, .tile .unit {
}
.tile .tit {
	position: absolute;
	font-size: 1.2em;
	bottom: 0;
	width: 94%;
	text-align: center;
	margin: 3px auto;
	font-weight: 400;
}
.tile .content {
	font-size: 1.9em;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 0.8em;
	padding-top: 9px;
}
.confdel {
	font-weight: 300;
	margin: 0 2px;
}
.tile .content.series {
	font-size: 1.6em;
}
.tile .content .unit {
	font-size: 0.7em;
	padding-top: 5px;
	font-weight: 300;
}
.tile .content.score {
	font-size: 2.6em;
}
/* GPU SHOT testing */

#gpupicture {
	display: block;
	width: 230px;
	height: 230px;
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
	overflow: hidden;
}
#gpupicture img {
	display: block;
}
/* STAT BAR START */
.stat_bar_setup {
	font-size: 1.2em;
	border-width: 2px 0;
	border-color: #999;
	border-style: solid;
}
div.stat_bar_title {
	float: left;
	width: 50%;
	height: 25px;
	display: block;
	color: white;
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #222;
	height: 25px;
}
div.specrow:nth-of-type(even) div.stat_bar_title {
	background: #333 !important;
}
div.specrow:nth-of-type(odd) div.stat_bar_title {
	background: #222 !important;
}
div.specrow:nth-of-type(even):hover div.stat_bar_title {
	background: #111 !important;
}
div.specrow:nth-of-type(odd):hover div.stat_bar_title {
	background: #111 !important;
}
div.stat_bar_score {
	float: left;
	width: 10%;
	background: #000;
	top: 3px;
	display: block;
	color: #76b900;
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #000;
	height: 25px;
}
div.stat_bar_container {
	float: left;
	position: relative;
	display: block;
	width: 50%;
	background: #f3f3f3;
	height: 26px;
}
div.specrow div.stat_bar_container {
	background: #f3f3f3 !important;
}
div.specrow:hover div.stat_bar_container {
	background: #ebebeb !important;
}
div.stat_bar_inner {
	position: relative;
	overflow: hidden;
	height: 25px;
}
div.stat_bar {
	position: absolute;
	height: 25px;
	background: #999;
	display: block;
}
div.stat_bar.primarybar {
	border-bottom: 1px solid #888;
	background-color: #999;
}
div.stat_bar.secondarybar {
	border-bottom: 1px solid #444;
	background-color: #555;
}
div.stat_bar.overallbar {
	border-bottom: 1px solid #111;
	background-color: #000;
}
/* NEW stacked */
div.pernum_stack_secondary, div.pernum_stack_primary {
	position: absolute;
	font-size: 0.9em;
	right: 5px;
	color: white;
	display: block;
	font-weight: 300;
	top: 3px;
	height: 25px;
	font-weight: 300;
}

@media only screen and (min-width:1320px) {
#breadcrumbs { /*width: 96%;*/
}
#gallerybox, #specscolumnleft, #specscolumnright, #specsbox, #relatedbox, #descriptionbox {
}
#tileandgallery {
	width: 835px;
}
#specscolumnleft {
	width: 200px;
}
#specscolumnright {
	width: 410px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
}
#specscolumnright div.groupbox {
}
div.groupbox {
	margin-right: 10px;
	width: 410px;
}
#specscolumnright div.groupbox {
	margin-right: 0px;
}
div.header, div.title, div.value {
	font-size: 1.2em;
}
div.header {
	font-size: 1.3em;
}
#gallerybox {
	width: 610px;
	height: 545px;
}
#descriptionbox div.descinner {
	overflow: scroll;
	padding: 20px;
	max-height: 600px;
	font-size: 1em;
}
.extratile {
	display: block;
}
.tile {
	height: 79px;
	width: 190px;
}
.tile .tit {
	font-size: 1.3em;
	width: 94%;
	margin: 3px auto;
}
.tile .content {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 0.9em;
	padding-top: 9px;
}
.tile .content.series {
	font-size: 1.7em;
}
.tile .content .unit {
	font-size: 0.8em;
	padding-top: 5px;
	font-weight: 300;
}
.tile .content.score {
	font-size: 2.6em;
}
div.per {
	height: 28px;
	margin: 1px 0 0 0;
}
div.pernum {
	font-size: 1.2em;
	height: 28px;
}
div.pernum span, div.pernum2 span {
	font-weight: 700;
}
div.perbar {
	height: 28px;
}
div.perbar.overall {
}
div.per.last {
	margin-bottom: 3px;
}
div.perbarinner {
	height: 28px;
}
div.perbarinner div.pernum2 {
	font-size: 1.2em;
	height: 28px;
}
}
* .hint, [data-hint] {
	position: relative;
	display: inline-block
}
.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease
}
.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
	visibility: visible;
	opacity: 1
}
.hint:before, [data-hint]:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 1000001
}
.hint:after, [data-hint]:after {
	content: attr(data-hint);
	background: #383838;
	color: #fff; /*text-shadow: 0 -1px 0 black;*/
	padding: 8px 10px;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;/*box-shadow: 4px 4px 8px rgba(0,0,0,.3)*/
}
.hint--top:before {
	border-top-color: #383838
}
.hint--bottom:before {
	border-bottom-color: #383838
}
.hint--left:before {
	border-left-color: #383838
}
.hint--right:before {
	border-right-color: #383838
}
.hint--top:before {
	margin-bottom: -12px
}
.hint--top:after {
	margin-left: -18px
}
.hint--top:before, .hint--top:after {
	bottom: 100%;
	left: 50%
}
.hint--top:hover:before, .hint--top:hover:after {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px)
}
/*
.hint--bottom:before {
	margin-top: -12px
}
.hint--bottom:after {
	margin-left: -18px
}
.hint--bottom:before, .hint--bottom:after {
	top: 100%;
	left: 50%
}*/
.hint--bottom:hover:before, .hint--bottom:hover:after {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px)
}
.hint--right:before {
	margin-left: -12px;
	margin-bottom: -6px
}
.hint--right:after {
	margin-bottom: -14px
}
.hint--right:before, .hint--right:after {
	left: 100%;
	bottom: 50%
}
.hint--right:hover:before, .hint--right:hover:after {
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	transform: translateX(8px)
}
.hint--left:before {
	margin-right: -12px;
	margin-bottom: -6px
}
.hint--left:after {
	margin-bottom: -14px
}
.hint--left:before, .hint--left:after {
	right: 100%;
	bottom: 50%
}
.hint--left:hover:before, .hint--left:hover:after {
	-webkit-transform: translateX(-8px);
	-moz-transform: translateX(-8px);
	transform: translateX(-8px)
}
.hint--error:after {
	background-color: #b34e4d;/*text-shadow: 0 -1px 0 #5a2626*/
}
.hint--error.hint--top:before {
	border-top-color: #b34e4d
}
.hint--error.hint--bottom:before {
	border-bottom-color: #b34e4d
}
.hint--error.hint--left:before {
	border-left-color: #b34e4d
}
.hint--error.hint--right:before {
	border-right-color: #b34e4d
}
.hint--warning:after {
	background-color: #c09854;
	text-shadow: 0 -1px 0 #6d5228
}
.hint--warning.hint--top:before {
	border-top-color: #c09854
}
.hint--warning.hint--bottom:before {
	border-bottom-color: #c09854
}
.hint--warning.hint--left:before {
	border-left-color: #c09854
}
.hint--warning.hint--right:before {
	border-right-color: #c09854
}
.hint--info:after {
	background-color: #3986ac;
	text-shadow: 0 -1px 0 #193c4c
}
.hint--info.hint--top:before {
	border-top-color: #3986ac
}
.hint--info.hint--bottom:before {
	border-bottom-color: #3986ac
}
.hint--info.hint--left:before {
	border-left-color: #3986ac
}
.hint--info.hint--right:before {
	border-right-color: #3986ac
}
.hint--success:after {
	background-color: #458746;
	text-shadow: 0 -1px 0 #1a331a
}
.hint--success.hint--top:before {
	border-top-color: #458746
}
.hint--success.hint--bottom:before {
	border-bottom-color: #458746
}
.hint--success.hint--left:before {
	border-left-color: #458746
}
.hint--success.hint--right:before {
	border-right-color: #458746
}
.hint--always:after, .hint--always:before {
	opacity: 1;
	visibility: visible
}
.hint--always.hint--top:after, .hint--always.hint--top:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px)
}
.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px)
}
.hint--always.hint--left:after, .hint--always.hint--left:before {
	-webkit-transform: translateX(-8px);
	-moz-transform: translateX(-8px);
	transform: translateX(-8px)
}
.hint--always.hint--right:after, .hint--always.hint--right:before {
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	transform: translateX(8px)
}
.hint--rounded:after {
	border-radius: 4px
}
/* ###################### */
/* ###################### */
/* ###################### */
/* ###################### */

/*			VC 2020 THEME 			*/


#newzcontainer {
	border:4px solid #ccc;
	font-size:1.2em; 
	 
	padding:0 15px; 
	margin:0 auto
}
#newzcontainer .containerheader {
	margin:-15px auto 20px auto; font-size:20px; background: white; text-align:center; width:200px;color:#f8c701; 
}
#newzcontainer .containerheaderdown {
	margin:20px auto -15px auto; font-size:20px; background: white; text-align:center; width:200px;color:#f8c701; 
}

#newzcontainer .vc-db-card {
	font-size: 0.9em;
}
#newzcontainer table {
	font-size: 13px;
}


#driverbox {
	width: 100%;
	margin: 0 auto;
}

/* ###################### */
/* ###################### */
/* ###################### */

/*			STYLE 400 			*/

/* ###################### */
/* ###################### */
/* ###################### */


@media only screen and (max-width: 767px) { /* target= mobile 480 wide */
/*==== Main Containers __target= mobile__ =======*/
body {
	min-width: 300px;
}

#omc-sidebar {
	display:none;	
}

a#omc-logo {
	display: block;
	margin: 0 auto;
}
header {
	overflow: hidden
}
#wpadminbar {
	top: auto !important;
	bottom: 0 !important;
	position: fixed !important;
}
#omc-container-inner {
	padding: 10px;
}
#black-navigation, #specs-title .specs-title-logo, p.omc-date-time-one, #seriesclass, #breadcrumbs, #omc-top-menu, div.omc-review-wrapper div.omc-review-thumb, .please-hide {
	display: none !important;
}
#specs-archive table {
	font-size: 1.1em;
}
div.omc-review-wrapper div.omc-review-bars {
	width: 100%;
}
#singletitle.single-card-margin {
	padding: 20px 10px !important;
}
.specialimagebox, div.groupboxvc {
	width: 100%;
}
.specialimagebox:after {
	margin-top: 60%;
}
.omc-under-480 {
	display: block;
}
.omc-over-480 {
	display: block;
}
#omc-container {
	width: 100%;
	margin: auto;
}
#header-container header {
	width: 100%;
	margin: auto;
	padding: 0;
}
#header-container {
	height: 100px;
	padding: 10px 0;
}
p.omc-blog-two-exceprt {
	display: none;
}
article.omc-blog-two {
	height: auto;
	width: 100%;
	margin: 0 0 20px;
}
section#omc-main {
	width: 100%;
	float: left;
}
section#omc-sidebar {
	width: 100%;
	float: left;
}
.omc-half-width-category {
	float: left;
}
.omc-full-width-category {
	width: 440px;
	float: left;
	margin: 0px 20px 30px 0px;
}
#omc-container div:nth-child(4) {
	margin-right: 0px;
}
div#omc-inner-footer {
	margin: auto;
	width: 90%;
	padding: 0px 5%;
}
.omc-widget {
	margin-bottom: 11px;
}
article.omc-half-width-post.following h3 {
	font-size: 1.1em;
}
article.omc-half-width-post.following h3 em {
	font-size: 1.08333em;
}
article.omc-half-width-post.leading h2 {
	font-size: 1.16667em;
}
div.omc-resize-290, div.omc-blog-two-text {
	display: block;
	float: left;
}
div.omc-resize-290 {
	height: 115px;
	width: 100%;
}
div.omc-blog-two-text {
	width: 50%;
}
div.omc-resize-290-40margin {
	width: 200px;
	margin-right: 30px;
}
#videocardz-article h5.omc-related-article {
	margin: 5px 0;
}
.omc-quarter-width-category {
	width: 100%;
}
.omc-related-post a img.omc-image-resize {
	display: none;
}
div#omc-inner-footer {
	margin: auto;
	width: 95%;
	padding: 20px 0px 0px 5%;
}
div.omc-footer-widget-column {
	width: 95%;
	float: left;
	margin-right: 5%;
}
footer#omc-boxed {
	width: 100%;
	margin: auto;
}
.omc-copyright-area {
	width: 100%;
}
/*==== Media & Content __target= mobile__  =======*/
		
h1.omc-half-width-label {
	font-size: 1.16667em;
}
h1.omc-half-width-label a {
	padding: 4px 16px;
}
span.omc-small-video-icon {
	display: none;
}
article.omc-half-width-post.following img {
	display: none;
}
.omc-resize-620 {
	width: 440px;
}
nav#omc-main-navigation {
	padding: 0;
}
nav#omc-main-navigation ul li a {
	display: none
}
article.omc-featured-post {
	height: auto;
}
div.omc-featured-overlay p {
	display: none;
}
ol.flex-control-nav {
	display: none;
}
.flex-direction-nav li a {
	bottom: 106px;
}
.flexslider {
	width: 100%;
	margin-bottom: 20px;
}
#back-top {
	visibility: hidden;
	opacity: 0;
}
.flex-direction-nav li .prev {
	left: -2px;
}
.flex-direction-nav li .next {
	right: 0px;
}
.es-carousel span {
	width: 92%;
	height: 27px;
}
.es-nav span {
	top: 33%
}
.flexslider {
	width: 440px;
	height: 248px;
	margin-bottom: 0px;
}
div.omc-category-block a {
	font-size: 1em;
	padding: 2px 4px;
}
.tabbertabs {
	width: 440px;
}
span.omc-blog-two-stars-under {
}
.flex-container.omc-resize-620 {
	margin-bottom: 30px;
	margin-top: -10px
}
div.omc-featured-overlay h1 {
	font-weight: 700;
	font-size: 1.33333333em
}
.flickr_badge_image {
	width: 76px;
	height: 81px;
	margin-right: 5%;
	margin-bottom: 20px;
}
.flickr_badge_image img {
	width: 76px;
	height: 76px;
}
.omc-copyright-left {
	float: none;
	text-align: center;
}
.omc-copyright-right {
	float: none;
	text-align: center;
}
.omc-copyright-right ul {
	list-style-type: none;
	margin-top: 0px;
	margin: auto;
	text-align: center;
	display: inline-block
}
/*==== Single Post ====*/
	
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
	width: 99% !important;
}
article#videocardz-article h1 {
	font-size: 2.2em;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	width: 100%;
	margin-right: 0px;
}
div.omc-related-posts {
	width: 100%
}
.gallery-to-slideshow ul.flex-direction-nav li a {
	top: 85px;
}
div#omc-review-wrapper.omc-review-placement-t {
	width: 47%;
	margin-right: 20px;
}
div#omc-review-wrapper.omc-review-placement-t div#omc-short-summary {
	width: 100%;
	float: left;
}
div#omc-review-wrapper.omc-review-placement-t div#omc-criteria-final-score {
	text-align: center;
	position: relative;
	height: 80px;
	width: 100%;
	padding: 7px 0px 0px 0px;
	float: left;
	background: #111;
}
div#omc-review-wrapper.omc-review-placement-t div.omc-final-score-stars div#omc-criteria-final-score {
	height: 100px;
}
div#omc-review-wrapper.omc-review-placement-b div#omc-short-summary {
	width: 70%;
}
span.omc-half-width-icon {
	top: 33px;
	left: 78px
}
img.omc-image-blog-one { /*width: 28%*/
;
}
a.omc-social-media-icon.large {
	width: 138px;
}
nav#omc-main-navigation ul li#omc-header-search {
	display: none;
}
nav#omc-main-navigation ul li#omc-header-search-mobi {
	display: block;
}
input.omc-header-mobi-search-input-box {
	left: 233px;
	width: 189px;
	top: 17px;
	position: absolute;
	border: 1px solid #aaa;
	padding: 0px 8px 0px 8px;
	-webkit-appearance: none;
	border-radius: 0px;
	color: #333;
	background-position: right;
}
nav#omc-main-navigation select {
	font-family: Open Sans, sans-serif;
	width: 100%;
	height: 32px;
	margin-bottom: 0px;
	-webkit-appearance: none;
	border-radius: 0px;
	font-size: 15px;
	padding: 0px 0px 0px 8px;
	background-color: #111;
	color: #FFF;
	font-weight: bold;
	border: none;
}
.tabbertabs {
	width: 97%;
}
a.omc-mobile-back-to-top {
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 20px;
	font-size: 1.5em;
	font-weight: 700;
	color: #FFF;
	background: #f9ba00;
	text-align: center;
	margin-bottom: 40px;
	border-radius: 4px;
}
a.omc-mobile-back-to-top:hover {
	background: #333;
}
a.omc-mobile-back-to-top.omc-bottom-b-t-t {
	margin-bottom: 10px;
	margin-top: -20px;
	color: black;
}
.footer-logo {
	margin: 7px 0px 8px 0px;
}
article#videocardz-article > p, article#videocardz-article > blockquote p {
	font-size: 15px;
	line-height: 18px;
}

#omc-author-page-image {
	float: left;
	margin: 4px 14px 3px 0px;
	width: 89px;
}
/*#omc-inner-placeholder {
	height: 247px
}*/
span.omc-blog2-icon {
	top: 40px;
	left: 36px;
}
span.omc-big-video-icon {
	position: absolute;
	top: 30%;
	left: 42%;
}
span.omc-user-review-description em {
	display: none;
}
div.omc-authorbox {
	display: none;
}
div#sharebox {
	display: none;
}
div#social-widget {
	display: none;
}
section#sociable {
	padding: 10px 20px;
}
#social-engage {
	display: none;
}
#adsenseindex {
	width: 100%;
	padding-left: 50px;
}
ins.adsbygoogle {
	width: 320px;
	height: 50px;
	margin: 0 auto;
}
#countdownmaster {
	display: none;
}
#videocardz-article table td, #videocardz-article table th {
	padding: 1px 3px;
	font-size: 11px;
}
#timeclockcontainer {
	display: none;
}

.socialbar
{display:none;}
}

/* ###################### */
/* ###################### */
/* ###################### */

/*			STYLE 768 			*/

/* ###################### */
/* ###################### */
/* ###################### */



@media only screen and (min-width: 768px) { /* target=768px wide */
/*==== Main Containers ___target=768px wide___ =======*/
	
.specialimagebox, div.groupboxvc {
	width: 50%;
}
#specs-title .specs-title-logo, p.omc-date-time-one, #seriesclass, #breadcrumbs, #omc-top-menu, div.omc-review-wrapper div.omc-review-thumb {
	display: block !important;
}
div.omc-review-wrapper div.omc-review-bars {
	width: 50%;
}
.please-hide {
	display: table-cell;
}
#specs-archive table {
	font-size: 1.2em;
}
#header-container {
	height: auto;
}
.please-hide-me {
	display: none;
}
.specialimagebox:after {
	margin-top: 90%;
}
.omc-under-480 {
	display: none;
}
.omc-over-480 {
	display: block;
}
#omc-container {
	width: 100%;
}
#singletitle.single-card-margin {
	padding: 25px 25px 13px 25px !important;
}
#omc-container-inner {
	padding: 20px;
}
#header-container header {
	margin: auto;
	padding: 0;
}
section#omc-main {
	width: 100%;
	float: left;
}
section#omc-sidebar {
	width: 100%;
	float: left;
}
.omc-half-width-category {
	float: left;
}
.omc-full-width-category {;
	float: left;
	margin: 0px 30px 30px 0px;
}
div#omc-inner-footer {
	width: 100%;
	padding: 20px 0 0 0;
	margin: auto
}
footer#omc-boxed {
	width: 100%;
	margin: auto;
}
div.omc-footer-widget-column {
}
div.omc-footer-widget-column.footer-column1 {
	width: 15%
}
div.omc-footer-widget-column.footer-column2 {
	width: 75%
}
div.omc-footer-widget-column.footer-column3 {
	width: 22%
}
div.omc-footer-widget-column.footer-column4 {
	width: 20%
}
.omc-quarter-width-category {
	margin-right: 1%;
	width: 23%;
}
.omc-copyright-area {
	width: 100%;
}
/*==== Media & Content ___target=768px wide___ =======*/
	
article.omc-blog-two {
	width: 30.5%;
	height: 130px;
}
.gpunewsblockcontainer {
	width: 24.4%;
}
div.omc-resize-290 {
	width: 100%;
	height: 130px;
}
p.omc-blog-two-exceprt {
	display: none;
}
div.omc-resize-290-40margin {
	width: 200px;
	margin-right: 30px;
}
.omc-resize-620 {
	width: 430px;
}
header {
	margin-left: -30px;
	margin-top: -20px;
}
h1.omc-half-width-label {
	font-size: 1.16667em;
}
h1.omc-half-width-label a {
	padding: 4px 16px;
}
article.omc-half-width-post.following img {
	display: none;
}
article.omc-modulule-b.following h3 {
	font-size: 0.91667em;
	margin-bottom: 11px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
article.omc-half-width-post.leading h2 {
	font-size: 1.16667em;
}
a.omc-category-blocks {
	font-size: 0.91667em;
	padding: 2px 5px;
	color: #FFF;
	margin: 0px 5px 5px 0px;
}
span.omc-small-video-icon {
	display: none;
}
#back-top {
	visibility: hidden;
	opacity: 0;
}
article.omc-half-width-post.following h3 {
	font-size: 1em;
}
nav#omc-main-navigation ul.sub-menu {
	top: 27px;
}
/*==== Sidebar ___target=768px wide___ =======*/
	
li.tabberactive a {
	font-size: 1em !important;
	padding: 6px 0px;
}
.style1 ul.tabbernav li a {
	font-size: 1em !important;
	padding: 6px 0px;
}
.wpp-post-title {
	display: block;
	font-size: 1em
}
.omc-widget {
	margin-bottom: 9px;
}
a.omc-social-media-icon.large {
	width: 68px;
	margin-right: 0px;
}
a.omc-social-media-icon.large.no-right {
	width: 68px;
	margin-right: 0px;
}
div.omc-tabs-widget {
	width: 225px;
}
.flickr_badge_image {
	width: 54px;
	height: 54px;
	margin-right: 10%;
	margin-bottom: 20px;
}
.flickr_badge_image img {
	width: 54px;
	height: 54px;
}
nav#omc-main-navigation ul li a {
	display: block
}
/*==== Featured Slider  ___target=768px wide___ ====*/
	
		
article.omc-featured-post {
	height: 250px;
}
div.omc-featured-overlay p {
	height: 0px;
	margin: 0px 0px;
	width: 0%;
	display: block
}
ol.flex-control-nav {
	display: none;
}
p.back-top {
	visibility: hidden;
}
.flex-direction-nav li a {
	bottom: 97px;
}
.flexslider {
	width: 430px;
	height: 242px;
	margin-bottom: 0px;
}
div.omc-featured-overlay h1 {
	font-weight: 700;
	font-size: 1.33333333em
}
.flex-direction-nav li .prev {
	left: -2px;
}
.flex-direction-nav li .next {
	right: 0px;
}
.es-carousel span {
	width: 92%;
	height: 27px;
}
.es-nav span {
	top: 33%
}
div.omc-category-block a {
	font-size: 1.16667em;
	padding: 4px 10px;
}
.omc-quarter-width-category {
	height: 179px;
}
span.omc-blog-two-stars-under {
}
a.omc-social-media-icon.large {
	height: 85px;
}
.flex-container.omc-resize-620 {
	margin-bottom: 30px;
}
.omc-copyright-left {
	float: left;
}
.omc-copyright-right {
	float: right;
}
.omc-copyright-right ul {
	list-style-type: none;
	margin-top: -12px;
}
/*==== Single Post ====*/
		
#singletitle h1 {
	font-size: 2.2em;
}
div.omc-related-posts {
	width: 100%
}
.gallery-to-slideshow ul.flex-direction-nav li a {
	top: 85px;
}
div#omc-review-wrapper.omc-review-placement-t {
	width: 50%;
}
div#omc-review-wrapper.omc-review-placement-t div#omc-short-summary {
	width: 100%;
	float: left;
}
div#omc-review-wrapper.omc-review-placement-t div#omc-criteria-final-score {
	text-align: center;
	position: relative;
	height: 90px;
	width: 100%;
	padding: 7px 0px 0px 0px;
	float: left;
	background: #111;
}
div#omc-review-wrapper.omc-review-placement-t div.omc-final-score-stars div#omc-criteria-final-score {
	height: 100px;
}
div#omc-review-wrapper.omc-review-placement-b div#omc-short-summary {
	width: 70%;
}
span.omc-half-width-icon {
	top: 33px;
	left: 78px;
}
img.omc-image-blog-one { /*width: 32%;*/
}
nav#omc-main-navigation ul li#omc-header-search {
	display: none;
}
nav#omc-main-navigation ul li#omc-header-search-mobi {
	display: block;
}
form#mobi-search {
	margin-bottom: -3px;
}
div#omc-header-search-mobi {
	position: absolute;
	top: 0px;
	left: 250px;
	width: 300px;
	height: 1px
}
input.omc-header-mobi-search-input-box {
	right: 0px;
	top: 0px;
	position: absolute;
	border: none;
	height: 28px;
	-webkit-appearance: none;
	background-position: right;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
input.omc-header-mobi-search-input-box:focus {
	left: 275px;
	outline: none;
	box-shadow: 0px 0px 12px #ddd;
	top: -36px;
	width: 163px;
	position: absolute;
	border: 1px solid #abadb3;
	padding: 1px 8px 2px 8px;
	-webkit-appearance: none;
	border-radius: 0px;
	color: #333;
	background-color: #fff;
	background-position: right;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tabbertabs {
	width: 88%;
}
a.omc-mobile-back-to-top {
	display: none;
}
.footer-logo {
	margin: -9px 0px 8px 0px;
}
#omc-author-page-image {
	float: left;
	margin: 4px 14px 3px 0px;
	width: 89px;
}
/*#omc-inner-placeholder {
	height: 244px
}*/
span.omc-blog2-icon {
	top: 48px;
	left: 44px;
}
span.omc-big-video-icon {
	position: absolute;
	top: 32%;
	left: 42%;
}
span.omc-user-review-description em {
	display: none;
}
div.omc-authorbox {
}
section#sociable {
	padding: 10px 20px;
}
#adsenseindex {
	padding-left: 20px;
}
#social-engage {
	display: none;
}
}

/* ###################### */
/* ###################### */
/* ###################### */

/*			STYLE 1024 			*/

/* ###################### */
/* ###################### */
/* ###################### */



@media only screen and (min-width:1024px ) { /* target=Desktop */
/*==== Main Containers __target=Desktop__ =======*/


.social-icon {
	height: 38px;
	width: 60px;
	padding-top: 4px;
	font-size: 2.80em;
}
.social-engage-title {
	display: none;
}
.social-icon-outter {
	margin-right: 4px;
	margin-bottom: 4px;
	width: auto;
	float: left;
}
a#omc-logo {
	margin: 0 0 10px 0;
}
.omc-under-480 {
	display: none;
}
.omc-over-480 {
	display: block;
}
#omc-container {
	width: 1010px;/*padding: 30px 0px 0px 40px;*/
}
#header-container header {
	width: 1010px;
	margin: auto;
	padding: 0;
}
#black-navigation-inner {
	width: 1010px;
	margin: 0 auto;
}
#omc-top-menu-inner {
	width: 1010px;
	margin: 0 auto;
}
section#omc-main {
	width: 640px;
	float: left;
}
section#omc-sidebar {
	width: 290px;
	float: left;
}
.omc-half-width-category {
	width: 290px;
	float: left;
}
.omc-full-width-category {
	width: 620px;
	float: left;
	margin: 0px 40px 40px 0px;
}
div#omc-inner-footer {
	margin: auto;
}
/*div.omc-footer-widget-column { width: 22.63157894736842%; float: left; margin-right: 3.157894736842105%; }*/
div.omc-footer-widget-column.footer-column1 {
	width: 15%
}
div.omc-footer-widget-column.footer-column2 {
	width: 35%
}
div.omc-footer-widget-column.footer-column3 {
	width: 20%
}
div.omc-footer-widget-column.footer-column4 {
	width: 15%
}
article.omc-blog-two {
	height: 175px;
	width: 45%;
}
.gpunewsblockcontainer {
	width: 20%;
	float: left;
}
footer#omc-boxed {
	width: 1010px;
	margin: auto;
}
.omc-quarter-width-category {
	width: 134px;
	margin-right: 28px
}
.omc-copyright-area {
	width: 1010px;
}
/*==== Media & Content  __target=Desktop__ =======*/
p.omc-blog-two-exceprt {
	display: block;
}
div.omc-resize-290 {
	width: 290px;
	height: 170px;
}
div.omc-resize-290-40margin {
	width: 290px;
	margin-right: 40px;
}
.omc-resize-620 {
	width: 620px;
}
article.omc-featured-post {
	height: 350px;
}
h1.omc-half-width-label {
	font-size: 1.5em;
}
article.omc-modulule-b.following h3 {
	font-size: 1.08333em;
	margin-bottom: 14px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
article.omc-half-width-post.leading h2 {
	font-size: 1.33333em;
}
article.omc-half-width-post.following img {
	width: 50px;
	display: block
}
a.omc-category-blocks {
	font-size: 1.16667em;
	padding: 4px 10px;
	margin: 0px 10px 10px 0px;
	font-weight: 700;
}
span.omc-small-video-icon {
	display: block;
}
#back-top {
	visibility: visible;
	opacity: 1;
}
article.omc-half-width-post.leading {
	height: auto;
}
article.omc-half-width-post.following h3 {
	font-size: 1.08333em;
}
.flickr_badge_image {
	width: 80px;
	height: 85px;
	margin-right: 10%;
	margin-bottom: 20px;
}
.flickr_badge_image img {
	width: 80px;
	height: 80px;
}
/*==== Sidebar  __target=Desktop__ =======*/
		
.wpp-post-title {
	font-size: 1.08333em;
	height: auto;
	overflow: hidden;
	display: inline;
	margin-bottom: 0px
}
li.tabberactive a {
	font-size: 1.16667em !important;
	padding: 6px 0px;
}
.style1 ul.tabbernav li a {
	font-size: 1.16667em !important;
	padding: 6px 0px;
}
.omc-widget {
	margin-bottom: 7px;
}
a.omc-social-media-icon.large {
	width: 70px;
}
a.omc-social-media-icon.large.no-right {
	width: 70px;
	margin-right: 0px;
}
div.omc-tabs-widget {
	width: 290px;
}
nav#omc-main-navigation ul.sub-menu {
	top: 32px;
}
/*==== Featured Slider  __target=Desktop__ ====*/
		
div.omc-featured-overlay p {
	height: 34px;
	margin: 0px 20px 10px 20px;
	width: 78%;
	display: block;
}
.flex-direction-nav li a {
	bottom: 157px;
}
.flexslider {
	width: 620px;
	height: 350px;
	margin-bottom: 0px;
}
div.omc-featured-overlay h1 {
	font-weight: 700;
	font-size: 1.5em
}
ol.flex-control-nav {
	display: block;
}
.flex-direction-nav li .prev {
	left: -46px;
}
.flex-direction-nav li .next {
	right: -44px
}
.es-carousel span {
	width: 95%;
	height: auto;
}
.es-nav span {
	top: 25%
}
div.omc-category-block a {
	font-size: 1.16667em;
	padding: 4px 10px;
}
span.omc-blog-two-stars-under {
}
a.omc-social-media-icon.large {
	height: 90px;
}
.flex-container.omc-resize-620 {
	margin-bottom: 47px;
}
.omc-copyright-left {
	float: left;
}
.omc-copyright-right {
	float: right;
}
.omc-copyright-right ul {
	list-style-type: none;
	margin-top: -12px;
}
/*==== Single Post ====*/
	

div.omc-related-posts {
	width: 650px
}
.gallery-to-slideshow ul.flex-direction-nav li a {
	top: 142px;
}
div#omc-review-wrapper.omc-review-placement-t {
	width: 50%;
}
div#omc-review-wrapper.omc-review-placement-t div#omc-short-summary {
	width: 60%;
}
div#omc-review-wrapper.omc-review-placement-t div#omc-criteria-final-score {
	text-align: center;
	padding: 7px 0px 0px 0px;
	width: 118px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #111;
	height: 500px;
}
div#omc-review-wrapper.omc-review-placement-b div#omc-short-summary {
	width: 80%;
}
span.omc-half-width-icon {
	top: 65px;
	left: 125px;
}
img.omc-image-blog-one { /*	width: 28%;*/
}
nav#omc-main-navigation ul li#omc-header-search {
	display: block;
}
div#omc-header-search-mobi {
	display: none;
}
.tabbertabs {
	width: 88%;
}
.footer-logo {
	margin: -9px 0px 8px 0px;
}
#omc-author-page-image {
	float: left;
	margin: 4px 24px 8px 0px;
	width: 119px;
}
/*#omc-inner-placeholder {
	height: 400px
}*/
span.omc-blog2-icon {
	top: 62px;
	left: 61px;
}
span.omc-big-video-icon {
	position: absolute;
	top: 37%;
	left: 47%;
}
header {
	margin-left: -40px;
	margin-top: -20px;
}
nav#omc-main-navigation { /*margin: -30px 0 20px -40px;*/
	padding: 0;
}
/* control the "to the top" arrow */


div.omc-authorbox {
	display: block;
}
section#sociable {
	padding: 10px 20px;
}
#videocardz-article img {
}
#social-engage {
	display: block;
	width: 150px;
}
.outter-steam, .outter-twitter {
	display: none;
}
.responsivecomments {
	width: 468px;
	height: 60px;
}
#driverbox {
	width: 80%;
	margin: 0 auto;
}
.driverlink {
	font-size: 1.1em;
	box-sizing: border-box;
	border: 5px solid #ddd;
	-webkit-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.driverlink:hover {
	border: 5px solid #222;
}
.driverlink:hover .driverlinkos {
	background: #f8c701;
	color: black;
}
.driverlink:hover .driverlinklink {
	background: #fff;
	color: black;
}
.driverlinkos {
	float: left;
	box-sizing: border-box;
	padding: 10px;
	width: 35%;
	height: 40px;
	background: #000;
	color: white;
	text-align: center
}
.driverlinklink {
	float: left;
	box-sizing: border-box;
	padding: 10px;
	width: 65%;
	height: 40px;
	background: #f8c701;
	text-align: center;
}
}

/* ###################### */
/* ###################### */
/* ###################### */

/*			STYLE 1150 			*/

/* ###################### */
/* ###################### */
/* ###################### */







@media only screen and (min-width:1150px ) { /* target=Desktop */
/*==== Main Containers __target=Desktop__ =======*/


.social-icon {
	height: 38px;
	width: 60px;
	padding-top: 4px;
	font-size: 2.80em;
}
.social-engage-title {
	display: none;
}
.social-icon-outter {
	margin-right: 4px;
	margin-bottom: 4px;
	width: auto;
	float: left;
}
a#omc-logo {
	margin: 0 0 10px 0;
}
.omc-under-480 {
	display: none;
}
.omc-over-480 {
	display: block;
}
#omc-container {
	width: 1136px;/*padding: 30px 0px 0px 40px;*/
}
#header-container header {
	width: 1136px;
	margin: auto;
	padding: 0;
}
#black-navigation-inner {
	width: 1136px;
	margin: 0 auto;
}
#omc-top-menu-inner {
	width: 1136px;
	margin: 0 auto;
}
section#omc-main {
	width: 766px;
	float: left;
}
section#omc-sidebar {
	width: 290px;
	float: left;
}
.omc-half-width-category {
	width: 290px;
	float: left;
}
.omc-full-width-category {
	width: 766px;
	float: left;
	margin: 0px 40px 40px 0px;
}
div#omc-inner-footer {
	margin: auto;
}
/*div.omc-footer-widget-column { width: 22.63157894736842%; float: left; margin-right: 3.157894736842105%; }*/
div.omc-footer-widget-column.footer-column1 {
	width: 25%
}
div.omc-footer-widget-column.footer-column2 {
	width: 70%
}
div.omc-footer-widget-column.footer-column3 {
	width: 20%
}
div.omc-footer-widget-column.footer-column4 {
	width: 15%
}
article.omc-blog-two {
	height: 175px;
	width: 45%;
}
.gpunewsblockcontainer {
	width: 20%;
	float: left;
}
footer#omc-boxed {
	width: 1136px;
	margin: auto;
}
.omc-quarter-width-category {
	width: 134px;
	margin-right: 28px
}
.omc-copyright-area {
	width: 1136px;
}
/*==== Media & Content  __target=Desktop__ =======*/
p.omc-blog-two-exceprt {
	display: block;
}
div.omc-resize-290 {
	width: 100%;
	height: 170px;
}
div.omc-resize-290-40margin {
	width: 290px;
	margin-right: 40px;
}
.omc-resize-620 {
	width: 620px;
}
article.omc-featured-post {
	height: 350px;
}
h1.omc-half-width-label {
	font-size: 1.5em;
}
article.omc-modulule-b.following h3 {
	font-size: 1.08333em;
	margin-bottom: 14px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
article.omc-half-width-post.leading h2 {
	font-size: 1.33333em;
}
article.omc-half-width-post.following img {
	width: 50px;
	display: block
}
a.omc-category-blocks {
	font-size: 1.16667em;
	padding: 4px 10px;
	margin: 0px 10px 10px 0px;
	font-weight: 700;
}
span.omc-small-video-icon {
	display: block;
}
#back-top {
	visibility: visible;
	opacity: 1;
}
article.omc-half-width-post.leading {
	height: auto;
}
article.omc-half-width-post.following h3 {
	font-size: 1.08333em;
}
.flickr_badge_image {
	width: 80px;
	height: 85px;
	margin-right: 10%;
	margin-bottom: 20px;
}
.flickr_badge_image img {
	width: 80px;
	height: 80px;
}
/*==== Sidebar  __target=Desktop__ =======*/
		
.wpp-post-title {
	font-size: 1.08333em;
	height: auto;
	overflow: hidden;
	display: inline;
	margin-bottom: 0px
}
li.tabberactive a {
	font-size: 1.16667em !important;
	padding: 6px 0px;
}
.style1 ul.tabbernav li a {
	font-size: 1.16667em !important;
	padding: 6px 0px;
}
.omc-widget {
	margin-bottom: 7px;
}
a.omc-social-media-icon.large {
	width: 70px;
}
a.omc-social-media-icon.large.no-right {
	width: 70px;
	margin-right: 0px;
}
div.omc-tabs-widget {
	width: 290px;
}
nav#omc-main-navigation ul.sub-menu {
	top: 32px;
}
/*==== Featured Slider  __target=Desktop__ ====*/
		
div.omc-featured-overlay p {
	height: 34px;
	margin: 0px 20px 10px 20px;
	width: 78%;
	display: block;
}
.flex-direction-nav li a {
	bottom: 157px;
}
.flexslider {
	width: 620px;
	height: 350px;
	margin-bottom: 0px;
}
div.omc-featured-overlay h1 {
	font-weight: 700;
	font-size: 1.5em
}
ol.flex-control-nav {
	display: block;
}
.flex-direction-nav li .prev {
	left: -46px;
}
.flex-direction-nav li .next {
	right: -44px
}
.es-carousel span {
	width: 95%;
	height: auto;
}
.es-nav span {
	top: 25%
}
div.omc-category-block a {
	font-size: 1.16667em;
	padding: 4px 10px;
}
span.omc-blog-two-stars-under {
}
a.omc-social-media-icon.large {
	height: 90px;
}
.flex-container.omc-resize-620 {
	margin-bottom: 47px;
}
.omc-copyright-left {
	float: left;
}
.omc-copyright-right {
	float: right;
}
.omc-copyright-right ul {
	list-style-type: none;
	margin-top: -12px;
}
/*==== Single Post ====*/
	

div.omc-related-posts {
	width: 650px
}
.gallery-to-slideshow ul.flex-direction-nav li a {
	top: 142px;
}
div#omc-review-wrapper.omc-review-placement-t {
	width: 50%;
}
div#omc-review-wrapper.omc-review-placement-t div#omc-short-summary {
	width: 60%;
}
div#omc-review-wrapper.omc-review-placement-t div#omc-criteria-final-score {
	text-align: center;
	padding: 7px 0px 0px 0px;
	width: 118px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #111;
	height: 500px;
}
div#omc-review-wrapper.omc-review-placement-b div#omc-short-summary {
	width: 80%;
}
span.omc-half-width-icon {
	top: 65px;
	left: 125px;
}
img.omc-image-blog-one { /*	width: 28%;*/
}
nav#omc-main-navigation ul li#omc-header-search {
	display: block;
}
div#omc-header-search-mobi {
	display: none;
}
.tabbertabs {
	width: 88%;
}
.footer-logo {
	margin: -9px 0px 8px 0px;
}
#omc-author-page-image {
	float: left;
	margin: 4px 24px 8px 0px;
	width: 119px;
}
/*#omc-inner-placeholder {
	height: 400px
}*/
span.omc-blog2-icon {
	top: 62px;
	left: 61px;
}
span.omc-big-video-icon {
	position: absolute;
	top: 37%;
	left: 47%;
}
header {
	margin-left: -40px;
	margin-top: -20px;
}
nav#omc-main-navigation { /*margin: -30px 0 20px -40px;*/
	padding: 0;
}
/* control the "to the top" arrow */


div.omc-authorbox {
	display: block;
}
section#sociable {
	padding: 10px 20px;
}
#videocardz-article img {
}
#social-engage {
	display: block;
	width: 150px;
}
.outter-steam, .outter-twitter {
	display: none;
}
.responsivecomments {
	width: 468px;
	height: 60px;
}
#timeclockcontainer {
	display: table;
}
}

/* ###################### */
/* ###################### */
/* ###################### */

/*			STYLE 1280 			*/

/* ###################### */
/* ###################### */
/* ###################### */





@media only screen and (min-width:1320px ) { /* target=Desktop */
/*==== Main Containers __target=Desktop__ =======*/

.social-icon {
	height: 60px;
	width: 70px;
	padding-top: 10px;
	font-size: 4em;
}
.social-engage-title {
	display: block;
}
.social-icon-outter {
	margin-right: 5px;
	width: 70px;
	float: left;
}
#mainnavigation, .please-hide-me {
	display: block;
}
#main-news-container {
	width: 75%;
}
.omc-under-480 {
	display: none;
}
.omc-over-480 {
	display: block;
}
#omc-container {
	width: 1300px;/*padding: 30px 0px 0px 40px;*/
}
#header-container header {
	width: 1300px;
	margin: auto;
	padding: 0;
}
#black-navigation-inner {
	width: 1300px;
	margin: 0 auto;
}
#omc-top-menu-inner {
	width: 1300px;
	margin: 0 auto;
}
section#omc-main {
	width: 930px; /* 840 */
	float: left;
}
section#omc-sidebar {
	width: 310px;
	float: left;
}
.omc-half-width-category {
	width: 290px;
	float: left;
}
.omc-full-width-category {
	width: 620px;
	float: left;
	margin: 0px 40px 40px 0px;
}
div#omc-inner-footer {
	margin: auto;
}
/*
div.omc-footer-widget-column { width: 22.63157894736842%; float: left; margin-right: 3.157894736842105%; }*/

div.omc-footer-widget-column.footer-column1 {
	width: 20%
}
div.omc-footer-widget-column.footer-column2 {
	width: 75%
}
div.omc-footer-widget-column.footer-column3 {
	width: 20%
}
div.omc-footer-widget-column.footer-column4 {
	width: 20%
}
footer#omc-boxed {
	width: 1300px;
	margin: auto;
}
.omc-quarter-width-category {
	width: 134px;
	margin-right: 20px
}
.omc-copyright-area {
	width: 1300px;
}
/*==== Media & Content  __target=Desktop__ =======*/
		

article.omc-blog-two {
	height: 200px;
	width: 290px;
}
div.omc-resize-290 {
	width: 290px;
	height: 200px;
}
div.omc-resize-290-40margin {
	width: 290px;
	margin-right: 40px;
}
.omc-resize-620 {
	width: 620px;
}
article.omc-featured-post {
	height: 350px;
}
h1.omc-half-width-label {
	font-size: 1.5em;
}
article.omc-modulule-b.following h3 {
	font-size: 1.08333em;
	margin-bottom: 14px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
article.omc-half-width-post.leading h2 {
	font-size: 1.33333em;
}
article.omc-half-width-post.following img {
	width: 50px;
	display: block
}
a.omc-category-blocks {
	font-size: 1.16667em;
	padding: 4px 10px;
	margin: 0px 10px 10px 0px;
	font-weight: 700;
}
span.omc-small-video-icon {
	display: block;
}
#back-top {
	visibility: visible;
	opacity: 1;
}
article.omc-half-width-post.leading {
	height: auto;
}
article.omc-half-width-post.following h3 {
	font-size: 1.08333em;
}
.flickr_badge_image {
	width: 80px;
	height: 85px;
	margin-right: 10%;
	margin-bottom: 20px;
}
.flickr_badge_image img {
	width: 80px;
	height: 80px;
}
/*==== Sidebar  __target=Desktop__ =======*/
		
.wpp-post-title {
	font-size: 1.08333em;
	height: auto;
	overflow: hidden;
	display: inline;
	margin-bottom: 0px
}
li.tabberactive a {
	font-size: 1.16667em !important;
	padding: 6px 0px;
}
.style1 ul.tabbernav li a {
	font-size: 1.16667em !important;
	padding: 6px 0px;
}
.omc-widget {
	margin-bottom: 7px;
}
a.omc-social-media-icon.large {
	width: 70px;
}
a.omc-social-media-icon.large.no-right {
	width: 70px;
	margin-right: 0px;
}
div.omc-tabs-widget {
	width: 290px;
}
nav#omc-main-navigation ul.sub-menu {
	top: 32px;
}
/*==== Featured Slider  __target=Desktop__ ====*/
		
div.omc-featured-overlay p {
	height: 34px;
	margin: 0px 20px 10px 20px;
	width: 78%;
	display: block;
}
.flex-direction-nav li a {
	bottom: 157px;
}
.flexslider {
	width: 620px;
	height: 350px;
	margin-bottom: 0px;
}
div.omc-featured-overlay h1 {
	font-weight: 700;
	font-size: 1.5em
}
ol.flex-control-nav {
	display: block;
}
.flex-direction-nav li .prev {
	left: -46px;
}
.flex-direction-nav li .next {
	right: -44px
}
.es-carousel span {
	width: 95%;
	height: auto;
}
.es-nav span {
	top: 25%
}
div.omc-category-block a {
	font-size: 1.16667em;
	padding: 4px 10px;
}
nav#omc-main-navigation { /*margin-bottom: 22px;
	margin-top: 23px;*/
}
span.omc-blog-two-stars-under {
}
a.omc-social-media-icon.large {
	height: 90px;
}
.flex-container.omc-resize-620 {
	margin-bottom: 47px;
}
.omc-copyright-left {
	float: left;
}
.omc-copyright-right {
	float: right;
}
.omc-copyright-right ul {
	list-style-type: none;
	margin-top: -12px;
}
/*==== Single Post ====*/
	

div.omc-related-posts {
	width: 100%
}
.gallery-to-slideshow ul.flex-direction-nav li a {
	top: 142px;
}
div#omc-review-wrapper.omc-review-placement-t {
	width: 50%;
}
div#omc-review-wrapper.omc-review-placement-t div#omc-short-summary {
	width: 60%;
}
div#omc-review-wrapper.omc-review-placement-t div#omc-criteria-final-score {
	text-align: center;
	padding: 7px 0px 0px 0px;
	width: 118px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #111;
	height: 500px;
}
div#omc-review-wrapper.omc-review-placement-b div#omc-short-summary {
	width: 80%;
}
span.omc-half-width-icon {
	top: 65px;
	left: 125px;
}
img.omc-image-blog-one { /*width: 28%;*/
}
nav#omc-main-navigation ul li#omc-header-search {
	display: block;
}
div#omc-header-search-mobi {
	display: none;
}
.tabbertabs {
	width: 88%;
}
.footer-logo {
	margin: -9px 0px 8px 0px;
}
#omc-author-page-image {
	float: left;
	margin: 4px 24px 8px 0px;
	width: 119px;
}
/*#omc-inner-placeholder {
	height: 400px
}*/
span.omc-blog2-icon {
	top: 62px;
	left: 61px;
}
span.omc-big-video-icon {
	position: absolute;
	top: 37%;
	left: 47%;
}
header {
	margin-left: -40px;
	margin-top: -20px;
}
nav#omc-main-navigation { /*margin: -30px 0 20px -40px;*/
	padding: 0;
}
span.omc-user-review-description em {
	display: inline;
}
div.omc-authorbox {
	display: block;
}
section#sociable {
}
#adsenseindex {
	padding-left: 80px;
}
#social-engage {
	width: 300px;
}
.outter-steam, .outter-twitter {
	display: block;
}
}

/* ###################### */
/* ###################### */
/* ###################### */

/*			STYLE 1500 			*/

/* ###################### */
/* ###################### */
/* ###################### */





@media only screen and (min-width:1500px ) { /* target=Desktop */
/*==== Main Containers __target=Desktop__ =======*/


.social-icon {
	height: 60px;
	width: 70px;
	padding-top: 10px;
	font-size: 4em;
}
.social-engage-title {
	display: block;
}
.social-icon-outter {
	margin-right: 5px;
	width: 70px;
	float: left;
}
#mainnavigation, .please-hide-me {
	display: block;
}
#main-news-container {
	width: 75%;
}
.omc-under-480 {
	display: none;
}
.omc-over-480 {
	display: block;
}
#omc-container {
	width: 1500px;/*padding: 30px 0px 0px 40px;*/
}
#header-container header {
	width: 1500px;
	margin: auto;
	padding: 0;
}
#black-navigation-inner {
	width: 1500px;
	margin: 0 auto;
}
#omc-top-menu-inner {
	width: 1500px;
	margin: 0 auto;
}
.superindex section#omc-main {
	width: 1120px; /* 840 */
	padding: 0;
	float: left;
}
.superindex section#omc-sidebar {
	width: 310px;
	float: left;
}

section#omc-main {
	width: 1050px; /* 840 */
	padding: 0 50px;
	float: left;
}
section#omc-sidebar {
	width: 350px;	
	float: left;
}

div#omc-inner-footer {
	margin: auto;
}
/*
div.omc-footer-widget-column { width: 22.63157894736842%; float: left; margin-right: 3.157894736842105%; }*/

div.omc-footer-widget-column.footer-column1 {
	width: 25%;
	padding:0 25px;
}
div.omc-footer-widget-column.footer-column2 {
	width: 70%
}

div.omc-footer-widget-column.footer-column2 div.omc-footer-widget 
{
	width:80%;
	margin: 0 auto;	
}

div.omc-footer-widget-column.footer-column3 {
	width: 20%
}
div.omc-footer-widget-column.footer-column4 {
	width: 20%
}
footer#omc-boxed {
	width: 1500px;
	margin: auto;
}
.omc-quarter-width-category {
	width: 134px;
	margin-right: 20px
}
.omc-copyright-area {
	width: 1300px;
}
/*==== Media & Content  __target=Desktop__ =======*/
		

article.omc-blog-two {
	width: 350px;
	height: 200px;
}
div.omc-resize-290 {
	width: 350px;
	height: 200px;
}
div.omc-resize-290-40margin {
	width: 290px;
	margin-right: 40px;
}
.omc-resize-620 {
	width: 620px;
}
article.omc-featured-post {
	height: 350px;
}
h1.omc-half-width-label {
	font-size: 1.5em;
}
article.omc-modulule-b.following h3 {
	font-size: 1.08333em;
	margin-bottom: 14px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
article.omc-half-width-post.leading h2 {
	font-size: 1.33333em;
}
article.omc-half-width-post.following img {
	width: 50px;
	display: block
}
a.omc-category-blocks {
	font-size: 1.16667em;
	padding: 4px 10px;
	margin: 0px 10px 10px 0px;
	font-weight: 700;
}
span.omc-small-video-icon {
	display: block;
}
#back-top {
	visibility: visible;
	opacity: 1;
}
article.omc-half-width-post.leading {
	height: auto;
}
article.omc-half-width-post.following h3 {
	font-size: 1.08333em;
}
.flickr_badge_image {
	width: 80px;
	height: 85px;
	margin-right: 10%;
	margin-bottom: 20px;
}
.flickr_badge_image img {
	width: 80px;
	height: 80px;
}
/*==== Sidebar  __target=Desktop__ =======*/
		
.wpp-post-title {
	font-size: 1.08333em;
	height: auto;
	overflow: hidden;
	display: inline;
	margin-bottom: 0px
}
li.tabberactive a {
	font-size: 1.16667em !important;
	padding: 6px 0px;
}
.style1 ul.tabbernav li a {
	font-size: 1.16667em !important;
	padding: 6px 0px;
}
.omc-widget {
	margin-bottom: 7px;
}
a.omc-social-media-icon.large {
	width: 70px;
}
a.omc-social-media-icon.large.no-right {
	width: 70px;
	margin-right: 0px;
}
div.omc-tabs-widget {
	width: 290px;
}
nav#omc-main-navigation ul.sub-menu {
	top: 32px;
}
/*==== Featured Slider  __target=Desktop__ ====*/
		
div.omc-featured-overlay p {
	height: 34px;
	margin: 0px 20px 10px 20px;
	width: 78%;
	display: block;
}
.flex-direction-nav li a {
	bottom: 157px;
}
.flexslider {
	width: 620px;
	height: 350px;
	margin-bottom: 0px;
}
div.omc-featured-overlay h1 {
	font-weight: 700;
	font-size: 1.5em
}
ol.flex-control-nav {
	display: block;
}
.flex-direction-nav li .prev {
	left: -46px;
}
.flex-direction-nav li .next {
	right: -44px
}
.es-carousel span {
	width: 95%;
	height: auto;
}
.es-nav span {
	top: 25%
}
div.omc-category-block a {
	font-size: 1.16667em;
	padding: 4px 10px;
}
nav#omc-main-navigation { /*margin-bottom: 22px;
	margin-top: 23px;*/
}
span.omc-blog-two-stars-under {
}
a.omc-social-media-icon.large {
	height: 90px;
}
.flex-container.omc-resize-620 {
	margin-bottom: 47px;
}
.omc-copyright-left {
	float: left;
}
.omc-copyright-right {
	float: right;
}
.omc-copyright-right ul {
	list-style-type: none;
	margin-top: -12px;
}
/*==== Single Post ====*/
	

div.omc-related-posts {
	width: 100%
}
.gallery-to-slideshow ul.flex-direction-nav li a {
	top: 142px;
}
div#omc-review-wrapper.omc-review-placement-t {
	width: 50%;
}
div#omc-review-wrapper.omc-review-placement-t div#omc-short-summary {
	width: 60%;
}
div#omc-review-wrapper.omc-review-placement-t div#omc-criteria-final-score {
	text-align: center;
	padding: 7px 0px 0px 0px;
	width: 118px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #111;
	height: 500px;
}
div#omc-review-wrapper.omc-review-placement-b div#omc-short-summary {
	width: 80%;
}
span.omc-half-width-icon {
	top: 65px;
	left: 125px;
}
img.omc-image-blog-one { /*width: 28%;*/
}
nav#omc-main-navigation ul li#omc-header-search {
	display: block;
}
div#omc-header-search-mobi {
	display: none;
}
.tabbertabs {
	width: 88%;
}
.footer-logo {
	margin: -9px 0px 8px 0px;
}
#omc-author-page-image {
	float: left;
	margin: 4px 24px 8px 0px;
	width: 119px;
}
/*#omc-inner-placeholder {
	height: 400px
}*/
span.omc-blog2-icon {
	top: 62px;
	left: 61px;
}
span.omc-big-video-icon {
	position: absolute;
	top: 37%;
	left: 47%;
}
header {
	margin-left: -40px;
	margin-top: -20px;
}
nav#omc-main-navigation { /*margin: -30px 0 20px -40px;*/
	padding: 0;
}
span.omc-user-review-description em {
	display: inline;
}
div.omc-authorbox {
	display: block;
}
section#sociable {
}
#adsenseindex {
	padding-left: 160px;
}
#social-engage {
	width: 300px;
}
.outter-steam, .outter-twitter {
	display: block;
}
/* FIX SIZES FOR ULTRA WIDE */
article.omc-blog-two h2 {
	font-size:1.6em;	
}

#singletitle h1 {
	font-size:2.8em;	
}

}



/* UBERMENU */

ul.ubermenu-submenu li a {
font-size:16px;
}
ul.ubermenu-submenu li a div.ubermenu-content-bloc {
font-size:14px;

}

.ss-nav-menu-item-depth-2 {
    font-size: 14px;
    padding: 3px;
}


.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop{
     border-right: 4px solid #f8c701  !important;
	border-left: 4px solid #f8c701  !important;
    border-bottom: 4px solid #f8c701  !important;
}

.ubermenu-main .ubermenu-item-normal > .ubermenu-target {
color:#f8c701
}


/** UberMenu Sticky CSS **/


@media screen and (max-width: 959px) {
.ubermenu.ubermenu-responsive.ubermenu-sticky { margin-top: 0px !important; left: 0; width: 100% !important; }

}



