/* ==========================================================================

    Project: zems
    Author: XHTMLized
    Last updated: @@timestamp
@@toc

   ========================================================================== */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   Custom Styling
   ========================================================================== */

/* Common
 ========================================================================== */

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  background-color: #000;
}

body.new,
body.no-border {
  min-height: 650px;
  background: #000 url(../img/bg_home_new.jpg) no-repeat center -40px;
  background-size: cover;
}

/*body.sub {
  background: #000 url(../img/bg-sub.jpg) no-repeat center top;
  background-size: contain;
}*/

body.idyll {
  background: #000 url(../img/idyllsfall.jpg) no-repeat center top;
  background-size: contain;
}

body.sentinel {
  background: #000 url(../img/sentinelsbay.jpg) no-repeat center top;
  background-size: contain;
}

body.solace {
  background: #000 url(../img/solace.jpg) no-repeat center top;
  background-size: contain;
}

input {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

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

a {
  text-decoration: none;
}

/* Image Replacement */

.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

* {
  box-sizing: border-box;
}

/* Container */

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.container-begin {
  position: relative;
  /*max-width: 1200px;*/
  margin: 0 auto;
}

.home .container-begin {
  height: 100%;
}

.container-end {
  position: relative;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sub-row {
  max-width: 680px;
  /*max-height: 100%;*/
  margin: 0 auto;
}

.ib-fix {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.col12 {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-left: 4%;
}

.col12:first-child {
  margin-left: 0;
}

.col12 p {
  color: #a1a1a1;
  font-size: 15px;
}

.id-height {
  height: 84%;
}

/* navigation-pos */

.header {
  width: 100%;
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  padding: 0;
}

.home .header {
  position: relative;
  bottom: 140px;
  height: 0;
  padding: 0;
}

#start {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}

/* Navigation */

.navigation {
  display: inline-block !important;
  vertical-align: top;
}

.navigation li {
  display: inline-block !important;
  margin: 0 7px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #523d33;
  transition: background-color 0.2s;
}

.navigation li.active,
.navigation li:hover {
  background: #6e5346;
  /*background-color: rgba(74,57,45, .9);*/
}

.navigation li a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  transition: color 0.2s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.navigation ul {
  display: inline-block;
}

.home .navigation ul {
  position: absolute;
  bottom: 18%;
  left: 0;
  right: 0;
}

.button-mobile-ok,
.button-mobile-cancel {
  display: none;
}

/* Acessibility navigation */

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Footer */

.footer {
  position: relative;
  bottom: -53px;
  left: 0;
  right: 0;
  display: block;
  height: 385px;
  text-align: center;
  background: url(../img/bg-footer-new.png) no-repeat center center;
}

.footer ul:first-child {
  margin: 0;
}

.footer li {
  display: inline-block;
  vertical-align: top;
}

.footer p {
  font-size: 15px;
  color: #656565;
}

/*.xxx .footer {
	position: absolute;
	bottom: 0;
}*/

.home .footer {
  margin-top: -280px;
}

/*.home .footer,
.archive .footer,
.posts .footer,
.sets .footer,
.info .footer {
	position: relative;
	margin-top: -385px;
}*/

.link {
  color: #656565;
}

.link:hover {
  color: #fff;
}

.box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 600px;
  margin: 170px 0 0 0;
  text-align: left;
}

.btn-ctb {
  position: absolute;
  top: 60px;
  left: 50%;
  padding: 15px 25px;
  margin: 0 0 0 -100px;
  background-color: #eee;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #12a998;
  transition: background-color 0.2s;
}

.btn-ctb:hover {
  color: #12a998;
  background-color: #fff;
}

.social {
  position: absolute;
  right: 0;
  top: 0;
}

.social a {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  line-height: 23px;
  text-align: center;
  background-color: #a1a1a1;
  border-radius: 23px;
  behavior: url(../dist/js/PIE.htc);
  z-index: 0;
}

.twitter {
  text-indent: -9999px;
  background: url(../img/twitter.png) no-repeat center center;
}

.facebook {
  text-indent: -9999px;
  background: url(../img/facebook.png) no-repeat center center;
}

.reddit {
  text-indent: -9999px;
  background: url(../img/reddit.png) no-repeat center center;
}

.social a:first-child,
.legal-footer a:first-child {
  margin: 0;
}

.social a:hover {
  color: #fff;
  background-color: #3c5b9b;
}

.social li {
  margin: 0 0 0 15px;
}

.social li:first-child {
  margin: 0;
}

.social a,
.legal-footer a {
  margin: 0 0 0 15px;
  font-size: 15px;
  color: #fff;
}

.legal-footer a:hover {
  color: #a0a0a0;
}

.legal-footer li {
  margin: 0 0 0 20px;
}

.legal-footer li:first-child {
  margin: 0;
}

/* Home Content */

/* Start */

.page h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.page h1.wrappy {
  max-width: 600px;
  margin: 0 auto;
}

.page h1.spacy {
  padding: 50px 0 30px 0;
}

.page h2 {
  color: #fff;
  font-size: 33px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
}

.page h2.wrappy {
  max-width: 470px;
  margin: 0 auto;
}

.logo-big {
  display: block;
  width: 362px;
  height: 115px;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/logo-big.png) no-repeat 0 0;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.logo-big:hover {
  opacity: 1;
}

.btn-cta,
.btn-cta-sub {
  display: inline-block;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #12a998;
  padding: 20px 30px;
  transition: background-color 0.2s;
}

.home .btn-cta-sub {
  display: none;
}

.btn-cta:hover,
.btn-cta-sub:hover {
  color: #12a998;
  background-color: #fff;
}

.aligner {
  text-align: center;
  margin: 0 0 15px 0;
}

.home .aligner {
  margin: 0;
}

.more {
  position: absolute;
  bottom: 85px;
  left: 0;
  right: 0;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 0;
  padding: 10px 0;
}

.more .icon-mouse {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 30px;
  margin: 0 20px 0 0;
  background: url(../img/icon-mouse.png) center center no-repeat;
  background-size: contain;
}

.more .label {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  font-size: 13px;
  text-transform: uppercase;
}

/* Video */

.lr-cards {
  margin-top: -140px;
}

.bg-video {
  height: 900px;
  background: url(../img/bg-video-new2.png) no-repeat center -50px;
}

.player-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 0;
  background: url(../img/video.png) no-repeat center center;
  text-align: center;
  padding-bottom: 56.25%;
}

/*.bg-img {
	height: 474px;
	background: url(../img/bg-img-f.png) no-repeat center center;
	background-size: cover;
}*/

.on {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 540px;
  height: 200px;
  margin: -100px 0 0 -270px;
  background: url(../img/play.png) no-repeat center center;
  opacity: 1;
  transition: opacity 0.2s;
  text-indent: -9999px;
  color: #fff;
  text-transform: uppercase;
}

.on:hover {
  opacity: 0.9;
}

.click-text {
  display: inline-block;
  width: 150px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #424242;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.click-text:hover {
  opacity: 1;
}

/* Slider*/

.col12 h4 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
}

