/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'Venus Rising';
  font-style: normal;
  font-weight: 400;
  src: local('Venus Rising'), url(/font/venus_rising_3.0-webfont.woff) format('woff');
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'Venus Rising';
	font-weight: 400;
    src: url('/font/venus_rising_3.0-webfont.svg#venus_risingregular') format('svg');
    }
}

@font-face {
  font-family: 'Helvetica Thin';
  font-style: normal;
  font-weight: 400;
  src: local('Helvetica Thin'), url(/font/helveticaneuecyr-thin-webfont.woff) format('woff');
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'Helvetica Thin';
	font-weight: 400;
    src: url('/font/helveticaneuecyr-thin-webfont.svg#helveticaneuecyrthin') format('svg');
    }
}

@font-face {
  font-family: 'Helvetica Thin';
  font-style: normal;
  font-weight: 700;
  src: local('Helvetica Thin'), url(/font/helveticaneuecyr-medium-webfont.woff) format('woff');
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'Helvetica Thin';
	font-weight: 700;
    src: url('/font/helveticaneuecyr-medium-webfont.svg#helveticaneuecyrmedium') format('svg');
    }
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	height: 100%;
	min-width: 980px;
	min-height: 630px;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: url(/img/bc.jpg) center center no-repeat fixed;
	background-size: cover;
}
html,
button,
input,
select,
textarea {
	font-family: 'Venus Rising', Helvetica, sans-serif;
}

body {
	height: 100%;
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Venus Rising', Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}
.youtube {
	width: 380px;
	height: 214px;
}
input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.home #main {
	min-height: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
}
#primary {
	padding-top: 62px;
}
.home #primary {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -265px;
	padding-top: 0;
}

.site {
	min-height: 100%;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

/*#background {
	position: fixed;
	top:0;
	width: 100%;
	height: 100%;
	background: url(/img/bc.jpg) center center no-repeat fixed;
	background-size: cover;
}*/
/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px 'Venus Rising', Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 28px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	background: #083857;
	background: -webkit-gradient(linear, top left, bottom left, from(#083756), to(#074e71));
	background: -webkit-linear-gradient(#083756, #074e71);
	background: linear-gradient(#083756,#074e71);
	border-radius: 21px;
}

.nav-menu li a {
	color: #FFF;
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 8px 10px 7px;
	text-decoration: none;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	.nav-menu li a {
		padding: 9px 10px 5px;
	}
	.nav-menu li {
		margin-top: 1px;
	}
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
	color: #FFF;
}
.nav-menu li:hover a {
	background: #0093cc;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.7);
	color: #FFF;
	border-radius: 25px;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #FFF;
	border-radius: 25px;
	background: #49920f;
	box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7),
	inset 1px 2px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7),
	inset 1px 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7),
	inset 1px 2px 6px rgba(0, 0, 0, 0.3);
}

.menu-toggle {
	display: none;
}
/* Max Steel */

#page #masthead {
	width: 100%;
	height: 62px;
	text-align: center;
	background: url(/img/header-bc.png) 0 0 repeat-x;
	z-index: 999;
	position: fixed;
}
#page #masthead #header-top {
	width: 902px;
	height: 32px;
	margin: 0 auto;
	background: url(/img/header-bc2.png) 0 0 no-repeat;
	position: relative;
}
#page #masthead #header-top div {
	float: right;
	margin-right: 50px;
}
#page #masthead #header-top div span {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-size: 8px;
	line-height: 10px;
	display: block;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}
#masthead #header-top div .buy-button {
	background: none;
	padding: 0;
	width: auto;s
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	#page #masthead #header-top div span {
		line-height: 12px;
	}
}
#page #masthead #header-top div span:hover {
	color: #33d7d4;
}

#page #logo {
	width: 171px;
	height: 105px;
	background: url(/img/logo.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	z-index: 99;
}

/* Max Steel MENU */
#navbar #menu-item-31 a {
	padding-left: 51px;
	padding-right: 17px;
	background-image: url(/img/menu1.png);
	background-position: 17% center;
	background-repeat: no-repeat;
}
#navbar #menu-item-30 a {
	padding-left: 37px;
	padding-right: 15px;
	background-image: url(/img/menu2.png);
	background-position: 17% center;
	background-repeat: no-repeat;
}
#navbar #menu-item-29 a {
	padding-left: 49px;
	padding-right: 17px;
	background-image: url(/img/menu3.png);
	background-position: 11% center;
	background-repeat: no-repeat;
}
#navbar #menu-item-29 {
	margin-right: 75px;
	z-index: 100;
}
#navbar #menu-item-28 {
	margin-left: 75px;
	z-index: 100;
}
#navbar #menu-item-28 a {
	padding-left: 25px;
	padding-right: 10px;
	background-image: url(/img/menu4.png);
	background-position: 6% center;
	background-repeat: no-repeat;
}
#navbar #menu-item-27 a {
	padding-left: 30px;
	padding-right: 12px;
	background-image: url(/img/menu5.png);
	background-position: 11% center;
	background-repeat: no-repeat;
}
#navbar #menu-item-56 a {
	padding-left: 25px;
	padding-right: 12px;
	background-image: url(/img/menu6.png);
	background-position: 9% center;
	background-repeat: no-repeat;
}
#bc-left {
	position: absolute;
	left: 0;
	width: 364px;
	height: 100%;
	background: url(/img/bc-left.png) 0 0 repeat-y;
	margin-top: 11px;
}
#bc-right {
	position: absolute;
	right: 0;
	width: 266px;
	height: 100%;
	background: url(/img/bc-right.png) 0 0 repeat-y;
	margin-top: 11px;
}
#bc-left-right {
	padding-top: 28px;
	width: 100%;
	min-width: 980px;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
}

/* Max Steel VIDEO */
.page .bc-image {
	width: 653px;
	height: 431px;
	margin: 0 auto;
	position: absolute;
	top: 60px;
	background: url(/img/slide1bc.png) 50% 50% no-repeat;
}
#video-content {
	width: 761px;
	position: relative;
	margin: 0 auto;
	min-height: 569px;
	background: url(/img/video-content-bc.png) 0 0 no-repeat;
	border-radius: 0 20px 0 0;
}
#video-content #left-vid {
	width: 57px;
	height: 435px;
	position: absolute;
	left: -40px;
	background: url(/img/left-vid.png) 0 0 no-repeat;
}
#video-content #right-vid {
	width: 63px;
	height: 435px;
	position: absolute;
	right: -34px;
	background: url(/img/right-vid.png) 0 0 no-repeat;
}
.page-id-10 .entry-header, .page-id-10 .entry-content, .page-id-10 .entry-summary, .page-id-10 .entry-meta {
	max-width: 832px;
}
.page-id-18 .entry-header, .page-id-18 .entry-content, .page-id-18 .entry-summary, .page-id-18 .entry-meta {
	max-width: 790px;
}
.page-id-65 .entry-header, .page-id-65 .entry-content, .page-id-65 .entry-summary, .page-id-65 .entry-meta,
.page-id-67 .entry-header, .page-id-67 .entry-content, .page-id-67 .entry-summary, .page-id-67 .entry-meta {
	max-width: 750px;
}
.page-id-71 .entry-header, .page-id-71 .entry-content, .page-id-71 .entry-summary, .page-id-71 .entry-meta,
.page-id-69 .entry-header, .page-id-69 .entry-content, .page-id-69 .entry-summary, .page-id-69 .entry-meta {
	max-width: 708px;
	position: relative;
	left: -17px;
	margin-bottom: 0;
}
.page-id-65 #masthead,
.page-id-67 #masthead {
	position: relative !important;
	margin-bottom: -62px;
}
.page-id-65 #bc-left-right,
.page-id-67 #bc-left-right {
	top: -62px !important;
}
.page-id-65 #content,
.page-id-67 #content {
	padding-bottom: 50px;
}
.page-id-22 .entry-header, .page-id-22 .entry-content, .page-id-22 .entry-summary, .page-id-22 .entry-meta {
	max-width: 607px;
}
.page-id-12 .entry-header, .page-id-12 .entry-content, .page-id-12 .entry-summary, .page-id-12 .entry-meta,
.page-id-54 .entry-header, .page-id-54 .entry-content, .page-id-54 .entry-summary, .page-id-54 .entry-meta {
	max-width: 761px;
}
#video-content #inner-video {
	width: 100%;
	overflow: hidden;
}
#inner-video h1 {
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	margin: 11px 34px;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	#inner-video h1 {
		margin: 12px 34px;
	}
}

#video-content .left-column {
	float: left;
	position: absolute;
	overflow: hidden;
}
#video-content .right-column {
	float: right;
	width: 578px;
	margin: 25px 40px 0 0;
}

#video-content .video-btn {
	width: 126px;
	height: 24px;
	display: block;
	background: url(/img/video-btn.png) 0 0 no-repeat;
	margin: 10px 0 0 -6px;
	color: #FFF;
	font-size: 9px;
	cursor: pointer;
	padding: 5px 10px 0 8px;
	text-align: center;
}
#video-content .video-btn.first {
	display: none;
}
#video-content .video-btn:hover {
	background-position: 0 -24px;
	text-decoration: none;
}
#video-content .video-list {
	/*display: none;*/
	width: 125px;
	height: 201px;
	background: url(/img/video-list.png) 0 0 no-repeat;
	margin-top: 10px;
	overflow: hidden;
}
#video-content .video-list.first {
	display: block;
}
#video-content .video-list h5 {
	color: #FFF;
	font-size: 10px;
	padding: 10px 0 0;
	text-align: center;
	text-shadow: 0 0 5px rgba(167, 223, 255, 1);
	margin: 0 0 0 -5px;
}
#video-content #inner-video .video-list .post img {
	width: auto !important;
	height: 51px !important;
	min-width: 69px;
}
#video-content #inner-video .video-list .post h1 {
	margin: 5px 0 10px -8px;
	display: block;
	text-align: center;
	font-size: 10px;
	width: 90px;
}
#video-content .video-list .post .entry {
	width: 71px;
}
#video-content .video-list .post a:hover h1,
#video-content .video-list .post a:hover,
#video-content .video-list .post .entry:hover h1 {
	color: #33d7d4;
	text-decoration: none;
}
#video-content .video-list-scroll {
	margin-left: 0px;
	width: 116px;
	height: 171px;
	overflow: hidden;
	margin-top: 5px;
	position: absolute;
}
#video-content #inner-video .video-list .post {
	padding: 0;
}
#video-content #inner-video .video-list .post .video-thumb {
	width: 71px;
	height: 53px;
	overflow: hidden;
	padding-top: 1px;
}
#video-content #inner-video .video-list .post .video-thumb > a {
	width: 120px;
	margin-left: -60px;
	left: 50%;
	text-align: center;
	display: block;
	position: relative;
}

