/* Variables */
/*Responsive Breakpoints*/
@import url("https://use.typekit.net/okx5tfa.css");
@font-face {
  font-family: 'Klavika-Regular';
  src: url("../font/Klavika-Regular.eot");
  src: url("../font/Klavika-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Klavika-Regular.woff2") format("woff2"), url("../font/Klavika-Regular.woff") format("woff"), url("../font/Klavika-Regular.ttf") format("truetype"), url("../font/Klavika-Regular.svg#Klavika-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Klavika-Bold';
  src: url("../font/Klavika-Bold.eot");
  src: url("../font/Klavika-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Klavika-Bold.woff2") format("woff2"), url("../font/Klavika-Bold.woff") format("woff"), url("../font/Klavika-Bold.ttf") format("truetype"), url("../font/Klavika-Bold.svg#Klavika-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Klavika-Light';
  src: url("../font/Klavika-Light.eot");
  src: url("../font/Klavika-Light.eot?#iefix") format("embedded-opentype"), url("../font/Klavika-Light.woff2") format("woff2"), url("../font/Klavika-Light.woff") format("woff"), url("../font/Klavika-Light.ttf") format("truetype"), url("../font/Klavika-Light.svg#Klavika-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: visible; }

.delay {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden; } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden; } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden; } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden; } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden; } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden; } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden; } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden; } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body, html {
  overflow-x: hidden; }
  body.locked, html.locked {
    overflow: hidden;
    height: 100vh; }

body {
  font-family: Klavika-Regular, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
  color: #fff; }
/* Julia edit*/
:root {
  --gold: linear-gradient(60deg, #816b43 0%, #c6aa76 18%, #d7bf83 27%, #ffffc2 45%, #f7f2c9 50%, #c6aa76 58%, #b79659 67%, #7d6a4f 83%, #c6aa76 93%, #816b43 100%);
  --gold-second: .3s;
} 
@keyframes gold-anime {
  from {
    background: #FFF;
    background-clip: text;
    color: transparent;
  }
  to {
    background: var(--gold);
    background-clip: text;
    color: transparent;
  }
}

h5 a {
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-image: radial-gradient(#c6aa7600, #c6aa76ff) 1;
  padding: 10px 25px;
  display: inline-block;
  font-family: 'acumin-pro';
  font-weight: 800;
  background: #FFF;
  background-clip: text;
  color: transparent;
  transform: var(--gold-second);
  font-size: 16px;
  margin: 1.33em 0;
}
h5 a:hover {
  background: var(--gold);
  animation-name: gold-anime;
  animation-duration: var(--gold-second);
  animation-timing-function: linear;
  background-clip: text;
  filter: drop-shadow(0px 0px 2px #c6aa76);
}
.button {
  background: #000;
  color: #FFF;
  padding: 15px 30px;
  border-radius: 5px;
  border: 2px solid #FFF;
  margin: 5px 10px;
  display: inline-block;
  font-family: 'acumin-pro','Noto Sans', sans-serif;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 200;
  transition: 0.4s;
  outline-offset: -4px;
  offset: none;
}
.button:hover {
	cursor:pointer;
  color: #c6aa76;
  border-color: #c6aa76;
}
.button.active {
  color: #FFF;
  background: #c6aa76;
  border-color: #c6aa76;
  outline: 1px solid #FFF;
  text-shadow: 0 0 2px black;
}
.text-content.padding div#BtnContents {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  @media (max-width: 660px) {
    flex-wrap: wrap;
  }
}
.section-intro2 div#BtnContents{
  @media (max-width: 660px) {
    display: grid;
  }
}
.section-wrapper h4 {
  font-family: 'acumin-pro', 'Klavika-Regular', sans-serif;
  letter-spacing: 1px;
}
.section-wrapper h1 {
  font-family: 'acumin-pro', 'Klavika-Bold', sans-serif;
  letter-spacing: 1px;
  font-weight: 700 !important;
}
.section-wrapper svg {
  max-width: 25px;
  height: auto;
  margin: 0px 15px;
}
.section-wrapper svg path {
  fill: white;
  transition: 0.4s;
}
.section-wrapper a:hover path {
  fill: #c6aa76;
}
section.repeater-boxes {
  padding-bottom: 150px;
}
div#SocialMedia {
  padding-top: 30px;
}
div#Social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}
.content li {
  font-family: 'acumin-pro';
  line-height: 1.2em;
  letter-spacing: 1px;
  list-style-type: circle;
  font-size: 0.9em;
  padding-bottom: 8px;
  font-weight: 300;
}
.content li::marker {
  content: '◉　';
  color: #c6aa76;
  font-size: 0.8em;
}
.single-box {
  padding: 50px 15px;
}
/* Julia edit*/
.repeater-boxes .flex .single-box {
      width: 50%;
      text-align: left; }
      @media (max-width: 660px) {
        .repeater-boxes .flex .single-box {
          width: 100%;
          margin: 1em 0; } }
      .repeater-boxes .flex .single-box img {
        margin-bottom: 1em; }
      .repeater-boxes .flex .single-box h5 {
        font-size: 23px;
        display: block;
        line-height: 1.5;
        margin: 0;
        font-family: 'Klavika-Bold'; }
      .repeater-boxes .flex .single-box h6 {
        color: #fff;
        font-size: 18px;
        margin: 0; }
      .repeater-boxes .flex .single-box span.price {
        display: block;
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 0.6em; }
.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .container {
      width: 90%; } }
  .container.slim {
    max-width: 760px; }
  .container.centered {
    text-align: center; }