.col12 h4.wrappy {
  max-width: 312px;
  margin: 0 auto;
}

.col12 h4.spacy {
  padding: 10px 0 23px 0;
}

section h3 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
}

section h3.wrappy {
  max-width: 700px;
}

section h3.spacy {
  margin: 0 auto 90px auto;
}

.cards {
  position: relative;
  display: block;
  float: right;
  width: 50%;
  margin: 120px 0 -15px 0;
}

.rotating-cards {
  height: 460px;
  visibility: hidden;
}

.slides-nav {
  display: none;
}

.slides-text div {
  display: none;
}

.slides-text {
  margin: 230px 0 0 0;
}

.slides-text div.active {
  display: block;
}

.slides-pagination ul {
  padding: 40px 0;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  text-align: center;
}

.slides-pagination ul li {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 9px;
  margin: 0 0 0 15px;
  background: url(../img/icon-pagination.png) no-repeat;
}

.slides-pagination ul li:first-child {
  margin: 0;
}

.slides-pagination ul li.active {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 9px;
  background: url(../img/icon-pagination-active.png) no-repeat;
}

/* Player */

iframe {
  width: 100%;
}

.player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* margin: 203px 0 0 0;*/
}

.iframe-container {

}

.frame-new {
  background-color: #000;
  border: 1px solid #363636;
}