#video-content #inner-video .video-list .post .video-thumb .video-list-mask {
	width: 71px;
	height: 53px;
	position: absolute;
	margin: -52px 0 0 24px;
	background: url(/img/video-list-mask.png) 0 0 no-repeat;
	z-index: 2;
}


#video-content #video-play {
	width: 100%;
	height: 256px;
	background: url(/img/video-play-bc.png) 0 0 no-repeat;
}
#video-preview {
	margin-top: -20px;
	margin-left: -4px;
}
#video-preview > div {
	width: 586px;
}
#video-preview #video-preview-top {
	height: 25px;
	background: url(/img/video-preview-top.png) 0 0 no-repeat;
}
#video-preview #video-preview-content {
	min-height: 200px;
	background: url(/img/video-preview-content.png) 0 0 repeat-y;
}
#video-preview #video-preview-bottom {
	height: 30px;
	background: url(/img/video-preview-bottom.png) 0 0 no-repeat;
}

.page .entry-content {
	padding-bottom: 120px;
}

#video-content #video-play .youtube {
	float: left;
}

#video-content #video-play .entry {
	float: left;
	margin-left: 15px;
	width: 150px;
	margin-top: -10px;
}
#video-content #video-play #video-play-in {
	margin: -19px 0 0 20px;
}
#video-content #video-play .entry h1 {
	width: 164px;
	margin: 20px 0 15px -7px;
	text-align: center;
	display: block;
	font-size: 14px;
	text-shadow: 0 0 5px rgba(0, 228, 255, 1);
}
#video-content #video-play .entry .video-info,
#video-content #video-play .entry .video-info p {
	color: #FFF;
	font-size: 14px;
	font-family: 'Helvetica Thin', sans-serif;
	line-height: 1.2;
}

#video-preview #video-banner {
	display: none;
	width: 305px;
	height: 104px;
	float: right;
	position: absolute;
	margin-top: -18px;
	right: 33px;
	background: url(/img/video-banner.png) 0 0 no-repeat;
}
#video-preview a:hover #video-banner {
	background-position: 0 -104px;
}
#video-preview-content #video-preview-content-inner {
	overflow: hidden;
	width: 100%;
	padding-left: 26px;
}
#video-preview-content-inner .post {
	float: left;
	padding: 20px 0;
	width: 275px;
	margin-right: 3px;
	min-height: 135px;
}
#video-preview-content-inner .post .video-info,
#video-preview-content-inner .post .video-info p {
	margin: 0;
	color: #FFF;
	font-size: 13px;
	font-family: 'Helvetica Thin', sans-serif;
	line-height: 1.2;
}
/*#video-preview-content-inner > div:first-child {
	float: none;
}
#video-preview-content-inner > div:first-child .video-descr {
	width: 145px !important;
}*/
.page-id-54 #video-preview-content-inner > div:first-child {
	float: left;
}
#video-content #inner-video #video-preview-content-inner .post a:hover h1,
#video-content #inner-video #video-preview-content-inner .post a:hover {
	color: #33d7d4;
	text-decoration: none;
}
#video-content #inner-video #video-preview-content-inner .post h1 {
	margin: 0 0 3px;
	display: block;
	text-align: center;
}
/*#video-content #inner-video #video-preview-content-inner .post .entry {
	overflow: hidden;
}*/
#video-content #inner-video #video-preview-content-inner .post .video-thumb {
	float: left;
}
#video-content #inner-video #video-preview-content-inner .post .video-thumb img {
	border: 2px solid rgba(255,255,255,0.75);
}
#video-content #inner-video #video-preview-content-inner .post .video-thumb .play-icon {
	width: 44px;
	height: 45px;
	position: absolute;
	z-index: 10;
	margin-top: -53px;
	margin-left: 30px;
	background: url(/img/play-icon.png) 0 0 no-repeat;
}
#video-content #inner-video #video-preview-content-inner .post .video-thumb a:hover .play-icon {
	background-position: 0 -45px;
}
#video-content #inner-video #video-preview-content-inner .post .video-descr {
	float: left;
	width: 155px;
	margin-left: 10px;
	/*height: 60px;*/
}
#video-preview #video-preview-content .video-preview-title {
	font-size: 14px;
	text-shadow: 0 0 5px rgba(0, 228, 255, 1);
	margin-top: 25px;
	margin-bottom: 10px;
}
#video-preview-content-inner .watch-action,
#video-preview-content-inner .wti-clear {
	display: none !important
}
#video-play .share {
	color: #FFF;
	font-family: 'Venus Rising', Bitter, Georgia, serif;
	font-size: 8px;
	background: url(/img/share.png) 0 0 no-repeat;
	width: 106px;
	height: 13px;
	display: block;
	float: right;
	text-align: center;
	position: absolute;
	line-height: 13px;
	cursor: pointer;
	margin: 22px 0 0 44px;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	#video-play .share,
	.lbg-style1 .lc {
		line-height: 14px;
	}
}
#video-play .share:hover {
	background-position: 0 -13px;
}
	
	
/* --------- Max Steel SINGLE VIDEO --------- */
.single #content {
	padding-top: 70px;
	padding-bottom: 200px;
}
.single #video-preview #video-preview-content {
	padding: 30px 45px;
}
.single #video-preview-content .video-thumb img {
	max-width: 240px;
	border: 2px solid rgba(255,255,255,0.75);
	margin-bottom: 10px;
}


/* --------- Max Steel NEWS --------- */
.category {
	min-height: 750px;
	position: relative;
}
.category #video-content {
	position: absolute;
	top: 50%;
	margin-top: -260px;
	width: 705px;
	height: 464px;
	background: url(/img/news-content-bc.png) 0 0 no-repeat;
}
.category #content {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 705px;
	margin: 0 auto;
}
.category .site-main,
.page-id-10 .site-main {
	position: static;
}
.category #video-content #inner-video {
	height: 435px;
}
.category #video-preview-content-inner {
	height: 435px;
	overflow: hidden;
	position: relative;
	padding: 35px 0 0 20px;
}
.category #video-preview-content-inner .navigation {
	position: absolute;
	bottom: 20px;
	padding: 0;
	width: 100%;
}
.category #video-content #inner-video #video-preview-content-inner .post .video-descr > a {
	float: left;
}
.category #video-content #inner-video #video-preview-content-inner .post h1 {
	text-shadow: 0 0 5px rgba(0, 228, 255, 1);
	float: left;
	max-width: 140px;
	text-align: left;
}
.category #video-content #inner-video #video-preview-content-inner .post p {
	clear: both;
}
.category #video-content #inner-video #video-preview-content-inner .post .video-descr {
	width: 200px;
}
.category #video-preview-content-inner .post {
	width: 330px;
	padding: 15px 0;
}
.category #video-content #inner-video #video-preview-content-inner .post .video-thumb img,
.single img {
	-webkit-transition: opacity 0.25s linear 0s;
	-moz-transition: opacity 0.25s linear 0s;
	-o-transition: opacity 0.25s linear 0s;
	transition: opacity 0.25s linear 0s;
}
.category #video-content #inner-video #video-preview-content-inner .post .video-thumb img:hover,
.single a:hover img {
	opacity: 0.85;
}
.category .date {
	color: #00f6ff;
	font-size: 11px;
	font-family: 'Helvetica Thin', sans-serif;
	float: right;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	.category .date {
		font-weight: 700;
	}
}

.category .paging-navigation a {
	text-shadow: 0 0 5px rgba(0, 228, 255, 1);
	color: #FFF;
	font-size: 12px;
	font-style: normal;
}
.category .paging-navigation a:hover {
	color: #33d7d4;
}

.category .post a {
	color: #00f6ff;
	font-size: 13px;
	font-style: italic;
}
.category .post a:hover {
	color: #33d7d4;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	.category .post a {
		font-weight: 700;
	}
}

.category .paging-navigation .nav-links {
	max-width: 450px;
}

/* --------- Max Steel NEWS Single --------- */
#video-preview.news-single #video-preview-top {
	height: 25px;
	background: url(/img/video-preview-top.png) 0 0 no-repeat;
}
#video-preview.news-single #video-preview-content {
	min-height: 200px;
	background: url(/img/video-preview-content.png) 0 0 repeat-y;
}
#video-preview.news-single #video-preview-bottom {
	height: 30px;
	background: url(/img/video-preview-bottom.png) 0 0 no-repeat;
}
#video-preview.news-single {
	width: 586px;
	margin: 0 auto;
}
#video-preview.news-single #video-preview-content .video-thumb {
	width: 270px;
	float: left;
}
#video-preview.news-single #video-preview-content .video-descr {
	color: #FFF;
}
#video-preview.news-single #video-preview-content .video-descr h1 {
	text-shadow: 0 0 5px rgba(0, 228, 255, 1);
	display: inline;
	text-align: left;
	color: #FFF;
	font-size: 16px;
}
.news-single .date {
	color: #00f6ff;
	font-size: 13px;
	font-family: 'Helvetica Thin', sans-serif;
	display: block;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	.single .date,
	.single p {
		font-weight: 700;
	}
}
#video-preview.news-single #video-preview-content .video-descr p {
	color: #FFF;
	margin: 0;
	font-size: 14px;
	font-family: 'Helvetica Thin', sans-serif;
	line-height: 1.4;
}
#video-preview.news-single .navigation a {
	text-shadow: 0 0 5px rgba(0, 228, 255, 1);
	color: #FFF;
	font-size: 13px;
	font-style: normal;
}
#video-preview.news-single .navigation a:hover {
	color: #33d7d4;
}
#video-preview.news-single .post-navigation {
	clear: both;
}
#video-preview.news-single .read-all-news {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	position: relative;
	bottom: -10px;
	text-decoration: underline;
	text-shadow: 0 0 5px rgba(0, 228, 255, 1);
}
#video-preview.news-single .read-all-news:hover {
	text-decoration: none;
	color: #33d7d4;
}


