@-webkit-keyframes move-the-object {
  0% {
    left: 100px; }
  100% {
    left: 200px; } }
@-moz-keyframes move-the-object {
  0% {
    left: 100px; }
  100% {
    left: 200px; } }
@-o-keyframes move-the-object {
  0% {
    left: 100px; }
  100% {
    left: 200px; } }
@keyframes move-the-object {
  0% {
    left: 100px; }
  100% {
    left: 200px; } }
/* 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; } }
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1.1em;
  padding-bottom: 0 !important; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }
  h1 + hr, h2 + hr, h3 + hr, h4 + hr, h5 + hr, h6 + hr {
    margin-bottom: 2em; }

#main-content h1 {
  font-size: 50px; }
#main-content h2 {
  font-size: 32px; }
  #main-content h2.entry-title {
    font-size: 22px;
    margin-bottom: 0; }
    #main-content h2.entry-title a:hover {
      text-decoration: none; }
#main-content h3 {
  font-size: 26px; }
#main-content h4 {
  font-size: 22px; }
#main-content h5 {
  font-size: 18px; }
#main-content h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .2em; }
  #main-content h6 + hr {
    margin-top: 2%; }
#main-content a:hover {
  text-deocration: none !important; }

.header-image img {
  max-width: 350px; }

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon,
.et_pb_bg_layout_light.et_pb_module.et_pb_button,
.et-pb-arrow-prev, .et-pb-arrow-next {
  color: #ff3d2e !important; }

.et-pb-controllers .et-pb-active-control {
  background-color: #79bd8f !important; }

body .et_pb_button {
  border-color: #ff3d2e !important; }

hr {
  width: 33%;
  height: 2px;
  background-color: #79bd8f;
  border: 0;
  margin: 25px 0;
  padding: 0;
  position: relative; }

.et_pb_text_align_center hr {
  left: 33.5%; }

.et_pb_bg_layout_dark h1 + h6 {
  font-size: 18px;
  letter-spacing: .2em;
  color: rgba(255, 255, 255, 0.5) !important;
  text-transform: uppercase; }

body .et_header_style_left #et-top-navigation nav > ul > li > a,
body menu li.current-menu-ancestor > a {
  font-weight: 900; }
body #top-menu > li.current-menu-item > a {
  border-bottom: 3px solid #ff3d2e; }
body .et_pb_blog_grid h2 {
  color: #ff3d2e;
  font-size: 18px; }
body .et_pb_blog_grid .et_pb_post .post-meta {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 14px;
  margin-bottom: 10px; }
body .et_pb_blog_grid a {
  color: #ff3d2e;
  text-decoration: underline;
  line-height: 1.5em; }
body .et_pb_blog_grid .et_pb_post {
  border: 0;
  background-color: rgba(0, 0, 0, 0.05); }

#signup-section > div {
  position: relative; }
#signup-section h2 {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 9px;
  left: 0px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em; }
  #signup-section h2 strong {
    display: block;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    font-size: 20px;
    margin-top: 7px; }
#signup-section #mc_embed_signup {
  padding-left: 310px;
  position: relative;
  top: 10px; }
  #signup-section #mc_embed_signup .mc-field-group {
    display: inline-block;
    width: 48%; }
    #signup-section #mc_embed_signup .mc-field-group:nth-child(2) {
      float: right; }
    #signup-section #mc_embed_signup .mc-field-group input {
      width: 100%;
      border: 0;
      padding: 8px 0;
      text-indent: 10px;
      background-color: transparent;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 3px;
      color: #ffffff; }
  #signup-section #mc_embed_signup input[type=submit] {
    border: 0;
    display: block;
    text-align: right;
    background-color: transparent;
    color: #ff3d2e;
    font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: underline;
    letter-spacing: .1em;
    padding: 0;
    float: right; }
    #signup-section #mc_embed_signup input[type=submit]:hover {
      text-decoration: none;
      cursor: pointer; }
  #signup-section #mc_embed_signup .clear {
    text-align: right; }

body .et_pb_widget a {
  color: #79bd8f; }

#main-footer .footer-widget h4 {
  text-transform: uppercase;
  letter-spacing: .2em; }

#top-menu li li a {
  line-height: 16px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal; }

#menu-item-541 > a {
  pointer-events: none !important; }

#signup-section ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4); }
#signup-section :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4); }
#signup-section ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4); }
#signup-section :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4); }

#signup-modal {
  max-width: 750px;
  width: 75vw;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  position: relative; }

#signup-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  #signup-container .left, #signup-container .right {
    flex: 0 0 50%; }
  #signup-container .left {
    background-position: center center;
    background-size: cover; }
  #signup-container .right {
    box-sizing: border-box;
    padding: 80px 30px 70px; }
  #signup-container h2 {
    margin: 0 0 30px;
    font-size: 3.2em; }
    #signup-container h2 > span {
      line-height: 29px;
      font-size: 18px;
      display: block; }
    #signup-container h2 strong {
      display: block;
      line-height: .9em;
      text-transform: uppercase;
      font-weight: 900; }
      #signup-container h2 strong span {
        color: #ff3d2e;
        display: block; }
  #signup-container form input:not([type=submit]) {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 2em;
    font-size: 1.1em;
    margin-bottom: 15px; }
  #signup-container form input[type=submit] {
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .1em;
    font-size: 14px;
    color: #ff3d2e;
    text-decoration: underline;
    cursor: pointer; }
    #signup-container form input[type=submit]:hover {
      text-decoration: none; }

@media screen and (min-width: 981px) {
  .et_pb_column_4_4 .et_pb_gallery .et_pb_gallery_item.et_pb_grid_item:nth-child(n) {
    width: 24%;
    margin: 0 1% 1% 0; } }
@media screen and (max-width: 1100px) {
  .header-image img {
    max-width: 100%; } }
@media screen and (max-width: 980px) {
  .center-mobile .et_pb_text_align_left,
  .center-mobile .et_pb_button_module_wrapper {
    text-align: center !important; } }

/*# sourceMappingURL=main.css.map */