/* new */

.col12 p {
  width: 100%;
  color: #a1a1a1;
  font-size: 17px;
  line-height: 24px;
}

.odd .col12,
.odd .col12 p {
  text-align: left;
}

.even .col12,
.even .col12 p {
  text-align: right;
}

.col12 img {
  width: 100%;
  height: auto;
  padding-top: 75px;
}

.bg-img-r {
  height: 474px;
  background: url(../img/bg-img-f.png) no-repeat center center;
  background-size: contain;
}

.bg-img-l {
  height: 474px;
  background: url(../img/bg-img-s.png) no-repeat center center;
  background-size: cover;
}

.odd .col12 h4.wrappy {
  margin: 140px auto 0 0;
}

.even .col12 h4.wrappy {
  margin: 140px 0 0 auto;
}

.grandmaster h3.spacy {
  text-transform: uppercase;
  margin: 160px auto 40px auto;
}

.grandmaster {
  position: relative;
  height: 113%;
  background: url(../img/grandmaster.png) no-repeat center center;
}

.grandmaster p {
  display: block;
  margin: 0 auto;
  width: 36%;
  text-align: center;
  color: #a1a1a1;
  font-size: 20px;
}

/* Sub Content */

.sub-page {
  width: 100%;
}

.sub-page h1 {
  color: #fff;
  font-size: 50px;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
}

.sub-page h1.wrappy {
  margin: 0 auto;
}

.sub-page h1.spacy {
  padding: 110px 0 90px 0;
}

.sub-page h2 {
  color: #fff;
  font-size: 32px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}

.sub-page h2.wrappy {
  margin: 0 auto;
}

.sub-page h2.spacy {
  padding: 80px 0 55px 0;
}

.sub-page a {
  text-decoration: underline;
  color: #c46b28;
}

.sub-page h3 {
  color: #a1a1a1;
  font-size: 32px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}

.sub-page h3.wrappy {
  margin: 0 auto;
}

.sub-page h3.spacy {
  padding: 80px 0 50px 0;
}

.sub-page p {
  word-spacing: -1px;
  line-height: 24px;
  color: #a1a1a1;
  margin: 20px 0;
  font-size: 17px;
}

/* New */

.sub-page ul {
  margin: 0;
  padding: 5px 0 0 20px;
}

.sub-page li {
  margin: 0;
  padding: 0 0 0 10px;
  color: #a1a1a1;
  list-style-type: none;
  line-height: 27px;
  list-style-image: url(../img/icon-list.png);
}

.bg-media {
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../img/bg-media.png) no-repeat center center;
  background-size: cover;
}

.bg-media-new {
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../img/bg-media.png) no-repeat center -50px;
  background-size: cover;
}

.bg-media img {
  display: inline-block;
  margin: 95px 0 10px 0;
}

.bg-media-new img {
  display: inline-block;
  margin: 10px 0 45px 0;
}

.frame {
  padding: 20px;
  background-color: #000;
  border: 1px solid #363636;
}

.gray {
  color: #a1a1a1;
}

.warrior {
  display: block;
  width: 486px;
  height: 323px;
  background: url(../img/warrior.jpg) no-repeat center center;
}

/* Gallery */