/* --------- Max Steel TOYS Main --------- */
#toys-main-bc {
	width: 827px;
	height: 863px;
	margin: 0 auto;
	background: url(/img/toys-main-bc.png) 0 0 no-repeat;
	margin-left: -105px;
	position: relative;
}

#look-link {
	display: block;
	width: 357px;
	height: 248px;
	left: 185px;
	top: 52px;
	position: absolute;
}
#look-bc {
	width: 147px;
	height: 36px;
	background: url(/img/look-link.png) 0 0 no-repeat;
	position: absolute;
	bottom: 70px;
	right: 10px;
}
a:hover > #look-bc {
	background-position: 0 -36px;
}

#mattel-link {
	display: block;
	width: 248px;
	height: 130px;
	right: 34px;
	top: 52px;
	position: absolute;
}
#mattel-bc {
	width: 184px;
	height: 43px;
	background: url(/img/mattel-link.png) 0 0 no-repeat;
	position: absolute;
	bottom: 14px;
	right: -8px;
}
a:hover > #mattel-bc {
	background-position: 0 -43px;
}

#all-toys-link {
	display: block;
	width: 248px;
	height: 130px;
	right: 34px;
	top: 182px;
	position: absolute;
}
#all-toys-bc {
	width: 189px;
	height: 46px;
	background: url(/img/all-toys-link.png) 0 0 no-repeat;
	position: absolute;
	bottom: 20px;
	right: -8px;
}
a:hover > #all-toys-bc {
	background-position: 0 -46px;
}


#weaponed-guys-link {
	display: block;
	width: 197px;
	height: 108px;
	left: 260px;
	top: 416px;
	position: absolute;
}
#weaponed-guys-bc {
	width: 199px;
	height: 46px;
	background: url(/img/weaponed-guys-link.png) 0 0 no-repeat;
	position: absolute;
	bottom: 3px;
	right: -11px;
}
a:hover > #weaponed-guys-bc {
	background-position: 0 -46px;
}

#turbo-guys-link {
	display: block;
	width: 197px;
	height: 108px;
	right: 121px;
	top: 416px;
	position: absolute;
}
#turbo-guys-bc {
	width: 199px;
	height: 46px;
	background: url(/img/turbo-guys-link.png) 0 0 no-repeat;
	position: absolute;
	bottom: 3px;
	right: -11px;
}
a:hover > #turbo-guys-bc {
	background-position: 0 -46px;
}

#other-toys-link {
	display: block;
	width: 197px;
	height: 108px;
	left: 260px;
	top: 556px;
	position: absolute;
}
#other-toys-bc {
	width: 199px;
	height: 46px;
	background: url(/img/other-toys-link.png) 0 0 no-repeat;
	position: absolute;
	bottom: 3px;
	right: -11px;
}
a:hover > #other-toys-bc {
	background-position: 0 -46px;
}

#all-toys2-link {
	display: block;
	width: 197px;
	height: 108px;
	right: 121px;
	top: 556px;
	position: absolute;
}
#all-toys2-bc {
	width: 176px;
	height: 47px;
	background: url(/img/all-toys-link2.png) 0 0 no-repeat;
	position: absolute;
	bottom: 3px;
	right: -11px;
}
a:hover > #all-toys2-bc {
	background-position: 0 -47px;
}

#menu-toys_menu {
	list-style: none;
	position: absolute;
	padding-left: 27px;
	top: 30px;
}
#menu-toys_menu a {
	color: #FFF;
	font-size: 9px;
	width: 126px;
	height: 33px;
	display: block;
	background: url(/img/toys-menu-btn.png) 0 0 no-repeat;
	line-height: 33px;
	padding-left: 9px;
	margin: 6px 0;
	text-align: center;
}
#menu-toys_menu a:hover {
	background-position: 0 -33px;
}
#menu-toys_menu .current_page_item a {
	background-position: 0 -66px;
}
/* --------- Max Steel TOYS Catalog --------- */
#toys-catalog-bc {
	width: 870px;
	height: 420px;
	background: url(/img/toys-catalog-bc.png) 0 0 no-repeat;
	margin-left: -110px;
	position: relative;
}
#toys-catalog-content {
	width: 870px;
	background: url(/img/toys-catalog-content.png) 0 -420px repeat-y;
	margin-left: -110px;
	position: relative;
	padding-left: 270px;
	padding-top: 20px;
	padding-right: 125px;
}
#toys-catalog-bottom {
	width: 870px;
	min-height: 450px;
	background: url(/img/toys-catalog-bc.png) 0 -420px no-repeat;
	margin-left: -110px;
}
#toys-catalog-bc #menu-toys_menu {
	padding-left: 29px;
	top: 42px;
}
#catalog-title {
	position: absolute;
	right: 104px;
	top: 41px;
	font-size: 10px;
	color: #585858;
}
#catalog-banner {
	width: 486px;
	height: 122px;
	display: block;
	background: url(/img/toys-catalog-banner.png) 0 0 no-repeat;
	position: absolute;
	right: 144px;
	top: 88px;
}
#catalog-banner:hover {
	background-position: 0 -122px;
}
#toys-catalog-content .watch-action {
	display: block;
	position: relative;
	float: none;
	margin-left: 5px;
	clear: both;
	height: 20px;
}
#toys-catalog-content-inner {
	position: relative;
	margin-top: -200px;
	overflow: hidden;
}
#toys-catalog-content .share {
	display: none;
}
#toys-catalog-content .action-like .lc:after {
	display: none;
}
#toys-catalog-content .lbg-style1 div, #toys-catalog-content .unlbg-style1 div {
	width: 30px;
	height: 22px;
	background: url(/img/like-mini.png) 0 0 no-repeat;
}
#toys-catalog-content .lbg-style1 div:hover {
	background-position: 0 -22px;
}
#toys-catalog-content .action-like .lc {
	color: #72bdd9;
	width: auto;
	height: auto;
	left: 0;
	top: 0;
	font-size: 14px;
	font-family: 'Helvetica Thin', sans-serif;
	line-height: 28px;
	padding-left: 4px;
	background: none;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	#toys-catalog-content .action-like .lc {
		font-weight: 700;
	}
}

#toys-catalog-content a h1 {
	text-shadow: 0 0 5px rgba(0, 228, 255, 1);
	float: left;
	max-width: 140px;
	font-size: 9px;
	color: #FFF;
	margin-top: 7px;
	text-align: center;
	min-height: 59px;
}
#toys-catalog-content .article {
	bottom: 0;
	display: block;
	color: #FFF;
	text-align: center;
	line-height: 5px;
	font-size: 10px;
	font-family: 'Helvetica Thin', sans-serif;
}
#toys-catalog-content a h1:hover {
	color: #33d7d4;
	text-decoration: none;
}
#toys-catalog-content .catalog-img {
	width: 105px;
	height: 115px;
	overflow: hidden;
	background: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#toys-catalog-content .catalog-img a:hover > img {
	opacity: 0.85;
}
#toys-catalog-content .catalog-img a > img {
	-webkit-transition: opacity 0.25s linear 0s;
	-moz-transition: opacity 0.25s linear 0s;
	-o-transition: opacity 0.25s linear 0s;
	transition: opacity 0.25s linear 0s;
	background: #FFF;
}
#toys-catalog-content-inner .post {
	float: left;
	width: 109px;
	padding: 0;
	border: 2px solid rgba(255,255,255,0.75);
	position: relative;
	z-index: 5;
	margin: 20px 10px 14px;
	background: #00385e;
}
#toys-catalog-content-inner .more-info-catalog {
	display: block;
	position: absolute;
	bottom: -17px;
	right: -24px;
	width: 57px;
	height: 55px;
	background: url(/img/go-to-toy.png) 0 0 no-repeat;
}
#toys-catalog-content-inner .more-info-catalog:hover {
	background-position: 0 -55px;
}
.buy-button {
	cursor: pointer;
	width: 101px;
	height: 20px;
	background: url(/img/where-buy.png) 0 0 no-repeat;
	clear: both;
	color: #FFF;
	font-size: 9px;
	line-height: 20px;
	text-align: center;
	margin: 0 14px 10px;
	float: left;
}
.buy-button:hover {
	background-position: 0 -20px;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	.buy-button {
		padding-top: 1px;
	}
}
.toy-block {
	float: left;
	overflow: hidden;
	padding: 0 8px;
}


/* --------- Max Steel TOYS Single --------- */
#toys-single-content {
	width: 879px;
	height: 872px;
	background: url(/img/toys-single-bc.png) 0 0 no-repeat;
	margin: 0 auto;
	position: relative;
	padding: 60px 0 0 189px;
}
#toys-single-big-img {
	float: left;
}
#toys-single-text {
	float: left;
	width: 277px;
	margin-left: 27px;
	padding-top: 19px;
}
#toys-single-content #menu-toys_menu {
	list-style: none;
	position: absolute;
	padding-left: 27px;
	top: 43px;
	left: 12px;
}
#toys-label-bc {
	width: 235px;
	height: 39px;
	position: absolute;
	top: 23px;
	left: 16px;
	background: url(/img/toys-bc-title.png) 0 0 no-repeat;
	z-index: 10;
}
#toys-box {
	width: 335px;
	height: 334px;
	position: absolute;
	top: 31px;
	left: 160px;;
	background: url(/img/toy-box.png) 0 0 no-repeat;
	z-index: 9;
}
#big-img > a {
	display: block;
	position: absolute;
	z-index: 10;
	width: 270px;
	height: 240px;
	margin-left: 5px;
	margin-top: 5px;
}
#big-img {
	background: #FFF;
	width: 280px;
	height: 250px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.also-img {
	background: #FFF;
	width: 130px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.also-img img {
	display: inline !important;
}
#big-img img {
	-webkit-transition: opacity 0.25s linear 0s;
	-moz-transition: opacity 0.25s linear 0s;
	-o-transition: opacity 0.25s linear 0s;
	transition: opacity 0.25s linear 0s;
	background: #FFF;
}
#big-img:hover img {
	opacity: 0.85;
}
#toys-single-text h1 {
	text-shadow: 0 0 5px rgba(0, 228, 255, 0.7);
	font-size: 10px;
	color: #FFF;
	text-align: center;
	height: 42px;
	display: table-cell;
	vertical-align: middle;
	width: 300px;
}
#toys-single-text .article {
	display: block;
	color: #FFF;
	line-height: 5px;
	font-size: 10px;
	font-family: 'Helvetica Thin', sans-serif;
	position: absolute;
	right: 110px;
	margin-top: -8px;
}
#toys-single-text p {
	color: #FFF;
	line-height: 1.2;
	font-size: 12px;
	font-family: 'Helvetica Thin', sans-serif;
}
#toys-single-text .descr {
	padding: 10px 0 0 5px;
}
#toys-single-text .watch-action {
	display: block;
	margin-top: 52px;
	margin-left: 52px;
}
#toys-single-text .share {
	color: #FFF;
	font-family: 'Venus Rising', Bitter, Georgia, serif;
	font-size: 8px;
	background: url(/img/share.png) 0 0 no-repeat;
	width: 106px;
	height: 13px;
	display: block;
	float: right;
	text-align: center;
	position: absolute;
	line-height: 13px;
	cursor: pointer;
	margin: 22px 0 0 44px;
}
#toys-single-text .share:hover {
	background-position: 0 -13px;
}
#toys-single-text .buy-button {
	cursor: pointer;
	width: 133px;
	height: 27px;
	background: url(/img/where-buy-b.png) 0 0 no-repeat;
	clear: both;
	color: #FFF;
	font-size: 11px;
	line-height: 27px;
	text-align: center;
	margin: 5px 0 10px 70px;
	float: left;
}
#toys-single-text .buy-button:hover {
	background-position: 0 -27px;
}
#gallery h1 {
	text-shadow: 0 0 5px rgba(0, 228, 255, 0.7);
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 19px 40px 0 45px;
}
#gallery {
	position: absolute;
	top: 399px;
}
#gallery img {
	margin-right: 5px;
}

