@charset "utf-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
}
ul li {
  list-style: none;
}
body {
  border-left: 63px solid #FFFFFF;
  border-right: 63px solid #FFFFFF;
}
body.home {
  height: calc(100vh - 43px);
}
@media screen and (max-width: 1024px) {
  body {
    border-left: 45px solid #FFFFFF;
    border-right: 45px solid #FFFFFF;
  }
}
@media screen and (max-width: 768px) {
  body {
    border-left: 29px solid #FFFFFF;
    border-right: 29px solid #FFFFFF;
  }
}
@media screen and (max-width: 480px) {
  body {
    border-left: 17px solid #FFFFFF;
    border-right: 17px solid #FFFFFF;
  }
  body.home {
    height: calc(100vh - 80px);
  }
}
.lato {
  font-family: 'Lato', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.openSans {
  font-family: 'Open Sans', sans-serif;
}
#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
#overlay .loader {
  -webkit-animation: loading 1.7s infinite ease, round 1.7s infinite ease;
  animation: loading 1.7s infinite ease, round 1.7s infinite ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  top: calc(50% - 45px);
}
#overlay.active {
  visibility: visible;
  opacity: 1;
}
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
@-webkit-keyframes loading {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes loading {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
***********************************************************************
**
** mixins.less
**
***********************************************************************
*/
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.13em;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
  line-height: inherit;
}
strong,
span,
em {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
main {
  display: block;
}
a,
a:hover,
a:focus,
a img,
img {
  outline: none;
  text-decoration: none;
  color: inherit;
}
ul li {
  list-style: none;
}
button:focus {
  outline: none;
}
body {
  position: relative;
  overflow-x: hidden;
}
.background-image > .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: 0.7;
}
.background-image .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-image.standard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
.entry-content h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 31px;
  letter-spacing: 0.105em;
}
.entry-content h5 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.entry-content p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 40px;
  letter-spacing: 0.105em;
}
.entry-content a {
  color: #0F917C;
  font-weight: 700;
}
.entry-content ul {
  text-indent: 20px;
}
.entry-content ul li {
  font-size: 14px;
  line-height: 25px;
  list-style: inside circle;
  letter-spacing: 0.105em;
}
/* 
 * MOBY.LESS VERSION 2.0.7
 */
