/*
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
 * ----------------------------------------------------------------------------
 */

* {
	-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 {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family:"Roboto Slab", serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
        font-family:"Roboto Slab", serif;
        font-size:13px;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Roboto Slab", Georgia, serif;
	line-height: normal;
	font-weight: 400; 
}

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 0 24px;
}

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: 1px solid #9E9E9E;
	font-family: inherit;
	padding: 5px;
	border-radius: 3px;
}

input,
textarea {
	color: #868686;
}

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

input:invalid {
    -moz-box-shadow: none;
    box-shadow: none;
}
input:required {
    -moz-box-shadow: none;
    box-shadow:none;
}

.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: #C0C0C0;
	opacity: 1;
}

:-moz-placeholder {
	color: #C0C0C0;
	opacity: 1;
}

::-moz-placeholder {
	color: #C0C0C0;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #C0C0C0;
	opacity: 1;
}

/*
 * 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,
iframe,
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
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
        position:relative;
}

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


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	z-index: 5; 
}

.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 "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1440px;
	min-height: 60px;
	position: relative;
        font-family: 'Roboto Slab';
        font-weight:300;
}

.main-navigation .home {float:left; line-height: 1; width:84px; height:60px; text-indent:-9999px; white-space:nowrap;border:0; border-left:2px solid transparent; border-right:2px solid transparent; border-image:url("images/nav_divider.gif") 0 2 round; background:url("images/home.png") no-repeat scroll center 16px rgba(0, 0, 0, 0);}
.main-navigation .home:hover { background-position: center -52px; }

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
        float:left;
}

.nav-menu li {
	display: block;
	float: left; 
	position: relative;
	border: 0;
        border-right:2px solid transparent;
        border-image:url("images/nav_divider.gif") 0 2 0 0 round;
}

.nav-menu li a {
	color: #9ea5b0;
	display: block;
	font-size: 1.125em;
	line-height: 60px;
	padding: 0 17px;
	text-decoration: none;
        text-transform:uppercase;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	/*background-color: #220e10;*/
	color: #fff;
}

.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-color: #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: #bc360a;
	font-style: italic;*/
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #41526c;
	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;
}

#header-right-widget {float:right; width:26%;}
#header-right-widget .widget {background:none; margin:0; padding:0;}
#header-right-widget .widget li {padding:16px 10%;}
#header-right-widget .widget-title {display:none;}
#header-right-widget .widget_qtranslate {border-left:2px solid transparent; border-right:2px solid transparent; border-image:url("images/nav_divider.gif") 0 2 round; float:right;}
#header-right-widget .widget_qtranslate a {color:#9EA5B0; font-size:1.125em;}
#header-right-widget .widget_qtranslate a:hover {color:#ffffff;}
#header-right-widget .qtrans_flag_and_text {padding-left:26px; background-position:0 center; text-transform:uppercase;}
#header-right-widget .social {float:right; margin:0; padding:0; width:52%;}
#header-right-widget .social li { border:0; border-left:2px solid transparent; border-image:url("images/nav_divider.gif") 0 0 0 2 round; float:left; width:33.3%;}
#header-right-widget .social a {padding:30px 0; display:block;}
#header-right-widget .social a.fb {background:url("images/social_sprite_fb.png") center 16px no-repeat;}
#header-right-widget .social a.tw {background:url("images/social_sprite_tw.png") center 16px no-repeat;}
#header-right-widget .social a.yt {background:url("images/social_sprite_yt.png") center 15px no-repeat;}
#header-right-widget .social a.fb:hover {background-position:center -53px;}
#header-right-widget .social a.tw:hover {background-position:center -53px;}
#header-right-widget .social a.yt:hover {background-position:center -54px;}
#header-right-widget > iframe { width: 155px !important; }

#menu-top-menu li a[title="Home"] {display:none;}


#buttons-holder-nav { float: left; width: 30%; padding-top: 8px; margin: 0 auto; text-align: right; }

#play-button { background: url("images/play-button.png") center 0px no-repeat; border: none; width: 129px; height:45px; float: right; /*padding:15px 0;*/ background-size: 129px;}
#play-button-link { /*margin-top: 7px;*/ display: inline-block; margin-left: 3%; }
#play-button:hover { background: url("images/play-button.png") center 0px no-repeat; border: none;  width: 129px; float: right; /*padding:15px 0;*/ background-size: 129px;}

#tournament-button { /*margin-left: 8px*/ !important; background: url("images/btn-steam.png") center 0px no-repeat; border: none; width: 129px; height:45px; float: right; background-size: 129px;}
#tournament-link { /*margin-left: 6px;*/ display: inline-block; outline: 0; }
#tournament-button:hover { /*margin-left: 8px;*/ background: url("images/btn-steam.png") center 0px no-repeat; border: none; width: 129px;  float: right; height: 45px; background-size: 129px;}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 0;
}
.home .hentry {padding:0;}
.home .entry-header {display:none;}
#google-plus-publisher {display: none;}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	width: 100%;
}

/*.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}
*/

/**
 * 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;
}

.text-privacy p { font-size: 16px; }

/* 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;
}

.home .entry-content .slide {width:100%;overflow: hidden;}
.home .entry-content .middle {width:100%; height:599px; margin-top:-32px; position:relative; z-index:2; background:url("images/paper_bg.png") 0 0 repeat-x;}
.home .entry-content .middle .center {width:100%; height:auto; max-width: 320px; margin-left: auto; margin-right: auto; padding: 50px 20px 0; box-sizing:border-box; -moz-box-sizing:border-box; position:relative; height: 100%; }
.home .middle .content { max-width: 600px; margin: 0 auto;  }
.home .middle .content .text { text-align: center; position: relative; z-index: 15; }
.home .middle .content h3 {margin:0; color:#41526c; font-size:1.4em; font-weight:400; padding-bottom:5px;}
.home .middle .content h4 {margin:0; color:#8a0b04; font-size:0.9375em; font-weight:400; padding-bottom:8px; text-transform:uppercase;}
.home .middle .content h4 span { display: block; }
.home .middle .content p {color:#72634b; font-size:1em; margin:0;}
.home .middle .content .text > p { padding-bottom: 25px; }
.home .middle .inputs {/*padding:3.5% 6.5%;*/ margin:7px auto 25px; overflow:hidden;  width: 93%; }
.home .middle .inputs aside { background: none; padding: 0; margin: 0; }
.home .middle .inputs {background:none; padding:0; }
.home .middle .inputs p {/*float:left;*/}
/*.home .middle .widget_newsletterwidget form .newsletter-email {width:435px; height:65px; background:url("images/email_input.png") 0 0 / 100% no-repeat; font-size:1.125em; color:#c0c0c0; border:none;}
.home .middle .widget_newsletterwidget form .newsletter-submit {width:175px; height:65px; background:url("images/btn_send.png") 0 0 / 100% no-repeat transparent; border:none; text-indent:-9999px; white-space:nowrap;}*/
.home .middle .inputs .newsletter-email {width:100%; padding:9px 5px; font-size:1em; /*color:#c0c0c0; border:1px solid #9e9e9e;*/ height: 48px; 
    /*border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ffffff));
    background: -webkit-linear-gradient(top, #e1e1e1, #ffffff);
    background: -moz-linear-gradient(top, #e1e1e1, #ffffff);
    background: -ms-linear-gradient(top, #e1e1e1, #ffffff);
    background: -o-linear-gradient(top, #e1e1e1, #ffffff);
}
.home .middle .inputs .newsletter-email:focus {  box-shadow: 0 0 8px rgba(0,0,0, 0.6); }
.home .middle .inputs .newsletter-submit {width:165px; border:none; padding:0; color:#276504; font-size:1.0769em; text-transform:uppercase; height: 48px; text-shadow:1px 1px rgba(255,255,255,0.2);
    /*border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#13a426), to(#3d8c0b));
    background: -webkit-linear-gradient(top, #13a426, #3d8c0b);
    background: -moz-linear-gradient(top, #13a426, #3d8c0b);
    background: -ms-linear-gradient(top, #13a426, #3d8c0b);
    background: -o-linear-gradient(top, #13a426, #3d8c0b);
}
.home .middle .inputs .newsletter-submit:hover { color: #fefffe; text-shadow:1px 1px rgba(0,0,0,0.3); }
.home .middle .inputs p:first-child {/*width:66%;*/ /*width:100%;*/ margin-bottom:25px;}
.home .middle .bg_images {width:100%;}
.home .middle .bg_images .tv { display:none; }
.home .middle .bg_images .img1 {position:absolute; right:2%; top:3.5%;}
.home .middle .bg_images .img2 {position:absolute; left:22%; top:5%;}
.home .middle .bg_images .img3 { display: none; }