#hero-bio {
	position: absolute;
	width: 186px;
	left: 216px;
	top: 486px;
}
#hero-bio h1 {
	font-size: 8px;
	color: #FFF;
	float: left;
	margin: 9px 3px;
}
#hero-bio p {
	color: #FFF;
	line-height: 1.3;
	font-size: 10px;
	font-family: 'Helvetica Thin', sans-serif;
}
#hero-bio p strong {
	font-family: 'Venus Rising', Bitter, Georgia, serif;
	text-shadow: 0 0 5px rgba(0, 228, 255, 0.7);
	font-size: 10px;
}
#hero-bio h6,
#hero-bio h2 {
	font-size: 10px;
	font-family: 'Helvetica Thin', sans-serif;
	margin: 0;
	color: #FFF;
}
#bio-text a {
	color: #00f6ff;
	font-size: 10px;
	margin-top: 15px;
	display: block;
	font-family: 'Venus Rising', Bitter, Georgia, serif;
	position: absolute;
	right: 20px;
}
#bio-text a:hover {
	color: #FFF;
	text-decoration: none;
}
#hero-img {
	text-align: center;
	width: 135px;
	height: 82px;
	background: url(/img/hero-img.png) 0 0 no-repeat;
	margin: 40px auto 15px;
}
#hero-img img {
	max-width: 132px;
}
#bio-text {
	padding: 0 30px;
}

#look-also {
	position: absolute;
	width: 356px;
	height: 163px;
	right: 102px;
	top: 500px;
}
#look-also h1 {
	text-shadow: 0 0 5px rgba(0, 228, 255, 0.7);
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 9px 24px 0;
}
#look-also ul h1 {
	margin: 9px 0 0 0;
	width: 134px;
	line-height: 1.1;
	text-align: center;
	font-size: 8px;
}
#look-also ul a h1:hover {
	color: #00f6ff;
}
#look-also .bx-viewport {
	height: 163px !important;
	margin-left: 16px !important;
	position: absolute !important;
	top: 20px !important;
}
#look-also .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 90px;
	width: 49px;
	height: 61px;
}
#look-also .bx-wrapper .bx-prev {
	left: -25px;
	background: url(/img/controls-toys.png) no-repeat 0 0;
}
#look-also .bx-wrapper .bx-prev:hover {
	background-position: 0 -61px;
}

#look-also .bx-wrapper .bx-next {
	right: -30px;
	background: url(/img/controls-toys.png) no-repeat -49px 0;
}
#look-also .bx-wrapper .bx-next:hover {
	background-position: -49px -61px;
}
	
	

/* --------- Max Steel Guys --------- */
#heroes-banner-mini {
	position: absolute;
	top: 346px;
	width: 530px;
	margin-left: 181px;
}
#guys-content .jspTrack {
	background: url(/img/track-g.png) 0 0 no-repeat;
}
#heroes-banner-mini #good-more-link-mini {
	width: 310px;
	height: 101px;
	position: relative;
	display: block;
	top: 0px;
	float: left;
}
#heroes-banner-mini #bad-more-link-mini {
	width: 220px;
	height: 86px;
	position: relative;
	display: block;
	top: 15px;
	right: 0px;
	float: right;
}
#heroes-banner-mini #good-more-mini:hover,
#heroes-banner-mini #good-more-link-mini:hover #good-more-mini {
	background-position: 0 -39px;
}
#heroes-banner-mini #bad-more-mini:hover,
#heroes-banner-mini #bad-more-link-mini:hover #bad-more-mini {
	background-position: 0 -33px;
}
#heroes-banner-mini #good-more-mini {
	background: url(/img/good-more-mini.png) 0 0 no-repeat;
	float: left;
	top: 63px;
	left: 59px;
	width: 179px;
	height: 39px;
	position: relative;
	display: block;
}
#heroes-banner-mini #bad-more-mini {
	background: url(/img/bad-more-mini.png) 0 0 no-repeat;
	float: right;
	top: 51px;
	right: 21px;
	width: 173px;
	height: 33px;
	position: relative;
	display: block;
}



#guys-content {
	width: 754px;
	position: relative;
	margin: 0 auto;
	height: 481px;
	background: url(/img/guys-content-bc.png) 0 0 no-repeat;
	border-radius: 0 20px 0 0;
	padding: 72px 0 0 30px;
}
#content #guys-content.good-boys {
	background-image: url(/img/good-guys-content-bc.png);
}
#content #guys-content.bad-boys {
	background-image: url(/img/bad-guys-content-bc.png);
}
#content #guys-content.good-boys .guys-list {
	background-image: url(/img/good-guys-list.png);
}
#content #guys-content.bad-boys .guys-list {
	background-image: url(/img/bad-guys-list.png);
}
#guys-content.bad-boys #ntek-circle {
	background-position: 0 -270px;
}
#guys-content #left-vid {
	width: 57px;
	height: 435px;
	position: absolute;
	left: -40px;
	background: url(/img/left-vid.png) 0 0 no-repeat;
}
#guys-content #right-vid {
	width: 63px;
	height: 435px;
	position: absolute;
	right: -34px;
	background: url(/img/right-vid.png) 0 0 no-repeat;
}
#guys-content #inner-guys {
	width: 100%;
	overflow: hidden;
}
#inner-guys h1 {
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	margin: 11px 34px;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	#inner-guys h1 {
		margin: 12px 34px;
	}
}

#guys-content .left-column {
	float: left;
	position: absolute;
	margin-left: 40px;
	margin-top: 14px;
	overflow: hidden;
}
#guys-content .right-column {
	float: right;
	width: 543px;
	margin: 0;
}

#guys-content .guys-btn {
	width: 119px;
	height: 19px;
	display: block;
	background: url(/img/guys-btn.png) 0 0 no-repeat;
	margin: 7px 0 0 1px;
	color: #FFF;
	font-size: 8px;
	cursor: pointer;
	padding: 5px 10px 0 8px;
	text-align: center;
}
#guys-content .jspVerticalBar {
	right: 7px;
}
#guys-content .guys-btn.first {
	display: none;
}
#guys-content .guys-btn:hover {
	background-position: 0 -19px;
	text-decoration: none;
}
#guys-content .guys-list {
	width: 112px;
	height: 260px;
	background: url(/img/guys-list.png) 0 0 no-repeat;
	margin-top: 10px;
	overflow: hidden;
}
#guys-content .guys-list.first {
	display: block;
}
#guys-content .guys-list h5 {
	color: #FFF;
	font-size: 8px;
	padding: 10px 0 0 6px;
	text-align: center;
	text-shadow: 0 0 5px rgba(167, 223, 255, 1);
	margin: 0 0 0 -5px;
}
#guys-content #inner-guys .guys-list .post img {
	width: auto !important;
	height: 36px !important;
	position: relative;
	bottom: -18px;
	right: -1px;
}
#guys-content #inner-guys .guys-list .post-95 img {
	right: -3px !important;
}
#guys-content #inner-guys .guys-list .post h1 {
	margin: 5px 0 10px -9px;
	display: block;
	text-align: center;
	font-size: 8px;
	width: 90px;
}
#guys-content .guys-list .post .entry {
	width: 71px;
}
#guys-content .guys-list .post a:hover h1,
#guys-content .guys-list .post a:hover,
#guys-content .guys-list .post .entry:hover h1 {
	text-decoration: none;
}
#guys-content .guys-list-scroll {
	margin-left: 0px;
	width: 116px;
	height: 233px;
	overflow: hidden;
	margin-top: 5px;
	position: absolute;
}
#guys-content #inner-guys .guys-list .post {
	padding: 0;
}
#guys-content #inner-guys .guys-list .post .guys-thumb {
	width: 71px;
	height: 60px;
	padding-top: 1px;
}
#guys-content #inner-guys .guys-list .post .guys-thumb > a {
	width: 80px;
	height: 60px;
	margin-left: -4px;
	text-align: center;
	display: block;
	position: relative;
	background: url(/img/max-list-bc.png) 0 0 no-repeat;
}
#guys-content #inner-guys .guys-list .post .guys-thumb.active > a,
#guys-content #inner-guys .guys-list .post .entry:hover .guys-thumb > a {
	background-position: 0 -67px;
	height: 89px;
}
#guys-content #inner-guys .guys-list .post .guys-thumb.active img,
#guys-content #inner-guys .guys-list .post .entry:hover .guys-thumb img {
	height: 39px !important;
}
#guys-content #inner-guys #trailers-l.guys-list .post .guys-thumb > a {
	background-image: url(/img/good-list-bc.png);
}
#guys-content #inner-guys #bad-guys-l.guys-list .post .guys-thumb > a {
	background-image: url(/img/bad-list-bc.png);
}
#guys-content #inner-guys .guys-list .post .guys-thumb .guys-list-mask {
	width: 71px;
	height: 53px;
	position: absolute;
	margin: -52px 0 0 24px;
	background: url(/img/guys-list-mask.png) 0 0 no-repeat;
	z-index: 2;
}


