/*
	Theme Name: BioWare Metro Pro Theme (Child)
	Theme URI: http://my.studiopress.com/themes/metro/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.0.0

	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Metro Pro Blue
		- Metro Pro Green
		- Metro Pro Pink
		- Metro Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,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-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
ul.util, .list-social, ul.util > li, .list-social > li {
  list-style: none;
  margin: 0;
  padding: 0; }
ul.util:after, .list-social:after {
  content: "";
  display: table;
  clear: both; }
ul.util li, .list-social li {
  display: inline-block;
  float: left;
  padding: 0 0.2em; }
  ul.util li:first-child, .list-social li:first-child {
    padding-left: 0; }
  ul.util li:last-child, .list-social li:last-child {
    padding-right: 0; }
ul.util li.last-child, .list-social li.last-child {
  padding-right: 0 !important;
  border-right: 0 !important; }

ul.util li:before {
  content: "|";
  display: inline-block;
  padding: 0;
  color: #666666; }
ul.util li:first-child:before {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 0 0; }

html {
  font-size: 100%;
/*	font-size: 62.5%; 10px browser default */
}

body {
  height: 100%;
  color: #272727;
  background: #000 fixed top center no-repeat;
  background-size: cover;
  font-size: 100%;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  margin: 0 auto;
  width: 100%;
  background-size: cover;
/*  min-width: 1000px; */
/*  min-width: 320px; */ }
  .no-mediaqueries body {
    min-width: 1180px; }

.bg-img-1 {
  background-image: url(images/bg/01.jpg);
}

.bg-img-2 {
  background-image: url(images/bg/02.jpg);
}

.bg-img-3 {
  background-image: url(images/bg/03.jpg);
}

.bg-img-4 {
  background-image: url(images/bg/04.jpg);
}

.bg-img-5 {
  background-image: url(images/bg/05.jpg);
}

.bg-img-6 {
  background-image: url(images/bg/06.jpg);
}

.wrap {
  position: relative;
  max-width: 1180px;
  *zoom: 1;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

#main {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background: white; }
  #main .content {
    width: 83.05085%;
    margin: 0 auto; }
  #main .wrap {
    padding: 6.5em 0 7em; }
  #main .section-nav {
    -webkit-box-shadow: 0 0 8px black;
    -moz-box-shadow: 0 0 8px black;
    box-shadow: 0 0 8px black; }
    #main .section-nav .wrap {
      padding: 4.875em 0 3.25em; }

header.site-header {
  background-color: #333333;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  width: 100%;
  padding-bottom: 25px;
  position: fixed;
  overflow: visible;
  top: 0;
  left: 0;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease; }
  header.site-header .wrap {
    max-width: 945px;
    margin-top: 1.5625em; }
  header.site-header #site-logo {
    float: left;
    display: inline-block; }
    header.site-header #site-logo a {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background: url(images/BioWare_en.png) no-repeat;
      -webkit-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto;
      width: 202px;
      height: 43px;
      display: block;
      margin-top: 3px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .fr header.site-header #site-logo a {
        background-image: url(images/BioWare_fr.png); }

  header.site-header .site-header-fr {
    float: right;
    margin-left: 10px;
  }
    header.site-header .site-header-fr a {
      width: 46px;
      height: 46px;
      display: block;
      border-radius: 23px;
      background: #2d3131;
      text-align: center;
      padding-top: 10px;
      cursor: pointer;
      color: #666666;
      position: relative;
      z-index: 100;
      color: rgba(255, 255, 255, 0.4);
      margin: 0 auto;
    }
    header.site-header .site-header-fr a:hover {
      color: #576b8c;
      background: #252828;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }

  header.site-header .top_nav {
    float: right; }
    header.site-header .top_nav:after {
      content: "";
      display: table;
      clear: both; }
    header.site-header .top_nav .menu {
      list-style: none;
      float: right;
      padding: 0 0 0 10px;
      margin: 9px 0 0; }
      header.site-header .top_nav .menu > li {
        list-style: none;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0 30px 0 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        header.site-header .top_nav .menu > li a {
          color: #666666;
          color: rgba(255, 255, 255, 0.4);
          outline: none;
          font-size: 16px;
        }
          header.site-header .top_nav .menu > li a:hover, header.site-header .top_nav .menu > li.current_page_item a, header.site-header .top_nav .menu > li.current-menu-item a {
            color: #576b8c;
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }

.section-nav {
  padding: 100px 0 0;
  background-color: #666666;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .section-nav ul {
    margin: 0;
    padding: 0; }
    .section-nav ul:after {
      content: "";
      display: table;
      clear: both; }
    .section-nav ul li {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%;
      display: inline;
      text-align: center;
      background-color: black;
      margin-bottom: 1.5em;
      font-size: 0.875em;
      -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);
      padding: 0; }
      .section-nav ul li:last-child {
        float: right;
        margin-right: 0;
        *margin-left: -20px;
        display: inline; }
  .section-nav h2 {
    margin-bottom: 0.5em; }
  .section-nav p {
    padding: 0 10.71429% 1.6em;
    margin-bottom: 0; }
  .section-nav a {
    color: #999999;
    outline: none;
    display: block; }
    .section-nav a:hover {
      color: #576b8c; }

.callouts {
  text-align: center;
  margin-left: 10.20408%;
  margin-right: 10.20408%;
  margin-top: 7em; }
  .callouts ul {
    width: 100%;
    margin: 0;
    padding: 0; }
    .callouts ul:after {
      content: "";
      display: table;
      clear: both; }
    .callouts ul, .callouts ul > li, .callouts ul li, .callouts ul li > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .callouts ul li {
      width: 48.71795%;
      float: left;
      margin-right: 2.5641%;
      display: inline; }
      .callouts ul li:last-child {
        float: right;
        margin-right: 0;
        *margin-left: -20px;
        display: inline; }
      .callouts ul li a {
        outline: none;
        display: block;
        padding-top: 188px; }
        .callouts ul li a span.b {
          display: block; }
      .callouts ul li.reg-game a {
        -webkit-background-size: 144px 137px;
        -moz-background-size: 144px 137px;
        -o-background-size: 144px 137px;
        background-size: 144px 137px; }
      .callouts ul li.redeem a {
        -webkit-background-size: 144px 133px;
        -moz-background-size: 144px 133px;
        -o-background-size: 144px 133px;
        background-size: 144px 133px; }

#footer {
  background: #191919;
  color: #666666;
  font-size: 0.8125em;
  padding: 0 0 2em;
  overflow: hidden; }
  #footer a {
    outline: none;
    color: #666666; }
    #footer a:hover {
      color: #576b8c; }
    #footer a.ea {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      text-indent: 110%;
      display: block;
      margin: 0 auto 1em;
      background: url(images/l-ea.png) no-repeat;
      -webkit-background-size: contain !important;
      -moz-background-size: contain !important;
      -o-background-size: contain !important;
      background-size: contain !important;
      width: 50px;
      height: 48px;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      #footer a.ea:hover {
        opacity: 0.6; }
  #footer .wrap {
    padding: 3.75em 0 0 20px;
    text-align: center;
