@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600);

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  -webkit-text-size-adjust: none
}

*, :after, :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-ms-viewport {
  width: device-width
}

@media screen and (max-width:480px) {
  body, html {
    min-width: 320px
  }
}

body {
  background: #1b1f22
}

body.is-loading *, body.is-loading :after, body.is-loading :before, body.is-switching *, body.is-switching :after, body.is-switching :before {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-transition-delay: none !important;
  -webkit-transition-delay: none !important;
  -ms-transition-delay: none !important;
  transition-delay: none !important
}

html {
  font-size: 16pt
}

@media screen and (max-width:1680px) {
  html {
    font-size: 12pt
  }
}

@media screen and (max-width:736px) {
  html {
    font-size: 11pt
  }
}

@media screen and (max-width:360px) {
  html {
    font-size: 10pt
  }
}

body, input, select, textarea {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.65
}

a {
  -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
  border-bottom: dotted 1px rgba(255, 255, 255, .5);
  text-decoration: none;
  color: inherit
}

a:hover {
  border-bottom-color: transparent
}

b, strong {
  font-weight: 600
}

em, i {
  font-style: italic
}

p {
  margin: 0 2% 1.5% 2%;
  color: #000;
  font-size: 15px;
  text-align: justify;
  color: #444;
  font-weight: 600
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-weight: 600;
  line-height: 1.5;
  margin: 1rem 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: .27rem
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none
}

h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
  border-bottom: solid 2px #e9dcb2;
  width: auto;
  padding-bottom: .5rem;
  margin: 0 0 1% 0;
  color: #444
}

h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: .5rem
}

h2 {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: .5rem;
  margin: 10px
}

h3 {
  font-size: 1rem
}

h4 {
  font-size: .8rem
}

h5 {
  font-size: 1.5rem
}

h6 {
  font-size: .9rem
}

@media screen and (max-width:736px) {
  h1 {
    font-size: 1.5rem;
    line-height: 1.4
  }

  h2 {
    font-size: 1.25em;
    line-height: 1.5
  }
}

sub {
  font-size: .8rem;
  position: relative;
  top: .5rem
}

sup {
  font-size: .8rem;
  position: relative;
  top: -.5rem
}

blockquote {
  border-left: solid 4px #fff;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: .5rem 0 .5rem 2rem
}

code {
  background: rgba(255, 255, 255, .075);
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: .9rem;
  margin: 0 .25rem;
  padding: .25rem .65rem
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: .9rem;
  margin: 0 0 2rem 0
}

pre code {
  display: block;
  line-height: 1.75;
  padding: 1rem 1.5rem;
  overflow-x: auto
}

hr {
  border: 0;
  border-bottom: solid 1px #fff;
  margin: 2.75rem 0
}

.align-left {
  text-align: left
}

.align-center {
  text-align: center
}

.align-right {
  text-align: right
}

form {
  margin: 0 0 2.5rem 0;
  text-align: center
}

form .field {
  margin: 0 0 1.5rem 0
}

form .field.half {
  width: 50%;
  float: left;
  padding: 0 0 0 .75rem;
  color: #000
}

form .field.half.first {
  padding: 0 .75rem 0 0
}

form>.actions {
  margin: 1.875rem 0 0 0 !important
}

@media screen and (max-width:736px) {
  form .field {
    margin: 0 0 1.125rem 0
  }

  form .field.half {
    padding: 0 0 0 .5625rem
  }

  form .field.half.first {
    padding: 0 .5625rem 0 0
  }

  form>.actions {
    margin: 1.5rem 0 0 0 !important
  }
}

@media screen and (max-width:480px) {
  form .field.half {
    width: 100%;
    float: none;
    padding: 0
  }

  form .field.half.first {
    padding: 0
  }
}

.box {
  border-radius: 4px;
  border: solid 1px #fff;
  margin-bottom: 2rem;
  padding: 1.5em
}