.gallery-wrappy {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.gallery-wrappy .col-gallery:first-child {
  margin: 0;
}

.col-gallery {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 0 0 0 6%;
}

/* Table */

.list,
.tablepress-id-2 {
  width: 100%;
  text-align: left;
  color: #a1a1a1;
}

.list tr,
.tablepress-id-2 tr {
  text-align: left;
  border-bottom: 2px solid #232323;
}

.list tr th,
.tablepress-id-2 tr th,
.list tr td,
.tablepress-id-2 tr td {
  text-align: left;
  padding: 20px 15px;
}

.tablepress thead th {
  background-color: #000;
}

.mobile-tab,
.tablepress-id-3 {
  display: none;
}

.tablepress-id-3 tbody td,
.tablepress tfoot th {
  border: none;
}

.bt,
.tablepress-id-3 tbody tr:first-child {
  border-top: 1px solid #232323;
}

.bb,
.tablepress-id-3 tbody tr:last-child,
.tablepress-id-3 tbody tr:nth-child(4),
.tablepress-id-3 tbody tr:nth-child(8) {
  border-bottom: 1px solid #232323;
}

/* Contact */

.contact-form {
  position: relative;
  width: 100%;
  margin: 50px 0;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: left;
}

.normal,
.screen-reader-text,
#lostpasswordform label,
#registerform label,
#loginform label {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin: 0 0 20px 0;
  color: #a1a1a1;
  font-size: 15px;
  line-height: 38px;
  text-align: left;
}

.name,
.email,
.big,
input[type="text"],
input[type="password"] {
  position: relative;
  height: 38px;
  width: 82%;
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 15px;
  text-align: left;
  color: #a1a1a1;
  border: 1px solid #232323;
  background-color: #000;
  box-shadow: inset 1px 1px 0 2px #151515;
  border-collapse: separate;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#151515')";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#151515,direction=0,strength=1),  progid:DXImageTransform.Microsoft.Shadow(color=#151515,direction=135,strength=1);
  z-index: 0;
  behavior: url(../dist/js/PIE.htc);
  zoom: 1;
}

.name.active,
input[type="text"].active,
input[type="password"].active {
  color: #c46b28;
  border: 1px solid #c46b28;
}

.name:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  color: #c46b28;
  border: 1px solid #c46b28;
}

.name:hover,
input[type="text"]:hover,
input[type="password"]:hover {
  color: #c46b28;
  border: 1px solid #c46b28;
}

.contact .wpcf7 {
  position: relative;
}

.contact .name,
.contact .email,
.contact .big,
.contact input[type="text"],
.contact input[type="password"] {
  width: 100%;
}

.contact .normal,
.contact .screen-reader-text,
.contact #lostpasswordform label,
.contact #registerform label,
.contact #loginform label {
  margin: 20px 0 0 0;
}

.size-full,
.thumbnail {
  width: 680px !important;
}

.swipebox .size-full,
.swipebox .thumbnail {
  width: 100% !important;
}

.sub-page .wp-caption-text {
  margin: -20px 0 0 0;
  font-size: 14px;
  padding: 0;
}

ul.no a {
  text-decoration: none;
}

.email.active {
  color: #c46b28;
  border: 1px solid #c46b28;
}

.email:focus {
  color: #c46b28;
  border: 1px solid #c46b28;
}

.email:hover {
  color: #c46b28;
  border: 1px solid #c46b28;
}

.big.active {
  color: #c46b28;
  border: 1px solid #c46b28;
}

.big:focus {
  color: #c46b28;
  border: 1px solid #c46b28;
}

.big:hover {
  color: #c46b28;
  border: 1px solid #c46b28;
}

.big {
  height: 180px;
  padding: 10px 0 0 14px; 
}

.btn-ctc,
input[type="submit"] {
  padding: 0 20px;
  background-color: #232323;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  text-transform: uppercase;
}

.btn-ctc {
  position: absolute;
  bottom: -46px;
  right: 1px;
}

.contact .btn-ctc {
  bottom: -23px;
  right: 0; 
}

.btn-ctc:hover,
input[type="submit"]:hover {
  color: #c46b28;
}

#searchform input[type="text"],
#lostpasswordform input[type="text"],
.sub-page #lostpasswordform label {
  width: 100%;
}

#searchform div {
  position: relative;
}

#searchform .screen-reader-text {
  margin: 0;
}

#searchform input[type="submit"] {
  position: absolute;
  right: 0;
}

#lostpasswordform label,
#registerform label,
#loginform label {
  margin: 0;
}

#theme-my-login {
  position: relative;
}

#registerform input[type="text"] {
  width: 82%;
}