/*    min-width: 1000px; */}

ul.game-links {
  text-align: left;
  margin-bottom: 0 !important; }
  ul.game-links, ul.game-links > li {
    list-style: none;
    margin: 0 0 30px;
    padding: 0; }
  ul.game-links:after {
    content: "";
    display: table;
    clear: both; }
  ul.game-links > li {
    float: left;
    width: 20.76271%; }
    ul.game-links > li:last-child {
      width: 16.94915%; }
  ul.game-links ul, ul.game-links ul > li, ul.game-links ul li, ul.game-links ul li > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  ul.game-links ul li {
    display: block;
    float: none;
    line-height: 1.4em;
    margin-bottom: 0.5em; }
    ul.game-links ul li a {
      padding-right: 1em; }
  ul.game-links h4 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    width: 150px;
    height: 55px;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: 0 50%; }

ul.util {
  display: inline-block;
  margin: 0 auto; }
  ul.util, ul.util > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  ul.util:after {
    content: "";
    display: table;
    clear: both; }
  ul.util li:before {
    padding: 0 1em; }
  ul.util form {
    display: inline-block;
    margin-left: 0.5em; }
    ul.util form select {
      padding: 0.25em 0.75em;
      padding-right: 0;
      margin: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background: #666666;
      color: black;
      border: none;
      outline: none;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer; }
      ul.util form select:focus {
        -webkit-box-shadow: 0 0 6px rgba(211, 211, 211, 0.75);
        -moz-box-shadow: 0 0 6px rgba(211, 211, 211, 0.75);
        box-shadow: 0 0 6px rgba(211, 211, 211, 0.75); }
    ul.util form label {
      position: relative;
      margin: 0;
      padding: 0; }
      ul.util form label:after {
        content: "<>";
        letter-spacing: 0.1em;
        font: 11px "Consolas", "Courier New", monospace;
        color: black;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
/*
        right: 4px;
        top: 8px;
*/
        right: 4px;
        top: 4px;
        position: absolute;
        pointer-events: none;
        -webkit-transition: color, 0.3s, ease;
        -moz-transition: color, 0.3s, ease;
        -o-transition: color, 0.3s, ease;
        transition: color, 0.3s, ease; }
      ul.util form label:hover:after {
        color: #999999; }
      ul.util form label:before {
        content: "";
/*
        top: 4px;
*/
        right: 3px;
        top: -1px;
        width: 20px;
        height: 20px;
        background: #666666;
        color: black;
        position: absolute;
        pointer-events: none;
        display: block; }

    ul.util li.copy {
      font-size: 1em;
      line-height: 2.25em; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ul.util form label:before {
    right: 0px; } }

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ul.util form select {
    padding-right: 1em; } }