.home .home_main {width:100%; background:url("images/bricks.jpg") center -50px no-repeat #41526c; background-size:1433px 700px; /*background-size:300%;*/ margin-top:-80px; position: relative; }
.home .home_main .left-shadow, .home .home_main .right-shadow { position: absolute; top: 0; width: 50%; height: 456px; /*background-color: #000000;*/ }
.home .home_main .left-shadow { left: 0; box-shadow: 30px 0 30px #000000 inset; }
.home .home_main .right-shadow { right: 0; box-shadow: -30px 0 30px #000000 inset; }
.home_main .content {max-width:250px; width: 100%; margin:0 auto; /*padding:2% 0 5%;*/ color:#ffffff; position: relative; /*overflow: hidden;*/ }
.home_main .content .heroes {/*overflow:hidden;*//* width: 250px; margin: 0 auto;*/ }
.home_main .content .hero {position:relative; /*display:inline-block;*/ float:left; text-align:center; min-width:250px; padding-bottom: 50px; display: block; }
.home_main .content .hero.on {}
.home_main .content .hero.on:hover {background-position:center -2334px;}
.home_main .content .hero a img {margin:130px auto 0; display:block; width:100%; padding-bottom: 8px; position: relative; z-index: 2; }
.home_main .content .hero .lamp {width:100%; height:508px; display:block; position:absolute; top:0; left:0; background:url("images/lamp_on.png") 0 top no-repeat; background-size:200%; z-index:1;}
.home_main .content .hero.on .lamp {background:url("images/lamp_on.png") 0 top no-repeat; background-size:200%; background-position:100% top;}
/*.home_main .content .hero.on .lamp:hover {background-position:100% top;}*/
.home_main .content .hero .name h4 {font-size:1.3846em; margin:0;  font-weight:600; padding-bottom: 15px; }
.home_main .content .hero .info { height: 195px; padding: 0 10px; }
.home_main .content .hero .info p {font-size:1em; margin:0;}
.home_main .content .hero .info p.locked { margin:0 auto;}
.home_main .content .hero .info p.locked img { width: 70px; }
.home_main .content .hero .more-link a.goto {color:#8d97a7; font-size:1.0769em; border:1px solid #8d97a7;  width: 145px; height: 50px; text-transform:uppercase; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; display: block; margin: 0 auto; padding-top: 14px; }
.home_main .content .hero .more-link a.goto:hover {color:#ffffff; border:1px solid #ffffff; text-decoration:none;}

.home_main .content .arrow { position: absolute; top: 335px; cursor: pointer; z-index:10; }
.home_main .content .prev-button { left: -20px; }
.home_main .content .next-button { right: -20px; }

.home-facepile { display: block !important; float: right !important; margin-top: -1.5em; margin-right: 7em;}

@media screen and (max-width: 540px) {
  .home .entry-content .slide img { min-width: 540px;  position: relative; left: 50%; margin-left: -270px; }
}

@media screen and (min-width: 540px) {
  .home .entry-content .middle .center { padding-top: 80px;  max-width: 100%; }
  .home .middle .content h3 { font-size: 1.85em; padding-bottom: 10px; }
  .home .middle .content h4 { font-size: 1.0769em; padding-bottom: 15px; }
  .home .middle .content h4 span { display: inline; }
  .home .middle .inputs .newsletter-email { height: 40px;  width: 245px; }
  .home .middle .inputs .newsletter-submit { height: 40px; width: 107px; }
  .home_main .content { max-width:500px; }
}

@media screen and (min-width: 750px) {
/*   .home .middle .bg_images .tv {display:block; position:absolute; left:180px; bottom:-49px; z-index:12;  width:563px;} */
}
@media screen and (min-width: 800px) {
/*   .home .middle .bg_images .tv { left:154px; bottom:-59px; width:640px;} */
  .home .home_main { background-position: center -20px; margin-top: -30px; }
  .home_main .content { max-width:800px; }
  .home_main .content .prev-button { left: 0; }
  .home_main .content .next-button { right: 0; }
}
@media screen and (min-width: 850px) {
/*   .home .middle .bg_images .tv {  left:88px; bottom:-79px; width:750px; } */
}
@media screen and (min-width: 900px) {
/*   .home .middle .bg_images .tv { left:31px; bottom:-89px; width:860px; } */
}
@media screen and (min-width: 950px) {
/*   .home .middle .bg_images .tv { left:30px; bottom:-96px; width:915px; } */
}

@media screen and (min-width: 980px) {
  .home .middle .bg_images .tv {display:block; position:absolute; left:30px; bottom:-96px; z-index:12;  width:915px;}
  .home .middle .content { max-width: 455px; margin: 0; float: left; }
  .home .entry-content .middle .center { text-align: left;} 
  .home .middle .content .text { text-align: left; }
  .home .middle .inputs p { float: left; }
  .home .middle .inputs p:first-child { margin: 0 24px 0 32px; }
  .home .middle .inputs { border:0; border-top:2px solid transparent; border-bottom:2px solid transparent; border-image:url("images/footer_divider.png") 2 0 round; padding: 15px 0; width: 100%;  }
}
@media screen and (min-width: 1000px) {
  .home .middle .bg_images .tv { bottom:-102px; width:965px; }
}

@media screen and (min-width: 1020px) {
  .home .entry-content .middle { background-position: center top; }
  .home .entry-content .middle .center { max-width: 1020px; }
  .home .middle .bg_images .tv { bottom:-112px; width:980px; }
  .home .middle .bg_images .img3 { display: block; left: -184px; position: absolute; top: 189px; height: 181px; width: auto; }
}

@media screen and (min-width: 1024px) {
  .home .home_main { background-position: center 0; background-size:1800px 878px;}
  .home .home_main .left-shadow, .home .home_main .right-shadow { height: 633px; }
  .home .home_main .left-shadow { left: 0; box-shadow: 50px 0 50px #000000 inset; }
  .home .home_main .right-shadow { right: 0; box-shadow: -50px 0 50px #000000 inset; }
  .home_main .content { max-width:1024px; }
  .home_main .content .hero a img { margin-top: 180px; }
  .home_main .content .hero .name h4 { font-size: 1.846em; }
  .home_main .content .hero .info { height: 240px; padding: 0 40px; }
  .home_main .content .hero .info p { font-size: 1.0769em; line-height: 22px; }
  .home_main .content .arrow { top: 480px; }
  .home_main .content .arrow img { width: 32px; height: auto; }
  .home_main .content .hero .info p.locked img { width: auto; }
}
@media screen and (max-width: 1440px) {
    #buttons-holder-nav { width: 25%; }
}


@media screen and (min-width: 1440px) {
  .home .entry-content .middle .center { max-width: 1377px; padding-top: 65px; }
  .home .middle .content { max-width: 766px; float: left; }
  .home .middle .content h3 { font-size: 2.76923em; }
  .home .middle .content h4 { font-size: 1.3846em; }
  .home .middle .content .text > p { font-size: 1.30769em; }
  .home .middle .bg_images .tv { left: 300px; width: 1081px; bottom: -115px; }
  .home .middle .inputs .newsletter-email { width: 435px; height: 65px; font-size: 1.3846em; padding-left: 15px; padding-right: 15px; }
  .home .middle .inputs .newsletter-submit {  width: 175px; height: 65px; font-size: 1.6923em;  }
  .home .middle .inputs p:first-child { margin-right: 40px; }
  .home .home_main { background-size: 2560px 1250px; background-position: center -40px;}
  .home_main .content { max-width:1440px; }
  .home .home_main .left-shadow, .home .home_main .right-shadow { height: 861px; }
  .home .home_main .left-shadow { left: 0; box-shadow: 70px 0 70px #000000 inset; }
  .home .home_main .right-shadow { right: 0; box-shadow: -70px 0 70px #000000 inset; }
  .home_main .content .hero { padding-bottom: 0; }
  .home_main .content .hero a img { margin-top: 250px; }
  .home_main .content .hero .name h4 { font-size: 2.76923em; padding-bottom: 25px; font-weight: 400; }
  .home_main .content .hero .info { height: 260px; }
  .home_main .content .hero .info p { font-size: 1.3846em; font-weight: 300; line-height: 27px; }
  .home_main .content .arrow { top: 700px; }
  .home_main .content .arrow img { width: 37px; }
  .home_main .content .hero .more-link a.goto { font-size: 1.3846em; width: 190px; height: 65px; padding-top: 18px; }
  .home .middle .bg_images .img3 { top: 82px; height: 376px; left: -388px; }
}
@media screen and (min-width: 1920px) {
  .home .home_main .left-shadow { left: 0; box-shadow: 100px 0 100px #000000 inset; }
  .home .home_main .right-shadow { right: 0; box-shadow: -100px 0 100px #000000 inset; }
}




/*@media screen and (min-width: 1050px) {
  .home .middle .bg_images .tv { left:28px; bottom:-107px; width:1015px; }
}
@media screen and (min-width: 1100px) {
  .home .middle .bg_images .tv { bottom:-113px; width:1065px; }
}
@media screen and (min-width: 1150px) {
  .home .middle .bg_images .tv { bottom:-116px; width:1081px; }
}
@media screen and (min-width: 1200px) {
  .home .middle .bg_images .tv {left:110px;  bottom:-114px; }
}
@media screen and (min-width: 1250px) {
  .home .middle .bg_images .tv {left:150px;  bottom:-112px; }
}
@media screen and (min-width: 1300px) {
  .home .middle .bg_images .tv {left:150px;  bottom:-112px; }
}*/


/**
 * 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 "Source Sans Pro", 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 "Source Sans Pro", 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 {
	background-color: #e8e5ce;
	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 .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	/*background-color: #fff;*/
	color: #ca3c08;
	font-size: 20px;
	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 30px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}
.post-navigation a[rel="prev"] {
	float: left
}


/**
 * 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 "Source Sans Pro", 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 "Source Sans Pro", 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-header {
	background-color: #e8e5ce;
}

.page-title {
	/*font: 300 italic 30px "Source Sans Pro", 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-header {
	background-color: #fff;
}

.error404 .page-title {
	/*line-height: 0.6;*/
	margin: 0;
	padding: 450px 0 180px;
	position: relative;
	text-align: center;
	width: auto;
	font-weight: 400;
}

.error404 .page-title a { font-size: 24px; }

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}
.error404 .page-title p.text {
    margin-top:75px;
}

.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: 660px;
	padding-left: 30px;
	/*padding-right: 200px;*/
}

.comments-title {
	/*font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;*/
	font-size: 18px; 
	color: #BC360A;
	margin: 10px 0 0;
}

.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: 20px 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: 12px;
	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: 0 0 70px;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

/*.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", 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);
	/*-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: 400 'Roboto Slab', 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;
}

/*Facebook Like widget on hero page*/
.fb-like-hero { margin-top: 2em; margin-left: 1.3em; }

/*All Heroes widget*/
.tooltips.tooltips-heroes { height: 111px !important;}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background:url("images/paper_bg.png") center 0 repeat-x transparent;
        width:100%;
	color: #4d4d4d;
	text-align: center;
        position:relative;
	/*z-index: 1;*/
        margin-top:-33px;
}

.site-footer a {
	color: #4d4d4d;
}

.site-footer .sidebar-container { max-width:320px; margin:0 auto; padding-top: 40px; }

.site-footer .widget-area { margin: 0 auto; width: 100%; padding-left: 20px; padding-right: 20px; }

.sidebar .site-footer .widget-area {
	position: relative;
}

.site-footer .widget {
	background: transparent;
	color: #8a0b04;
        margin:0;
        padding:0;
	left: 0 !important;
}

.sidebar .site-footer .widget {
}

.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 h4 {font-size:1.3846em; color:#41526c; font-weight:400; /*padding-bottom: 12px;*/ margin: 0; }
.site-footer .widget p.sub_text {text-transform:uppercase; font-size:1em; margin-top:1em; line-height: 18px; }

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-footer .widget-right { margin-top: 22px; }
.site-footer .widget-right a {width:54px; margin-right:14px; display: inline-block; }
.site-footer .widget-right a img {width:100%;}
.site-footer .widget-right a.yt { margin-right:0;}
.site-footer .widget-right a.fb:hover {transform:rotate(343deg);}
.site-footer .widget-right a.tw:hover {transform:rotate(22deg);}
.site-footer .widget-right a.yt:hover {transform:rotate(328deg);}

.site-footer .widget-left { margin-top: 22px; }
.site-footer .widget-left a {width:75px; margin-right:32px; display: inline-block; }
.site-footer .widget-left a img {width:100%;}
.site-footer .widget-left a.yt { margin-right:0;}
.site-footer .widget-left a.fb:hover {transform:rotate(343deg);}
.site-footer .widget-left a.tw:hover {transform:rotate(22deg);}
.site-footer .widget-left a.yt:hover {transform:rotate(328deg);}

.site-info { margin: 0 auto; max-width: 320px; padding: 15px 0; font-size:0.76923em; text-align:center; }
.site-info p {color:#4d4d4d; margin:0;}
.site-info a {padding:0 5px; color:#4d4d4d; line-height:16px; display:inline-block;}
.site-info .links {display:block; }

.wpcf7-form-control.wpcf7-submit.blue-footer-button { border-width: 0; display: block; float:left; width: 100%; font-size: 2em; background: -webkit-linear-gradient(top, #3d5b98 0%, #305091 100%); /* Chrome 10+, Safari 5.1+ */ background:   linear-gradient(to bottom, #3d5b98 0%, #305091 100%); }
.wpcf7-form-control.wpcf7-submit.blue-footer-button:hover { background: -webkit-linear-gradient(top, #42609d 0%, #395a9c 100%); /* Chrome 10+, Safari 5.1+ */ background:   linear-gradient(to bottom, #42609d 0%, #395a9c 100%); }

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.fb-facepile.footer-facepile.fb_iframe_widget {
    float: left;
    margin-bottom: 4em;
}

@media screen and (min-width:540px) { 
  .site-info { max-width: 1337px; padding: 35px 0;  margin-left: 20px; margin-right: 20px; } 
  .site-footer .sidebar-container { max-width: 1377px; padding: 50px 0 0; }
}

@media screen and (min-width:980px) {
  .site-footer .widget-left { text-align: left; float: left; width: 68%; }
  .site-footer .widget-right { text-align: right; float: right; margin-top: 0; }
  .site-footer .widget-left { text-align: left; float: left; margin-top: 0; }
  .site-footer .widget h4 { font-size: 1.8461em; padding-bottom: 5px; }
  .site-footer .widget p.sub_text { font-size: 1.0769em; }
  .site-footer .widget-right a { margin-right: 32px; }
  .site-footer .widget-left a { margin-right: 32px; }
  .site-footer .widget-right a.yt { margin-right: 46px; }
  .site-footer .widget-left a.yt { margin-right: 46px; }
  .site-info { border: 0; font-size: 0.923em; border-top:2px solid transparent; border-image:url("images/footer_divider.png") 2 0 round; margin-top: 35px; padding-bottom: 50px; }
  .site-info .links { display:inline; }
}
@media screen and (min-width:1377px) {
  .site-info { margin-left: auto; margin-right: auto; }
}

@media screen and (min-width:1440px) {
  /*.site-info { max-width: 1337px; }*/
  .site-footer .sidebar-container { /*max-width: 1377px;*/ padding-top: 65px; }
  .site-footer .widget h4 { font-size: 2.76923em; padding-bottom: 12px; }
  .site-footer .widget p.sub_text { font-size: 1.3846em; }
  .site-footer .widget-right a { width: 75px; }
  .site-footer .widget-left a { width: 75px; }
  .site-info { font-size: 1.0769em; }
}



/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 280px 0 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		/*margin-right: 60px;*/
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}

    .wpcf7-form-control.wpcf7-submit.blue-footer-button {
        float: none;
        width: auto;
        margin: 0 auto;
    }
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 800px) {
    /* Small menu */
	.menu-toggle {
		/*cursor: pointer;*/
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		/*background-color: #db572f;*/
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		/*padding-left: 20px;
		padding-right: 20px;*/
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		/*font-weight: bold;*/
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		/*width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);*/
	}

	.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: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


.entry-title,
.format-chat .entry-title,
.format-image .entry-title,
.format-gallery .entry-title,
.format-video .entry-title {
	font-size: 22px;
}

@media (min-width: 640px) {
  .entry-title,
  .format-chat .entry-title,
  .format-image .entry-title,
  .format-gallery .entry-title,
  .format-video .entry-title {
	font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .entry-title,
  .format-chat .entry-title,
  .format-image .entry-title,
  .format-gallery .entry-title,
  .format-video .entry-title {
	font-size: 42px;
  }
}

@media (min-width: 1440px) {
  .entry-title,
  .format-chat .entry-title,
  .format-image .entry-title,
  .format-gallery .entry-title,
  .format-video .entry-title {
	font-size: 48px;
  }
}

/**
 * 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;
	}
}

/* Custom media queries */

@media (max-width: 1400px) {
    .fb-facepile.footer-facepile.fb_iframe_widget{
        margin-bottom: 2em;
    }
    #play-button-link { margin-left: 1em; }
}

@media (max-width: 1280px) {
    #header-right-widget .widget li {padding:19px 10%;}
    #header-right-widget .social {display:none;}
    #header-right-widget { width: 14%; }
    #tournament-button {margin-left: 4px !important;}
}

@media (max-width: 1116px) {
    #buttons-holder-nav { width: 22.5%; padding-top: 4px; }

    #play-button { width: 100px; float: right; background-size: 100px; padding: 9px 0;}
    #play-button-link { margin-top: 12px;}
    #play-button:hover { width: 100px; background-size: 100px;}

    #tournament-button { width: 100px; background-size: 100px; margin-top: 12px; }
    #tournament-button:hover { width: 100px; background-size: 100px; margin-top: 11px; margin-left: 4px;}
}
@media (max-width: 988px) {
    #buttons-holder-nav {width: 16.5%;}
}
@media only screen and (min-width:768px) and  (max-width: 916px) {
    #play-button-link { margin-left: 0.5em; }
    #play-button { display: none; }
    #play-button-link { display: none; }
    #tournament-button { display: none; }
    #tournament-link { display: none; }
}

@media only screen and (max-width:768px) {
    .menu-toggle {width: 30% !important;}
    #header-right-widget { width: 150px !important;}
    #buttons-holder-nav {width: 220px !important; }
    #play-button:hover { padding: 9px 0; }
    #tournament-button {margin-top: 11px;}
    #play-button-link {margin-top: 11px;}
}
@media only screen and (max-width:676px) {
    #buttons-holder-nav {width: 160px !important;}
}
@media only screen and (max-width:469px) {
    #play-button-link { margin-top: 15px;}
    #buttons-holder-nav {width: 90px !important;}
    #play-button { width: 80px; background-size: 80px; }
    #play-button:hover { width: 80px; background-size: 80px;}
    #tournament-button { width: 80px; background-size: 80px; margin-top: 15px; }
    #tournament-button:hover { width: 80px; background-size: 80px; margin-top: 15px;}
}

@media only screen and (max-width:405px) {
    .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-388 {display: block !important;}
    .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-390{display: block !important;}

    .newsletter-email.lbp-inline-link-2.cboxElement.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1253 {display: block !important;}
    .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1254 {display: block !important;}
    #header-right-widget {
        width: 130px !important;
    }
    #buttons-holder-nav {
        width: 84px !important;
        text-align: right;
    }
    #buttons-holder-nav #play-button-link {
        margin-left: 0;
    }
}


@media (max-width: 960px) {
    #header-right-widget .qtrans_flag_and_text {background-position:center center;}
    #header-right-widget .widget_qtranslate a span {display:none;}
}

@media (max-width: 980px) {
    .fb-facepile.footer-facepile.fb_iframe_widget { float: none; }
    #header-right-widget .social {display:none;}
    .home-facepile { display: none !important; }
}

@media (max-width: 996px) {
    /*#buttons-holder-nav { padding-top: 4px; }*/
}

@media (max-width: 820px) {
    .fb-like-hero { margin-left: 0px; }
}

@media (max-width: 800px) {
    .main-navigation {min-height:55px;}
    .main-navigation .home {display:none; min-height:55px;}
    .menu-toggle {color:#9EA5B0; width:50%; float:left; padding:0; font-size:1px;}
    .menu-toggle:after, .toggled-on .menu-toggle:after {content:'';}
    .menu-toggle .text {display:none;}
    .menu-toggle .mobile_icon {background:url("images/mobile_menu_nav.png") 0 0 no-repeat; width:45px; height:23px; margin:16px auto 0; cursor: pointer; }
    .menu-top-menu-container {position:absolute; width:100%; top:55px; z-index:100; background-color:#41526C;}
    .nav-menu li {border-right:none; border-top:2px solid transparent; border-image:url("images/nav_divider_h.gif") 2 0 round; float: none; }
    .nav-menu li a {padding:0; text-align:center; line-height:60px; font-size:1.4em;}
    #menu-top-menu li a[title="Home"] {display:block;}
    #header-right-widget {width:50%; float:right;}
    #header-right-widget .widget_qtranslate {float:none; border:none;}
    #header-right-widget .widget li {padding:0; text-align:center; min-height:55px;}
    #header-right-widget .widget_qtranslate a {display:inline-block; margin:21px auto 0; width:18px; height:12px;}
}
/*@media (max-width: 835px) {*/
    /*#header-right-widget { width: 42%; }*/
/*}*/

@media (max-width: 643px) {
    
    .home .middle .bg_images .img1 {display:none;}
    .home .middle .bg_images .img2 {left:1%;}
    
}

@media (max-width: 500px) {
    .site-footer .widget-left a { margin-right: 15px; }
}

/* Blank page template */
.page-welcome .news-header .news-wrapper h1, .page-already-signed .news-header .news-wrapper h1 { display: none; }
.page-template-blank-page-php .entry-content { background:url("images/single-content-bg.png") no-repeat  center top; z-index:1;  position:relative; margin-top:-25px;  margin: -36px auto 0;  padding: 150px 0;  width: 100%; }
.page-template-blank-page-php .site-content { background-color: #F7F5E7;}
.page-template-blank-page-php .entry-content .content-wrap { margin: 0 auto; width: 320px; padding: 0 20px; }
.page-template-blank-page-php .entry-content .content-wrap > p { text-align: center; color: #8A0B04; font-size: 1.4em; }
.page-template-blank-page-php .entry-content .content-wrap > ul { max-width: 700px; margin: 0 auto; }
.page-template-blank-page-php .entry-content .content-wrap li { color: #757575; font-size: 16px; }
.page-template-blank-page-php .entry-content .content-wrap li a { color: #757575; }
.page-template-blank-page-php .entry-content .content-wrap li a:hover { color: #757575; }

@media screen and (min-width: 540px) {
  .page-template-blank-page-php .entry-content .content-wrap { width: 100%; max-width: 1337px; }
}
@media screen and (min-width: 980px) {
  .page-template-blank-page-php .entry-content .content-wrap > p { font-size: 1.6em; }
  .page-template-blank-page-php .entry-content .content-wrap li { font-size: 18px; }
}
@media screen and (min-width: 1300px) {
  .page-template-blank-page-php .entry-content .content-wrap > p { font-size: 3.2em; }
}

/*All Heroes page template*/
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-388 {display: none;}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-390{display: none;}

.newsletter-email.lbp-inline-link-2.cboxElement.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1253 {display: none;}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1254 {display: none;}

.page-template-all-heroes-page-php .entry-content { background: none !important; position:relative; margin-top:-25px;  margin: -36px auto 0; padding-top: 4em !important; width: 100%; }
.page-template-all-heroes-page-php .site-content { background-color: #F7F5E7;}
.page-template-all-heroes-page-php .content-heroes { background: url("images/subtle_grunge.png") repeat scroll 0 0 rgba(0, 0, 0, 0); }
.page-template-all-heroes-page-php .entry-content .content-wrap { margin: 0 auto; padding: 0 20px; }
.page-template-all-heroes-page-php .entry-content .content-wrap > p { text-align: center; color: #8A0B04; font-size: 1.4em; }
.page-template-all-heroes-page-php .entry-content .content-wrap > ul { max-width: 700px; margin: 0 auto; }
.page-template-all-heroes-page-php .entry-content .content-wrap li { color: #757575; font-size: 16px; }
.page-template-all-heroes-page-php .entry-content .content-wrap li a { color: #757575; }
.page-template-all-heroes-page-php .entry-content .content-wrap li a:hover { color: #757575; }

.all-single { display: block; float: left; text-align: center; border-bottom: 1px solid #ded3c5; margin: 2em 5em; width: 22em; }
.all-single p { font-size: 1.6em; color: #41526c; }

@media screen and (min-width: 540px) {
    .page-template-all-heroes-page-php .entry-content .content-wrap { width: 100%; max-width: 1337px; }
}
@media screen and (min-width: 980px) {
    .page-template-all-heroes-page-php .entry-content .content-wrap > p { font-size: 1.6em; }
    .page-template-all-heroes-page-php .entry-content .content-wrap li { font-size: 18px; }
}
@media screen and (min-width: 1300px) {
    .page-template-all-heroes-page-php .entry-content .content-wrap > p { font-size: 3.2em; }
}

@media screen and (max-width: 1350px) {
    .all-single { margin: 2em 2em; }
}

@media screen and (max-width: 1300px) {
    .all-single { width: 20em; }
    .all-single p { font-size: 1.4em; }
}

@media screen and (max-width: 640px) {
    .all-single { float: none; margin: 0 auto; }
}

/*-- Contact us page --*/
.page-contact .entry-content { background: url("images/contact-bg.png") center 0 repeat-x transparent; position: relative; margin: -36px auto 0; z-index: 3; height: 525px; padding: 0 20px; }
.page-contact .entry-content .content-wrap { border: 0; width: 100%; padding: 90px 0 0; margin: 0 auto; height: 525px; border-image: url("images/footer_divider.png") 2 0 2 0 round round; border-bottom: 2px solid rgba(0, 0, 0, 0);  }
.page-contact .entry-content .content-wrap .form-wrap { max-width: 1090px; margin: 0 auto; }
.page-contact .entry-content .content-wrap .form-wrap > p { color: #72634B; text-shadow: 1px 1px rgba(255, 255, 255, 0.3); font-size: 14px; }
.page-contact .entry-content .content-wrap form { position: relative; }
.page-contact .entry-content .content-wrap textarea, .page-contact .entry-content .content-wrap input {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ffffff));
    background: -webkit-linear-gradient(top, #e1e1e1, #ffffff);
    background: -moz-linear-gradient(top, #e1e1e1, #ffffff);
    background: -ms-linear-gradient(top, #e1e1e1, #ffffff);
    background: -o-linear-gradient(top, #e1e1e1, #ffffff);
    margin-bottom: 15px; color: #606060;
}
.page-contact .entry-content .content-wrap textarea { resize: none; height:150px; }
.page-contact .entry-content .content-wrap input[type="submit"] {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#13a426), to(#3d8c0b));
    background: -webkit-linear-gradient(top, #13a426, #3d8c0b);
    background: -moz-linear-gradient(top, #13a426, #3d8c0b);
    background: -ms-linear-gradient(top, #13a426, #3d8c0b);
    background: -o-linear-gradient(top, #13a426, #3d8c0b);
    text-transform: uppercase; border: 0; color: #276504; text-shadow:1px 1px rgba(255,255,255,0.2); width: 120px;
}

.page-contact .entry-content .content-wrap textarea, .page-contact .entry-content .content-wrap input[type="text"], .page-contact .entry-content .content-wrap input[type="email"] { width: 100%; }
.page-contact .entry-content .content-wrap textarea:focus, .page-contact .entry-content .content-wrap input:focus {  box-shadow: 0 0 8px rgba(0,0,0, 0.6); /*transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;*/}
.page-contact .entry-content .content-wrap input[type="submit"]:focus { box-shadow:none;}
.page-contact .entry-content .content-wrap input[type="submit"]:hover { color: #fefffe; text-shadow:1px 1px rgba(0,0,0,0.3); }
.page-contact .entry-content .content-wrap .text { font-size: 0.76923em; color: #4d4d4d; font-style: italic; font-family: Verdana, Geneva, sans-serif; }
.page-contact .entry-content .content-wrap .form-right .watermark { display: none; }

.page-contact div.wpcf7-response-output { margin: 0; padding: 0; border: 0; position: absolute; width: 100%; text-align:center; font-size: 1.2em; color: #890b04; text-transform: uppercase; top: -130px; }
.page-contact span.wpcf7-not-valid-tip { position: absolute; bottom: 0;}
.page-contact span.wpcf7-form-control-wrap { display: block !important; }


@media screen and (min-width: 540px) {
  .page-contact .entry-content .content-wrap { max-width: 1337px; }
  .page-contact .entry-content .content-wrap form { width: 400px; margin: 0 auto; }
  .page-contact .entry-content .content-wrap .form-wrap > p { width: 400px; margin-left: auto; margin-right: auto; }
}

@media screen and (min-width: 700px) {
  .page-contact .entry-content .content-wrap form, .page-contact .entry-content .content-wrap .form-wrap > p { width: 100%; }
  .page-contact .entry-content .content-wrap .form-left { float: left; width: 55%; }
  .page-contact .entry-content .content-wrap .form-right { float: right; width: 40%; }
  .page-contact .entry-content .content-wrap .form-right .watermark { display: block; margin-top: -110px; margin-bottom: 15px; }
  .page-contact .entry-content .content-wrap textarea { height: 300px; }
  .page-contact .entry-content .content-wrap input { height: 45px; }
  .page-contact .entry-content .content-wrap input[type="submit"] { float: right; }
  .page-contact .entry-content .content-wrap .text { margin-top: -30px;}
}

@media screen and (min-width: 1440px) {
  .page-contact .entry-content .content-wrap { padding-top: 60px; }
  .page-contact .entry-content .content-wrap .form-wrap > p { font-size: 16px; }
  .page-contact .entry-content .content-wrap textarea { height: 325px; font-size: 1.3846em; padding: 20px;  margin-bottom: 25px; }
  .page-contact .entry-content .content-wrap input { height: 65px; margin-bottom: 25px; font-size: 1.3846em; padding-left: 20px; padding-right: 20px; }
  .page-contact .entry-content .content-wrap input[type="submit"] { width: 175px; font-size: 1.84615em }
  .page-contact .entry-content .content-wrap .text { font-size: 0.923em; margin-top: -40px; }
}

/* Media page */
.page-media .media-wrap { width: 320px; padding: 0 20px; margin: 0 auto; }
.page-media .media-wrap .media-video { display: none; }
.page-media .media-wrap .media-download { background: url("images/media-download.png") no-repeat scroll transparent; width: 100%; max-width: 428px; height: 590px; background-size: 100% 80%; margin: -32px auto 0; padding: 50px 25px 0; color: #44423f; }
.page-media .media-wrap .media-download .title { font-weight: 300; font-size: 22px; margin: 0; }
.page-media .media-wrap .media-download ul { list-style: none; padding: 0; margin-top: 10px; }
.page-media .media-wrap .media-download li { border-bottom: 1px #525252 dashed; padding: 10px; }
.page-media .media-wrap .media-download li:last-child { border-bottom: 0 none; }
.page-media .media-wrap .media-download ul span { float: left; font-size: 14px; line-height: 18px; padding-right: 4px; }
.page-media .media-wrap .media-download ul .download-title { float: left; }
.page-media .media-wrap .media-download ul .download-title h3 { margin: 0; font-size: 14px; text-transform: uppercase; }
.page-media .media-wrap .media-download ul .download-title p { font-size: 12px; font-weight: 300; margin: 0; }
.page-media .media-wrap .media-download ul .download-icons { clear: both; }
.page-media .media-wrap .media-download ul .download-icons a {  margin-left: 10px; display:inline-block; }
.page-media .media-wrap .media-download ul .download-icons img { width: 25px;  height: auto; opacity: 0.75; }
.page-media .media-wrap .media-download ul .download-icons a:hover img { opacity: 1; }
.page-media .news_left p { margin: 0; }
.page-media .gallery { margin-left: 0; width: 250px; margin: 0 auto; }
.page-media .gallery .gallery-item { overflow: visible; /*float: none; */  margin: 0 0 20px;}
.page-media .gallery .gallery-item a { display: inline-block; border: 2px solid #ffffff; box-shadow: 0 0 12px rgba(0,0,0,0.35); opacity: 0.75; }
.page-media .gallery .gallery-item a:hover { opacity: 1; }
.page-media .pagination { text-align: center; }
.page-media .pagination span { width: 30px; height: 30px; border: 1px solid #d6d6d6; color: #afafaf; border-radius: 3px; line-height: 28px; font-size: 14px; text-align: center; font-weight: 300; display:inline-block; margin-right: 10px; }
.page-media .pagination span:last-child { margin-right: 0; }
.page-media .pagination span.current-page, .page-media .pagination span:hover { border-color: #b7b7b7; color: #757575; font-weight: 400; background: rgba(0,0,0,0.05); }
.page-media .bottom-img, .news-bottom-img { display: none; }

@media screen and (min-width: 540px) {
  .page-media .media-wrap {width: 100%; max-width: 1440px; }
  .page-media .media-wrap .media-download { padding-left: 35px; padding-right: 35px; }
  .page-media .media-wrap .media-download ul { margin-top: 20px; }
  .page-media .media-wrap .media-download li { padding: 20px 15px; }
  .page-media .media-wrap .media-download ul .download-icons { float: right; clear: none; }
  .page-media .media-wrap .media-download ul .download-icons img { width: 35px; }
}

@media screen and (min-width: 800px) {
    .page-media .bottom-img, .news-bottom-img { display: block; max-width: 1377px; width: 100%; margin: 0 auto; padding: 0 20px; }
    .page-media .bottom-img .img-wrap, .news-bottom-img .img-wrap { float: right; max-width: 355px; width: 30%; position: relative; }
    .page-media .bottom-img .img-wrap img { width: 72%; height: auto; position: absolute; top: -260px; }
    .news-bottom-img .img-wrap img { width: 97%; height: auto; position: absolute; }
}

@media screen and (min-width: 900px) {
  .page-media .gallery { width: 575px }
  .page-media .gallery .gallery-item { margin: 0 10px 20px 10px; }
}

@media screen and (min-width: 980px) {
  .page-media .media-wrap .media-video { display: block; float: left; background: url("images/media_video_bg.png") no-repeat center top scroll transparent; background-size: contain; width: calc(100% - 428px); height: 514px; max-width: 728px; padding: 3.7% 3.7% 0; margin-top: -15px; }
  .page-media .media-wrap .media-video img { width: 100%; }
  .page-media .media-wrap .media-download { float: right; }
}

@media screen and (min-width: 1250px) {
  .page-media .media-wrap .media-video { padding: 3.7% 3.5% 0; }
}

@media screen and (min-width: 1320px) { 
  .page-media .media-wrap .media-video { width: 728px; padding: 3.5% 3.3% 0; }
  .page-media .media-wrap .media-download { max-width: 535px; padding: 60px 50px 0; margin-top: -37px; background-size: 100%; }
  .page-media .media-wrap .media-download .title { font-size: 30px; }
  .page-media .media-wrap .media-download ul span { font-size: 18px; line-height: 24px; }
  .page-media .media-wrap .media-download ul .download-title h3 { font-size: 18px; }
  .page-media .media-wrap .media-download ul .download-title p { font-size: 14px; }
  .page-media .media-wrap .media-download ul .download-icons a { margin-left: 25px; }
  .page-media .media-wrap .media-download ul .download-icons img { width: 50px; }
  .page-media .media-wrap .media-download li { padding: 25px 28px 25px 20px; }
  .page-media .pagination span {  width: 42px; height: 42px; line-height: 40px; font-size: 18px; margin-right: 16px;}
}

@media screen and (min-width: 1380px) { 
  .page-media .gallery { width: 100%; }
  .page-media .gallery .gallery-item { margin: 0 25px 45px 0; }
  .page-media .gallery .gallery-item:nth-of-type(3n) { margin-right: 0; }
  
}

@media screen and (min-width: 1440px) {
  .page-media .media-wrap .media-video { margin-left: 64px; }
  .page-media .media-wrap .media-video { padding: 3.3% 3.1% 0; }
}


/* Hero pages  */
.hero-page .hero-header { background: url("images/hero-top-bg.png") repeat-x scroll bottom center transparent; position: relative; }
.hero-header .top-wrapper { padding: 30px 20px 60px; width: 320px; max-width: 1480px; margin: 0 auto; }
.hero-header .top-wrapper > img { width: 200px; max-width: 366px; height: auto; display: block; margin: 0 auto;  }
.hero-header .desc-wrap { color: #72634b; text-shadow: 1px 1px rgba(255,255,255,0.3); }
.hero-header .desc-wrap h1 { color: #41526c; margin-top: 20px; text-transform: uppercase; }
.hero-header .desc-wrap p a { font-size: 12px; text-transform: uppercase; color: #8a0b04; }
.hero-header .abilities-wrap div { margin-bottom: 15px; }
.hero-header .abilities-wrap img { float: left; margin-right: 8px; }
.hero-header .abilities-wrap span { display: block; }
.hero-header .abilities-wrap .power { text-transform: uppercase; color: #8a0b04; }
.hero-page .news_left { color: #757575; text-shadow: 1px 1px rgba(255,255,255,0.3); }
.hero-page .abilities h2 { color: #41526c; margin: 0; font-size: 22px; }
.hero-page .abilities div { border-bottom: 1px dashed #757575; padding: 23px 0; }
.hero-page .abilities div:last-child { border-bottom: 0 none; }
.hero-page .abilities img { display: block; float: left; width: 70px; height: auto; margin-right: 10px; }
.hero-page .abilities p { float: left; /*width: calc(100% - 80px);*/ margin-bottom: 0;  }
.hero-page .abilities p span { display: block; text-transform:uppercase; color: #8a0b04; font-size: 15px; }
.hero-page .biography h2 { color: #8a0b04; font-size: 20px; margin-top: 40px;  }
.hero-page .biography p { margin-bottom: 18px; }
.hero-page .hero-sidebar { display: none; }

.choice { display: none; }

@media screen and (min-width: 540px) {
  .hero-header .top-wrapper > img { margin: 0; float: left; width: 40%; }
  .hero-header .desc-wrap { float: right; /*width: 55%;*/ }
  .hero-header .top-wrapper { width: 100%; }
  .hero-page .abilities-wrap div { float: left; width: 270px; }
  
}
@media screen and (min-width: 768px) {
  .choice { display: block; }
  .choice .widget .widget-title { color: #8a0b04; margin-left: 15px; font-size: 20px; margin-bottom: 20px; }
  .choice .widget { background: none; padding: 0; max-width: 330px; }
  .choice .widget img { cursor: pointer; display: block; float: left; margin: 15px; width: 80px; height: 80px; }
}
@media screen and (min-width: 800px) {
    .hero-page .hero-sidebar { display: block; float: right; width: 38%; }
    .hero-page .hero-sidebar > img { width: 100%; height: auto; margin-bottom: 70px; }
}
@media screen and (min-width: 960px) {
  .hero-header .top-wrapper > img { width: 366px; }
  /*.hero-header .desc-wrap { width: calc(100%  - 396px);}*/
  .hero-header .top-wrapper { padding: 55px 20px 66px; }
}
@media screen and (min-width: 976px) {
  .hero-header .abilities-wrap div { margin-bottom: 30px; }
}
@media screen and (min-width: 1024px) {
  
  
}
@media screen and (min-width: 1200px) {
  .hero-page .news_left { font-size: 15px; }
  .hero-page .abilities img { width: 123px; margin-right: 34px; }
  /*.hero-page .abilities p {  width: calc(100% - 157px); }*/
  .hero-page .abilities p span { font-size: 18px; }
  .hero-page .abilities h2 { font-size: 30px; }
  .hero-page .biography h2 { font-size: 24px; margin: 80px 0 35px; }
  .hero-page .biography p, .hero-page .abilities p { line-height: 22px; }
  .hero-page .abilities-wrap div { width: 320px; }
  .hero-header .desc-wrap { font-size: 16px; }
  .hero-header .abilities-wrap span { line-height: 1.3; }
  .choice .widget .widget-title { font-size: 24px; }
}
@media screen and (min-width: 1230px) {
  .choice { padding-right: 35px; float: right; }
}
@media screen and (min-width: 1480px) {
  .hero-page .abilities-wrap div { width: 340px; margin-bottom: 40px; }
  .hero-page .abilities-wrap div:first-child, .hero-page .abilities-wrap div:nth-child(4) { margin-left: 20px; }
  .hero-header .desc-wrap { font-size: 18px; }
  .hero-header .abilities-wrap span { line-height: 1; }
  .hero-header .desc-wrap h1 { margin-bottom: 15px; }
  .hero-header .desc-wrap p { margin-bottom: 40px; }
  .hero-page .hero-sidebar { width: 34%; }
}

.home #cboxWrapper, #mc_signup { background: url('images/subtle_grunge.png') repeat scroll 0 0 transparent; }
#mc_signup { font-family:"Roboto Slab", serif; font-size: 14px; color: #41526c; }
#mc_signup .mc-field-group, #mc_signup h2, #mc_signup .indicates-required { text-transform: uppercase; }
#mc_signup h2 { margin: 0; padding: 25px 0; }
#mc_signup .mc_signup_form { background: none; max-width: 550px; margin: 0 auto; }
#mc_signup label { margin-bottom: 0; }
#mc_signup .asterisk { color: #BC360A; padding-left: 5px; }
#mc_signup input[type="text"], #mc_signup input[type="email"] { height: 65px; border: 1px solid #9e9e9e; max-width:430px; padding-left: 15px !important; padding-right: 15px !important; margin: 2px 0;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#fefefe));
background: -webkit-linear-gradient(top, #e1e1e1, #fefefe);
background: -moz-linear-gradient(top, #e1e1e1, #fefefe);
background: -ms-linear-gradient(top, #e1e1e1, #fefefe);
background: -o-linear-gradient(top, #e1e1e1, #fefefe); }
#mc_signup input.full-width { width:100%; }
#mc_display_rewards { font-size: 12px; text-transform: capitalize; }
#mc_signup input[type="submit"] { width: 315px; height: 65px; text-transform: uppercase; border-radius: 3px; border: 0 none; }
#mc_signup .mc_interests_header { font-weight: normal; margin-bottom: 0; }
#mc_signup .mc-field-group { margin-bottom: 30px; position:relative; }
#mc_signup .indicates-required { margin-bottom: 30px; font-size: 12px; }
#mc_signup div.mce_inline_error { line-height: normal; position:absolute; font-size:12px; color:#BC360A; }
#mc_signup div.selector div.mce_inline_error { margin-left:-10px; }
#mc_signup .fb-like { margin-left: 10px; }
#mc_signup .fb-like span{overflow:visible !important; width:450px !important; margin-right:-375px;}
.home #cboxWrapper #mc_signup .fb-like { width: 100px !important; }
.home #cboxWrapper #mc_signup .fb-like span { width:100px  !important }
#mce-error-response { margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  #mc_signup { font-size: 18px; }
}

/* Thank you page */
.thank-wrap { max-width: 980px; margin: 0 auto; color: #72634B; text-shadow: 1px 1px rgba(255, 255, 255, 0.3); }
.thank-wrap h2 { color: #41526C; font-size: 1.4em; }
.thank-wrap h3 { color: #8A0B04; font-size: 0.9375em; }
.thank-wrap h2, .thank-wrap h3 { text-align: center; }
.thank-wrap .row-wrap { max-width: 700px; margin: 0 auto; }
.thank-wrap div.row { margin-bottom: 40px; font-size: 14px; width: 100%; max-width: 300px; margin: 0 auto; text-align: center;}
.thank-wrap div.row p { margin: 40px 0 10px; }
.thank-wrap .fb-like-box { vertical-align: middle; }
.thank-wrap .fb-send  span{overflow:visible !important; width:450px !important; margin-right:-375px;}
.fb_iframe_widget span { vertical-align: middle !important; }

@media screen and (min-width: 540px) {
	.thank-wrap h2 { font-size: 1.85em; }
	.thank-wrap h3 { font-size: 1.0769em; }
	.thank-wrap div.row { font-size: 17px; }
}

@media screen and (min-width: 640px) {
	.thank-wrap div.row  { float:left; }
	.thank-wrap div.row:last-child { float: right; padding-top: 50px; }
}

@media screen and (min-width: 1440px) {
	.thank-wrap h2 { font-size: 2.76923em; }
	.thank-wrap h3 { font-size: 1.3846em; }
}

.tml-action-links { list-style: none; padding: 0; }


.home .home_main:after, #heroes:after,
.textwidget:after,
.news-content .entry-meta:after,
.news:after,
.news .news-wrapper:after,
.news .news_left article:after,
#sidebar-carousel:after,
.page-template-news-php .site-main .sidebar_news:after, 
.single .site-main .sidebar_news:after,
.archive .site-main .sidebar_news:after,
.page-contact .entry-content .content-wrap form:after,
.page-contact .entry-content .content-wrap .form-right div:after,
.single .news-wrapper:after,
.awards-content .entry-meta:after,
.awards:after,
.awards .awards-wrapper:after,
.awards .awards_left article:after,
.page-template-awards-php .site-main .sidebar_awards:after,
.single .site-main .sidebar_awards:after,
.archive .site-main .sidebar_awards:after,
.single .awards-wrapper:after,
.single .entry-meta:after,
.page-media .media-wrap:after,
.page-media .media-wrap .media-download ul .download-title:after,
.page-media .media-wrap .media-download ul .download-icons:after,
.page-media .media-wrap .media-download li:after,
.page-media .bottom-img:after,
.page-media .bottom-img .img-wrap:after,
.hero-header .abilities-wrap div:after,
.hero-page .abilities div:after,
.hero-header .top-wrapper:after,
.choice .widget:after,
.nav-menu li:after,
.thank-wrap .row-wrap:after,
.bbp-login-form .bbp-submit-wrapper:after  { clear: both; float: none; content: ""; display: table; }

.page-template-all-heroes-page-php .entry-content {
    background: url("images/single-content-bg.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    margin: -36px auto 0;
    padding: 150px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
/*About Page*/
.about-game h1{color: #41526c;}
.about-game .entry-content { background: none !important; position:relative; margin-top:-25px;  margin: -36px auto 0; padding-top: 4em !important; width: 100%; }
.about-game .entry-content h2 {font-size: 24px;color: #8a0b04; text-transform: uppercase;}
.about-game .entry-content h3 {color: #8a0b04; font-size: 19px; text-transform: uppercase;}
.about-game .site-content { background-color: #F7F5E7;}
.about-game .content-heroes { background: url("images/subtle_grunge.png") repeat scroll 0 0 rgba(0, 0, 0, 0); }
.about-game .entry-content .content-wrap { margin: 0 auto; padding: 0 20px; margin-bottom: 8%; margin-top: 2%;}
.about-game .entry-content .content-wrap { max-width: 1337px; width: 100%; }
.about-game .entry-content .content-wrap > p { text-align: left; color: #757575; font-size: 1.15384em; }
.about-game .entry-content .content-wrap > ul { max-width: 700px; padding: 0 0 0 32px;}
.about-game .entry-content .content-wrap li { color: #757575; font-size: 1.15384em; }
.about-game .entry-content .content-wrap li a { color: #757575; }
.about-game .entry-content .content-wrap li a:hover { color: #757575; }

@media screen and (max-width: 600px){
    .about-game .entry-content h3 {font-size: 1.0769em;}
    .about-game .entry-content .content-wrap > ul { padding: 0 0 0 18px; }
    .about-game .entry-content h2 {font-size: 1.2769em;}
}
@media screen and (max-width: 1200px) {
    .about-game .entry-content .content-wrap > p { font-size: 13px; }
    .about-game .entry-content .content-wrap li { font-size: 13px; }
}

/*Tournament Page*/
.tournament h1{color: #41526c;}
.tournament .entry-content { background: none !important; position:relative; margin-top:-25px;  margin: -36px auto 0; padding-top: 4em !important; width: 100%; }
.tournament .entry-content h3 {color: #8a0b04; font-size: 19px; text-transform: uppercase;}
.tournament .site-content { background-color: #F7F5E7;}
.tournament .content-heroes { background: url("images/subtle_grunge.png") repeat scroll 0 0 rgba(0, 0, 0, 0); }
.tournament .entry-content .content-wrap { margin: 0 auto; padding: 0 20px;}
.tournament .entry-content .content-wrap { max-width: 1337px; width: 100%; }
.tournament .entry-content .content-wrap > p { text-align: left; color: #757575; font-size: 1.15384em; }
.tournament .entry-content .content-wrap > ul { max-width: 700px; padding: 0 0 0 32px;}
.tournament .left { width: 100%; float: left; margin-right: 10%; margin-bottom: 8%; }
.tournament .left h2 { color: #8a0b04; font-size: 24px;  text-transform: uppercase; }
.tournament .left > p { text-align: left; color: #757575; font-size: 1.15384em; }
.tournament .left li { color: #757575; font-size: 1.15384em; }
.tournament .left li a { color: #bc360a; }
.tournament .left li a:hover { color: #ea9629; }
.tournament .right { width: 30%; float: left; margin-top: 2%; margin-bottom: 8%;}
.tournament .right h3.widget-title { text-transform: none; }
.tournament .main-nav {float: right; display: inline-block; }
.tournament ul.main-nav { padding:0; margin: 0 0 10px 0;}
.tournament .main-nav li{ display: inline-block; }
.tournament .main-nav li.eng.active a{ color: #8a0b04; }
.tournament .main-nav li.srb.active a{ color: #8a0b04; }
.tournament .main-nav li.eng.noactive a{ color: #757575; }
.tournament .main-nav li.srb.noactive a{ color: #757575; }

@media screen and (max-width: 600px){
    .tournament .left h3 {font-size: 1.0769em;}
    .tournament .left > ul { padding: 0 0 0 18px;}
    .tournament .left h2 {font-size: 1.2769em;}
    .page-template-tournament-registration-php .acc-container h5{ font-size: 1.0769em !important; }
}
@media screen and (max-width:800px) {
    .tournament .left { width: 100%; }
    .tournament .right {display: none; }
}
@media screen and (max-width:1000px) {
    .tournament .left { margin-right:0; }
    .tournament .right { float: right; width: 38%; margin-top: 3%;}
}
@media screen and (max-width: 1200px) {
    .tournament .left > p { font-size: 13px; }
    .page-template-tournament-registration-php .acc-content .acc-content-inner p { font-size: 13px; !important}
    .tournament .left li { font-size: 13px; }
}
.page-template-tournament-registration-php .acc-container {
    width:100%;
    margin:22px auto 0 auto;
    overflow:hidden;
}
.page-template-tournament-registration-php .acc-container h5{
    margin: 7px 0;
    font-size: 1.15384em;
}

.page-template-tournament-registration-php .acc-btn {
    width:100%;
    margin:0 auto;
    padding:5px 20px;
    cursor:pointer;
    /*border-bottom:1px solid #2C3E50;*/
    color: #bc360a;
}

.page-template-tournament-registration-php .acc-content {
    height:0px;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.page-template-tournament-registration-php .acc-content p{
    font-size: 1.15384em;
    color: #757575;
    margin: 0;
}

.page-template-tournament-registration-php .acc-content-inner {
    padding:20px;
}

/*.page-template-tournament-registration-php .open {*/
    /*height: auto;*/
/*}*/
.page-template-tournament-registration-php .selected {
    color:#bc360a;
}
.page-template-tournament-registration-php .inline {
    display: inline;
}




/*style for teams page - acordian */
.page-template-teams-php .acc-container {
    width:450px;
    margin:22px auto 0 auto;
    overflow:hidden;
}
.page-template-teams-php .acc-container h5{
    margin: 7px 0;
    font-size: 1.15384em;
}

.page-template-teams-php .acc-btn {
    width:100%;
    margin:0 auto;
    padding:5px 20px;
    cursor:pointer;
    /*border-bottom:1px solid #2C3E50;*/
    color: #bc360a;
}
.page-template-teams-php .acc-btn-left {
    display: inline-block; width: 10%; text-align: right; margin-right: 15%; float: left;
}
.page-template-teams-php .acc-btn-right {
    display: inline-block; width: 70%;text-align: left; float: left;
}
.page-template-teams-php .acc-content {
    height:0px;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.page-template-teams-php .acc-content p{
    font-size: 1.15384em;
    color: #757575;
    margin: 0;
}

.page-template-teams-php .acc-content-inner {
    padding:20px;
    text-align: center;
}

/*.page-template-tournament-registration-php .open {*/
/*height: auto;*/
/*}*/
.page-template-teams-php .selected {
    color:#bc360a;
}
.page-template-teams-php .inline {
    display: inline;
}

/*position for popup close button*/
.page-template-home-php #cboxContent #cboxClose {
    float: right;
    position: absolute;
    right: -8px;
    top: -24px;
}
.page-template-home-php #cboxContent {
    margin-top: 10px;
}

/*leaderboard links for days*/
.tournaments-days {
    float: right;
    margin-right: 15px;
}
.tournaments-days-content {
    float: right;
}
.tournaments-days ul {
    float: left;
    list-style-type: none;
    padding:0;
    margin: 15px 0 20px 0;
}
.tournaments-days li {
    float: left;
    background: url("images/sidebar-list.png") no-repeat scroll 7px center transparent;
    border-bottom: 1px dotted #757575;
    padding:5px 15px 5px 23px;
    margin:0 10px 0 10px;
}
.dataTables_wrapper {
    padding: 0 25px 25px 25px !important;
}
@media screen and (max-width: 1200px){
    .tournaments-days a{
        font-size: 12px;
    }
}
@media (max-width: 1116px) {
    .tournaments-days-content {
        float: right;
        width: 60%;
    }
    .tournaments-days li {
        float: right;
    }
}
@media screen and (max-width: 842px){
    .tournaments-days a{
        font-size: 11px;
    }
}
@media screen and (max-width: 803px){
    .tournaments-days-content {
        float: right;
        padding: 0;
    }
    .tournaments-days li {
        padding: 5px 8px 5px 20px;
        margin:0 10px 0 10px;
    }
    .tournaments-days a{
        font-size: 11px;
    }
}
@media screen and (max-width: 640px){
    .tournaments-days {
        float: left;
        width: 100%;
    }
    .tournaments-days-content {
        width: 320px;
        margin: 0 auto;
        float: none;
        padding: 0;
    }
    .tournaments-days-content li{
        width: 100%;
        padding:5px 5px 5px 23px;
        margin:0;
    }
}