.moby-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.moby-overlay.dark {
  background: rgba(0, 0, 0, 0.85);
}
.moby-overlay.light {
  background: rgba(255, 255, 255, 0.65);
}
.moby-overlay.moby-overlay-active {
  visibility: visible !important;
  opacity: 1 !important;
}
.moby-body-fixed {
  overflow: hidden !important;
}
.moby {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  overflow: auto;
}
.moby * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.moby.moby-hidden {
  display: none;
}
.moby.moby-demo {
  color: #ffffff;
  background: #2196f3;
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 280px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding: 60px 0 20px 0;
  overflow: auto;
}
.moby.moby-demo.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.moby-demo .moby-inner {
  height: 100%;
  min-height: 520px;
}
.moby.moby-demo .moby-inner > p {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 13px;
  text-align: center;
}
.moby.moby-demo .moby-close {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.moby.moby-demo .moby-close .moby-close-icon {
  margin-right: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
}
.moby.moby-demo .moby-close .moby-close-icon::before,
.moby.moby-demo .moby-close .moby-close-icon::after {
  background: #ffffff;
}
.moby.moby-demo .moby-wrap {
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.moby.moby-demo .moby-wrap > div {
  width: 100%;
}
.moby.moby-demo .moby-wrap img {
  margin: 0 auto 40px auto;
  display: block;
  width: 100px;
  height: auto;
}
.moby.moby-demo .moby-wrap .moby-menu {
  width: 100%;
}
.moby.moby-demo .moby-wrap .moby-menu > * {
  width: 100%;
}
.moby.moby-demo ul li ul a {
  padding: 20px 70px 20px 70px;
  font-size: 16px;
  background: #0c7cd5;
}
.moby.moby-demo ul li a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 20px 70px 20px 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.moby.moby-demo ul li a:hover {
  color: #e0e0e0;
}
.moby.moby-demo ul li a .moby-expand {
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.moby.moby-demo ul li a .moby-expand:hover {
  color: #e0e0e0;
}
.moby.moby-demo ul li a .moby-expand i,
.moby.moby-demo ul li a .moby-expand span {
  font-size: 20px;
}
.moby.right-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 280px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.moby.right-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.fade {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.moby.fade.moby-active {
  opacity: 1;
  visibility: visible;
}
.moby.fade ul {
  width: 100%;
}
.moby.left-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 30%;
  min-width: 280px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.moby.left-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.top-full {
  position: fixed;
  z-index: 3000;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
.moby.top-full ul {
  width: 100%;
}
.moby.top-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.moby.bottom-full {
  position: fixed;
  z-index: 3000;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
.moby.bottom-full ul {
  width: 100%;
}
.moby.bottom-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.moby.grow-out {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  visibility: hidden;
  opacity: 0;
}
.moby.grow-out ul {
  width: 100%;
}
.moby.grow-out.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.moby.shrink-in {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
}
.moby.shrink-in ul {
  width: 100%;
}
.moby.shrink-in.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.moby ul {
  list-style: none;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.moby ul ul {
  display: none;
}
.moby ul li ul a {
  padding: 15px 90px 30px 30px;
  font-weight: normal;
  font-size: 14px;
}
.moby ul li a {
  position: relative;
  color: #9a989a;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding: 30px 90px 30px 30px;
  text-align: left;
}
.moby ul li a .moby-expand {
  position: absolute;
  width: 60px;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #2196f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.moby ul li a .moby-expand i,
.moby ul li a .moby-expand span {
  font-size: 20px;
}
.moby .moby-close {
  color: #9a989a;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 30px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.moby .moby-close .moby-close-icon {
  font-weight: bold;
  margin-right: 15px;
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.moby .moby-close .moby-close-icon::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #9a989a;
  top: 50%;
  margin-top: -1px;
}
.moby .moby-close .moby-close-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #9a989a;
  top: 0%;
  margin-left: -1px;
}
header {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #FFFFFF;
  height: 40px;
}
@media screen and (max-width: 480px) {
  header {
    height: 50px;
  }
}
header .logo {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background: white;
  padding: 25px 49px 25px 9px;
  position: relative;
  top: 38px;
  z-index: 100;
}
header .logo svg {
  width: 305px;
  height: 121px;
}
@media screen and (max-width: 1024px) {
  header .logo svg {
    width: 154px;
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  header .logo svg {
    width: 173px;
    height: 51px;
  }
}
@media screen and (max-width: 480px) {
  header .logo svg {
    width: 95px;
    height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  header .logo {
    top: 20px;
  }
}
@media screen and (max-width: 480px) {
  header .logo {
    padding: 0;
    top: 0;
  }
}
header .menu {
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  header .menu {
    display: none;
  }
}
header .menu #desktop .menu-header-menu-container > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
header .menu #desktop .menu-header-menu-container > ul > li {
  margin-right: 40px;
  position: relative;
  width: 75px;
  cursor: pointer;
}
header .menu #desktop .menu-header-menu-container > ul > li a {
  color: black;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}
header .menu #desktop .menu-header-menu-container > ul > li:hover > ul.sub-menu {
  top: 23px;
  opacity: 1;
  visibility: visible;
}
header .menu #desktop .menu-header-menu-container > ul > li ul.sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: white;
  padding-top: 8px;
  opacity: 0;
  position: absolute;
  right: -100%;
  width: 200px;
  top: 0;
  visibility: hidden;
  z-index: 100;
}
header .menu #desktop .menu-header-menu-container > ul > li ul.sub-menu li a {
  display: block;
  font-size: 11px;
  height: 100%;
  padding: 15px;
  width: 100%;
}
header .menu #desktop .menu-header-menu-container > ul > li ul.sub-menu li:hover {
  background: #353535;
}
header .menu #desktop .menu-header-menu-container > ul > li ul.sub-menu li:hover a {
  color: white;
}
header #mobile-trigger {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  display: none;
  margin-right: 2px;
  width: 32px;
  height: 21px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  header #mobile-trigger {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header #mobile-trigger {
    width: 35px;
    height: 23px;
  }
}
@media screen and (max-width: 480px) {
  header #mobile-trigger {
    width: 19px;
    height: 13px;
  }
}
header #mobile-trigger span {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
}
@media screen and (max-width: 480px) {
  header #mobile-trigger span {
    height: 3px;
  }
}
header #mobile-trigger span:nth-child(1) {
  top: 0;
}
header #mobile-trigger span:nth-child(2),
header #mobile-trigger span:nth-child(3) {
  top: 8px;
}
@media screen and (max-width: 480px) {
  header #mobile-trigger span:nth-child(2),
  header #mobile-trigger span:nth-child(3) {
    top: 5px;
  }
}
header #mobile-trigger span:nth-child(4) {
  top: 16px;
}
@media screen and (max-width: 480px) {
  header #mobile-trigger span:nth-child(4) {
    top: 10px;
  }
}
header #mobile-trigger.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
header #mobile-trigger.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header #mobile-trigger.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header #mobile-trigger.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
.mobile-menu {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  right: -300px;
  top: 40px;
  height: 100%;
  background: white;
  width: 300px;
  z-index: 100;
}
.mobile-menu.open {
  right: 0;
}
@media screen and (max-width: 480px) {
  .mobile-menu {
    top: 50px;
  }
}
.mobile-menu nav#mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.mobile-menu nav#mobile > ul > li {
  position: relative;
  border-top: 1px solid #b3b3b3;
}
.mobile-menu nav#mobile > ul > li:last-of-type {
  border-bottom: 1px solid #b3b3b3;
}
.mobile-menu nav#mobile > ul > li .submenu {
  display: none;
  background-color: #DDDDDD;
}
.mobile-menu nav#mobile > ul > li i.fa {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  right: 8px;
  top: 19.5px;
}
.mobile-menu nav#mobile > ul > li i.fa.expand {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu nav#mobile > ul > li a {
  color: #000000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.mobile-overlay {
  display: none;
  position: fixed;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.75);
}
.mobile-overlay.active {
  display: block;
}
#moby1 {
  width: 45%;
}
.moby .moby-wrap .moby-close {
  background: white;
  color: transparent;
  font-weight: 600;
  border-bottom: 1px solid black;
}
.moby .moby-wrap .moby-close .moby-close-icon:before {
  background: black;
}
.moby .moby-wrap .moby-close .moby-close-icon:after {
  background: black;
}
.moby .moby-wrap .moby-menu .menu > .menu-item {
  border-bottom: 1px solid black;
  cursor: pointer;
}
.moby .moby-wrap .moby-menu .menu > .menu-item a {
  color: #000000;
  transition: all 0.3s;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.moby .moby-wrap .moby-menu .menu > .menu-item a .moby-expand {
  color: transparent;
}
.moby .moby-wrap .moby-menu .menu > .menu-item a .moby-expand span:after {
  content: '\f107';
  font-family: FontAwesome;
  color: black;
  font-weight: 700;
}
.moby .moby-wrap .moby-menu .menu > .menu-item .sub-menu {
  background-color: #DDDDDD;
}
footer {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 43px;
}
@media screen and (max-width: 1024px) {
  footer {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: 54px;
  }
}
footer div.copyright p,
footer div.geekpower p {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #353535;
}
@media screen and (max-width: 1024px) {
  footer div.copyright p,
  footer div.geekpower p {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  footer div.copyright p,
  footer div.geekpower p {
    font-size: 9px;
  }
}
footer div.copyright p a,
footer div.geekpower p a {
  color: #b3b3b3;
  font-size: 12px;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  footer div.copyright p a,
  footer div.geekpower p a {
    font-size: 9px;
  }
}
@media screen and (max-width: 480px) {
  footer div.copyright p a,
  footer div.geekpower p a {
    font-size: 8px;
  }
}
@media screen and (max-width: 1024px) {
  footer div.copyright {
    margin-right: 13px;
  }
}
footer div.geekpower p {
  color: #b3b3b3;
}
aside.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  left: 0;
  height: 100vh;
  width: 63px;
  position: fixed;
}
@media screen and (max-width: 1024px) {
  aside.social {
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  aside.social {
    display: none;
  }
}
aside.social .top p {
  white-space: nowrap;
  margin-bottom: 50px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  font-size: 12px;
  font-weight: bold;
}
aside.social .top .line {
  height: 39px;
  width: 36px;
  border-right: 2px solid #7a7a7a;
  opacity: 0.5;
}
aside.social .facebook-logo-container,
aside.social .instagram-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 20px 0 0;
  cursor: pointer;
}
aside.social .facebook-logo-container:hover svg,
aside.social .instagram-logo-container:hover svg {
  fill: #000000;
}
aside.social .facebook-logo-container svg,
aside.social .instagram-logo-container svg {
  fill: #7a7a7a;
  width: 15px;
  height: 15px;
}
body.home .slider-wrapper {
  background: #353535;
  height: calc(100% - 40px);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  body.home .slider-wrapper {
    height: calc(100% - 54px);
  }
}
body.home .slider-wrapper .slide {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
body.home .slider-wrapper .slide.active {
  opacity: 1;
}
body.home .slider-wrapper .slide p {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: white;
  text-transform: uppercase;
}
body.home .slider-wrapper .slider-sidebar,
body.home .slider-wrapper .slide-controls {
  position: absolute;
}
body.home .slider-wrapper .slider-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  top: calc(50% - 116px);
  right: 0;
}
body.home .slider-wrapper .slider-sidebar a {
  text-decoration: none;
}
body.home .slider-wrapper .slider-sidebar a .slide-banner {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  height: 49px;
  margin-bottom: 9px;
  width: 371px;
}
@media screen and (max-width: 1024px) {
  body.home .slider-wrapper .slider-sidebar a .slide-banner {
    width: 314px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  body.home .slider-wrapper .slider-sidebar a .slide-banner {
    width: 314px;
  }
}
@media screen and (max-width: 480px) {
  body.home .slider-wrapper .slider-sidebar a .slide-banner {
    display: none;
  }
}
body.home .slider-wrapper .slider-sidebar a .slide-banner .text {
  letter-spacing: 0.2em;
}
body.home .slider-wrapper .slider-sidebar a .slide-banner .bracket,
body.home .slider-wrapper .slider-sidebar a .slide-banner .text {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
body.home .slider-wrapper .slider-sidebar a .slide-banner .bracket {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  position: relative;
  bottom: 1px;
}
body.home .slider-wrapper .slider-sidebar a .slide-banner .bracket.left {
  left: 0;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
body.home .slider-wrapper .slider-sidebar a .slide-banner .bracket.right {
  right: 0;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
body.home .slider-wrapper .slider-sidebar a .slide-banner:hover,
body.home .slider-wrapper .slider-sidebar a .slide-banner.active {
  background-color: #ffffff;
  width: 385px;
}
@media screen and (max-width: 1024px) {
  body.home .slider-wrapper .slider-sidebar a .slide-banner:hover,
  body.home .slider-wrapper .slider-sidebar a .slide-banner.active {
    width: 326px;
  }
}
@media screen and (max-width: 768px) {
  body.home .slider-wrapper .slider-sidebar a .slide-banner:hover,
  body.home .slider-wrapper .slider-sidebar a .slide-banner.active {
    width: 326px;
  }
}
body.home .slider-wrapper .slider-sidebar a .slide-banner:hover .bracket,
body.home .slider-wrapper .slider-sidebar a .slide-banner.active .bracket {
  opacity: 1;
}
body.home .slider-wrapper .slider-sidebar a .slide-banner:hover .bracket.left,
body.home .slider-wrapper .slider-sidebar a .slide-banner.active .bracket.left {
  left: -10px;
}
body.home .slider-wrapper .slider-sidebar a .slide-banner:hover .bracket.right,
body.home .slider-wrapper .slider-sidebar a .slide-banner.active .bracket.right {
  right: -10px;
}
body.home .slider-wrapper .slide-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  width: 56px;
  height: 95px;
  background-color: #FFFFFF;
}
body.home .slider-wrapper .slide-controls .prev,
body.home .slider-wrapper .slide-controls .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  cursor: pointer;
  width: 100%;
}
body.home .slider-wrapper .slide-controls .prev i,
body.home .slider-wrapper .slide-controls .next i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
  position: relative;
}
body.home .slider-wrapper .slide-controls hr {
  width: 18px;
  height: 1px;
  color: #ACACAC;
}
body.home .slider-wrapper .slide-controls .next i {
  right: 0;
}
body.home .slider-wrapper .slide-controls .next:hover i {
  right: -5px;
}
body.home .slider-wrapper .slide-controls .prev i {
  left: 0;
}
body.home .slider-wrapper .slide-controls .prev:hover i {
  left: -5px;
}
.notice {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 50px;
}
body.about {
  position: relative;
}
body.about .page-wrapper {
  max-width: 1120px;
  margin: 150px auto 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.about .page-wrapper {
    margin: 70px auto 0;
  }
}
body.about .page-wrapper .text {
  max-width: 553px;
}
@media screen and (max-width: 1250px) {
  body.about .page-wrapper .text {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  body.about .page-wrapper .text {
    max-width: 100%;
    padding: 0 20px;
  }
}
body.about .page-wrapper .text h1,
body.about .page-wrapper .text p {
  letter-spacing: 0.105em;
}
body.about .page-wrapper .text h1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 31px;
}
body.about .page-wrapper .text p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 40px;
}
body.about .image {
  position: absolute;
  bottom: 0;
  right: -30px;
  height: 98%;
  width: 50%;
}
@media screen and (max-width: 1250px) {
  body.about .image {
    right: -40px;
  }
}
@media screen and (max-width: 1024px) {
  body.about .image {
    display: none;
  }
}
body.galleries .page-wrapper {
  max-width: 1422px;
  margin: 150px auto;
}
@media screen and (max-width: 1024px) {
  body.galleries .page-wrapper {
    margin: 70px auto;
  }
}
body.galleries .page-wrapper .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
body.galleries .page-wrapper .gallery .gallery-title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 12px;
  margin: 0 0 24px 5px;
  text-transform: uppercase;
}
body.galleries .page-wrapper .gallery .image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
body.galleries .page-wrapper .gallery .image-container a {
  outline: none;
}
body.galleries .page-wrapper .gallery .image-container a .image {
  margin: 2.5px;
  height: 208px;
  width: 279px;
}
.gallery-container .title {
  margin-left: 12px;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 12px;
  text-transform: uppercase;
}
.gallery-container .gallery-wrap .gallery-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.gallery-container .gallery-wrap .gallery-flex .gallery-image {
  position: relative;
  width: 275px;
  height: 210px;
  margin: 2.5px;
  cursor: pointer;
}
.gallery-container .gallery-wrap .gallery-flex .gallery-image img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox .slick-arrow {
  z-index: 40;
}
.slick-lightbox .slick-arrow::before {
  font-size: 40px;
  opacity: 1;
}
@media screen and (max-width: 1160px) {
  .slick-lightbox .slick-arrow::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 720px) {
  .slick-lightbox .slick-arrow::before {
    font-size: 20px;
  }
}
.slick-lightbox .slick-arrow.slick-prev {
  left: 100px;
}
@media screen and (max-width: 1160px) {
  .slick-lightbox .slick-arrow.slick-prev {
    left: 25px;
  }
}
@media screen and (max-width: 500px) {
  .slick-lightbox .slick-arrow.slick-prev {
    left: 15px;
  }
}
.slick-lightbox .slick-arrow.slick-next {
  right: 100px;
}
@media screen and (max-width: 1160px) {
  .slick-lightbox .slick-arrow.slick-next {
    right: 25px;
  }
}
@media screen and (max-width: 500px) {
  .slick-lightbox .slick-arrow.slick-next {
    right: 15px;
  }
}
.slick-lightbox .slick-lightbox-close {
  top: 30px;
  right: 100px;
}
@media screen and (max-width: 1160px) {
  .slick-lightbox .slick-lightbox-close {
    top: 20px;
    right: 50px;
  }
}
.slick-lightbox .slick-lightbox-close::before {
  font-size: 60px;
  opacity: 1;
}
@media screen and (max-width: 1160px) {
  .slick-lightbox .slick-lightbox-close::before {
    font-size: 30px;
  }
}
body.video,
body.webcasting {
  position: relative;
}
body.video .page-wrapper,
body.webcasting .page-wrapper {
  max-width: 1120px;
  margin: 150px auto;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 1024px) {
}
body.video .page-wrapper .text img,
body.webcasting .page-wrapper .text img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
body.video .page-wrapper .text h1,
body.webcasting .page-wrapper .text h1,
body.video .page-wrapper .text p,
body.webcasting .page-wrapper .text p,
body.video .page-wrapper .text li,
body.webcasting .page-wrapper .text li {
  letter-spacing: 0.105em;
}
body.video .page-wrapper .text h1,
body.webcasting .page-wrapper .text h1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 31px;
}
body.video .page-wrapper .text p,
body.webcasting .page-wrapper .text p,
body.video .page-wrapper .text li,
body.webcasting .page-wrapper .text li {
  font-size: 14px;
  line-height: 25px;
}
body.video .page-wrapper .text p,
body.webcasting .page-wrapper .text p {
  margin-bottom: 20px;
}
body.video .page-wrapper .text ul,
body.webcasting .page-wrapper .text ul {
  text-indent: 20px;
}
body.video .page-wrapper .text ul li,
body.webcasting .page-wrapper .text ul li {
  list-style: inside circle;
}
body.video .page-wrapper .text a,
body.webcasting .page-wrapper .text a {
  color: #0F917C;
  font-weight: 700;
  text-decoration: none;
}
body.video .page-wrapper .text a:hover,
body.webcasting .page-wrapper .text a:hover {
  color: #00AEA0;
}
body.vr {
  position: relative;
}
body.vr .page-wrapper {
  max-width: 1120px;
  margin: 150px auto;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 1024px) {
}
body.vr .page-wrapper .text h1,
body.vr .page-wrapper .text p {
  letter-spacing: 0.105em;
}
body.vr .page-wrapper .text p,
body.vr .page-wrapper .text li {
  font-size: 14px;
  line-height: 25px;
}
body.vr .page-wrapper .text h1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 31px;
}
body.vr .page-wrapper .text p {
  margin-bottom: 20px;
}
body.vr .page-wrapper .text ul {
  text-indent: 20px;
}
body.vr .page-wrapper .text ul li {
  list-style: inside circle;
}
body.contact .page-wrapper {
  max-width: 1422px;
  margin: 150px auto;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -ms-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (max-width: 1024px) {
  body.contact .page-wrapper {
    margin: 70px auto 150px;
  }
}
body.contact .page-wrapper .page-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 12px;
  text-transform: uppercase;
}
body.contact .page-wrapper .page-description {
  margin: 15px 0 0;
}
body.contact .page-wrapper .page-description a {
  color: #0F917C;
  font-weight: 700;
  text-decoration: none;
}
body.contact .page-wrapper .page-description a:hover {
  color: #00AEA0;
}
body.contact .page-wrapper form#contact input,
body.contact .page-wrapper form#contact textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
body.contact .page-wrapper form#contact input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  display: block;
  width: 150px;
  padding: 8px;
  margin: 0 auto;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 400px) {
  body.contact .page-wrapper form#contact input[type=submit] {
    width: 100%;
  }
}
body.contact .page-wrapper form#contact input[type=submit]:hover {
  background-color: #000000;
  color: #FFFFFF;
}
body.contact .page-wrapper form#contact .form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 50px 0;
}
@media screen and (max-width: 700px) {
  body.contact .page-wrapper form#contact .form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
body.contact .page-wrapper form#contact .form-container .left,
body.contact .page-wrapper form#contact .form-container .right {
  -webkit-box-flex: 0.48;
  -moz-box-flex: 0.48;
  -webkit-flex: 0.48;
  -ms-flex: 0.48;
  flex: 0.48;
}
@media screen and (max-width: 700px) {
  body.contact .page-wrapper form#contact .form-container .left,
  body.contact .page-wrapper form#contact .form-container .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
body.contact .page-wrapper form#contact .form-container .input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}
body.contact .page-wrapper form#contact .form-container .input-container label {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
body.contact .page-wrapper form#contact .form-container .input-container input,
body.contact .page-wrapper form#contact .form-container .input-container textarea {
  border: 1px solid #ACACAC;
}
body.contact .page-wrapper form#contact .form-container .input-container input {
  padding: 10px 5px;
}
body.contact .page-wrapper form#contact .form-container .input-container textarea {
  padding: 5px;
}
.wpcf7 input,
.wpcf7 textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
.wpcf7 .wpcf7-form {
  margin: 50px 0;
}
.wpcf7 .wpcf7-form .form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .wpcf7 .wpcf7-form .form-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.wpcf7 .wpcf7-form .form-flex .form-col {
  width: 48%;
}
@media screen and (max-width: 700px) {
  .wpcf7 .wpcf7-form .form-flex .form-col {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form p {
  margin-bottom: 15px;
}
.wpcf7 .wpcf7-form label {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form textarea {
  border: 1px solid #ACACAC;
  padding: 10px 5px;
  width: 100%;
  margin-top: 5px;
}
.wpcf7 .wpcf7-form textarea {
  padding: 5px;
}
.wpcf7 .wpcf7-form input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
  border: 1px solid black;
  display: block;
  width: 150px;
  padding: 8px;
  margin: 0 auto;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 400px) {
  .wpcf7 .wpcf7-form input[type=submit] {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form input[type=submit]:hover {
  background-color: #000000;
  color: #FFFFFF;
}
body.portraits {
  position: relative;
}
body.portraits .page-wrapper {
  max-width: 1120px;
  margin: 150px auto;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 1024px) {
}
body.portraits .page-wrapper .text h1,
body.portraits .page-wrapper .text p,
body.portraits .page-wrapper .text li {
  letter-spacing: 0.105em;
}
body.portraits .page-wrapper .text h1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 31px;
}
body.portraits .page-wrapper .text p,
body.portraits .page-wrapper .text li {
  font-size: 14px;
  line-height: 25px;
}
body.portraits .page-wrapper .text p {
  margin-bottom: 20px;
}
body.portraits .page-wrapper .text ul {
  text-indent: 20px;
}
body.portraits .page-wrapper .text ul li {
  list-style: inside circle;
}
.page-wrapper {
  max-width: 1120px;
  margin: 150px auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-wrapper {
    margin: 100px auto;
  }
}
.page-wrapper.wide-wrapper {
  max-width: 1420px;
}
.page-wrapper img {
  max-width: 100%;
  height: auto;
}
.page-wrapper .notice p {
  font-weight: 700;
  font-style: italic;
}
.page-wrapper .split-row .text {
  max-width: 553px;
}
@media screen and (max-width: 1250px) {
  .page-wrapper .split-row .text {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .page-wrapper .split-row .text {
    max-width: 100%;
    padding: 0 20px;
  }
}
.page-wrapper .split-row .image {
  position: absolute;
  bottom: 0;
  right: -30px;
  height: 98%;
  width: 50%;
}
@media screen and (max-width: 1250px) {
  .page-wrapper .split-row .image {
    right: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .page-wrapper .split-row .image {
    display: none;
  }
}
.page-wrapper .full-row p {
  margin-bottom: 20px;
}
.page-wrapper .full-row iframe {
  max-width: 100%;
}
.single-post,
.single-gpevents,
.page-template-template-event,
.page-template-template-moderator-questions {
  border: none;
}
.single-post h1,
.single-gpevents h1,
.page-template-template-event h1,
.page-template-template-moderator-questions h1 {
  margin-bottom: 20px;
}
.single-post strong,
.single-gpevents strong,
.page-template-template-event strong,
.page-template-template-moderator-questions strong {
  font-weight: 700;
}
.single-post strong h1,
.single-gpevents strong h1,
.page-template-template-event strong h1,
.page-template-template-moderator-questions strong h1,
.single-post strong p,
.single-gpevents strong p,
.page-template-template-event strong p,
.page-template-template-moderator-questions strong p {
  font-weight: 700;
}
.single-post p,
.single-gpevents p,
.page-template-template-event p,
.page-template-template-moderator-questions p {
  margin-bottom: 17px;
}
.single-post header,
.single-gpevents header,
.page-template-template-event header,
.page-template-template-moderator-questions header,
.single-post footer,
.single-gpevents footer,
.page-template-template-event footer,
.page-template-template-moderator-questions footer {
  display: none;
}
.single-post .event-wrapper,
.single-gpevents .event-wrapper,
.page-template-template-event .event-wrapper,
.page-template-template-moderator-questions .event-wrapper {
  padding: 60px 0 150px;
  max-width: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .single-post .event-wrapper,
  .single-gpevents .event-wrapper,
  .page-template-template-event .event-wrapper,
  .page-template-template-moderator-questions .event-wrapper {
    padding-bottom: 100px;
  }
}
.single-post .event-wrapper .event-container,
.single-gpevents .event-wrapper .event-container,
.page-template-template-event .event-wrapper .event-container,
.page-template-template-moderator-questions .event-wrapper .event-container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1420px;
}
.single-post .event-page-top,
.single-gpevents .event-page-top,
.page-template-template-event .event-page-top,
.page-template-template-moderator-questions .event-page-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin: 0 80px 60px;
}
@media screen and (max-width: 780px) {
  .single-post .event-page-top,
  .single-gpevents .event-page-top,
  .page-template-template-event .event-page-top,
  .page-template-template-moderator-questions .event-page-top {
    margin: 0 20px 60px;
  }
}
@media screen and (max-width: 640px) {
  .single-post .event-page-top,
  .single-gpevents .event-page-top,
  .page-template-template-event .event-page-top,
  .page-template-template-moderator-questions .event-page-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .single-post .event-page-top,
  .single-gpevents .event-page-top,
  .page-template-template-event .event-page-top,
  .page-template-template-moderator-questions .event-page-top {
    margin: 0 0 60px;
  }
}
.single-post .event-page-top img,
.single-gpevents .event-page-top img,
.page-template-template-event .event-page-top img,
.page-template-template-moderator-questions .event-page-top img {
  max-width: 400px;
  height: auto;
}
@media screen and (max-width: 980px) {
  .single-post .event-page-top img,
  .single-gpevents .event-page-top img,
  .page-template-template-event .event-page-top img,
  .page-template-template-moderator-questions .event-page-top img {
    max-width: 300px;
  }
}
.single-post .event-page-top h1,
.single-gpevents .event-page-top h1,
.page-template-template-event .event-page-top h1,
.page-template-template-moderator-questions .event-page-top h1 {
  color: white;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 44px;
}
@media screen and (max-width: 1420px) {
  .single-post .event-page-top h1,
  .single-gpevents .event-page-top h1,
  .page-template-template-event .event-page-top h1,
  .page-template-template-moderator-questions .event-page-top h1 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 980px) {
  .single-post .event-page-top h1,
  .single-gpevents .event-page-top h1,
  .page-template-template-event .event-page-top h1,
  .page-template-template-moderator-questions .event-page-top h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .single-post .event-page-top h1,
  .single-gpevents .event-page-top h1,
  .page-template-template-event .event-page-top h1,
  .page-template-template-moderator-questions .event-page-top h1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.single-post .chat-section,
.single-gpevents .chat-section,
.page-template-template-event .chat-section,
.page-template-template-moderator-questions .chat-section {
  max-width: 1120px;
  margin: 0 auto;
}
.single-post .chat-section iframe,
.single-gpevents .chat-section iframe,
.page-template-template-event .chat-section iframe,
.page-template-template-moderator-questions .chat-section iframe {
  padding-bottom: 20px;
}
.single-post .event-wrapper.event-question,
.single-gpevents .event-wrapper.event-question,
.page-template-template-event .event-wrapper.event-question,
.page-template-template-moderator-questions .event-wrapper.event-question {
  padding: 15px 0 50px;
}
.single-post .event-wrapper.event-question .event-container,
.single-gpevents .event-wrapper.event-question .event-container,
.page-template-template-event .event-wrapper.event-question .event-container,
.page-template-template-moderator-questions .event-wrapper.event-question .event-container {
  max-width: 100%;
}
.single-post .event-wrapper.event-question .event-page-top,
.single-gpevents .event-wrapper.event-question .event-page-top,
.page-template-template-event .event-wrapper.event-question .event-page-top,
.page-template-template-moderator-questions .event-wrapper.event-question .event-page-top {
  margin: 0 80px 15px;
}
.single-post .event-wrapper.event-question .event-page-top img,
.single-gpevents .event-wrapper.event-question .event-page-top img,
.page-template-template-event .event-wrapper.event-question .event-page-top img,
.page-template-template-moderator-questions .event-wrapper.event-question .event-page-top img {
  max-width: 250px;
  max-height: 150px;
}
.single-post .event-wrapper.event-question .chat-section,
.single-gpevents .event-wrapper.event-question .chat-section,
.page-template-template-event .event-wrapper.event-question .chat-section,
.page-template-template-moderator-questions .event-wrapper.event-question .chat-section {
  max-width: 100%;
}
.wcContainer .wcWindowTitle {
  font-size: 25px;
  font-weight: 700;
}
.err-msg {
  color: #781818;
  margin: 10px 0;
  font-weight: 600;
  text-align: center;
}
.event-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 40px;
}
.event-form .field-row {
  margin-bottom: 15px;
}
.event-form h1 {
  text-align: center;
}
.event-form label {
  margin-bottom: 3px;
}
.event-form input {
  width: 100%;
  padding: 7px 12px;
  margin: 5px 0;
}
.event-form input[type=submit] {
  background: none;
  border: 1px solid #000000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.event-form input[type=submit]:hover {
  color: #FFFFFF;
  background: #000000;
}
.video-container-outer {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}
.video-container-outer .video-container {
  padding: 56.25% 0px 0px;
  position: relative;
  text-align: center;
}
.video-container-outer .video-container iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.question-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.question-container .qc-inner {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 7px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 7px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7px 3px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 5px;
}
.question-container .qc-inner .success-msg {
  margin-bottom: 20px;
  background: #72cc9b;
}
.question-container .qc-inner .success-msg p {
  padding: 10px;
  color: #FFFFFF;
}
.question-container .qc-inner .field-row {
  margin-bottom: 20px;
}
.question-container .qc-inner .field-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.question-container .qc-inner .field-flex-container .input-field {
  width: calc(100% - 180px);
}
.question-container .qc-inner .field-flex-container .button-field {
  width: 150px;
}
@media screen and (max-width: 600px) {
  .question-container .qc-inner .field-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .question-container .qc-inner .field-flex-container .input-field {
    width: 100%;
  }
  .question-container .qc-inner .field-flex-container .button-field {
    width: 100%;
  }
}
.question-container .qc-inner input,
.question-container .qc-inner textarea {
  appearance: none;
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  color: #1a2e3b;
  height: 2.5rem;
  padding: 0.6875rem;
  font-size: 0.875rem;
  line-height: 1.14286;
  margin: 0px;
  border-color: #8498a4;
  border-width: 0.0625rem;
  border-style: solid;
  border-radius: 0.1875rem;
  box-shadow: #ffffff 0px 0px 0px 0px inset;
  transition: all 300ms ease-out 0s;
}
.question-container .qc-inner input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  display: block;
  width: 150px;
  padding: 8px;
  margin: 0 auto;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 400px) {
  .question-container .qc-inner input[type=submit] {
    width: 100%;
  }
}
.question-container .qc-inner input[type=submit]:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.moderator-que-container h1 {
  margin-bottom: 50px;
}
.moderator-que-container .single-que {
  margin-bottom: 30px;
  background: #deffe7;
  border-radius: 5px;
  padding: 23px 20px;
  -webkit-box-shadow: 0 4px 7px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 7px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7px 3px rgba(0, 0, 0, 0.2);
}
.moderator-que-container .single-que p {
  line-height: 150%;
  margin-bottom: 0px;
}
/*# sourceMappingURL=master.css.map */