#guys-content #guys-play {
	width: 100%;
	height: 256px;
}
#guys-preview {
	margin-top: -20px;
	margin-left: -4px;
}
#guys-preview > div {
	width: 586px;
}
.page .entry-content {
	padding-bottom: 120px;
}

#guys-content #guys-play .youtube {
	float: left;
}

#guys-content #guys-play .entry {
	float: left;
	margin-left: 16px;
	width: 190px;
}
#guys-content #guys-play #guys-play-in {
	margin: -19px 0 0 20px;
}
#guys-content #guys-play .entry h1 {
	margin: 4px 0 15px;
	text-align: center;
	display: block;
	font-size: 14px;
	text-shadow: 0 0 5px rgba(0, 228, 255, 1);
}
.postid-166 #guys-content #guys-play .entry h1,
.postid-181 #guys-content #guys-play .entry h1 {
	margin: 0px 0 15px;
	font-size: 11px;
}
.postid-112 #guys-content #guys-play .entry h1,
.postid-197 #guys-content #guys-play .entry h1 {
	margin: 7px 0 15px;
	font-size: 12px;
}
#guys-content .watch-action, #guys-content .wti-clear {
	display: block;
}
#guys-content .watch-action {
	margin: 0;
	top: 250px;
	left: 294px;
}
.guys-info h6 {
	margin: 0 0 5px;
	font-size: 12px;
}
.guys-info h2 {
	font-size: 12px;
	margin: 0;
}
.post-114 .guys-info h2 {
	font-size: 9px;
	margin: 0;
}
.post-114 .guys-info h6 {
	font-size: 9px;
	margin: 0;
}
.post-110 .guys-info h2 {
	font-size: 9px;
	margin: 0;
}
.post-110 .guys-info h6 {
	font-size: 9px;
}
#guys-content #guys-play .entry .guys-info,
#guys-content #guys-play .entry .guys-info p {
	color: #FFF;
	font-size: 10px;
	font-family: 'Helvetica Thin', sans-serif;
	line-height: 1.2;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	#guys-content #guys-play .entry .guys-info,
	#guys-content #guys-play .entry .guys-info p {
		font-weight: 700;
	}
}
#guys-content #guys-play .entry .guys-info p strong {
	font-family: 'Venus Rising', Bitter, Georgia, serif;
	font-size: 12px;
	line-height: 18px;
}

#guys-preview #guys-banner {
	display: none;
	width: 305px;
	height: 104px;
	float: right;
	position: absolute;
	margin-top: -18px;
	right: 33px;
	background: url(/img/guys-banner.png) 0 0 no-repeat;
}
#guys-preview a:hover #guys-banner {
	background-position: 0 -104px;
}
#guys-preview-content #guys-preview-content-inner {
	overflow: hidden;
	width: 100%;
	padding-left: 26px;
}
#guys-preview-content-inner .post {
	float: left;
	padding: 20px 0;
	width: 275px;
	margin-right: 3px;
}
#guys-preview-content-inner .post .guys-info,
#guys-preview-content-inner .post .guys-info p {
	margin: 0;
	color: #FFF;
	font-size: 12px;
	font-family: 'Helvetica Thin', sans-serif;
	line-height: 1.2;
}
/*#guys-preview-content-inner > div:first-child {
	float: none;
}*/
#guys-preview-content-inner > div:first-child .guys-descr {
	width: 145px !important;
}
.page-id-54 #guys-preview-content-inner > div:first-child {
	float: left;
}
#guys-content #inner-guys #guys-preview-content-inner .post a:hover h1,
#guys-content #inner-guys #guys-preview-content-inner .post a:hover {
	color: #33d7d4;
	text-decoration: none;
}
#guys-content #inner-guys #guys-preview-content-inner .post h1 {
	margin: 0 0 3px;
	display: block;
	text-align: center;
}
#guys-content #inner-guys #guys-preview-content-inner .post .entry {
	overflow: hidden;
}
#guys-content #inner-guys #guys-preview-content-inner .post .guys-thumb {
	float: left;
}
#guys-content #inner-guys #guys-preview-content-inner .post .guys-thumb img {
	border: 2px solid rgba(255,255,255,0.75);
}
#guys-content #inner-guys #guys-preview-content-inner .post .guys-thumb .play-icon {
	width: 44px;
	height: 45px;
	position: absolute;
	z-index: 10;
	margin-top: -53px;
	margin-left: 30px;
	background: url(/img/play-icon.png) 0 0 no-repeat;
}
#guys-content #inner-guys #guys-preview-content-inner .post .guys-thumb a:hover .play-icon {
	background-position: 0 -45px;
}
#guys-content #inner-guys #guys-preview-content-inner .post .guys-descr {
	float: left;
	width: 155px;
	margin-left: 10px;
	height: 60px;
}
#guys-preview #guys-preview-content .guys-preview-title {
	font-size: 14px;
	text-shadow: 0 0 5px rgba(0, 228, 255, 1);
	margin-top: 25px;
	margin-bottom: 10px;
}
#guys-preview-content-inner .watch-action,
#guys-preview-content-inner .wti-clear {
	display: none !important
}
#guys-play .share {
	color: #FFF;
	font-family: 'Venus Rising', Bitter, Georgia, serif;
	font-size: 8px;
	background: url(/img/share.png) 0 0 no-repeat;
	width: 106px;
	height: 13px;
	display: block;
	float: right;
	text-align: center;
	position: absolute;
	line-height: 13px;
	cursor: pointer;
	margin: 22px 0 0 44px;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	#guys-play .share,
	.lbg-style1 .lc {
		line-height: 14px;
	}
}
#guys-play .share:hover {
	background-position: 0 -13px;
}


#guys-content #ntek-circle {
	width: 270px;
	height: 270px;
	background: url(/img/ntek-circles.png) 0 0 no-repeat;
	position: absolute;
	right: 12px;
	top: 14px;
	animation: circle 15s linear infinite;
	-webkit-animation: circle 15s linear infinite;
}

#guys-content .bx-wrapper {
	width: 300px;
	position: absolute;
	right: 12px;
	top: 14px;
	margin-top: 0;
}
#guys-content .bx-wrapper .bxslider1 li {
	margin-left: -30px;
	margin-top: -15px;
}
#guys-content .bx-wrapper .bx-viewport {
	overflow: visible !important;
}
#guys-content .bx-wrapper .bx-controls-direction a {
	top: 42%;
}
#guys-content .bx-wrapper .bx-prev {
	left: 0;
}
#guys-content .bx-wrapper .bx-next {
	right: -36px;
}

#guys-content .bx-wrapper .bx-pager.bx-default-pager a {
	width: 14px;
	height: 15px;
	background: url(/img/bx-pager.png) 0 0 no-repeat;
	margin: 0 1px;
}
#guys-content .bx-wrapper .bx-pager.bx-default-pager a:hover,
#guys-content .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position: 0 -15px;
}
#guys-conten .bx-wrapper .bx-pager {
	padding-left: 15px;
}
/* ---------------------------------- Max Steel GAMES ---------------------------------- */
#games-banner {
	margin-top: -40px;
	width: 832px;
	height: 395px;
	background: url(/img/games.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -240px;
}
#games-banner #start-game1-link {
	width: 230px;
	height: 242px;
	position: relative;
	display: block;
	top: 77px;
	left: 70px;
	float: left;
}
#games-banner #start-game2-link {
	width: 432px;
	height: 230px;
	position: relative;
	display: block;
	top: 87px;
	right: 70px;
	float: right;
}
#games-banner #start-game1,
#games-banner #start-game2 {
	width: 133px;
	height: 33px;
	position: relative;
	display: block;
}
#games-banner #start-game1:hover,
#games-banner #start-game1-link:hover #start-game1,
#games-banner #start-game2:hover,
#games-banner #start-game2-link:hover #start-game2 {
	background-position: 0 -33px;
}
#games-banner #start-game1 {
	background: url(/img/start-game1.png) 0 0 no-repeat;
	float: left;
	top: 224px;
	left: 106px;
}
#games-banner #start-game2 {
	background: url(/img/start-game2.png) 0 0 no-repeat;
	float: right;
	top: 212px;
	right: 35px;
}

/* ---------------------------------- Max Steel FISHKI ---------------------------------- */
#fishki {
	width: 607px;
}
#fishki-top {
	width: 607px;
	height: 240px;
	background: url(/img/fishki-top.png) 0 0 no-repeat;
}
#fishki-content {
	width: 607px;
	min-height: 20px;
	background: url(/img/fishki-content.png) 0 0 repeat-y;
	padding-left: 85px;
}
#fishki-bottom {
	width: 607px;
	height: 180px;
	background: url(/img/fishki-bottom.png) 0 0 no-repeat;
	margin-top: -100px;
}
#fishki-content #fishki-content-inner {
	overflow: hidden;
	position: relative;
	top: -200px;
	padding-bottom: 10px;
}
#fishki-content h1 {
	margin: 20px 0 15px;
	text-align: center;
	display: block;
	font-size: 10px;
	text-shadow: 0 0 5px rgba(0, 228, 255, 1);
	color: #FFF;
}
#fishki-content .post {
	float: left;
	margin-right: 54px;
	padding: 5px 0;
}
#fishki-content .entry a {
	display: block;
	width: 200px;
	height: 122px;
	overflow: hidden;
	position: relative;
	background: #FFF;
	text-align: center;
}
#fishki-content .entry a img {
	min-height: 108px;
	max-width: 200px;
	max-height: 150px;
	width: auto;
}
#fishki-content .fishka-mask {
	width: 202px;
	height: 122px;
	background: url(/img/fishka-mask.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
}
#fishki-content .fishka-mask:hover {
	background-position: 0 -122px;
}