.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/intro-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}
.section-intro2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/footer-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}
.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-content.choose-game .section-wrapper {
    width: 100%;
    max-width: 1100px;
}
.section-content.qualifying .section-wrapper {
    align-items: center;
}
.paragraph-intro {
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 769px) {
	.section-intro {
    padding-right: 30px;
    padding-left: 30px;
  }	
	.section-intro2 {
    padding-right: 30px;
    padding-left: 30px;
  }	
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: 400; }

a {
  color: inherit; }

a.cta {
  font-family: 'Klavika-Light';
  display: table;
  margin: auto;
  background: #f26522;
  color: #fff;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 0.5em; }

p.large {
  font-size: 21px;
  line-height: 30px; }

div.padding {
  padding: 2em 5em; }
@media (max-width: 1024px) {
    div.padding {
      padding: 2em 2em; } }
  @media (max-width: 900px) {
    div.padding {
      padding: 2em 2em; } }
  @media (max-width: 769px) {
    div.padding {
      padding: 2em; } }


header#masthead img.desktop{display:block;}
header#masthead img.mobile{display:none;}
@media screen and (max-width:900px) {header#masthead img.desktop{display:none;}
header#masthead img.mobile{display:block;}}

header#masthead {
  position: relative; }
  header#masthead img {
    display: block; }
  header#masthead img.main-header {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 700px; }
    @media (max-width: 769px) {
      header#masthead img.main-header {
        -o-object-fit: unset;
        object-fit: unset;
        max-height: 9999px; } }
  header#masthead img.ASRockrack-logo {
    position: absolute;
    top: 2em;
    left: 2em; }
    @media (max-width: 769px) {
      header#masthead img.ASRockrack-logo {
        top: 1em;
        left: 1em; } }
  header#masthead img.storemi-logo {
    position: absolute;
    bottom: 4em;
    left: 2em; }
    @media (max-width: 769px) {
      header#masthead img.storemi-logo {
        position: relative;
        top: 0;
        left: 0;
        margin: 10% auto 0 auto;
        width:40%; } }
  header#masthead .text-header {
    margin: auto;
    position: absolute;
    left: 0; right: 0; top:6em;
    text-align: center;}
    header#masthead .text-header h1 {
      font-size: 40px;
      font-family: Klavika-Bold, sans-serif;
      line-height: 1em;
	  text-shadow: black 0.1em 0.1em 0.2em;
	  margin:  auto 0 auto 0;
       }
    header#masthead .text-header p {
      font-size: 1.6em;
      color: #ffffff;
      margin:  10px 0 auto 0;
	  text-shadow: black 0.1em 0.1em 0.2em;
}
      header#masthead .text-header p > span {
        display: block;
        height: 0px; }

@media (max-width: 1024px) {
	header#masthead .text-header {
    margin: auto;
    position: absolute;
    left: 0; right: 0; top:8em;
    text-align: center;}
    header#masthead .text-header h1 {
      font-size: 2em;
      font-family: Klavika-Bold, sans-serif;
      line-height: 1em;
	  margin:  auto 2% auto 1%;
       }
    header#masthead .text-header p {
      font-size: 1.1em;
      color: #ffffff;
      margin:  20px 0 auto 1%; }
      header#masthead .text-header p > span {
        display: block;
        height: 0px; }	
}
    @media (max-width: 769px) {
      header#masthead .text-header {
        width: 100%;
		max-width: 100%;
        padding: 1em;
        top: 5em;
        left: 0; }
        header#masthead .text-header h1 {
          font-size: 2em;
          text-align: center; }
          header#masthead .text-header h1 > span {
            display: inline-block; }
        header#masthead .text-header p {
          font-size: 1em;
          text-align: center; }
          header#masthead .text-header p > span {
            display: inline-block; } }

.text-block .centered {
    padding:3% 0;
}
.text-block .centered p {
  font-size: 1.5em;
}