#loginform input[type="text"],
#loginform input[type="password"] {
  width: 81.5%;
}

#rememberme {
  margin-top: 12px;
}

/* Post */

.sub-row h1 {
  text-align: center;
  font-size: 52px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.sub-row h1.post-title {
    text-align: left;
    font-size: 52px;
    color: #fff;
    margin: 60px 0;
    padding-top: 40px;
}

.post-entry,
.post-footer {
  color: #fff;
}

.post-meta,
.tags-links {
  display: inline-block;
  vertical-align: middle;
}

.post-category li {
  display: inline-block;
  padding: 0 0 0 5px !important;
}

.post-category li:after,
.post-footer a:after {
  display: inline-block;
  content: ',';
}

.post-category li a,
.post-footer a {
  color: #a1a1a1;
  text-decoration: none;
}

.post-entry h1 a {
  font-weight: 300;
  word-wrap: break-word;
}

.post-date,
.post-footer span,
.post-footer a {
  padding: 0 5px 0 0;
}

.post-category {
  margin: 0 0 20px 0;
}

.post-entry h1 a,
.sub-page .post-content a {
  text-decoration: none;
  color: #fff;
}

.sub-page .tags-links a {
  padding: 0 0 0 5px;
  text-decoration: none;
  color: #a1a1a1;
}

.sub-page .tags-links a:hover,
.post-category li a:hover,
.sub-page .post-content a:hover,
.post-footer a:hover,
.tml-user-links li a:hover,
.tml-action-links li a:hover {
  text-decoration: underline;
  color: #c46b28;
}

.tags-links a:hover,
.post-content a:hover {
  color: #a1a1a1;
}

/* Login */

.tml-user-links li a,
.tml-action-links li a {
  color: #a1a1a1;
  text-decoration: none;
  font-weight: 700;
}

.post-category li:after,
.post-footer a:after {
  color: #a1a1a1;
}

.logo-page .logo-big {
  position: absolute;
  left: 50%;
  top: 50px;
  margin: 0 0 0 -181px;
}

.home .logo-page .logo-big {
  display: none;
}

.pos {
  position: relative;
}

.pos .back {
  width: 100%;
  height: auto;
}


/* Responsive
	* ========================================================================== */

@media only screen and (max-width: 1260px) {
  .container,
  .container-begin,
  .container-end {
    padding: 0 40px;
  }

  .home .page h1 {
    font-size: 20px;
  }

  .home .page h1.spacy {
    padding: 25px 0;
  }

  .id-height {
    height: 70%;
  }

  .player-container {
    margin: 16% 0 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  #start {
    top: 15px;
  }
}

@media only screen and (min-width: 961px) {
  .button-mobile-ok,
  .button-mobile-cancel {
    display: none !important;
  }

  .navigation ul {
    display: block !important;
  }
}

@media only screen and (max-width: 960px) {
  .player-container {
    background-size: contain;
  }

  #screenshots img {
    margin: 15px auto;
    width: 100%;
    height: auto;
  }

  .col-gallery .size-full,
  .col-gallery .thumbnail,
  .col-gallery .aligncenter {
    margin: 15px auto !important;
  }

  .size-full,
  .thumbnail,
  .aligncenter {
    max-width: 90% !important;
    width: 90% !important;
    height: auto;
    margin: 10% 5% !important;
  }

  .sub-page .wp-caption-text {
    margin: -60px 0 0 30px;
    font-size: 14px;
    padding: 0;
  }

  #start {
    position: relative;
    top: 50px;
  }

  .logo-page .logo-big {
    position: relative;
    left: 0;
    margin: 0 auto;
  }

  .pos .back {
    display: none;
  }

  .pos {
    width: auto;
  }

  body {
    background: #000;
  }

  .aligner {
    margin: 75px 0;
  }

  .container,
  .container-begin {
    padding: 0;
  }

  .home .footer {
    margin-top: -300px;
  }

  .home .container-begin {
    height: auto;
  }

  .col12 {
    display: inline-block;
    width: 100%;
    margin: 0;
  }

  .ib-fix {
    text-align: center;
  }

  .even .col12 h4.wrappy {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
  }

  .odd .col12 h4.wrappy {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 230px 0 40px 0;
  }

  .even {
    display: table;
    padding: 0 40px;
  }

  .odd {
     padding: 0 40px;
  }

  .even .col12 .img {
    display: table-header-group;
  }

  .even .col12 {
    display: table-footer-group;
  }

  .odd .col12,
  .odd .col12 p,
  .even .col12,
  .even .col12 p {
    text-align: center;
  }

  .card {
    background-position: center;
  }

  .box {
    width: 80%;
  }

  .id-height {
    height: auto;
    max-height: 100%;
  }

  .logo-big {
    background-size: contain;
  }

  .page h1.spacy {
    padding: 40px 0;
    width: 560px;
  }

  .page h2.spacy {
    margin: 160px auto -40px auto;
  }

  .page h3.wrappy {
    width: 520px;
  }

  .slides-text {
    margin: 0;
  }

  .header {
    position: relative;
    bottom: 0;
  }

  .sub-row h1 {
    margin-top: 0;
  }

  .navigation {
    position: absolute;
    right: 40px;
    top: -85px;
    z-index: 9999;
  }

  .home .navigation {
    top: 245px;
  }

  .navigation ul {
    display: none;
  }

  .home .navigation ul {
    position: relative;
    margin: 0;
    bottom: 0;
    left: 0;
  }

  .navigation ul li {
    display: block !important;
    width: 190px;
    margin: 0;
    text-align: right;
    border-top: 1px solid #806857;
  }

  .navigation ul li a:hover {
    background: #4a392d;
    background-color: rgba(74, 57, 45, 0.9);
  }

  .navigation ul li a {
    display: block;
    padding: 20px;
    background: #735b4a;
  }

  .button-mobile-ok,
  .button-mobile-cancel {
    position: absolute;
    top: -135px;
    right: 40px;
    margin: 0;
  }

  .home .button-mobile-ok,
  .home .button-mobile-cancel {
    top: 55px;
    z-index: 11;
  }

  .button-mobile-cancel {
    display: none;
    background-color: #735b4a;
  }

  .button-mobile-cancel:after {
    position: absolute;
    top: 15px;
    left: 12px;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/cancel-2.png) no-repeat 0 0;
  }

  .button-mobile-ok,
  .button-mobile-cancel {
    width: 106px;
    padding: 0 20px 0 0;
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
  }

  .button-mobile-ok {
    display: block;
    background-color: #473228;
  }

  .button-mobile-ok:after {
    position: absolute;
    top: 15px;
    left: 9px;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/ok-2.png) no-repeat 0 0;
  }

  .page p,
  .sub-page p,
  .sub-page ul,
  .sub-page ol,
  .post-footer {
    width: 80%;
    margin: 0 10%;
  }

  .sub-page form {
    width: 80%;
    margin: 3% 10%;
  }

  .contact .sub-page form {
    position: relative;
  }

  .rotating-cards {
    width: 500px;
    margin: 0 auto;
  }

  .btn-cta {
    margin: 0 0 70px 0;
  }

  .footer p {
    margin: 0;
    padding: 10px 0 0 0;
  }

  .sub-page #registerform p {
    margin: 3% 0;
  }

  .sub-page .post-content p {
    width: 100%;
    margin: 0;
  }

  .footer {
    position: relative;
  }

  #loginform div a,
  .tml-action-links {
    margin: 0 0 0 35px;
  }

  #loginform label {
    width: 65%;
  }

  .grandmaster p {
    width: 50%;
    margin: 0 auto;
  }

  .grandmaster {
    background-size: cover;
  }

  .container-begin {
    height: auto;
  }

  .odd .col12 img {
    height: auto;
  }

  .sub-row {
    word-wrap: break-word;
  }

  .col-gallery {
    display: block;
    width: 70%;
    margin: 0 auto;
  }

  .gallery-wrappy .col-gallery:first-child {
      margin: 0 auto;
  }
}