/* ---------------------------------- Max Steel HEROES ---------------------------------- */
#heroes-main {
	width: 790px;
	height: 626px;
	background: url(/img/heroes-main.png) 0 0 no-repeat;
}
#heroes-main .hero-content {
	padding: 175px 100px;
}
#heroes-main p {
	color: #FFF;
	margin: 0;
	font-size: 9px;
	line-height: 15px;
}
#heroes-main p span {
	font-size: 16px;
}
#heroes-main p img {
	margin: -56px -20px 0 -25px;
}
#heroes-banner {
	position: absolute;
	top: 603px;
	width: 760px;
}
#heroes-banner #good-more-link {
	width: 430px;
	height: 139px;
	position: relative;
	display: block;
	top: 0px;
	left: 32px;
	float: left;
}
#heroes-banner #bad-more-link {
	width: 330px;
	height: 117px;
	position: relative;
	display: block;
	top: 22px;
	right: 0px;
	float: right;
}
#heroes-banner #good-more:hover,
#heroes-banner #good-more-link:hover #good-more {
	background-position: 0 -46px;
}
#heroes-banner #bad-more:hover,
#heroes-banner #bad-more-link:hover #bad-more {
	background-position: 0 -40px;
}
#heroes-banner #good-more {
	background: url(/img/good-more.png) 0 0 no-repeat;
	float: left;
	top: 85px;
	left: 80px;
	width: 264px;
	height: 46px;
	position: relative;
	display: block;
}
#heroes-banner #bad-more {
	background: url(/img/bad-more.png) 0 0 no-repeat;
	float: right;
	top: 66px;
	right: 18px;
	width: 258px;
	height: 40px;
	position: relative;
	display: block;
}
/* ---------------------------------- Max Steel BAD GUYS PAGE ---------------------------------- */
#bad-guys-page {
	width: 708px;
	height: 775px;
	background: url(/img/bad-guys-page.png) 0 0 no-repeat;
	padding: 75px 0 0 50px;
}
#bad-guys-page p {
	color: #FFF;
	font-size: 9px;
	font-family: 'Helvetica Thin', sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	#bad-guys-page p {
		font-weight: 700;
	}
}
#bad-guys-page h6 {
	font-weight: 700;
	color: #FFF;
	font-size: 9px;
	font-family: 'Helvetica Thin', sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 7px 0;
}
#bad-guys-page h1 {
	color: #FFF;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 10px;
}
#bad-guys-page a:hover h1 {
	text-decoration: underline;
}
#bad-guys-page h2 {
	color: #FFF;
	font-size: 9px;
	margin: 0;
}
#bad-guys-page #good-guys-btn {
	display: block;
	position: absolute;
	top: 22px;
	right: 34px;
	width: 216px;
	height: 19px;
	background: url(/img/good-guys-btn.png) 0 0 no-repeat;
}
#bad-guys-page #good-guys-btn:hover {
	background-position: 0 -19px;
}
#bad-guys-page .bad-guys-bc {
	width: 122px;
	height: 151px;
	background: url(/img/bad-guys-bc.png) 0 0 no-repeat;
	float: left;
}
#bad-guys-page a:hover .bad-guys-bc {
	background-position: 0 -151px;
}
#bad-guys-page .hero-page-descr {
	float: left;
	margin-left: 20px;
	width: 160px;
}
#bad-guys-page .post {
	overflow: hidden;
	float: left;
	margin-left: 15px;
	padding-bottom: 0;
	padding-top: 15px;
}
#bad-guys-page .bad-guys-bc img {
	position: absolute;
	margin-left: -18px;
	margin-top: 7px;
}
#bad-guys-page .post-118 .bad-guys-bc img {
	margin-left: -53px;
	margin-top: 6px;
}
#bad-guys-page .post-116 .bad-guys-bc img {
	margin-left: -22px;
	margin-top: 3px;
}
#bad-guys-page .post-114 .bad-guys-bc img {
	margin-left: 6px;
	margin-top: 6px;
}
#bad-guys-page .post-114 {
	margin-bottom: -20px;
}
#bad-guys-page .post-112 .bad-guys-bc img {
	margin-left: -51px;
	margin-top: 5px;
}
#bad-guys-page .post-110 .bad-guys-bc img {
	margin-left: -35px;
	margin-top: -22px;
}
#bad-guys-page .post-102 .bad-guys-bc img {
	margin-top: 6px;
}
#bad-guys-page .post-98 .bad-guys-bc img {
	margin-left: 10px;
	margin-top: 10px;
}

/* ---------------------------------- Max Steel GOOD GUYS PAGE ---------------------------------- */
#good-guys-page #bad-guys-btn {
	display: block;
	position: absolute;
	top: 22px;
	right: 34px;
	width: 216px;
	height: 19px;
	background: url(/img/good-guys-btn.png) 0 0 no-repeat;
}
#good-guys-page #bad-guys-btn:hover {
	background-position: 0 -19px;
}

#good-guys-page {
	width: 708px;
	height: 937px;
	background: url(/img/good-guys-page.png) 0 0 no-repeat;
	padding: 75px 0 0 50px;
}
#good-guys-page p {
	color: #FFF;
	font-size: 9px;
	font-family: 'Helvetica Thin', sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	#good-guys-page p {
		font-weight: 700;
	}
}
#good-guys-page h6 {
	font-weight: 700;
	color: #FFF;
	font-size: 9px;
	font-family: 'Helvetica Thin', sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 7px 0;
}
#good-guys-page h1 {
	color: #FFF;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 10px;
}
#good-guys-page a:hover h1 {
	text-decoration: underline;
}
#good-guys-page h2 {
	color: #FFF;
	font-size: 9px;
	margin: 0;
}
#good-guys-page .good-guys-bc {
	width: 122px;
	height: 151px;
	background: url(/img/good-guys-bc.png) 0 0 no-repeat;
	float: left;
}
#good-guys-page a:hover .good-guys-bc {
	background-position: 0 -151px;
}
#good-guys-page .hero-page-descr {
	float: left;
	margin-left: 20px;
	width: 160px;
}
#good-guys-page .post {
	overflow: hidden;
	float: left;
	margin-left: 15px;
	padding-bottom: 0;
	padding-top: 15px;
}
#good-guys-page .good-guys-bc img {
	position: absolute;
	margin-left: 9px;
	margin-top: -11px;
}
#good-guys-page .post-120 .good-guys-bc img {
	margin-left: 6px;
	margin-top: -5px;
}
#good-guys-page .post-166 .good-guys-bc img {
	margin-left: -31px;
	margin-top: 26px;
}
#good-guys-page .post-197 .good-guys-bc img {
	margin-left: -15px;
	margin-top: -7px;
}
#good-guys-page .post-162 {
	display: none;	
}
#good-guys-page .post-193 .good-guys-bc img {
	margin-left: 15px;
	margin-top: -2px;
}
#good-guys-page .post-191 .good-guys-bc img {
	margin-left: 0px;
	margin-top: -15px;
}
#good-guys-page .post-179 .good-guys-bc img {
	margin-left: 25px;
	margin-top: -9px;
}
#good-guys-page .post-174 .good-guys-bc img {
	margin-left: -65px;
	margin-top: 5px;
}
#good-guys-page .post-161 .good-guys-bc img {
	margin-left: 20px;
	margin-top: -8px;
}
/* --------- Max Steel SLIDER --------- */
.home #content .bx-wrapper {
	width: 80%;
	margin-top: 0;
	min-width: 980px !important;
	max-width: 1100px !important;
}
#primary .slide1 .left-image {
	width: 471px;
	height: 472px;
	position: absolute;
	top: 0;
	left: 5%;
	background: url(/img/slide1left.png) 0 0 no-repeat;
	z-index: 5;
}
#primary .slide1 .right-image {
	width: 466px;
	height: 454px;
	position: absolute;
	top: 0;
	right: 5%;
	background: url(/img/slide1right.png) 0 0 no-repeat;
	z-index: 5;
}
#primary .slide1 .bc-image {
	width: 653px;
	height: 431px;
	margin: 0 auto;
	position: relative;
	background: url(/img/slide1bc.png) 50% 50% no-repeat;
}
#primary .slide2 .left-image {
	width: 428px;
	height: 400px;
	position: absolute;
	top: 30px;
	left: 10%;
	background: url(/img/slide2left.png) 0 0 no-repeat;
	z-index: 5;
}
#primary .slide2 .right-image {
	width: 416px;
	height: 406px;
	position: absolute;
	top: 15px;
	right: 10%;
	background: url(/img/slide2right.png) 0 0 no-repeat;
	z-index: 5;
	-moz-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
	-webkit-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
	-o-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
	-ms-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
}
#primary .slide2 .bc-image {
	width: 653px;
	height: 431px;
	margin: 0 auto;
	position: relative;
	background: url(/img/slide1bc.png) 50% 50% no-repeat;
}
#primary .slide3 #slide3-block {
	width: 764px;
	position: absolute;
	left: 50%;
	margin-left: -382px;
	top: 110px;
}
#primary .slide3 .left-image {
	width: 261px;
	height: 253px;
	position: absolute;
	background: url(/img/slide3first.png) 0 0 no-repeat;
	z-index: 5;
}
#primary .slide3 .middle-image {
	width: 319px;
	height: 253px;
	position: absolute;
	margin-left: 221px;
	background: url(/img/slide3second.png) 0 0 no-repeat;
	z-index: 10;
	-moz-transform: matrix(1.15, 0, 0, 1.15, 0, 0);
	-webkit-transform: matrix(1.15, 0, 0, 1.15, 0, 0);
	-o-transform: matrix(1.15, 0, 0, 1.15, 0, 0);
	-ms-transform: matrix(1.15, 0, 0, 1.15, 0, 0);
}
#primary .slide3 .right-image {
	width: 267px;
	height: 253px;
	position: absolute;
	margin-left: 498px;
	background: url(/img/slide3third.png) 0 0 no-repeat;
	z-index: 5;
}
#primary .slide3 .bc-image {
	width: 653px;
	height: 431px;
	margin: 0 auto;
	position: relative;
	background: url(/img/slide1bc.png) 50% 50% no-repeat;
}

/* Max Steel FOOTER */
#footer-menu .footer-btn-link {
	display: block;
	width: 152px;
	height: 98px;
	position: absolute;
	z-index: 102;
	padding-top: 12px;
}
#colophon {
	width: 100%;
	min-width: 980px;
	height: 178px;
	position: fixed;
	bottom: 0;
	z-index: 100;
	overflow: hidden;
}
#footer {
	width: 100%;
	min-width: 980px;
	height: 178px;
	background: url(/img/footer-bc.png) 50% 0 no-repeat;
	position: relative;
	z-index: 101;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