.box>:last-child, .box>:last-child>:last-child, .box>:last-child>:last-child>:last-child {
  margin-bottom: 0
}

.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0
}

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-transform: none !important
}

.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative
}

.image:before {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  border-radius: 4px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%
}

.image img {
  border-radius: 4px;
  display: block
}

.image.left, .image.right {
  max-width: 35%
}

.image.left img, .image.right img {
  width: 100%
}

.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: .25em
}

.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: .25em
}

.image.fit {
  display: block;
  margin: 0 0 2rem 0;
  width: 100%
}

.image.fit img {
  width: 33.333333%
}

.image.main {
  max-width: 35%
}

.image.photo {
  max-width: 35%
}

.image.main img {
  max-width: 100%
}

@media screen and (max-width:736px) {
  .image.main {
    margin: 2rem 0
  }
}

@media screen and (max-width:480px) {
  .image.main {
    max-width: 90%;
    margin: 1.5rem 0;
    text-align: center
  }
}

ol {
  list-style: decimal;
  margin: 0 0 2rem 0;
  padding-left: 1.25em
}

ol li {
  padding-left: .25em
}

ul {
  list-style: disc;
  margin: 0 0 2rem 0;
  padding-left: 1em
}

ul li {
  padding-left: .25em;
  padding-right: .25em
}

ul.alt {
  list-style: none;
  padding-left: 0
}

ul.alt li {
  border-top: solid 1px #fff;
  padding: .5em 0
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0
}

ul.icons li {
  display: inline-block;
  padding: 0 .75em 0 0
}

ul.icons li:last-child {
  padding-right: 0
}

ul.icons li a {
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px #fff;
  display: inline-block;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  width: 2.25rem
}

ul.icons li a:hover {
  background-color: rgba(255, 255, 255, .075)
}

ul.icons li a:active {
  background-color: rgba(255, 255, 255, .175)
}

ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
  text-align: center
}

ul.actions li {
  display: inline-block;
  padding: 0 1rem 0 0;
  vertical-align: middle
}

ul.actions li:last-child {
  padding-right: 0
}

ul.actions.small li {
  padding: 0 .5rem 0 0
}

ul.actions.vertical li {
  display: block;
  padding: 1rem 0 0 0
}

ul.actions.vertical li:first-child {
  padding-top: 0
}

ul.actions.vertical li>* {
  margin-bottom: 0
}

ul.actions.vertical.small li {
  padding: .5rem 0 0 0
}

ul.actions.vertical.small li:first-child {
  padding-top: 0
}

ul.actions.fit {
  display: table;
  margin-left: -1rem;
  padding: 0;
  table-layout: fixed;
  width: calc(100% + 1rem)
}

ul.actions.fit li {
  display: table-cell;
  padding: 0 0 0 1rem
}

ul.actions.fit li>* {
  margin-bottom: 0
}

ul.actions.fit.small {
  margin-left: -.5rem;
  width: calc(100% + .5rem)
}

ul.actions.fit.small li {
  padding: 0 0 0 .5rem
}

@media screen and (max-width:480px) {
  ul.actions {
    margin: 0 0 2rem 0
  }

  ul.actions li {
    padding: 1rem 0 0 0;
    display: block;
    text-align: center;
    width: 100%
  }

  ul.actions li:first-child {
    padding-top: 0
  }

  ul.actions li>* {
    width: 100%;
    margin: 0 !important
  }

  ul.actions li>.icon:before {
    margin-left: -2em
  }

  ul.actions.small li {
    padding: .5rem 0 0 0
  }

  ul.actions.small li:first-child {
    padding-top: 0
  }
}

dl {
  margin: 0 0 2rem 0
}

dl dt {
  display: block;
  font-weight: 600;
  margin: 0 0 1rem 0
}

dl dd {
  margin-left: 2rem
}

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto
}

table {
  margin: 0 0 2rem 0;
  width: 100%
}