.columns {
  *zoom: 1;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto; }
  .columns:after {
    content: "";
    display: table;
    clear: both; }
  .columns .span1 {
    width: 6.77966%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span1:nth-child(12n) {
      float: right;
      margin-right: 0; }
  .columns .pre1 {
    margin-left: 8.47458%; }
  .columns .push1 {
    margin-left: 8.47458%; }
  .columns .span2 {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span2:nth-child(6n) {
      float: right;
      margin-right: 0; }
  .columns .pre2 {
    margin-left: 16.94915%; }
  .columns .push2 {
    margin-left: 16.94915%; }
  .columns .span3 {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span3:nth-child(4n) {
      float: right;
      margin-right: 0; }
  .columns .pre3 {
    margin-left: 25.42373%; }
  .columns .push3 {
    margin-left: 25.42373%; }
  .columns .span4 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span4:nth-child(3n) {
      float: right;
      margin-right: 0; }
  .columns .pre4 {
    margin-left: 33.89831%; }
  .columns .push4 {
    margin-left: 33.89831%; }
  .columns .span5 {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span5:nth-child(3n) {
      float: right;
      margin-right: 0; }
  .columns .pre5 {
    margin-left: 42.37288%; }
  .columns .push5 {
    margin-left: 42.37288%; }
  .columns .span6 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span6:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre6 {
    margin-left: 50.84746%; }
  .columns .push6 {
    margin-left: 50.84746%; }
  .columns .span7 {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span7:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre7 {
    margin-left: 59.32203%; }
  .columns .push7 {
    margin-left: 59.32203%; }
  .columns .span8 {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span8:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre8 {
    margin-left: 67.79661%; }
  .columns .push8 {
    margin-left: 67.79661%; }
  .columns .span9 {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span9:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre9 {
    margin-left: 76.27119%; }
  .columns .push9 {
    margin-left: 76.27119%; }
  .columns .span10 {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span10:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre10 {
    margin-left: 84.74576%; }
  .columns .push10 {
    margin-left: 84.74576%; }
  .columns .span11 {
    width: 91.52542%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span11:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre11 {
    margin-left: 93.22034%; }
  .columns .push11 {
    margin-left: 93.22034%; }
  .columns .span12 {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span12:nth-child(1n) {
      float: right;
      margin-right: 0; }
  .columns .pre12 {
    margin-left: 101.69492%; }
  .columns .push12 {
    margin-left: 101.69492%; }
  .columns .span1:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span2:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span3:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span4:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span5:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span6:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span7:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span8:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span9:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span10:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span11:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span12:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }

.columns .last-of-row {
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline; }

.main {
  *zoom: 1;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto; }
  .main:after {
    content: "";
    display: table;
    clear: both; }
  .main .sidebar {
    background-color: #cccccc;
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
  .main .content {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #00aeef;
    text-decoration: none;
}
/*
a:hover {
	color: #222;
}
*/
p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 20px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */
/*
input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}
*/
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f96e5b;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 5px 0;
	padding: 0.3rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: rgba(255,255,255,0.88);
	margin: 150px auto 50px;
    max-width: 1140px;
	overflow: hidden;
	padding: 36px 36px 0;
	font-size: 14px;
}

.site-inner {
	clear: both;
/*
	padding-top: 32px;
	padding-top: 3.2rem;
*/
}

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

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
/*	float: right; */
	width: 700px;
}

.content .widget {
    background: none;
    margin-bottom: 0px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

.metro-pro-landing .site-container {
	max-width: 772px;
}

.metro-pro-landing .site-inner,
.metro-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 332px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
/*
	background: #f5f5f5 url(images/search.png) no-repeat 15px 16px;
	padding: 16px 16px 16px 44px;
	padding: 1.6rem 1.6rem 1.6rem 4.4rem;
*/
	background-size: 15px 15px;
    background: url("images/search.png") no-repeat scroll 9px 8px #F5F5F5;
    border: 1px solid #d7d7d7;
    font-size: 15px;
    padding: 4px 4px 4px 31px;
    width: 100%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
	margin: 0 2.4rem 1.2rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.2rem;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box,
.sticky {
	overflow: hidden;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.author-box h1 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 24px;
    font-size: 1.5rem;
	font-weight: 700;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover {
    color: #00aeef;
}

.content .home-top .entry-title {
	font-size: 40px;
	font-size: 2.5rem;
}

.after-entry .widget-title,
.archive-title,
.comments-title,
.widget .entry-title {
	font-size: 20px;
	font-size: 1.5rem;
}

.comment-respond h3,
.entry-comments {
	background: url(images/line.png) bottom repeat-x;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding-bottom: 16px;
	padding-bottom: 1.6rem;
	text-align: center;
	text-transform: uppercase;
}

.widget-title {
	background: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
    font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}

.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
	margin-right: 10px;
	margin-right: 1rem;
}

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
	margin-left: 10px;
	margin-left: 1rem;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	margin-bottom: 36px;
	margin-bottom: 2.25rem;
/*	padding: 0; */
}

.featured-content .entry p,
.home-bottom .featured-content {
	margin-bottom: 0;
}

.featured-content .entry-title {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

.home-bottom .featured-content .entry-title {
	margin: 8px 0;
	margin: 0.8rem 0;
}

.home-bottom .featured-content .widget-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/*
.home-bottom .featured-content .entry {
	border-bottom: 5px solid #f5f5f5;
}
*/

.metro-pro-home .home-bottom .entry {
	margin-bottom: 32px;
	margin-bottom: 2rem;
/*	padding-bottom: 20px;
	padding-bottom: 2rem; */
}
/*
.metro-pro-home .home-bottom .entry:last-of-type {
	margin-bottom: 0px;
}
*/
.home-bottom .featured-content .entry-content p,
.home-bottom .featured-content img {
	margin-bottom: 0;
}

.post.entry {
    background: #fff;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget {
	background-color: #333;
	color: #fff;
	padding: 28px 32px 32px;
	padding: 2.8rem 3.2rem 3.2rem;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #f96e5b;
	color: #fff;
	margin: 0;
	width: 100%;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

.site-inner div.gform_wrapper input[type="text"],
.site-inner div.gform_wrapper textarea,
.site-inner div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

.site-inner div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

.site-inner div.gform_wrapper input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	padding: 0;
	overflow: hidden;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 360px;
}

.site-title {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	background-color: #f96e5b;
	color: #fff;
	display: inline-block;
	padding: 16px;
	padding: 1.6rem;
	text-decoration: none;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	min-height: 100px;
	padding: 0;
}

.header-image .site-title a {
	background-color: none;
	max-width: 270px;
	min-height: 80px;
	padding: 0;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 664px;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	margin-top: 1.6rem;
	width: 50%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 10px;
	text-align: left;
    cursor: pointer;
}

.genesis-nav-menu a {
/*
	color: #fff;
	padding: 16px 20px 14px;
	padding: 1.6rem 2rem 1.4rem;
*/
	display: block;
	position: relative;
	text-decoration: none;
}
/*
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {

	background-color: #f96e5b;
	color: #fff;

}
*/
.genesis-nav-menu .sub-menu {
/*    background-color: #333333; */
/*	left: -20px; */
	left: -9999px;
	margin: 0;
    background: none;
	opacity: 0;
/*	padding: 10px 0px; */
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out, left .4s step-end;
	-moz-transition:    opacity .4s ease-in-out, left .4s step-end;
	-ms-transition:     opacity .4s ease-in-out, left .4s step-end;
	-o-transition:      opacity .4s ease-in-out, left .4s step-end;
	transition:         opacity .4s ease-in-out, left .4s step-end;
	width: auto;
	z-index: 99;
}

.genesis-nav-menu .sub-menu .menu-item {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    padding: 0px;
}

.genesis-nav-menu .sub-menu .menu-item:first-of-type {
    background: none;
}

.genesis-nav-menu .sub-menu a {
	font-size: 16px;
    padding: 24px 20px 0px;
	position: relative;
	width: auto;
    white-space: pre;
}

.genesis-nav-menu .sub-menu .menu-item:last-of-type a {
    padding-bottom: 18px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
/*	left: auto; */
	opacity: 1;
	left: -20px;
	-webkit-transition:	opacity .4s ease-in-out, left .4s step-start;
	-moz-transition:    opacity .4s ease-in-out, left .4s step-start;
	-ms-transition:     opacity .4s ease-in-out, left .4s step-start;
	-o-transition:      opacity .4s ease-in-out, left .4s step-start;
	transition:         opacity .4s ease-in-out, left .4s step-start;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px 14px;
	padding: 1.6rem 2rem 1.4rem;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #f96e5b;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 14px 14px 44px;
	padding: 1.4rem 1.4rem 1.4rem 4.4rem;
}

/* Site Header Navigation
--------------------------------------------- */
/*
.site-header ul.genesis-nav-menu {
	background-color: #333;
}
*/
.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a {
	text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a {
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}

.nav-primary .sub-menu a:hover {
	background-color: #f96e5b;
	color: #fff;
}

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #333;
	text-align: right;
}

.nav-secondary a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	padding: 16px;
	padding: 1.6rem;
}

.nav-secondary .sub-menu a:hover {
	background-color: #f96e5b;
	color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle {
	overflow: hidden;
}

.home-middle-left,
.home-middle-right {
	width: 332px;
}

.home-middle-left {
	float: left;
}

.home-middle-right {
	float: right;
}

/* Entries
--------------------------------------------- */


.home-middle article {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.home-top article, .home-bottom .article-content {
    max-height: 740px;
    overflow: hidden;
    position: relative;
}

.content article .article-content-more {
    background: url(images/post-ender.png) repeat-x top center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 98px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    display: none;
}

.content article .article-content-show-more .article-content-more {
    display: block;
}

.content .home-top .entry:first-of-type article .article-content-show-more .entry-content {
    max-height: 250px;
    overflow: hidden;
}

.content .home-top .entry:first-of-type article .article-content-more {
    background: none;
    position: static;
}

.sidebar .widget.featured-content {
    background: none;
}

.sidebar .widget.featured-content .entry-content {
    font-size: 14px;
}

.sidebar .widget.featured-content .article-content-more {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.sidebar .widget.featured-content .widget-title {
    text-align: center;
    margin-bottom: 22px;
    display: none;
}

.sidebar .widget.featured-content .article-content > a {
    display: block;
    text-align: center;
}

.entry,
.page.page-template-page_blog-php .entry {
/*	background: url(images/line.png) bottom repeat-x; */
    border: 1px solid #d7d7d7;
    padding: 10px;
	background-size: 8px 8px;
	margin-bottom: 36px;
    background: #fff;
/*
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
*/
}

.content .home-top .entry:first-of-type, .content > .entry:first-of-type {
/*	background: url(images/line.png) bottom repeat-x; */
    border: 1px solid rgba(255,255,255,0);
    padding: 0 0 30px;
    border-bottom: 5px solid #000;
	background: none;
/*
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
*/
}

.content .home-top .entry:first-of-type .entry-title, .content > .entry:first-of-type .entry-title {
	font-size: 38px;
    font-size: 2.4rem;
}

.page .entry {
	background: none;
}
/*
.single .entry {
	background: none;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 0;
}
*/
.entry-content a {
	color: #00aeef;
    text-decoration: none;
}

.entry-content a:hover {
	color: #00aeef;
}

.entry-content .more-link {
    display: block;
    font-size: 18px;
    margin: 10px auto 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
/*	margin-bottom: 0.5rem; */
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
/*	color: #999; */
	font-size: 11px;
	font-size: 0.9rem;
/*	text-transform: uppercase; */
	font-style: italic;
    margin: 0 0 10px;
}
/*
.entry-meta a {
	color: #999;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #222;
}
*/
.entry-header .entry-meta {
	margin-bottom: 12px;
	margin-bottom: 1.0rem;
}

.entry-meta .entry-comments::before {
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-meta .entry-categories,
.entry-meta .entry-tags {
	display: block;
}

.content .entry-meta .entry-comments-link {
	float: right;
}

.content .entry-meta .entry-comments-link a {
/*	background-color: #00aeef;  */
    color: #00aeef;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
/*
	padding: 8px 16px;
	padding: 0.8rem 1.6rem;
*/
}

.content .entry-meta .entry-comments-link a:hover {
    color: #00aeef;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
/*	background-color: #00aeef; */
/*	color: #00aeef; */
/*	color: #fff; */
}

.entry-author-name {
    color: #00aeef;
}

.entry-time {
    color: #00aeef;
}


/* After Entry
--------------------------------------------- */

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.after-entry {
	background: url(images/line.png);
	background-size: 8px 8px;
	margin-top: 32px;
	margin-top: 3.2rem;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;
}

.after-entry .wrap {
	background-color: #fff;
	padding: 32px;
	padding: 3.2rem;
}

.after-entry p {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 10px;
	font-size: 0.8rem;
	margin: 22px 0 20px;
	margin: 0 0 26px;
    text-transform: uppercase;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #00aeef;
}

.pagination-str-prev, .pagination-str-next {
    width: 19px;
    height: 10px;
	background: url(images/str-right.png) no-repeat center;
    margin: 0 0 0 10px;
    display: inline-block;
}

.pagination-str-prev {
	background-image: url(images/str-left.png);
    margin: 0 10px 0 0;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

p.form-submit,
.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 2.4rem 0 1.6rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 15px;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.widget {
	margin-bottom: 10px;
	word-wrap: break-word;
	background: #fff;
}

.widget.widget_search {
	background: none;
}

.widget.widget_facebook_likebox {
	border: 1px solid #ccc;
}

.widget.widget_twitter_timeline {
	border: 1px solid #ccc;
	padding: 10px;
}

.widget.widget_archive {
	border: 1px solid #ccc;
	padding: 10px;
}

.sidebar .search-form {
	width: 100%;
}

.widget_instagram_recent_media {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 36px;
    text-align: center;
}

.widget_instagram_recent_media .widget-title {
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
}

.widget_instagram_recent_media .front-photo {
    width: auto;
    height: auto;
}

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	font-size: 1rem;
	overflow: hidden;
	padding: 8px 0;
	padding: 0.8rem 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #f96e5b;
}

.container {
    border: 1px solid #D7D7D7;
    padding: 10px 0 5px 10px;
    font-size: 16px;
    font-size: 1rem;
    overflow: hidden;
}

.container-next {
    margin-top: 10px;
}

.container-next.container-last {
    padding: 9px;
}

.container .side-bar-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 10px;
}

.container .side-bar-title-search {
    margin-top: 25px;
    margin-bottom: 5px;
}

.container .side-bar-content {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.container input[type="button"].button-subscribe {
    border: 1px solid #d7d7d7;
    border-left: none;
    font-size: 13px;
    padding: 4px;
    text-transform: none;
    background: #e6e6e6;
    width: 30%;
    color: #333;
}

.container input[type="text"].text-email {
    padding: 4px 4px 4px 6px;
    width: 70%;
    text-align: left;
    border: 1px solid #d7d7d7;
    font-size: 13px;
    background: #fff;
    color: #808080;
    text-transform: none;
}

.container .follow-links {
    width: 32px;
    height: 32px;
    margin: 5px 10px 5px 0;
    display: block;
    float: left;
}

.container .follow-links-tw {
    background: url(images/tw.png) center no-repeat;
}

.container .follow-links-fb {
    background: url(images/fb.png) center no-repeat;
}

.container .follow-links-pr {
    background: url(images/pr.png) center no-repeat;
}

.container .follow-links-is {
    background: url(images/is.png) center no-repeat;
}

.container .follow-links-yt {
    background: url(images/yt.png) center no-repeat;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 32px auto;
	margin: 3.2rem auto;
	max-width: 1140px;
	padding: 36px 36px 0;
	padding: 3.6rem 3.6rem 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 332px;
}

.footer-widgets-1 {
	margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 36px;
	margin-bottom: 3.6rem;
}

.footer-widgets .search-form {
	width: 100%;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

/*
.site-footer {
	background-color: #333;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;
}
*/
.site-footer a {
/*
	color: #fff;
*/
	text-decoration: none;
}
/*
.site-footer a:hover {
	color: #f96e5b;
}

.site-footer p {
	margin: 0;
}
*/
/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Metro Pro Blue
--------------------------------------------- */

.metro-pro-blue .entry-title a:hover,
.metro-pro-blue .genesis-nav-menu > .right > a:hover,
.metro-pro-blue .site-footer a:hover,
.metro-pro-blue a,
.metro-pro-blue h2 a:hover {
	color: #5bb1f9;
}

.metro-pro-blue .entry-title a,
.metro-pro-blue .entry-meta a:hover,
.metro-pro-blue a:hover {
	color: #222;
}

.metro-pro-blue .entry-meta a {
	color: #999;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .entry-comments-link a,
.metro-pro-blue .entry-comments-link a:hover,
.metro-pro-blue .genesis-nav-menu a,
.metro-pro-blue .site-footer a,
.metro-pro-blue .site-title a,
.metro-pro-blue .site-title a:hover,
.metro-pro-blue a.social-buttons {
	color: #fff;
}

.metro-pro-blue h2 a,
.metro-pro-blue h2 a:visited {
	color: #333;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .archive-pagination li.active a,
.metro-pro-blue .btn:hover,
.metro-pro-blue .content .entry-comments-link a,
.metro-pro-blue .enews-widget input:hover[type="submit"],
.metro-pro-blue .genesis-nav-menu .current-menu-item > a,
.metro-pro-blue .genesis-nav-menu a:hover,
.metro-pro-blue .sidebar .enews-widget input[type="submit"],
.metro-pro-blue .site-title a,
.metro-pro-blue a.social-buttons:hover,
.metro-pro-blue button:hover,
.metro-pro-blue input:hover[type="button"],
.metro-pro-blue input:hover[type="reset"],
.metro-pro-blue input:hover[type="submit"] {
	background-color: #5bb1f9;
}

.metro-pro-blue .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-blue .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-blue .genesis-nav-menu > .right > a,
.metro-pro-blue.header-image .site-title a {
	background: none;
}

/* Metro Pro Green
--------------------------------------------- */

.metro-pro-green .entry-title a:hover,
.metro-pro-green .genesis-nav-menu > .right > a:hover,
.metro-pro-green .site-footer a:hover,
.metro-pro-green a,
.metro-pro-green h2 a:hover {
	color: #21c250;
}

.metro-pro-green .entry-title a,
.metro-pro-green .entry-meta a:hover,
.metro-pro-green a:hover {
	color: #222;
}

.metro-pro-green .entry-meta a {
	color: #999;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .entry-comments-link a,
.metro-pro-green .entry-comments-link a:hover,
.metro-pro-green .genesis-nav-menu a,
.metro-pro-green .site-footer a,
.metro-pro-green .site-title a,
.metro-pro-green .site-title a:hover,
.metro-pro-green a.social-buttons {
	color: #fff;
}

.metro-pro-green h2 a,
.metro-pro-green h2 a:visited {
	color: #333;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .archive-pagination li.active a,
.metro-pro-green .btn:hover,
.metro-pro-green .content .entry-comments-link a,
.metro-pro-green .enews-widget input:hover[type="submit"],
.metro-pro-green .genesis-nav-menu .current-menu-item > a,
.metro-pro-green .genesis-nav-menu a:hover,
.metro-pro-green .sidebar .enews-widget input[type="submit"],
.metro-pro-green .site-title a,
.metro-pro-green a.social-buttons:hover,
.metro-pro-green button:hover,
.metro-pro-green input:hover[type="button"],
.metro-pro-green input:hover[type="reset"],
.metro-pro-green input:hover[type="submit"] {
	background-color: #21c250;
}

.metro-pro-green .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-green .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-green .genesis-nav-menu > .right > a,
.metro-pro-green.header-image .site-title a {
	background: none;
}

/* Metro Pro Pink
--------------------------------------------- */

.metro-pro-pink .entry-title a:hover,
.metro-pro-pink .genesis-nav-menu > .right > a:hover,
.metro-pro-pink .site-footer a:hover,
.metro-pro-pink a,
.metro-pro-pink h2 a:hover {
	color: #d1548e;
}

.metro-pro-pink .entry-title a,
.metro-pro-pink .entry-meta a:hover,
.metro-pro-pink a:hover {
	color: #222;
}

.metro-pro-pink .entry-meta a {
	color: #999;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .entry-comments-link a,
.metro-pro-pink .entry-comments-link a:hover,
.metro-pro-pink .genesis-nav-menu a,
.metro-pro-pink .site-footer a,
.metro-pro-pink .site-title a,
.metro-pro-pink .site-title a:hover,
.metro-pro-pink a.social-buttons {
	color: #fff;
}

.metro-pro-pink h2 a,
.metro-pro-pink h2 a:visited {
	color: #333;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .archive-pagination li.active a,
.metro-pro-pink .btn:hover,
.metro-pro-pink .content .entry-comments-link a,
.metro-pro-pink .enews-widget input:hover[type="submit"],
.metro-pro-pink .genesis-nav-menu .current-menu-item > a,
.metro-pro-pink .genesis-nav-menu a:hover,
.metro-pro-pink .sidebar .enews-widget input[type="submit"],
.metro-pro-pink .site-title a,
.metro-pro-pink a.social-buttons:hover,
.metro-pro-pink button:hover,
.metro-pro-pink input:hover[type="button"],
.metro-pro-pink input:hover[type="reset"],
.metro-pro-pink input:hover[type="submit"] {
	background-color: #d1548e;
}

.metro-pro-pink .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-pink .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-pink .genesis-nav-menu > .right > a,
.metro-pro-pink.header-image .site-title a {
	background: none;
}

/* Metro Pro Red
--------------------------------------------- */

.metro-pro-red .entry-title a:hover,
.metro-pro-red .genesis-nav-menu > .right > a:hover,
.metro-pro-red .site-footer a:hover,
.metro-pro-red a,
.metro-pro-red h2 a:hover {
	color: #ef4f4f;
}

.metro-pro-red .entry-title a,
.metro-pro-red .entry-meta a:hover,
.metro-pro-red a:hover {
	color: #222;
}

.metro-pro-red .entry-meta a {
	color: #999;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .entry-comments-link a,
.metro-pro-red .entry-comments-link a:hover,
.metro-pro-red .genesis-nav-menu a,
.metro-pro-red .site-footer a,
.metro-pro-red .site-title a,
.metro-pro-red .site-title a:hover,
.metro-pro-red a.social-buttons {
	color: #fff;
}

.metro-pro-red h2 a,
.metro-pro-red h2 a:visited {
	color: #333;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .archive-pagination li.active a,
.metro-pro-red .btn:hover,
.metro-pro-red .content .entry-comments-link a,
.metro-pro-red .enews-widget input:hover[type="submit"],
.metro-pro-red .genesis-nav-menu .current-menu-item > a,
.metro-pro-red .genesis-nav-menu a:hover,
.metro-pro-red .sidebar .enews-widget input[type="submit"],
.metro-pro-red .site-title a,
.metro-pro-red a.social-buttons:hover,
.metro-pro-red button:hover,
.metro-pro-red input:hover[type="button"],
.metro-pro-red input:hover[type="reset"],
.metro-pro-red input:hover[type="submit"] {
	background-color: #ef4f4f;
}

.metro-pro-red .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-red .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-red .genesis-nav-menu > .right > a,
.metro-pro-red.header-image .site-title a {
	background: none;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

    .bg-img-1 {
        background-image: url(images/bg/01@2x.jpg);
    }

    .bg-img-2 {
        background-image: url(images/bg/02@2x.jpg);
    }

    .bg-img-3 {
        background-image: url(images/bg/03@2x.jpg);
    }

    .bg-img-4 {
        background-image: url(images/bg/04@2x.jpg);
    }

    .bg-img-5 {
        background-image: url(images/bg/05@2x.jpg);
    }

    .bg-img-6 {
        background-image: url(images/bg/06@2x.jpg);
    }

	.after-entry,
	.comment-respond h3:after,
	.comment-respond h3:before,
	.entry-comments h3:after,
	.entry-comments h3:before,
	.entry,
	.widget-title:after,
	.widget-title:before {
		background-image: url(images/lines@2x.png);
	}
/*
	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}
*/
}

@media only screen and (max-width: 1139px) {

    .container .instagram-feed, .widget_instagram_recent_media .front-photo {
        width: 120px;
        height: 120px;
    }

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		max-width: 580px;
	}

	.site-header .widget-area {
		width: 544px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle-left,
	.home-middle-right,
	.sidebar-primary,
	.title-area {
		width: 272px;
	}

}

@media only screen and (max-width: 1023px) {

	.content {
		max-width: 700px;
	}

    .container .instagram-feed, .widget_instagram_recent_media .front-photo {
        width: auto;
        height: auto;
    }

    header.site-header .top_nav .genesis-nav-menu > li {
		padding-right: 10px;
	}

    header.site-header #site-logo {
        margin-left: 20px;
    }

    header.site-header .site-header-fr {
        margin-right: 20px;
    }

	#footer .wrap {
        padding-left:20px;
        padding-right:20px;
    }

    .widget_search {
        float: right;
        width: 332px;
        margin-top: 0px;
    }

    .container-first {
        float: right;
        clear: both;
        width: 332px;
        background: #fff;
    }

    .container-next.container-last {
        margin-top:20px;
    }

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 772px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.header-image .site-title a {
		float: none;
		margin: 0 auto;
	}
/*
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}
*/
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
/*
	.genesis-nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}
*/
	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
		width: 100%;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 0px;
		padding-top: 0px;
	}

	.home-middle-left,
	.home-middle-right {
		width: 332px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

    .sidebar .widget {
        margin: 0px;
    }

    .sidebar .widget_instagram_recent_media {
        margin-top: 0px;
        width: 332px;
        margin-bottom: 36px;
    }

    .sidebar .widget.widget_search {
        margin-bottom: 10px;
    }

    .sidebar .widget.featured-content .widget-title {
        display: block;
    }

    .widget:after {
	   clear: none;
    }

	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}

    #footer .rwdbg {
        width:130px;
    }

}

@media only screen and (max-width: 736px) {
    .genesis-nav-menu .sub-menu .menu-item:first-of-type {
        background: rgba(0, 0, 0, 0.8);
    }

    .sidebar .widget {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .sidebar .widget.widget_search {
        float: none;
    }

    .sidebar .widget .container-first {
        float: none;
        width: 100%;
    }

    .sidebar .widget.widget_instagram_recent_media {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 742px) {
    #footer .game-links > li:nth-of-type(1) {
        width: 27%;
    }
      #footer .game-links > li:nth-of-type(2) {
        padding-left: 10%;
        width: 47%;
	}
    #footer .game-links > li:nth-of-type(3) {
        width: 26%;
    }
    #footer .game-links > li:nth-of-type(4) {
        padding-left: 16%;
        width: 60%;
    }
      #footer .game-links > li:nth-of-type(5) {
        width: 40%;
	}
}



@media only screen and (max-width: 742px) {
    #footer .game-links > li:nth-of-type(1) {
        width: 27%;
    }
      #footer .game-links > li:nth-of-type(2) {
        padding-left: 8%;
        width: 43%;
	}
    #footer .game-links > li:nth-of-type(3) {
        width: 30%;
    }
    #footer .game-links > li:nth-of-type(4) {
        padding-left: 16%;
        width: 60%;
    }
      #footer .game-links > li:nth-of-type(5) {
        width: 40%;
	}
}

@media only screen and (max-width: 640px) {
    ul.util li.lang {
        clear: both;
        display: block;
        float: none;
        margin: 0 auto;
        padding-top: 5px;
    }
    ul.util li.lang:before {
        display: none;
    }
    ul.util li.lang form {
        margin: 0;
    }
}

@media only screen and (max-width: 415px) {
    #footer .game-links > li:nth-of-type(1),
      #footer .game-links > li:nth-of-type(2),
      #footer .game-links > li:nth-of-type(3),
      #footer .game-links > li:nth-of-type(4),
      #footer .game-links > li:nth-of-type(5) {
        width: 50%;
        min-width: 135px;
        padding: 0;
    }
    #footer .game-links > li:nth-of-type(5) {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 130px;
    }
}

@media only screen and (max-width: 330px) {
    #footer .game-links > li:nth-of-type(1),
      #footer .game-links > li:nth-of-type(2),
      #footer .game-links > li:nth-of-type(3),
      #footer .game-links > li:nth-of-type(4),
      #footer .game-links > li:nth-of-type(5) {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 130px;
    }
}


@media only screen and (max-width: 786px) {

    header.site-header {
        position: static;
    }

    .site-container {
        margin-top: 50px;
    }
/*
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
*/
/*
	.footer-widgets,
	.site-container {
		width: 94%;
	}
*/
/*
	.site-container {
		padding: 20px 5%;
		padding: 2rem 5%;
	}
*/
	.five-sixths,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
/*
	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}
*/
	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 10px 8px;
		padding: 1rem 0.8rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 174px;
	}

	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 174px;
	}
/*
	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}
*/
	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.footer-widgets {
		padding: 20px 5% 0;
		padding: 2rem 5% 0;
	}

    .home-middle .article-content {
        max-height: 740px;
        height: auto;
    }

}

@media only screen and (max-width: 320px) {

	.header-image .site-title a {
		background-size: contain !important;
	}

	.site-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

}

@media only screen and (max-width: 300px) {
    header.site-header .site-header-fr {
        clear: both;
        float: none;
        margin: 0px;
        padding-top: 10px;
    }
    header.site-header .top_nav .menu {
        margin-top: 0px;
    }
}

.print-only {
  display: none; }

@media print {
  * {
    background: none !important;
    color: black !important; }

  .print-only {
    display: block; }

  body {
    font-size: 70%;
    min-height: 0;
    height: auto;
    padding: 0; }
    body .wrap {
      padding: 40px 0 !important; }

  header.site-header {
    position: relative; }
    header.site-header #site-logo a {
      display: none; }
    header.site-header .top_nav {
      display: none; } }