#content #slide-btn1 {
	position: absolute;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFF;
	bottom: 40px;
	left: 35%;
	z-index: 99;
	width: 226px;
	height: 44px;
	background: url(/img/slide-btn1.png) 0 0 no-repeat;
	padding: 15px 0 0 50px;
	text-shadow: 0 0 2px rgba(167, 223, 255, 0.75);
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	#content #slide-btn1 {
		padding: 16px 0 0 50px;
	}
}
#content #slide-btn1:hover {
	background-position: 0 -44px;
	text-decoration: none;
}

#content #slide-btn2 {
	position: absolute;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFF;
	bottom: 40px;
	left: 40%;
	z-index: 99;
	width: 214px;
	height: 46px;
	background: url(/img/slide-btn2.png) 0 0 no-repeat;
	padding: 19px 0 0 56px;
	text-shadow: 0 0 2px rgba(167, 223, 255, 0.75);
}
#content #slide-btn2:hover {
	background-position: 0 -46px;
	text-decoration: none;
}

#content #slide-btn3 {
	position: absolute;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFF;
	bottom: 51px;
	margin-left: 662px;
	z-index: 99;
	width: 260px;
	height: 44px;
	background: url(/img/slide-btn3.png) 0 0 no-repeat;
	padding: 16px 0 0 58px;
	text-shadow: 0 0 2px rgba(167, 223, 255, 0.75);
}
#content #slide-btn3:hover {
	background-position: 0 -44px;
	text-decoration: none;
}
#content #turbo-toys {
	color: #FFF;
	font-size: 30px;
	z-index: 99;
	text-transform: uppercase;
	position: absolute;
	top: 275px;
	left: 50%;
	margin-left: -195px;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 1);
}
/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px 'Venus Rising', Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px 'Venus Rising', Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}


.paging-navigation .nav-previous .meta-nav {
	margin-right: 3px;
	display: inline-block;
	position: relative;
	top: -2px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	text-decoration: none;
}

.post-navigation {
	color: #ca3c08;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px 'Venus Rising', Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px 'Venus Rising', Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-title {
	font: 300 italic 30px 'Venus Rising', Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
	color: #FFF;
	font-size: 16px;
}

.error404 .page-title:before {
	color: #CEE8E7;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px 'Venus Rising', Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px 'Venus Rising', Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px 'Venus Rising', Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #FFF;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}
.site {
	border: 0;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@media (max-height: 630px){
	#bc-left-right {
		min-height: 630px;
	}
	.home #main {
		position: static !important;
	}
	.home #primary {
		position: static !important;
		margin-top: 62px !important;
	}
}
@media (max-width: 1100px){
#bc-left {
	left: -100px !important;
}
#bc-right {
	right: -100px !important;
}
}
@media (max-width: 1280px){
#bc-left {
	left: -50px;
}
#bc-right {
	right: -50px;
}
}
@media (max-width: 900px){
#page #masthead {
	position: relative !important;
}
#colophon {
	position: relative !important;
	margin-top: -178px !important;
}
html .home #primary {
		position: static !important;
		margin-top: 0px !important;
	}
}
@media (min-width: 901px){
	#bc-left {
		position: fixed;
	}
	#bc-right {
		position: fixed;
	}
}
/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}


/* -------------------- Animation -------------------- */
@keyframes slide1-max
{
	from {
		left: 0;
		top: 20px;
	}
	to {
		left: 5%;
		top: 0;
	}
}

@-webkit-keyframes slide1-max
{
	from {
		left: 0;
		top: 20px;
	}
	to {
		left: 5%;
		top: 0;
	}
}


@keyframes slide1-monster
{
	from {
		-moz-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
		-webkit-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
		-o-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
		-ms-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
	}
	to {
		-moz-transform: matrix(1, 0, 0, 1, 0, 0);
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		-o-transform: matrix(1, 0, 0, 1, 0, 0);
		-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	}
}

@-webkit-keyframes slide1-monster
{
	from {
		-moz-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
		-webkit-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
		-o-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
		-ms-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
	}
	to {
		-moz-transform: matrix(1, 0, 0, 1, 0, 0);
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		-o-transform: matrix(1, 0, 0, 1, 0, 0);
		-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	}
}

@keyframes slide2-monster
{
	from {
		-moz-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
		-webkit-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
		-o-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
		-ms-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
	}
	to {
		-moz-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
		-webkit-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
		-o-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
		-ms-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
	}
}

@-webkit-keyframes slide2-monster
{
	from {
		-moz-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
		-webkit-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
		-o-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
		-ms-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
	}
	to {
		-moz-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
		-webkit-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
		-o-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
		-ms-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
	}
}

@keyframes slide2-max
{
	from {
		left: 3%;
	}
	to {
		left: 10%;
	}
}

@-webkit-keyframes slide2-max
{
	from {
		left: 3%;
	}
	to {
		left: 10%;
	}
}


@keyframes disp-none
{
	0% {
		display:none;
	}
	99% {
		display:block;
	}
}

@-webkit-keyframes disp-none
{
	0% {
		display:none;
	}
	99% {
		display:block;
	}
}



@keyframes top-menu
{
	0% {
		top: -62px;
	}
	50% {
		top: -62px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes top-menu
{
	0% {
		top: -62px;
	}
	50% {
		top: -62px;
	}
	100% {
		top: 0;
	}
}

@keyframes logo-anim
{
	0% {
		top: -105px;
	}
	70% {
		top: -105px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes logo-anim
{
	0% {
		top: -105px;
	}
	70% {
		top: -105px;
	}
	100% {
		top: 0;
	}
}

@keyframes logo-anim1
{
	0% {
		top: -105px;
	}
	50% {
		top: -105px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes logo-anim1
{
	0% {
		top: -105px;
	}
	50% {
		top: -105px;
	}
	100% {
		top: 0;
	}
}

@keyframes top-nav
{
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes top-nav
{
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes bottom-menu
{
	0% {
		bottom: -178px;
	}
	50% {
		bottom: -178px;
	}
	100% {
		bottom: 0;
	}
}

@-webkit-keyframes bottom-menu
{
	0% {
		bottom: -178px;
	}
	50% {
		bottom: -178px;
	}
	100% {
		bottom: 0;
	}
}



@keyframes video-content
{
	0% {
		width: 18px;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	20% {
		width: 18px;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	70% {
		width: 18px;
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		width: 761px;
	}
}

@-webkit-keyframes video-content
{
	0% {
		width: 18px;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	20% {
		width: 18px;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	70% {
		width: 18px;
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		width: 761px;
	}
}

@keyframes news-content
{
	0% {
		width: 18px;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	20% {
		width: 18px;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	70% {
		width: 18px;
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		width: 705px;
	}
}

@-webkit-keyframes news-content
{
	0% {
		width: 18px;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	20% {
		width: 18px;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	70% {
		width: 18px;
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		width: 705px;
	}
}

@keyframes news-content1
{
	0% {
		width: 18px;
	}
	20% {
		width: 18px;
	}
	70% {
		width: 18px;
	}
	100% {
		width: 705px;
	}
}

@-webkit-keyframes news-content1
{
	0% {
		width: 18px;
	}
	20% {
		width: 18px;
	}
	70% {
		width: 18px;
	}
	100% {
		width: 705px;
	}
}


@keyframes circle
{
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes circle
{
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes video-inner
{
	0% {
		opacity: 0;
		height: 430px;
	}
	80% {
		opacity: 0;
		height: 430px;
	}
	90% {
		height: auto;
	}
	100% {
		opacity: 1;
		height: auto;
	}
}

@-webkit-keyframes video-inner
{
	0% {
		opacity: 0;
		height: 430px;
	}
	80% {
		opacity: 0;
		height: 430px;
	}
	90% {
		height: auto;
	}
	100% {
		opacity: 1;
		height: auto;
	}
}

@keyframes video-inner11
{
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes video-inner11
{
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* -------------------- Animation play -------------------- */
#video-content {
	animation: video-content 3s;
	-webkit-animation: video-content 3s;
}
.category #video-content {
	animation: news-content 3s;
	-webkit-animation: news-content 3s;
}
.category #content {
	animation: news-content1 3s;
	-webkit-animation: news-content1 3s;
}

#inner-video {
	animation: video-inner 3500ms;
	-webkit-animation: video-inner 3500ms;
}

#video-content .left-column,
.page .bc-image,
#video-preview #video-banner,
#video-preview .watch-action,
#video-play .share,
#video-play .lbg-style1 div,
#video-play .action-like .lc,
#video-preview .play-icon {
	animation: video-inner11 3500ms;
	-webkit-animation: video-inner11 3500ms;
}

.home .slide1.active-caption .left-image {
	animation: slide1-max 1s;
	-webkit-animation: slide1-max 1s;
}
.home .slide1.active-caption .right-image {
	animation: slide1-monster 2s;
	-webkit-animation: slide1-monster 2s;
}

.home .slide2.active-caption .left-image {
	animation: slide2-max 1s;
	-webkit-animation: slide2-max 1s;
}
.home .slide2.active-caption .right-image {
	animation: slide2-monster 2s;
	-webkit-animation: slide2-monster 2s;
}


.home #page #masthead {
	animation: top-menu 2s;
	-webkit-animation: top-menu 2s;
}

.home #page #logo {
	animation: logo-anim 4s;
	-webkit-animation: logo-anim 4s;
}

.home #page #header-top {
	animation: logo-anim1 3s;
	-webkit-animation: logo-anim1 3s;
}

.home #navbar {
	animation: top-nav 3s;
	-webkit-animation: top-nav 3s;
}

.home #colophon {
	animation: bottom-menu 3s;
	-webkit-animation: bottom-menu 3s;
}
#footer-menu {
	position: absolute;
	bottom: 46px;
	left: 50%;
	margin-left: -402px;
}
#footer-menu .fmenu {
	float: left;
	margin-left: 2px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 9px;
	line-height: 1.3;
}
#footer-menu #fmenu1 {
	width: 152px;
	height: 98px;
	background: url(/img/footer-img1.png) 0 0 no-repeat;
}
#footer-menu #fmenu2 {
	width: 152px;
	height: 98px;
	background: url(/img/footer-img2.png) 0 0 no-repeat;
}
#footer-menu #fmenu3 {
	width: 152px;
	height: 98px;
	background: url(/img/footer-img3.png) 0 0 no-repeat;
	margin-left: 180px;
}
#footer-menu #fmenu4 {
	width: 152px;
	height: 98px;
	background: url(/img/1footer-img4.png) 0 0 no-repeat;
}
#footer-menu .footer-btn {
	position: absolute;
	display: block;
	z-index: 999;
	bottom: 10px;
	width: 158px;
	height: 28px;
	background: url(/img/footer-btn.png) 0 0 no-repeat;
	text-transform: uppercase;
	color: #FFF;
	font-size: 7px;
	padding-top: 10px;
	padding-right: 12px;
}
#footer-menu .footer-btn:hover,
#footer-menu .footer-btn-link:hover .footer-btn {
	background-position: 0 -28px;
	text-decoration: none;
}
#colophon #rights {
	position: absolute;
	bottom: 2px;
	right: 15px;
	z-index: 999;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	#footer-menu .footer-btn {
		padding-top: 11px;
	}
	#colophon #rights {
		bottom: 0;
	}
}
#colophon #rights span {
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 20px;
	font-size: 7px;
}
#colophon #rights span:hover {
	text-decoration: none;
}
/* -------------------- Grid Animation -------------------- */
#all-grid {
	width: 1920px;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
}
.grid {
	top: 0;
	width: 87px;
	height: 100%;
	position: fixed;
	left: 50%;
	overflow: hidden;
}
#all-grid .grid-center {
	margin-left: -43px;
}
#all-grid .grid-l1 {
	margin-left: -101px;
}
#all-grid .grid-r1 {
	margin-left: 15px;
}