table tbody tr {
  border: solid 1px #fff;
  border-left: 0;
  border-right: 0
}

table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, .075)
}

table td {
  padding: .75em .75em
}

table th {
  color: #fff;
  font-size: .9em;
  font-weight: 600;
  padding: 0 .75em .75em .75em;
  text-align: left
}

table thead {
  border-bottom: solid 2px #fff
}

table tfoot {
  border-top: solid 2px #fff
}

table.alt {
  border-collapse: separate
}

table.alt tbody tr td {
  border: solid 1px #fff;
  border-left-width: 0;
  border-top-width: 0
}

table.alt tbody tr td:first-child {
  border-left-width: 1px
}

table.alt tbody tr:first-child td {
  border-top-width: 1px
}

table.alt thead {
  border-bottom: 0
}

table.alt tfoot {
  border-top: 0
}

#bg {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1
}

#bg:after, #bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#bg:before {
  -moz-transition: background-color 2.5s ease-in-out;
  -webkit-transition: background-color 2.5s ease-in-out;
  -ms-transition: background-color 2.5s ease-in-out;
  transition: background-color 2.5s ease-in-out;
  -moz-transition-delay: .75s;
  -webkit-transition-delay: .75s;
  -ms-transition-delay: .75s;
  transition-delay: .75s;
  background-size: auto, 256px 256px;
  background-position: center, center;
  background-repeat: no-repeat, repeat
}

#bg:after {
  -moz-transform: scale(1.125);
  -webkit-transform: scale(1.125);
  -ms-transform: scale(1.125);
  transform: scale(1.125);
  -moz-transition: -moz-transform 325ms ease-in-out, -moz-filter 325ms ease-in-out;
  -webkit-transition: -webkit-transform 325ms ease-in-out, -webkit-filter 325ms ease-in-out;
  -ms-transition: -ms-transform 325ms ease-in-out, -ms-filter 325ms ease-in-out;
  transition: transform 325ms ease-in-out, filter 325ms ease-in-out;
  background-image: url(../../images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1
}

body.is-article-visible #bg:after {
  -moz-transform: scale(1.0825);
  -webkit-transform: scale(1.0825);
  -ms-transform: scale(1.0825);
  transform: scale(1.0825);
  -moz-filter: blur(.2rem);
  -webkit-filter: blur(.2rem);
  -ms-filter: blur(.2rem);
  filter: blur(.2rem)
}

body.is-loading #bg:before {
  background-color: #000
}

#wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  min-height: 100vh;
  width: 100%;
  padding: 4rem 2rem;
  z-index: 3
}

#left {
  text-align: left
}

#wrapper:before {
  content: '';
  display: block
}

@media screen and (max-width:1680px) {
  #wrapper {
    padding: 3rem 2rem
  }
}

@media screen and (max-width:736px) {
  #wrapper {
    padding: 2rem 1rem
  }
}

@media screen and (max-width:480px) {
  #wrapper {
    padding: 1rem;
    text-align: center
  }
}

#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-transition: -moz-transform 325ms ease-in-out, -moz-filter 325ms ease-in-out, opacity 325ms ease-in-out;
  -webkit-transition: -webkit-transform 325ms ease-in-out, -webkit-filter 325ms ease-in-out, opacity 325ms ease-in-out;
  -ms-transition: -ms-transform 325ms ease-in-out, -ms-filter 325ms ease-in-out, opacity 325ms ease-in-out;
  transition: transform 325ms ease-in-out, filter 325ms ease-in-out, opacity 325ms ease-in-out;
  max-width: 100%;
  text-align: center
}

#header>* {
  -moz-transition: opacity 325ms ease-in-out;
  -webkit-transition: opacity 325ms ease-in-out;
  -ms-transition: opacity 325ms ease-in-out;
  transition: opacity 325ms ease-in-out;
  position: relative;
  margin-top: 3.5rem
}