@media only screen and (max-width: 910px) {
  .odd .col12 h4.wrappy {
    margin: 23% 0 40px 0;
  }
}

@media only screen and (max-width: 730px) {
  .odd .col12 h4.wrappy {
    margin: 13% 0 40px 0;
  }

  .grandmaster h3.spacy {
    text-transform: uppercase;
    margin: 50px auto 40px auto;
    font-size: 30px;
    line-height: 34px;
  }

  section h3 {
    font-size: 23px;
  }

  .post {
    width: 80%;
    margin: 0 10%;
  }

  section h3.spacy {
    padding: 0 20px;
  }

  .logo-page .logo-big,
  #start .logo-big {
    width: 40%;
  }

  .player-container {
    margin: 35% 0 0 0;
  }

}

@media only screen and (max-width: 630px) {
  body {
    background-size: cover;
  }

  .sub-page .wp-caption-text {
    margin: -50px 0 0 25px;
  }

  .page h1 {
    font-size: 28px;
    line-height: 26px;
  }

  .page h1.wrappy {
    width: 90%;
  }

  .page h2 {
    font-size: 23px;
    line-height: 24px;
  }

  .page h2.spacy {
    width: 200px;
    margin: 0 auto -25px auto;
  }

  .page h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .page h3.wrappy {
    width: 100%;
  }

  .col12 h4.wrappy {
    width: 270px;
  }

  .click-text {
    display: block;
    margin: -70px auto 0 auto;
    font-size: 15px;
    line-height: 18px;
  }

  .btn-cta {
    font-size: 19px;
  }

  .bg-video {
    background-size: cover;
  }

  .on {
    background-size: 60%;
  }

  .list {
    display: none;
  }

  .mobile-tab {
    display: block;
    width: 100%;
    margin: 40px 0 0 0;
    color: #a1a1a1;
  }

  .mobile-tab th {
    width: 70%;
    padding: 0 0 0 10%;
    text-align: left;
  }

  .mobile-tab td {
    padding: 15px 0;
  }

  .normal {
    display: block;
    padding: 0 0 0 10px;
    margin: 15px 0 5px 0;
  }

  .name,
  .email,
  .big {
    width: 100%;
  }

  .ghost {
    display: none;
  }

  .bg-media,
  .bg-media-new {
    height: 300px;
    background-position: center -30px;
  }

  .bg-media img,
  .bg-media-new img {
    width: 300px;
    height: 65%;
    margin: 50px 0 0 0;
  }

  .footer p {
    width: 275px;
  }

  .social {
    position: relative;
    margin: 25px 0 55px 0;
  }

  .sub-page h2 {
    font-size: 28px;
    line-height: 28px;
    max-width: 100%;
  }

  .sub-page h3 {
    font-size: 22px;
    line-height: 28px;
    max-width: 100%;
  }

  .rotating-cards {
    width: 600px;
  }

  .footer p {
    width: 100%;
    margin: 0;
  }

  .sub-page ul {
    padding: 0;
  }

  .list,
  .tablepress-id-2 {
    display: none;
  }

  .mobile-tab,
  .tablepress-id-3 {
    display: block;
    width: 100%;
    margin: 40px 0 0 0;
    color: #a1a1a1;
  }

  .mobile-tab th,
  .tablepress-id-3 .column-1 {
    width: 70%;
    padding: 15px 0 15px 10%;
    text-align: left;
  }

  .mobile-tab td,
  .tablepress-id-3 .column-2 {
    padding: 15px 0;
  }

  .name,
  .email,
  .big,
  input[type="text"],
  input[type="password"] {
    width: 100%;
  }

  .grandmaster {
    height: 85%;
    background: url(../img/grandmaster.png) no-repeat -170px 110px;
    background-size: cover;
  }

  .home .footer {
    margin-top: -120px;
  }

  .normal,
  .screen-reader-text,
  #lostpasswordform label,
  #registerform label,
  #loginform label {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .on {
    width: 100%;
    margin: -100px 0 0 -50%;
  }

  .bg-img-r,
  .bg-img-l {
    height: auto;
    background-size: contain;
  }

  .sub-row h1.post-title {
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
  }

  .player-container {
    margin: 50% 0 0 0;
  }
}