.double-block .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (max-width: 769px) {
    .double-block .flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .double-block .flex > div {
    width: 50%; }
    @media (max-width: 769px) {
      .double-block .flex > div {
        width: 100%; } }
    .double-block .flex > div.image-block {
      min-height: 300px; }
    .double-block .flex > div.video-block {
      min-height: 350px; }
    @media (max-width: 769px) {
      .double-block .flex > div.image-block, .double-block .flex > div.video-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        min-height: 100px; } }
  .double-block .flex .text-content {
    -ms-flex-item-align: center;
    align-self: center; }
    .double-block .flex .text-content ul{padding: 0 10px;}
    .double-block .flex .text-content ul li{padding-bottom: 3%;}
    .double-block .flex .text-content ul li span{color: #f26522;}
    .double-block .flex .text-content h2:first-child {
      margin-top: 0; }
    .double-block .flex .text-content p:first-child {
      margin-top: 0; }
    .double-block .flex .text-content p:last-child {
      margin-bottom: 0; }
    .double-block .flex .text-content h2 {
      font-size: 3em; }
	
    @media (max-width: 769px) {
      .double-block .flex .text-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  @media (max-width: 769px) {
    .double-block .flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .double-block .flex .image-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%; }
      .double-block .flex .video-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%; }
      .double-block .flex .text-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%; } }

.twostep {text-align: center;}
.twostep h1 {margin-top: 3%}
@media (max-width: 769px) {
  .twostep h1{margin-top: 10%;}}
.twostep .flex {
  width:80%;
  margin: 5% auto;
}
  .twostep .flex h3{
  color:#fff;
  text-decoration: underline;}
  .twostep .flex img {min-height: }
@media (max-width: 769px) {
  .twostep .text-content {margin-top: 5%;}
  .section-intro {
    padding-right: 30px;
    padding-left: 30px;
  }	
  .section-intro2 {
    padding-right: 30px;
    padding-left: 30px;
  }	
}

#no_b:before {
  background: none;
}


.double-block.reversed .text-content {
  text-align: left; }
  @media (max-width: 769px) {
    .double-block.reversed .text-content {
      text-align: left; } }

.double-block:before {
  display: block;
  content: "";
  height: 2px;
  background: url("../images/border.jpg") top center; }

.double-block.image .image-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
  @media (max-width: 660px) {
    .double-block.image .image-block img {
      height: auto;
      -o-object-fit: unset;
      object-fit: unset; } }

.double-block.video .video-block .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .double-block.video .video-block .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.repeater-boxes {
  margin-top: 0;
}
.repeater-boxes .flex .single-box {
      width: 50%;
      text-align: left; }
      @media (max-width: 660px) {
        .repeater-boxes .flex .single-box {
          width: 100%;
          margin: 1em 0; } }
      .repeater-boxes .flex .single-box img {
        margin-bottom: 1em; }
      .repeater-boxes .flex .single-box h5 {
        font-size: 23px;
        display: block;
        line-height: 1.5;
        margin: 0;
        font-family: 'Klavika-Bold'; }
      .repeater-boxes .flex .single-box h6 {
        color: #fff;
        font-size: 18px;
        margin: 0; }
      .repeater-boxes .flex .single-box span.price {
        display: block;
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 0.6em; }

  .repeater-boxes:before {
    display: block;
    content: "";
    height: 2px;
     }
  .repeater-boxes h1 {text-align: center;margin:3% auto;}
    @media (max-width: 900px) {
      .repeater-boxes h1{margin-top: 10%;}
    }
  .repeater-boxes img {margin: 5% auto 0 auto;display: block;}
  .repeater-boxes .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (max-width: 900px) {
      .repeater-boxes .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .repeater-boxes .flex .single-box {
      width: 35%;
      text-align: left; }
      @media (max-width: 660px) {
        .repeater-boxes .flex .single-box {
          width: 100%;
          margin: 1em 0; } }
      .repeater-boxes .flex .single-box img {
    margin: 0px 10px 0px 10px;
		  margin: auto;
}
      .repeater-boxes .flex .single-box h5 {
        font-size: 23px;
        display: block;
        line-height: 1.5;
        margin: 0;
        font-family: 'Klavika-Bold'; }
      .repeater-boxes .flex .single-box h6 {
        color: #fff;
        font-size: 18px;
        margin: 0; }
      .repeater-boxes .flex .single-box span.price {
        display: block;
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 0.6em; }

section.full-width-image {
  padding: 0;
  margin: 3em 0; }
  section.full-width-image .container {
    text-align: center; }
    section.full-width-image .container h3 {
      font-size: 36px;
      margin: 0;
      padding-top: 3.5em;
      text-transform: uppercase; }
    section.full-width-image .container a.tweet {
      color: #fff;
      text-decoration: none;
      font-size: 30px;
      display: block;
      font-family: 'Klavika-Light';
      margin-bottom: 3em; }
	  
	  
.FAQarea {width:70%;margin:0 auto;}
@media (max-width: 900px) {width:100%;}


footer {
  padding: 1% 0;}
  footer .container {margin-top:1%;}
  footer p {
    color: #CDCDCD;
    font-size: 12px;
    line-height: 1.3; }
footer:before {
  display: block;
  content: "";
  height: 2px;
   }