#header>:before {
  display: block;
  position: absolute;
  top: calc(-3.5rem - 1px);
  left: calc(50% - 1px);
  width: 1px;
  height: calc(3.5rem + 1px);
  background: #fff
}

#header>:first-child {
  margin-top: 0
}

#header>:first-child:before {
  display: none
}

#header .logo {
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5.5rem;
  border: solid 1px #fff;
  border-radius: 100%
}

#header .logo .icon:before {
  font-size: 2rem
}

#header .content {
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  max-width: 100%
}

#header .content .inner {
  -moz-transition: max-height .75s ease, padding .75s ease, opacity 325ms ease-in-out;
  -webkit-transition: max-height .75s ease, padding .75s ease, opacity 325ms ease-in-out;
  -ms-transition: max-height .75s ease, padding .75s ease, opacity 325ms ease-in-out;
  transition: max-height .75s ease, padding .75s ease, opacity 325ms ease-in-out;
  -moz-transition-delay: .25s;
  -webkit-transition-delay: .25s;
  -ms-transition-delay: .25s;
  transition-delay: .25s;
  padding: 5rem 2rem;
  max-height: 40rem;
  overflow: hidden
}

#header .content .inner>:last-child {
  margin-bottom: 0
}

#header .content p {
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: .8rem;
  line-height: 2
}

#join nav ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .76)
}

#join nav ul li {
  border-left: solid 1px rgba(255, 255, 255, .2)
}

#join nav ul li:first-child {
  border-left: 0
}

#join nav ul li a {
  display: block;
  height: 2.75rem;
  line-height: 2.75rem;
  font-weight: 700;
  padding: 0 .2rem 0 .2rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: .6rem;
  border-bottom: 0;
  color: #000
}

#join nav ul li a:hover {
  background-color: rgba(255, 255, 255, .075)
}

#join nav ul li a:active {
  background-color: rgba(255, 255, 255, .175)
}

#join nav.use-middle ul li.is-middle {
  border-left: 0
}

.menuMain {
  overflow-x: hidden;
  display: flex;
  margin-bottom: 0;
  width: 66%;
  list-style: none;
  padding-left: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid;
  border-top-color: initial;
  border-top-style: solid;
  border-top-width: 0;
  border-right-color: initial;
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: initial;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: initial;
  border-left-style: solid;
  border-left-width: 2px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: #e9dcb2;
  margin: auto;
  background-color: #fff;
  flex-flow: row nowrap;
  justify-content: space-around
}

.menuMain li {
  border-left: solid 1px rgba(255, 255, 255, .2)
}

.menuMain li:first-child {
  border-left: 0
}

.menuMain li a {
  display: block;
  height: 2.75rem;
  line-height: 2.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15rem;
  font-size: .6rem;
  border-bottom: 0;
  color: #7a7a7a
}

.menuMain li a:hover {
  background-color: rgba(255, 255, 255, .075)
}

.menuMain li a:active {
  background-color: rgba(255, 255, 255, .175)
}

#bjoin nav.use-middle ul li.is-middle {
  border-left: 0
}

body.is-article-visible #header {
  -moz-transform: scale(.95);
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  -moz-filter: blur(.1rem);
  -webkit-filter: blur(.1rem);
  -ms-filter: blur(.1rem);
  filter: blur(.1rem);
  opacity: 0
}

body.is-loading #header {
  -moz-filter: blur(.125rem);
  -webkit-filter: blur(.125rem);
  -ms-filter: blur(.125rem);
  filter: blur(.125rem)
}

body.is-loading #header>* {
  opacity: 0
}

body.is-loading #header .content .inner {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0
}

@media screen and (max-width:1260px) {
  .menuMain li a {
    letter-spacing: 0
  }
}

@media screen and (max-width:980px) {
  #header .content p br {
    display: none
  }

  .menuMain {
    width: 80%
  }
}