@media only screen and (max-width: 420px) {
  .player-container {
    margin: 0;
  }

  #movie {
    padding-top: 30px;
  }

  .sub-page .wp-caption-text {
    margin: -30px 0 0 15px;
  }

  .home .button-mobile-ok,
  .home .button-mobile-cancel {
    top: 45px;
  }

  .home .navigation {
    top: 235px;
  }

  .button-mobile-ok,
  .button-mobile-cancel {
    top: -70px;
    right: 30px;
  }

  .navigation {
    top: -20px;
    right: 30px;
  }

  #start .logo-big,
  .logo-page .logo-big {
    margin: 0 0 0 30px;
  }

  .logo-big {
    width: 70%;
  }

  .page {
    max-height: 65%;
  }

  .btn-cta {
    margin: 0 0 50px 0;
  }

  .bg-video {
    height: 200px;
  }

  section h3.spacy {
    margin: 0;
  }

  .odd .col12 h4.wrappy {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 23px;
  }

  .even .col12 h4.wrappy {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 23px;
  }

  .col12 p {
    font-size: 14px;
  }

  .grandmaster h3.spacy {
    font-size: 18px;
    line-height: 23px;
  }

  .sub-row h1 {
    font-size: 28px;
    width: 80%;
    margin: 40% 10% 10% 10%;
    padding: 0;
  }

  .grandmaster p {
    width: 80%;
    font-size: 15px;
  }

  .lr-cards {
    margin: 0;
  }

  .btn-cta {
    padding: 15px 30px;
  }

  .btn-cta-sub {
    font-size: 22px;
  }

  .aligner {
    margin: 0 0 45px 0;
  }

  .header {
    padding: 50px 0 0 0;
  }

  .legal-footer li {
    display: block;
    margin: 10px 0;
  }
}