#all-grid .grid-l2 {
	margin-left: -159px;
}
#all-grid .grid-r2 {
	margin-left: 73px;
}

#all-grid .grid-l3 {
	margin-left: -217px;
}
#all-grid .grid-r3 {
	margin-left: 131px;
}

#all-grid .grid-l4 {
	margin-left: -275px;
}
#all-grid .grid-r4 {
	margin-left: 189px;
}

#all-grid .grid-l5 {
	margin-left: -333px;
}
#all-grid .grid-r5 {
	margin-left: 247px;
}

#all-grid .grid-l6 {
	margin-left: -391px;
}
#all-grid .grid-r6 {
	margin-left: 305px;
}

#all-grid .grid-l7 {
	margin-left: -449px;
}
#all-grid .grid-r7 {
	margin-left: 363px;
}

#all-grid .grid-l8 {
	margin-left: -507px;
}
#all-grid .grid-r8 {
	margin-left: 421px;
}

#all-grid .grid-l9 {
	margin-left: -565px;
}
#all-grid .grid-r9 {
	margin-left: 479px;
}

#all-grid .grid-l10 {
	margin-left: -623px;
}
#all-grid .grid-r10 {
	margin-left: 537px;
}

#all-grid .grid-l11 {
	margin-left: -681px;
}
#all-grid .grid-r11 {
	margin-left: 595px;
}

#all-grid .grid-l12 {
	margin-left: -739px;
}
#all-grid .grid-r12 {
	margin-left: 653px;
}

#all-grid .grid-l13 {
	margin-left: -797px;
	display: none;
}
#all-grid .grid-r13 {
	margin-left: 711px;
	display: none;
}

#all-grid .grid-l14 {
	margin-left: -855px;
	display: none;
}
#all-grid .grid-r14 {
	margin-left: 769px;
	display: none;
}

#all-grid .grid-l15 {
	margin-left: -913px;
	display: none;
}
#all-grid .grid-r15 {
	margin-left: 827px;
	display: none;
}

#all-grid .grid-l16 {
	margin-left: -971px;
}
#all-grid .grid-r16 {
	margin-left: 885px;
	display: none;
}
@media (min-width: 1367px){
	#all-grid .grid-l13 {
		display: block;
	}
	#all-grid .grid-r13 {
		display: block;
	}
	
	#all-grid .grid-l14 {
		display: block;
	}
	#all-grid .grid-r14 {
		display: block;
	}
	
	#all-grid .grid-l15 {
		display: block;
	}
	#all-grid .grid-r15 {
		display: block;
	}
	
	#all-grid .grid-l16 {
		display: block;
	}
	#all-grid .grid-r16 {
		display: block;
	}
}

/* ----------------- Windows ---------------- */
#page .window {
	position: absolute;
	width: 471px;
	left: 50%;
	margin-left: -235px;
	top: 100px;
	z-index: 99;
	padding-bottom: 190px;
}
#page .window .window-top {
	width: 471px;
	height: 50px;
	background: url(/img/window-bc.png) 0 0 no-repeat;
}
#page .window .window-bottom {
	width: 471px;
	height: 50px;
	background: url(/img/window-bc.png) 0 -50px no-repeat;
}
#page .window .window-content {
	width: 471px;
	background: url(/img/window-content-bc.png) 0 0 repeat-y;
	color: #FFF;
	line-height: 1.4;
	font-size: 14px;
	font-family: 'Helvetica Thin', sans-serif;
	padding: 0 30px;
}
#page .window .window-content strong {
	padding-top: 15px;
	display: inline-block;
}
#page .window .window-content h1 {
	font-size: 14px;
	color: #FFF;
	text-align: left;
	margin: 0;
	position: relative;
	top: -20px;
}
#page .window .mattel {
	display: block;
	width: 223px;
	height: 163px;
	position: absolute;
	background: url(/img/mattel-window.png) 0 0 no-repeat;
	top: 30px;
	right: -42px;
}
#page .window .mattel:hover {
	background-position: 0 -163px;
}
#page .window .close-window {
	cursor: pointer;
	width: 52px;
	height: 46px;
	background: url(/img/close-window.png) 0 0 no-repeat;
	position: absolute;
	top: 14px;
	right: -46px;
}
#page .window .close-window:hover {
	background-position: 0 -46px;
}
#where-buy .close-window {
	top: 14px;
	right: -46px;
}



#page #rules.window,
#page #politics.window {
	position: absolute;
	width: 673px;
	left: 50%;
	margin-left: -336px;
	top: 100px;
	z-index: 99;
	padding-bottom: 190px;
}
#page #rules.window .window-top,
#page #politics.window .window-top {
	width: 673px;
	height: 50px;
	background: url(/img/window-big-bc.png) 0 0 no-repeat;
}
#page #rules.window .window-bottom,
#page #politics.window .window-bottom {
	width: 673px;
	height: 50px;
	background: url(/img/window-big-bc.png) 0 -50px no-repeat;
}
#page #rules.window .window-content,
#page #politics.window .window-content {
	width: 673px;
	background: url(/img/window-big-content-bc.png) 0 0 repeat-y;
	color: #FFF;
	line-height: 1.4;
	font-size: 14px;
	font-family: 'Helvetica Thin', sans-serif;
	padding: 0 30px;
}

#page #rules.window .close-window,
#page #politics.window .close-window {
	top: 22px;
	right: -12px;
}

#page .window {
	display: none;
}

#page .mini-window {
	position: fixed;
	width: 508px;
	height: 319px;
	left: 50%;
	top: 50%;
	margin-left: -254px;
	margin-top: -200px;
	z-index: 99;
	background: url(/img/mini-window.png) 0 0 no-repeat;
	color: #FFF;
	line-height: 1.4;
	font-size: 14px;
	font-family: 'Helvetica Thin', sans-serif;
	padding: 0 30px;
	display: none;
}
#page .mini-window .close-window {
	cursor: pointer;
	width: 52px;
	height: 46px;
	background: url(/img/close-window.png) 0 0 no-repeat;
	position: absolute;
	top: 15px;
	right: -11px;
}
#page .mini-window .close-window:hover {
	background-position: 0 -46px;
}
#page #share-window.mini-window {
	height: 200px;
	background: url(/img/mini-window-share.png) 0 0 no-repeat;
	margin-top: -130px;
}
#page #old-browser {
	display: block;
}
*|html #page #old-browser { display: none; }
#page .mini-window h1 {
	font-size: 14px;
	color: #FFF;
	text-align: left;
	margin: 22px 0 10px 0;
	position: relative;
}
#page #old-browser h1 {
	font-size: 18px;
}
#page #old-browser {
	font-size: 16px;
	line-height: 1.5;
}
#page #old-browser a {
	font-size: 14px;
	font-family: 'Venus Rising', Bitter, Georgia, serif;
	color: #FFF;
}
#page #old-browser a:hover {
	color: #00f6ff;
	text-decoration: none;
}

#page #share-window {
	font-weight: 700;
	font-size: 16px;
}
#page #share-window .pluso .pluso-more {
	display: none;
}
#page #share-window .pluso {
	width: 100%;
}
#page #share-window .pluso > div {
	width: 306px;
	margin: 20px auto;
}
#page #share-window .pluso .pluso-wrap > a {
	margin-left: 10px;
	-webkit-transition: opacity 0.25s linear 0s;
	-moz-transition: opacity 0.25s linear 0s;
	-o-transition: opacity 0.25s linear 0s;
	transition: opacity 0.25s linear 0s;
}
#page #share-window .pluso .pluso-wrap > a:hover {
	opacity: 0.85;
}

@media all and (-webkit-min-device-pixel-ratio:0) {
	#page #contact-window {
		font-weight: 700;
	}
}

#cformsform > ol {
	list-style: none;
	padding-left: 20px;
}
#cformsform #li--1,
#cformsform #li--2 {
	float: left;
}
#cformsform #li--1 input,
#cformsform #li--2 input {
	background: url(/img/form-input.png) 0 0 no-repeat;
	width: 204px;
	height: 30px;
	border: none;
	margin-right: 6px;
	padding-left: 10px;
}
#cformsform #li--4 input {
	background: url(/img/form-input.png) right 0 no-repeat;
	width: 150px;
	height: 30px;
	border: none;
	margin-right: 6px;
	padding-left: 10px;
}
#li--4 {
	margin:10px 0 -10px;
}
#cformsform {
	margin-top: -4px;
}
#cformsform #li--3 textarea {
	width: 412px;
	height: 62px;
	margin-top: 10px;
	border: none;
	padding-left: 10px;
	padding-top: 8px;
	resize: none;
}
#cformsform fieldset {
	display: none;
}
#cformsform .cf-sb {
	text-align: center;
}
#cformsform .cf-sb input {
	width: 148px;
	height: 41px;
	background: url(/img/form-button.png) 0 0 no-repeat;
	color: #FFF;
	font-family: 'Venus Rising', Bitter, Georgia, serif;
	border: none;
	font-size: 10px;
}
#cformsform .cf-sb input:hover {
	background-position: 0 -41px;
}
#usermessageb {
	text-align: center;
	line-height: 1.1;
}