@media screen and (max-width:736px) {
  #header>* {
    margin-top: 2rem
  }

  #header>:before {
    top: calc(-2rem - 1px);
    height: calc(2rem + 1px)
  }

  #header .logo {
    width: 4.75rem;
    height: 4.75rem;
    line-height: 4.75rem
  }

  #header .logo .icon:before {
    font-size: 1.75rem
  }

  #header .content .inner {
    padding: 2.5rem 1rem
  }

  #header .content p {
    line-height: 1.875
  }

  #join nav ul li a {
    font-size: .57rem;
    letter-spacing: 0
  }

  .menuMain li a {
    font-size: .8rem
  }
}

@media screen and (max-width:480px) {
  .menuMain {
    width: 80%;
    flex-flow: row wrap
  }

  #header {
    padding: 1.5rem 0;
    text-align: center
  }

  #header .content .inner {
    padding: 2.5rem 0
  }

  #join nav ul {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 10rem;
    max-width: 100%;
    justify-content: space-around;
    margin: auto
  }

  #join nav ul li {
    border-left: 0;
    border-top: solid 1px rgba(0, 0, 0, .25)
  }

  #join nav ul li:first-child {
    border-top: 0
  }

  #join nav ul li a {
    height: 3rem;
    line-height: 3rem;
    min-width: 0;
    width: 100%
  }
}

@media screen and (max-width:736px) {
  #bjoin nav.use-middle:after {
    display: none
  }

  .menuMain li {
    border: none
  }

  .menuMain li:first-child {
    border-top: 0
  }

  .menuMain li a {
    height: 3rem;
    line-height: 3rem;
    min-width: 0;
    width: 100%
  }

  #bjoin nav.use-middle:after {
    display: none
  }

  .menuMain {
    width: 90%;
    min-width: 10px;
    max-width: 300px;
    border: 2px solid #e9dcb2;
    flex-flow: row wrap;
    background-color: #fff
  }

  .menuMain a:hover {
    text-decoration: underline
  }

  #main article {
    -moz-transform: translateY(.25rem);
    -webkit-transform: translateY(.25rem);
    -ms-transform: translateY(.25rem);
    transform: translateY(.25rem);
    -moz-transition: opacity 325ms ease-in-out, -moz-transform 325ms ease-in-out;
    -webkit-transition: opacity 325ms ease-in-out, -webkit-transform 325ms ease-in-out;
    -ms-transition: opacity 325ms ease-in-out, -ms-transform 325ms ease-in-out;
    transition: opacity 325ms ease-in-out, transform 325ms ease-in-out;
    padding: 0;
    position: relative;
    width: 50rem;
    min-height: 50rem;
    max-width: 100%;
    background-color: rgba(255, 255, 240, .85);
    border-radius: 4px
  }
}

#main article {
  -moz-transform: translateY(.25rem);
  -webkit-transform: translateY(.25rem);
  -ms-transform: translateY(.25rem);
  transform: translateY(.25rem);
  -moz-transition: opacity 325ms ease-in-out, -moz-transform 325ms ease-in-out;
  -webkit-transition: opacity 325ms ease-in-out, -webkit-transform 325ms ease-in-out;
  -ms-transition: opacity 325ms ease-in-out, -ms-transform 325ms ease-in-out;
  transition: opacity 325ms ease-in-out, transform 325ms ease-in-out;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-width: 100%;
  background-color: #fff;
  border-radius: 4px
}

#main article.active {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

#main article .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  text-indent: 4rem;
  overflow: hidden;
  white-space: nowrap
}

#main article .close:before {
  -moz-transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  top: .75rem;
  left: .75rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23000000%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: no-repeat
}

#main article .close:hover:before {
  background-color: rgba(255, 255, 255, .075)
}

#main article .close:active:before {
  background-color: rgba(255, 255, 255, .175)
}