/*@media only screen and (max-width: 620px) {
	.rotating-cards {
		width: 595px;
	}
}

@media only screen and (max-width: 600px) {
	.rotating-cards {
		width: 570px;
	}
}

@media only screen and (max-width: 611px) {
	.rotating-cards {
		width: 578px;
	}
}

@media only screen and (max-width: 595px) {
	.rotating-cards {
		width: 566px;
	}
}

@media only screen and (max-width: 584px) {
	.rotating-cards {
		width: 555px;
	}
}

@media only screen and (max-width: 572px) {
	.rotating-cards {
		width: 545px;
	}
}

@media only screen and (max-width: 562px) {
	.rotating-cards {
		width: 520px;
	}
}

@media only screen and (max-width: 537px) {
	.rotating-cards {
		width: 510px;
	}
}

@media only screen and (max-width: 527px) {
	.rotating-cards {
		width: 501px;
	}
}

@media only screen and (max-width: 520px) {
	.rotating-cards {
		width: 495px;
	}
}

@media only screen and (max-width: 512px) {
	.rotating-cards {
		width: 490px;
	}
}

@media only screen and (max-width: 507px) {
	.rotating-cards {
		width: 470px;
	}
}

@media only screen and (max-width: 504px) {
	.rotating-cards {
		width: 460px;
	}
}

@media only screen and (max-width: 502px) {
	.rotating-cards {
		width: 455px;
	}
}

@media only screen and (max-width: 500px) {
	.rotating-cards {
		width: 450px;
	}
}

@media only screen and (max-width: 470px) {
	.rotating-cards {
		width: 415px;
	}
}

@media only screen and (max-width: 440px) {
	.rotating-cards {
		width: 380px;
	}
}

@media only screen and (max-width: 400px) {
	.rotating-cards {
		width: 340px;
	}
}

@media only screen and (max-width: 380px) {
	.rotating-cards {
		width: 310px;
	}
}	

@media only screen and (max-width: 330px) {
	.rotating-cards {
		width: 270px;
	}
}

@media only screen and (max-width: 322px) {
	.rotating-cards {
		width: 265px;
	}
}

@media only screen and (max-width: 320px) {
	.rotating-cards {
		width: 260px;
	}
}*/

/*# sourceMappingURL=main.css.map */