@media screen and (max-width:736px) {
  #main article {
    padding: 3.5rem 2rem .5rem 2rem;
    width: 100%;
    min-height: 0;
    max-width: 100%
  }

  #main article .close:before {
    top: .875rem;
    left: .875rem;
    width: 2.25rem;
    height: 2.25rem;
    background-size: 14px 14px
  }
}

@media screen and (max-width:480px) {
  #main article {
    padding: 3rem 1.5rem .5rem 1.5rem;
    width: 100%;
    min-height: 0;
    max-width: 100%
  }
}

#footer {
  -moz-transition: -moz-transform 325ms ease-in-out, -moz-filter 325ms ease-in-out, opacity 325ms ease-in-out;
  -webkit-transition: -webkit-transform 325ms ease-in-out, -webkit-filter 325ms ease-in-out, opacity 325ms ease-in-out;
  -ms-transition: -ms-transform 325ms ease-in-out, -ms-filter 325ms ease-in-out, opacity 325ms ease-in-out;
  transition: transform 325ms ease-in-out, filter 325ms ease-in-out, opacity 325ms ease-in-out;
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  text-align: center
}

#footer .copyright {
  letter-spacing: .2rem;
  font-size: .6rem;
  opacity: .75;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff
}

body.is-article-visible #footer {
  -moz-transform: scale(.95);
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  -moz-filter: blur(.1rem);
  -webkit-filter: blur(.1rem);
  -ms-filter: blur(.1rem);
  filter: blur(.1rem);
  opacity: 0
}

body.is-loading #footer {
  opacity: 0
}

video {
  position: fixed;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden
}

#player {
  font-family: Arial;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  text-decoration: none;
  box-shadow: 0 1px 3px #666;
  -webkit-box-shadow: 0 1px 3px #666;
  -moz-box-shadow: 0 1px 3px #666;
  text-shadow: 1px 1px 3px #666;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#006ad4), to(#036));
  background: -moz-linear-gradient(top, #006ad4, #036);
  border-radius: 10% 10% 10% 10%
}

#player:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#036), to(#006ad4));
  background: -moz-linear-gradient(top, #036, #006ad4)
}

@media (max-width:1025px) {
  .pcbg {
    display: none
  }
}

@media (min-width:1025px) {
  #bg {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1
  }

  #bg:after, #bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  #bg:before {
    -moz-transition: background-color 2.5s ease-in-out;
    -webkit-transition: background-color 2.5s ease-in-out;
    -ms-transition: background-color 2.5s ease-in-out;
    transition: background-color 2.5s ease-in-out;
    -moz-transition-delay: .75s;
    -webkit-transition-delay: .75s;
    -ms-transition-delay: .75s;
    transition-delay: .75s;
    background-size: auto, 256px 256px;
    background-position: center, center;
    background-repeat: no-repeat, repeat
  }

  #bg:after {
    -moz-transform: scale(1.125);
    -webkit-transform: scale(1.125);
    -ms-transform: scale(1.125);
    transform: scale(1.125);
    -moz-transition: -moz-transform 325ms ease-in-out, -moz-filter 325ms ease-in-out;
    -webkit-transition: -webkit-transform 325ms ease-in-out, -webkit-filter 325ms ease-in-out;
    -ms-transition: -ms-transform 325ms ease-in-out, -ms-filter 325ms ease-in-out;
    transition: transform 325ms ease-in-out, filter 325ms ease-in-out;
    background-image: url(images/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1
  }

  body.is-loading #bg:before {
    background-color: #000
  }
}

.leftimg {
  float: left;
  margin: 0 1.5% 0 0
}

.rightimg {
  float: right;
  margin: 0 0 0 1.5%
}

@media screen and (max-width:736px) {
  .slider label {
    border: 0 solid #d0ba67;
    float: left;
    cursor: pointer;
    transition: all .5s;
    opacity: .7;
    margin-top: -1.5%
  }

  .slider {
    padding-top: 45.9%
  }

  .leftimg {
    float: left;
    margin: 0 3% 3% 0
  }

  .rightimg {
    float: right;
    margin: 3% 0 0 3%
  }
}

@media screen and (max-width:360px) {
  .leftimg {
    float: left;
    margin: 0 3% 3% 0
  }

  .rightimg {
    float: right;
    margin: 3% 0 0 3%
  }
}

div#quad {
  font-size: 0;
  width: 100%;
  margin: 0 auto
}

div#quad figure {
  margin-left: 1%;
  margin-top: 1%;
  width: 48.5%;
  height: auto;
  transition: 1s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #cdb55e;
  border-radius: 11px;
  text-align: center
}

div#quad figure:hover {
  cursor: pointer;
  z-index: 4
}

div#quad figure img {
  width: 100%;
  height: auto
}

div#quad figure:nth-child(1) {
  transform-origin: top left
}

div#quad figure:nth-child(2) {
  transform-origin: top right
}

div#quad figure:nth-child(3) {
  transform-origin: bottom left
}

div#quad figure:nth-child(4) {
  transform-origin: bottom right
}

div#quad figure figcaption {
  margin: 0;
  opacity: 0;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  padding: .3rem;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 1s 1s opacity
}

.expanded {
  transform: scale(2);
  z-index: 5
}

div#quad figure.expanded figcaption {
  opacity: 1
}

div.full figure:not(.expanded) {
  pointer-events: none
}

@media all and (orientation:portrait) {
  .layout {
    height: 100%;
    width: 100%;
    border: none;
    display: none
  }

  .framev {
    display: none
  }

  .horizont {
    max-width: 100%
  }
}

@media all and (orientation:landscape) {
  .layout {
    height: 100%;
    width: 100%;
    border: none
  }

  .framev {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 900px;
    border: none;
    background-color: #fff
  }

  .horizont {
    max-width: 100%;
    display: none
  }
}

.clear {
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0
}

.thumb-wrap {
  position: relative;
  padding-bottom: 53.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.thumb-wrap iframe {
  position: absolute;
  top: 0;
  overflow: auto;
  left: 0;
  width: 100%;
  height: 88%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

/* ===TIRRAL START=== */
.hone_page_buttons_wrapper {
  position: absolute;
  width: 500px;
  height: 160px;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -40px;
}

.hone_page_buttons_container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hone_page_buttons_info, .hone_page_buttons_form {
  display: block;
  width: 200px;
  height: 56px;
  line-height: 56px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  background-color: #800000;
  color: #fff;
}

.social_wrapper {
  width: 260px;
  margin: 20px auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social_wrapper a {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.facebbok {
  background-color: #00a2f8;
}

.facebbok:hover {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.telegram {
  background-color: #36a1d5;
}

.telegram:hover {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.viber {
  background-color: #7f50a0;
}

.viber:hover {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.social_wrapper a img {
  margin-top: 10px;
  width: 40px;
  height: 40px;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 40;
  -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}

.modal-overlay.state-show {
  opacity: .7;
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.2s, 0s;
  -o-transition-duration: 0.2s, 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s;
}

.modal-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  /*     display: table; */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
}

.modal-frame.state-appear {
  visibility: visible;
}

.modal-frame.state-appear .modal-inset {
  -moz-animation: modalComeIn 0.25s ease;
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
  /* to keep @ final state */
}

.modal-frame.state-appear .modal-body {
  opacity: 1;
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.modal-frame.state-leave {
  visibility: visible;
}

.modal-frame.state-leave .modal-inset {
  -moz-animation: modalHeadOut 0.35s ease 0.1s;
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}

.modal-frame.state-leave .modal-body {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px);
  }
}

.modal {
  display: block;
  vertical-align: middle;
  text-align: center;
}

.modal-inset {
  position: relative;
  padding: 60px 40px;
  background-color: white;
  min-width: 320px;
  min-height: 126px;
  margin: auto;
  visibility: hidden;
  -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.modal-inset .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  opacity: .4;
}

.modal-inset .close:hover {
  opacity: 1;
}

.modal-body {
  margin: auto;
  opacity: 0;
  -moz-transform: translateY(0) scale(0.8, 0.8);
  -ms-transform: translateY(0) scale(0.8, 0.8);
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.modal-body label {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }

  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }

  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }

  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }

  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

@-moz-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }

  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }

  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

.slide-in-fwd-center {
  -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-8-12 12:51:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-fwd-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.hide {
  display: none;
}

.modal-body h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: -0.6px;
}

.modal .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.5rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #333;
  border: none;
  padding: 11px;
  border-radius: 100%;
  FontAwesome: ;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
}

#my-form {
  margin-top: 40px;
}

.modal_body_sub_title {
  color: #bebebe;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.form_line_container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px;
}

.form_button_container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_line_container_label {
  min-width: 132px;
  text-align: left;
}

#my-form-button {
  width: 300px;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fb6b0b;
  color: #fff;
  border: none;
}

.form_line_container_fild input {
  color: #2d2d2d;
  font-size: 14px;
  border: none;
  background-color: #e6e6e6;
  height: 44px;
  padding: 0px 14px;
}

.form_button_container {
  margin-top: 40px;
}

#my-form-status {
  text-align: center;
  color: #bebebe;
  text-transform: uppercase;
  font-size: 18px;
}

.sosial_footer_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin: 10px auto 10px auto;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.sosial_footer_wrapper a {
  text-decoration: none !important;
  border-bottom-color: transparent;
}

.sosial_footer_wrapper a:link {
  text-decoration: none !important;
  border-bottom-color: transparent;
}

.sosial_footer_wrapper a:visited {
  text-decoration: none !important;
  border-bottom-color: transparent;
}

.sosial_footer_wrapper a:hover {
  text-decoration: none !important;
  border-bottom-color: transparent;
}

.sosial_footer_wrapper a:active {
  text-decoration: none !important;
  border-bottom-color: transparent;
}

.facebook_footer {
  width: 60px;
  height: 60px;
  text-align: center;
}

.facebook_footer img {
  margin-top: 5px;
  width: 50px;
  height: 50px;
}

.instagramm_footer {
  width: 60px;
  height: 60px;
  text-align: center;
}

.instagramm_footer img {
  margin-top: 5px;
  width: 50px;
  height: 50px;
}

@media screen and (max-width:540px) {
  .image.main {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
  }

  .hone_page_buttons_wrapper {
    position: absolute;
    width: 100%;
    height: 160px;
    top: 160px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }

  .hone_page_buttons_info, .hone_page_buttons_form {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    background-color: #800000;
    color: #fff;
  }

  .hone_page_buttons_container {
    max-width: 100%;
    padding: 20px 20px 0 20px;
  }

  .social_wrapper {
    width: 180px;
    margin: 10px auto;
  }

  .social_wrapper a {
    width: 44px;
    height: 44px;
  }

  .social_wrapper a img {
    margin-top: 10px;
    width: 26px;
    height: 26px;
  }

  #join {
    margin-top: 60px;
  }

  .sosial_footer_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 80px;
    margin: 10px auto 10px auto;
    position: absolute;
    bottom: 80px;
    left: 10px;
  }

  .facebook_footer {
    width: 40px;
    height: 40px;
    text-align: center;
  }

  .facebook_footer img {
    margin-top: 5px;
    width: 30px;
    height: 30px;
  }

  .instagramm_footer {
    width: 40px;
    height: 40px;
    text-align: center;
  }

  .instagramm_footer img {
    margin-top: 5px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 480px) {
  #join nav ul li a {
    height: 30px;
    line-height: 30px;
    min-width: 0;
    width: 100%;
  }
}

/* ===TIRRAL END=== */