/*======================================
Theme Name: SNS Group
Theme URI: http://www.virtualna-tvornica.com
Description: SNS Group
Version: 1.0
Author: SNS Group
Author URI: http://www.virtualna-tvornica.com
Template: Divi
======================================*/

/* Include fonts */

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Thin.ttf') format('ttf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-ThinItalic.ttf') format('ttf');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Light.ttf') format('ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-LightItalic.ttf') format('ttf');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Italic.ttf') format('ttf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-SemiBoldItalic.ttf') format('ttf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Black.ttf') format('ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Light.ttf') format('ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Medium.ttf') format('ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Bold.ttf') format('ttf');
  font-weight: 600;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
}

body {
  overflow-x: hidden;
  line-height: 1.4em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #130f0c;
  font-size: 17px;
}
.Normal {
  color: #130f0c;
}

body p {
  line-height: 1.4em;
}

#page-container {
  overflow-y: unset !important;
  padding-top: 124px;
  overflow-y: hidden;
  margin-top: -1px;
}

a {
  opacity: 1 !important;
  -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;
  position: relative;
}

a:before {
  -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;
}

a.link {
  color: #000000;
}

/* HEADER & NAVIGATION */
#main-header {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
}


#top-menu li a:after {
  /* display: none;*/
}

#et_top_search {
  margin: 2px 14px 0 27px;
}

#top-menu li {
  padding-right: 27px;
}

#top-menu li a {
  position: relative;
  font-weight: 600 !important;
}

#top-menu li a:before {
  content: '';
  position: absolute;
  top: 21px;
  width: 0;
  left: -12px;
  height: 2px;
  background: #68614d;
  -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;
}

#top-menu li a:hover:before {
  width: calc(100% + 12px);
}

#top-menu li.current-menu-item a:before {
  width: calc(100% + 12px);
}

/* sub menu items */
ul#top-menu li ul.sub-menu {
  width: 250px;
  border-top: 2px solid #7a7462 !important;
  padding: 0;
  margin-left: -11px;
}

#main-header.et-fixed-header ul#top-menu li ul.sub-menu {
  border: 0 !important;
}

#top-menu li li {
  width: 100%;
  display: block;
  padding: 0;
}

#main-header .nav li ul a {
  display: block;
  width: 100%;
}

#top-menu li ul.sub-menu li a:before {
  display: none;
}

/* sub menu items END */

/* HEADER & NAVIGATION END */

/* FOOTER */
.vt-copyright a {
  color: #fff !important;
  font-size: 14px;
}

.vt-copyright {
  font-size: 14px;
}

#footer-bottom {
  padding: 9px 0 0;
}

#footer-info {
  float: none;
  padding-bottom: 10px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.footer-widget ul {
  list-style-type: none;
}

#footer-widgets .footer-widget li:before {
  display: none;
}

#footer-widgets .footer-widget li {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}

.et_pb_gutters3 .footer-widget {
  margin-bottom: 3.5%;
}

#footer-widgets {
  padding: 4% 0 0
}

.footer-newsletter h4.fn-title {
  color: #ffffff !important;
  font-family: Roboto, sans-serif;
  font-size: 22px;
}

.fn-email-wrapper input[name="newsletter-email"] {
  width: 100%;
  border: 0;
  padding: 7px;
  font-size: 17px;
  border-radius: 5px;
}

.fn-submit-wrapper input[type="submit"] {
  cursor: pointer;
  background: #000;
  color: #fff;
  font-size: 17px;
  padding: 5px 28px;
  line-height: 1.4em;
  border: 0;
  margin-top: 14px;
  border-radius: 5px;
  -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;
}

.fn-submit-wrapper input[type="submit"]:hover {
  background: #474234;
}

.fn-acceptance span.wpcf7-list-item {
  margin-left: 0;
  margin-top: 10px;
  line-height: 1.3em;
}

.fn-acceptance span.wpcf7-list-item label {
  line-height: 1.3em !important;
  font-size: 15px;
  display: inline-block;
}

.fn-acceptance input[name="acceptance-718"] {
  width: 15px;
  height: 15px;
  top: 2px;
  position: relative;
}

.fn-acceptance span.wpcf7-acceptance {
  display: inline-block;
}

#footer-widgets .footer-widget li a {
  font-size: 18px;
  margin-bottom: 6px;
  display: inline-block;
}

#footer-widgets .footer-widget li a:before {
  content: '';
  position: absolute;
  top: 22px;
  width: 0;
  left: 0;
  height: 2px;
  background: #fff;
}

#footer-widgets .footer-widget li a:hover {}

#footer-widgets .footer-widget li a:hover:before {
  width: 100%
}

#footer-widgets .footer-widget li.current-menu-item a:before {
  width: 100%
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #fff;
  border: 1px solid #f00;
  display: block;
  margin: 10px 0;
  padding: 3px 8px;
  line-height: 1.3em;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  font-size: 14px;
  color: #fff;
  border: 1px solid #f7e700;
  display: block;
  margin: 10px 0;
  padding: 3px 8px;
  line-height: 1.3em;
}

.fn-submit-wrapper {
  text-align: right;
  position: relative;
}

.fn-submit-wrapper .ajax-loader {
  position: absolute;
  top: 21px;
  right: -20px;
}

/* FOOTER END */


/* HOME */
.home .et_pb_slide_description,
.home .et_pb_slider_fullwidth_off .et_pb_slide_description {
  padding: 300px 0;
}

.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
  min-height: 100% !important;
  height: 100% !important;
}

.et_pb_slide_content p,
.et_pb_slide_content {
  font-size: 26px;
  margin-top: 10px;
}

.main_wrapper_slider .et-pb-arrow-prev {
  left: 17px !important;
}

.main_wrapper_slider .et-pb-arrow-next {
  right: 17px !important;
}

/* Add slider counter */
#add_slider_counter_html {
  z-index: 99999999;
  position: absolute;
  color: #fff;
  bottom: 40px;
  width: 100%;
  max-width: 225px;
  right: 5%;
  top: 485px;
  height: 30px;
}

.slider_counter_line {
  display: inline-block;
  width: 140px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
}

.slider_counter_line_active {
  position: absolute;
  background: #fff;
  width: 0;
  height: 3px;
  left: 0;
  /*-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;*/

  animation-name: slider_loader;
  animation-duration: 5s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
}

.slider_counter_line_active.getact {}

@keyframes slider_loader {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

#add_slider_counter_html span {
  min-width: 30px;
  display: inline-block;
  text-align: center;
}

/* Add slider counter END */


.et-pb-active-slide .et_pb_slide_description {
  animation-name: fadeRight;
}

.home_sec_1_row_1 {
  display: block;
  text-align: right;
}

.home_sec_1_row_1 .hs1r1_item_offset {
  float: left;
  width: 30%;
  min-height: 1em;
}

.home_sec_1_row_1 .hs1r1_item {
  width: 23.33%;
  background: #ffffff;
  text-align: center;
  float: left;
  position: relative;
  height: 275px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}

.home_sec_1_row_1 .hs1r1_item:hover {
  transform: scale(1.10);
  background: #efefef;
  z-index: 999;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
}

.home_sec_1_row_1 .hs1r1_item div span.over-wrapp {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.home_sec_1_row_1 .hs1r1_item div span.lon-more {}

.home_sec_1_row_1 .hs1r1_item div span.lon-more img {}

.home_sec_1_row_1 .hs1r1_item a {
  font-size: 26px;
  color: #6b665c;
  text-transform: uppercase;
  line-height: 1.3em;
  position: relative;
}

.home_sec_1_row_1 .hs1r1_item:hover a {
  color: #1f253d;
  display: inline-block;
}

.home_sec_1_row_1 .hs1r1_item a:after {
  position: absolute;
  content: '';
  width: 122px;
  opacity: 0;
  visibility: hidden;
  height: 23px;
  top: 80px;
  right: 0;
  background: url('images/strelica.png') no-repeat;

  -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;
}

.home_sec_1_row_1 .hs1r1_item:nth-child(4) a:after {
  top: 110px;
}

.home_sec_1_row_1 .hs1r1_item:hover a:after {
  top: calc(100% + 13px);
  opacity: 1;
  visibility: visible;
}

a.body-link:after {
  position: absolute;
  content: '';
  width: 122px;
  height: 23px;
  left: calc(100% + 15px);
  background: url('images/strelica.png') no-repeat;
  bottom: 0;

  -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;
}

a.body-link {
  display: inline-block;
  text-transform: uppercase;
}

a.body-link:hover:after {
  left: calc(100% + 45px);
  ;
}

.module_img_hover_scale {
  overflow: hidden;
}

.module_img_hover_scale img {
  display: inline-block;
  -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;
}

.module_img_hover_scale img:hover {
  transform: scale(1.09);
}

a.body-link-2 {
  color: #fff;
  padding-left: 40px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  display: inline-block;
}

a.body-link-2:after {
  position: absolute;
  content: '';
  width: 122px;
  height: 23px;
  right: 0;
  background: url('images/strelica-white.png') no-repeat;
  top: calc(100% + 15px);

  -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;
}

a.body-link-2:hover:after {
  right: -30px;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: unset;
}

.et_pb_slide_content p,
.et_pb_slide_content {
  font-size: 17px;
  margin-top: 0;
}

.testimonials-footer {
  text-align: center;
  margin-top: 40px !important;
}

.testimonials-footer img {
  display: inline-block;
  vertical-align: middle;
  max-width: 196px;
}

.testimonials-footer span {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  margin-left: 40px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
}

.testimonials-footer span span {
  margin-left: 0;
  text-transform: initial;
  font-weight: 400;
}

/* HOME END */

/* PROJECTS */
#projects_header .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 100%;
}

.projects_header_text {
  max-width: 500px;
  margin-left: 6%;
}

.projects_header_text h1 {}

.projects_header_text p {
  margin-top: 50px;
}

#projects_header .et_pb_fullwidth_header {
  position: relative;
  /*min-height: 400px !important;*/
  min-height: 400px;
}

#projects_header .indoor_portfolio {
  position: absolute;
  right: 0;
  background: #fff;
  padding: 100px 40px;
  top: 80px;

  -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;
}

#projects_header .indoor_portfolio a {
  font-size: 26px;
  color: #6b665c;
  text-transform: uppercase;
  line-height: 1.3em;
  position: relative;
}

#projects_header .indoor_portfolio a:after {
  position: absolute;
  content: '';
  width: 122px;
  height: 23px;
  top: 80px;
  right: 0;
  background: url('images/strelica.png') no-repeat;
  -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;
}

#projects_header .outdoor_portfolio {
  position: absolute;
  right: 300px;
  background: #fff;
  padding: 100px 40px;
  bottom: 0;

  -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;
}

#projects_header .outdoor_portfolio a {
  font-size: 26px;
  color: #6b665c;
  text-transform: uppercase;
  line-height: 1.3em;
  position: relative;
}

#projects_header .outdoor_portfolio a:after {
  position: absolute;
  content: '';
  width: 122px;
  height: 23px;
  top: 80px;
  right: 0;
  background: url('images/strelica.png') no-repeat;
  -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;
}

#projects_header .outdoor_portfolio a:hover:after {
  right: -25px;
}

#projects_header .indoor_portfolio a:hover:after {
  right: -25px;
}

#projects_header .indoor_portfolio:hover,
#projects_header .outdoor_portfolio:hover {
  transform: scale(1.10);
  background: #efefef;
  z-index: 999;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
}

@media all and (min-width: 981px) and (max-height: 800px) {
  #projects_header .outdoor_portfolio {
    right: 396px;
    bottom: unset;
    top: 80px;
  }
}

@media all and (min-width: 981px) and (max-width: 1300px) {
  #projects_header .outdoor_portfolio {
    right: 0;
  }
}

@media all and (max-width: 980px) {
  #projects_header .indoor_portfolio a {
    font-size: 17px;
  }

  #projects_header .outdoor_portfolio a {
    font-size: 17px;
  }

  #projects_header .indoor_portfolio {
    position: relative;
    padding: 20px 40px;
    top: 0;
  }

  #projects_header .outdoor_portfolio {
    position: relative;
    padding: 20px 40px;
    top: 0;
    right: 0;
  }

  #projects_header .indoor_portfolio a:after {
    background-size: contain;
    left: calc(100% + 36px);
    width: 62px;
    height: 15px;
    top: 30%;
  }

  #projects_header .outdoor_portfolio a:after {
    background-size: contain;
    left: calc(100% + 20px);
    width: 62px;
    height: 15px;
    top: 30%;
  }

  .projects_header_text {
    margin-bottom: 30px;
  }
}

.sns-projects-wrapper-list .all-items {
  display: block;
}

.sns-projects-wrapper-list .all-items figure {
  float: left;
  width: 32%;
  position: relative;
  margin: 0 2% 80px 0;
}

.sns-projects-wrapper-list .all-items figure .image {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  -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;
}

.sns-projects-wrapper-list .all-items figure:hover .image {
  filter: brightness(0.6);
}

.sns-projects-wrapper-list .all-items figure figcaption {
  text-align: center;
  font-size: 14px;
  color: #1f263c;
  text-transform: uppercase;
  width: 85%;
  margin: 15px auto 0;
  line-height: 1.5em;
  min-height: 43px;
  position: relative;
}

.sns-projects-wrapper-list .all-items figure figcaption:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 1px;
  background: #989898;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);

}

.sns-projects-wrapper-list .all-items figure a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Gallery indoor */
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  font-size: 40px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 200;
  top: -10px;
  right: -7px;
  opacity: 1;
  color: #000;
  cursor: pointer !important;
}

.mfp-title {
  line-height: 1.4em;
  color: #000000;
  word-wrap: break-word;
  text-align: center;
  padding: 14px;
  font-size: 17px;
}

.mfp-counter {
  position: absolute;
  top: 2px;
  right: 0;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  padding: 9px;
}

.mfp-arrow {
  opacity: 1;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border: none;
  font-size: 64px;
  color: #000;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: scale(1);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(1);
  animation-name: popup_remove_gallery;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  animation-name: popup_remove_gallery;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.mfp-zoom-in.mfp-removing {
  animation-name: popup_remove_gallery;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.mfp-figure:after {
  visibility: hidden;
  display: none;
}

@keyframes popup_remove_gallery {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.5;
    transform: translateX(100px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0.5;
    transform: translateX(100px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0.5;
    transform: translateX(100px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.5;
    transform: translateX(100px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .8s;
  -moz-animation-duration: .8s;
  -ms-animation-duration: .8s;
  -o-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

/* Gallery indoor END */
/* PROJECTS END */
h1.title {
  font-weight: 300;
  font-size: 30px;
}

h2.title {
  font-weight: 300;
}

/* CONTACT US */
.contact_hero_img img {
  width: 100%;
}

.form_wrapper {}

.form_wrapper .form_gen_text {
  margin-bottom: 12px;
}

.form_wrapper .form_gen_text span.fg_t1 {
  display: inline-block;
  width: 100px;
}

.form_wrapper .form_gen_text span.fg_t2 {}

.form_wrapper .form_gen_text span.fg_t2 input {
  border: 0;
  border-bottom: 1px solid #3d3d3d;
  font-size: 16px;
  width: 300px;
}

.form_wrapper .form_gen_text.message_text {}

.form_wrapper .form_gen_text.message_text span.fg_t1 {
  display: block;
  margin-top: 18px;
  margin-bottom: 10px;
}

.form_wrapper .form_gen_text.message_text span.fg_t2 {}

.form_wrapper .form_gen_text.message_text span.fg_t2 textarea {
  border: 1px solid #3D3D3D;
  width: 400px;
  height: 200px;
}

.form_wrapper .frm_btn_submit {
  text-align: right;
  max-width: 400px;
}

.form_wrapper .frm_btn_submit span.fg_tsubmit {
  position: relative;
  display: inline-block;
  width: 49px;
  line-height: 1.3em;
  top: -30px;
}

.form_wrapper .frm_btn_submit span.fg_tsubmit:after {
  background-image: url('images/arrow.png');
  position: absolute;
  content: '';
  top: 55%;
  left: -22px;
  width: 72px;
  height: 23px;
  background-repeat: no-repeat;
  -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;
}

.form_wrapper .frm_btn_submit span.fg_tsubmit:hover:after {
  left: 0;
}

.form_wrapper .frm_btn_submit input.wpcf7-submit {
  border: 0;
  background: transparent;
  font-size: 17px;
  cursor: pointer;
  height: 80px;
  position: relative;
  z-index: 3;
}

.form_wrapper span.wpcf7-not-valid-tip {
  color: #ff1010;
  max-width: 400px;
}

.form_wrapper .div.wpcf7-validation-errors,
.form_wrapper div.wpcf7-acceptance-missing {
  color: #ff1010;
  border: 2px solid #f7e700;
}

/* CONTACT US END */

/* PRODUCT COLLECTIONS */
.product-c-link {
  color: #958d7e;
  text-transform: uppercase;
  font-size: 27px;
  margin-bottom: 22px;
  display: inline-block;
  -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;
}

.product-c-link:hover {
  transform: scale(1.1);
  color: #000000;
}

.product-c-link:after {
  background-image: url('images/arrow.png');
  position: absolute;
  content: '';
  top: 0;
  left: calc(100% + 10px);
  width: 0;
  height: 23px;
  background-repeat: no-repeat;
  -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;
}

.product-c-link:hover:after {
  width: 72px;
}

span.downl-cca {
  font-size: 22px;
}

a.downl-cat {
  color: #000000;
  text-decoration: underline;
}

.tax-vtpcategory #main-content .container:before {
  display: none;
}

.product-c-list {
  margin-top: 10px;
  padding-left: 14px;
}

.product-c-list li {
  margin-bottom: 6px;
}

.product-c-list a {
  text-transform: uppercase;
  color: #1f253d;
}

.product-c-list a.vtp-current:after {
  width: calc(100% + 20px);
}

.product-c-list a.vtp-current {
  color: #8b8372;
}

.tax-vtpcategory h1.title {
  color: #1f253d;
}

.product-c-list a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #8b8372;
  -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;
}

.product-c-list a:hover:after {
  width: calc(100% + 20px);
}

.product-c-list a:hover {
  color: #8b8372;
}

.tax-vtpcategory #page-container {
  padding-top: 124px !important;
}

.tax-vtpcategory #left-area {
  padding-left: 0.5%;
}

.tax-vtpcategory #content-area {
  padding-top: 30px;
  color: #1f253d;
}

.cat-descrition {
  margin-top: 30px;
}

#product_categories_widget-2 .widget-title {
  padding-top: 9px;
  font-size: 20px;
  color: #1f253d;
}

.all_cat-c-items {
  overflow: hidden;
  border-top: 2px solid #68614d75;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.all_cat-c-items div.cat-c-c-item {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -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;
}

.all_cat-c-items div.cat-c-c-item:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  /*background: rgba(139, 131, 114, 0.5);*/
  /*background: rgba(45,51,70,0.9);*/
  background: rgba(104, 97, 77, 0.9);
  -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;
}

.all_cat-c-items div.cat-c-c-item:hover:after {
  width: 100%;
  height: 100%;
}

.all_cat-c-items div.cat-c-c-item:hover span.p-cc-name {
  color: #ffffff;
}

.all_cat-c-items div.cat-c-c-item:nth-child(3n+3) {
  margin-right: 0;
}

.all_cat-c-items div.cat-c-c-item:nth-child(3n+1) {
  clear: both;
}

.all_cat-c-items div.cat-c-c-item p.rel-tt-img {
  height: 270px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 11px;
}

.all_cat-c-items div.cat-c-c-item p.rel-tt-img.v2 {
  height: 270px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 10px;
  position: relative;
}

.all_cat-c-items div.cat-c-c-item p.rel-tt-img.v2 img.p-cc-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.all_cat-c-items div.cat-c-c-item p.rel-tt-img img.p-cc-img {
  width: 100%;
  /*height: 270px;*/
  height: 100%;
  object-fit: contain;
  display: block;
  -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;
}

.all_cat-c-items div.cat-c-c-item:hover img.p-cc-img {
  transform: scale(1.2);
}

.all_cat-c-items div.cat-c-c-item span.p-cc-name {
  display: inline-block;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  z-index: 999;
  -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;
  color: #1f253d;
  text-transform: uppercase;
  font-size: 15px;
}

.all_cat-c-items div.cat-c-c-item span.p-cc-name:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 110px;
  height: 1px;
  background: #8b8372;
}

.all_cat-c-items div.cat-c-c-item span.p-cc-name:before {
  background-image: url('/wp-content/uploads/2020/01/strelica-white2.png');
  background-size: contain;
  position: absolute;
  content: '';
  top: 4px;
  opacity: 0;
  left: 100%;
  width: 36px;
  height: 17px;
  background-repeat: no-repeat;
  -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;
}

.all_cat-c-items div.cat-c-c-item:hover span.p-cc-name:before {
  animation-name: key_f_1;
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.all_cat-c-items div.cat-c-c-item:hover span.p-cc-name {
  animation-name: key_f_2;
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes key_f_1 {
  from {
    opacity: 0;
    left: 100%;
  }

  to {
    opacity: 1;
    left: calc(100% + 10px);
  }
}

@keyframes key_f_2 {
  from {
    padding-left: 0;
  }

  to {
    padding-left: 36px;
  }
}

.all_cat-c-items div.cat-c-c-item p.c-pt-2-r {
  text-align: center;
  padding-bottom: 0;
}

/* Category product view */
.all_cat-c-items.inside-category div.cat-c-c-item span.p-cc-name {
  padding-bottom: 15px;
}

.all_cat-c-items.inside-category div.cat-c-c-item span.p-cc-name:after {
  display: none;
}

.all_cat-c-items.inside-category div.cat-c-c-item span.p-cc-name:before {
  left: 100%;
}

.all_cat-c-items.inside-category div.cat-c-c-item:hover span.p-cc-name:before {
  animation-name: key_f_3;
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.all_cat-c-items.inside-category div.cat-c-c-item:hover a p.c-pt-2-r {
  display: none;
}

.all_cat-c-items.inside-category div.cat-c-c-item:hover a p.c-pt-2-r.vvr2 {
  display: block;
}

.all_cat-c-items.inside-category div.cat-c-c-item a p.c-pt-2-r.vvr2 {
  display: none;
}

@keyframes key_f_3 {
  from {
    opacity: 0;
    left: 100%;
  }

  to {
    opacity: 1;
    left: calc(100% + 10px);
  }
}


/*
.all_cat-c-items div.cat-c-c-item div.ttr-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
  -webkit-transition: transform .2s linear;
  -moz-transition: transform .2s linear;
  -ms-transition: transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
}

.all_cat-c-items div.cat-c-c-item:hover div.ttr-img {
  -ms-transform: translateZ(0) scale(1.1, 1.1);
  -webkit-transform: translateZ(0) scale(1.1, 1.1);
  transform: translateZ(0) scale(1.1, 1.1);
}
*/

/* Category product view END */

/* product catalogue item popup */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 1);
}

.product-popup {
  display: inline-block;
  color: #1f253d;
  text-transform: uppercase;
}

/* Modal Content */
.modal-content {
  /*background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #ddd;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);*/

  background-color: #fefefe;
  margin: 100px auto;
  padding: 20px;
  border: 1px solid #fff;
  width: 90%;
  position: relative;
}

/* The Close Button */
.close {
  color: #000000;
  font-size: 55px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 300;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.rt-cont {
  overflow: hidden;
}

.rt-cont .rt-img {
  float: left;
  width: 68%;
  padding-right: 50px;
}

.rt-cont .rt-img img {
  max-height: 500px;
  display: block;
  margin: 0 auto;
}

.rt-cont .rt-desc {
  float: left;
  width: 32%;
}

.rt-cont .rt-desc h4.rt-title {
  font-size: 30px;
  font-weight: 300;
  color: #1f253d;
}

.rt-cont .rt-desc .rt-descpp {
  margin: 20px 0 28px 0;
  color: #1f253d;
}

.rt-cont .rt-desc a.get-enquiery {
  margin-bottom: 50px;
  color: #1f253d;
}

.rt-cont .rt-desc a.get-enquiery:after {
  width: 63px;
  background-size: contain;
  top: 6px;
}

.contact-form-oon {}

.rt-desc div.wpcf7-validation-errors,
.rt-desc div.wpcf7-acceptance-missing {
  color: #ff1010;
}

.rt-desc .form_wrapper .form_gen_text span.fg_t1 {
  color: #1f253d;
}

.rt-desc .form_wrapper .frm_btn_submit input.wpcf7-submit {
  color: #1f253d;
}

/* product catalogue item popup END */

.widget_product_categories_widget {
  padding: 0 0 40px 0;
  float: left;
}

/* PRODUCT COLLECTIONS END */














/* MEDIA */
@media all and (min-width: 1921px) {
  #add_slider_counter_html {
    z-index: 99999999;
    position: absolute;
    color: #fff;
    bottom: 40px;
    width: 100%;
    /* max-width: 225px; */
    right: 0;
    top: 485px;
    height: 30px;
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
  }
}

@media all and (min-width: 981px) and (max-width: 1300px) {
  .home-contact-us-text {
    padding-right: 120px;
  }
}

@media all and (min-width: 1681px) {
  .home_sec_1_row_1 .hs1r1_item {
    height: 330px;
  }

  .sns-projects-wrapper-list .all-items figure .image {
    height: 360px;
  }
}

@media all and (min-width: 981px) {
  .mobile-dropdown {
    display: block !important;
  }



  .home .main_wrapper_slider .et_pb_fullwidth_slider_0 {
    min-height: 837px;
  }

  .et_header_style_left #et-top-navigation nav>ul>li>a,
  .et_header_style_split #et-top-navigation nav>ul>li>a {
    /*padding-bottom: 40px !important;*/
  }

  .sns-projects-wrapper-list .all-items figure:nth-child(3n+3) {
    margin-right: 0;
  }

  .sns-projects-wrapper-list .all-items figure:nth-child(3n+1) {
    clear: both;
  }

  .et_pb_slider .et-pb-arrow-prev {
    left: 72px !important;
  }

  .et_pb_slider .et-pb-arrow-next {
    right: 72px !important;
  }

  #testimonials .et_pb_slider .et-pb-arrow-prev:before,
  #testimonials .et_pb_slider .et-pb-arrow-next:before {
    visibility: hidden;
  }

  #testimonials .et_pb_slider .et-pb-arrow-prev:after,
  #testimonials .et_pb_slider .et-pb-arrow-next:after {
    position: absolute;
    content: '';
    width: 72px;
    height: 23px;
    left: 0;
    background: url('/wp-content/uploads/2019/12/t-arrow-left.png') no-repeat;
    background-size: contain;
    top: 0;
  }

  #testimonials .et_pb_slider .et-pb-arrow-next:after {
    background: url('/wp-content/uploads/2019/12/t-arrow-right.png') no-repeat;
  }

  .et_fullscreen_slider {
    height: 100vh;
  }

  .vertical_align_middle {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .vertical_align_middle .et_pb_text_inner {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    padding-right: 20px;
  }

  .et_pb_image .et_pb_image_wrap {
    width: 100%;
    display: inline-block;
  }

  #our_work .et_pb_image img {
    width: 100%;
  }
}

@media all and (max-width: 980px) {
  .alr-drop {
    position: relative;
  }

  .alr-drop:before {
    content: '\f078';
    position: absolute;
    width: 20px;
    height: 20px;
    left: calc(100% + 20px);
    top: -1px;
    font-weight: 300;
    font-family: FontAwesome, sans-serif;

    -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;
  }

  .alr-drop.ggjh:before {
    transform: rotate(180deg);
  }

  .mobile-dropdown {
    display: none;
  }

  #media_image-2 .wp-image-45 {
    max-width: 90% !important;
  }

  #footer-widgets .footer-widget:nth-child(2) {
    margin-bottom: 0 !important;
  }

  #footer-widgets .footer-widget:nth-child(4) {
    margin-bottom: 30px !important;
  }

  .widget_product_categories_widget {
    width: 100%;
    float: none;
  }

  .rt-cont .rt-img {
    float: left;
    width: 100%;
    padding-right: 0;
  }

  .rt-cont .rt-desc {
    float: left;
    width: 100%;
    margin-top: 50px;
  }

  .all_cat-c-items div.cat-c-c-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
    float: none;
  }

  .sns-projects-wrapper-list .all-items figure {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .testimonials-footer span {
    display: block;
    margin-left: 0;
    margin-top: 30px;
  }

  .testimonials-footer span span {
    margin-top: 0;
  }

  .testimonials-footer {
    text-align: left;
  }

  #testimonials .et_pb_slider .et-pb-arrow-next {
    right: 0 !important;
  }

  #testimonials .et_pb_slider .et-pb-arrow-prev {
    left: 0 !important;
  }

  a.body-link-2 {
    font-size: 25px;
  }

  a.body-link-2:after {
    width: 72px;
    height: 17px;
    background-size: contain;
  }

  .home .et_pb_slide_description,
  .home .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 150px 0;
  }

  .home_sec_1_row_1 .hs1r1_item_offset {
    display: none;
  }

  .home_sec_1_row_1 {
    top: 0 !important;
  }

  .home_sec_1_row_1 .hs1r1_item {
    width: 100%;
    height: 89px;
  }

  .home_sec_2_row_1 {
    top: 0 !important;
    padding-top: 50px;
  }

  .home_sec_1_row_1 .hs1r1_item a {
    font-size: 17px;
  }

  .home_sec_1_row_1 .hs1r1_item a:after {
    background-size: contain;
    width: 48px;
    height: 13px;
    right: unset;
    left: 90%;
    top: calc(50% - 5px);
  }

  .home_sec_1_row_1 .hs1r1_item:hover a:after {
    top: calc(50% - 5px);
    opacity: 1;
    visibility: visible;
    left: calc(100% + 20px);
  }

  .home_sec_1_row_1 .hs1r1_item:nth-child(4) a:after {
    top: calc(50% - 5px);
  }
}

@media all and (max-width: 767px) {}

@media all and (max-width: 500px) {

  h1.title,
  h2.title,
  h3.title {
    font-size: 25px !important;
  }

  a.body-link:after {
    width: 50px;
    height: 16px;
    background-size: contain;
  }

  .form_wrapper .form_gen_text span.fg_t1 {
    width: 100%;
  }

  .form_wrapper .form_gen_text span.fg_t2 input,
  .form_wrapper .form_gen_text.message_text span.fg_t2 textarea,
  .form_wrapper .frm_btn_submit {
    width: 80%;
  }
}

.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
  background-image: url(images/projects_header2.png);
  background-color: #ffffff
}
.productCollections .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
  background-image: url(images/product-collections.png);
  background-color: #ffffff
}

@media only screen and (min-width:981px) {

  .et_pb_fullwidth_image_0,
  .et_pb_fullwidth_code_0 {
    display: none !important
  }
}

@media only screen and (max-width:980px) {
  .et_pb_fullwidth_code_0 {
    padding-top: 30px;
    padding-right: 3%;
    padding-left: 3%
  }
}

@media only screen and (min-width:768px) and (max-width:980px) {
  .et_pb_fullwidth_header_0 {
    display: none !important
  }
}

@media only screen and (max-width:767px) {
  .et_pb_fullwidth_header_0 {
    display: none !important
  }

  .et_pb_fullwidth_code_0 {
    padding-right: 5%;
    padding-left: 4%
  }
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container {
  width: 100%;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
  min-height: 100vh;
  width: 80%;
  max-width: none;
  height: 100%;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
}

.et_pb_section_blue.et_pb_section {
  background-color: #1f253d !important;
}

@media (min-width: 981px) {
  .et_pb_section_blue {
    padding: 4% 0;
  }
}

.et_pb_section_blue {
  position: relative;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
}

.et_pb_heading_0 .et_pb_heading_container h1,
.et_pb_heading_0 .et_pb_heading_container h2,
.et_pb_heading_0 .et_pb_heading_container h3,
.et_pb_heading_0 .et_pb_heading_container h4,
.et_pb_heading_0 .et_pb_heading_container h5,
.et_pb_heading_0 .et_pb_heading_container h6 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 33px;
  color: #000000 !important;
  line-height: 1.4em;
  text-align: center;
}

.eds_GravityGallery_Orbit .sns-projects-wrapper-list .all-items .edsgg__itemsListContainer .edsgg__itemContainer {
  width: 33.33%;
  margin: 0;
}

.eds_GravityGallery_Orbit .sns-projects-wrapper-list .all-items .edsgg__itemsListContainer .edsgg__itemContainer figure img {
  height: auto;
  margin: 1rem;
  max-width: calc(100% - 2rem);
}

@media only screen and (max-width:767px) {
  .eds_GravityGallery_Orbit .sns-projects-wrapper-list .all-items .edsgg__itemsListContainer .edsgg__itemContainer {
    width: 50%;
  }
}

@media only screen and (max-width:576px) {
  .eds_GravityGallery_Orbit .sns-projects-wrapper-list .all-items .edsgg__itemsListContainer .edsgg__itemContainer {
    width: 100%;
  }
}

.et_pb_divider::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1);
    border-top-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.et_pb_divider_0::before {
  border-top-color: #8b8372;
}


/* Animate.css - http://daneden.me/animate
 * * Licensed under the MIT license.
 * * Copyright (c) 2013 Daniel Eden,
 * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 * * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
 .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.bounceOnHover:hover {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.flashOnHover:hover {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.pulseOnHover:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.shakeOnHover:hover {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.swingOnHover:hover {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.tadaOnHover:hover {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.wobbleOnHover:hover {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.bounceInOnHover:hover {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.bounceInDownOnHover:hover {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.bounceInLeftOnHover:hover {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.bounceInRightOnHover:hover {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.bounceInUpOnHover:hover {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

.bounceOutOnHover:hover {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

.bounceOutDownOnHover:hover {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

.bounceOutLeftOnHover:hover {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

.bounceOutRightOnHover:hover {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

.bounceOutUpOnHover:hover {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInOnHover:hover {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInDownOnHover:hover {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.fadeInDownBigOnHover:hover {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeftOnHover:hover {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.fadeInLeftBigOnHover:hover {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInRightOnHover:hover {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.fadeInRightBigOnHover:hover {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpOnHover:hover {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.fadeInUpBigOnHover:hover {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.fadeOutOnHover:hover {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.fadeOutDownOnHover:hover {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

.fadeOutDownBigOnHover:hover {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.fadeOutLeftOnHover:hover {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

.fadeOutLeftBigOnHover:hover {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.fadeOutRightOnHover:hover {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

.fadeOutRightBigOnHover:hover {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.fadeOutUpOnHover:hover {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

.fadeOutUpBigOnHover:hover {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.flipOnHover:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInXOnHover:hover {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipInYOnHover:hover {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.flipOutXOnHover:hover {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

.flipOutYOnHover:hover {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.lightSpeedInOnHover:hover {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.lightSpeedOutOnHover:hover {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.rotateInOnHover:hover {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

.rotateInDownLeftOnHover:hover {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

.rotateInDownRightOnHover:hover {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

.rotateInUpLeftOnHover:hover {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

.rotateInUpRightOnHover:hover {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

.rotateOutOnHover:hover {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

.rotateOutDownLeftOnHover:hover {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

.rotateOutDownRightOnHover:hover {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

.rotateOutUpLeftOnHover:hover {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

.rotateOutUpRightOnHover:hover {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInDownOnHover:hover {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInLeftOnHover:hover {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInRightOnHover:hover {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

.slideOutLeftOnHover:hover {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

.slideOutRightOnHover:hover {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.slideOutUpOnHover:hover {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

.hingeOnHover:hover {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

.rollInOnHover:hover {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.rollOutOnHover:hover {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.eds_hidden,
.fadeInOnView,
.fadeInLeftOnView,
.fadeInRightOnView,
.fadeInDownOnView,
.fadeInUpOnView {
  opacity: 0;
}

.eds_visible {
  opacity: 1;
}

.alpaca{
  margin: 2rem 0;
}
.alpaca .form-group {
  margin-bottom: 12px;
}
.alpaca .form-group .control-label{
  display: inline-block;
  width: 100px;
}
.alpaca .form-group .alpaca-message {
  color: orange;
  font-size: .9rem
}
.alpaca .form-group .alpaca-message.alpaca-message-notOptional {
  color: red;
}

.OpenForm .dnnActions.dnnClear.actions-openform {
  margin: 2rem 2rem 0;
  list-style: none;
  text-align: right;
}

.OpenForm .dnnActions.dnnClear.actions-openform li {
  float: none;
}

.OpenForm .dnnActions.dnnClear.actions-openform .btn-openform {
  position: relative;
  display: inline-block;
  width: 49px;
  line-height: 1.3em;
  color: #000;
  height: 80px;
}

.OpenForm .dnnActions.dnnClear.actions-openform .btn-openform::after {
  background-image: url('images/arrow.png');
  position: absolute;
  content: '';
  top: 55%;
  left: -22px;
  width: 72px;
  height: 23px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.OpenForm .dnnActions.dnnClear.actions-openform .btn-openform:hover::after {
  left: 0;
}

.alpaca .form-group .alpaca-control{
  border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid #3d3d3d;
  font-size: 16px;
  width: 300px;
}

.factoryVideo .et_pb_section_0.et_pb_section {
  padding-top: 10%;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  background-color: #FFFFFF !important;
}


@media (min-width: 981px) {
  .factoryVideo .et_pb_row.et_pb_equal_columns, .factoryVideo .et_pb_row_inner.et_pb_equal_columns, .factoryVideo .et_pb_section.et_pb_equal_columns > .et_pb_row {
    display: flex;
    width: 80%;
  }
}

.factoryVideo .et_pb_text_0 h1 {
  font-family: 'Muli',sans-serif;
  font-weight: 700;
  font-size: 65px;
  line-height: 1.4em;
}

.factoryVideo .et_pb_text_0 {
  font-weight: 600;
}
.factoryVideo .et_pb_divider_0, .factoryVideo .et_pb_divider_1 {
  height: 32px;
  min-height: 32px;
  width: 100%;
}
@media (min-width: 981px) {
.factoryVideo .et_pb_row {
    padding: 2% 0;
  }
}

.globalReach .et_pb_text_0 {
  padding-top: 278px;
  padding-right: 0px;
  padding-left: 71px;
  width: auto;
}
.globalReach .et_pb_row_0,
body #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row {
  width: 93%;
}
.globalReach .et_pb_row_0 {
  min-height: 500px;
}
@media (min-width: 981px) {
  .globalReach  .et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 5.5%;
  }
}
@media only screen and (max-width: 980px) {
  .globalReach .et_pb_text_0 {
    padding-top: 20px !important;
    padding-right: 8% !important;
    padding-bottom: 30px !important;
    padding-left: 8% !important;
  }
}

@media (min-width: 981px) {
  .committed .et_pb_section {
    padding: 0 0 4%;
  }
}
.committed .et_pb_section_1.et_pb_section {
  position: relative;
  background-color: #fff !important;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
}
.committed  .et_pb_row_1.et_pb_row {
  padding-top: 0 !important;
}

.committed .et_pb_text_1, .et_pb_text_2 {
  width: 100%;
  max-width: 700px;
}

.committed .et_pb_text_2.et_pb_module, .et_pb_text_1.et_pb_module {
  margin-left: auto !important;
  margin-right: auto !important;
}

.et_pb_section_blue {
  background-color: #1f253d;
  color: #fff;
}
.et_pb_section_blue .Normal,
.et_pb_section_blue h1,
.et_pb_section_blue h2,
.et_pb_section_blue h3
{
  color: #fff;
}

.worldwide .et_pb_text_1, .worldwide .et_pb_text_2 {
  width: 100%;
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.DNNEmptyPane {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.et_pb_row.row100 {
  width: 100%;
  max-width: 100%;
}
.et_pb_row.row100 .et_pb_column_1_3 > div{
  padding-top: 147px;
  padding-right: 0px;
  padding-left: 71px;
}


.contactDetails .et_pb_section_1.et_pb_section {
  background-color: #fff !important;
}

.contactDetails .et_pb_row {
  width: 80%;
  max-width: 1000px;
  margin: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  position: relative;
  padding: 2% 0;
}

.maxWidth800 {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}


.footer-widget .eds_mailChimpPlus_Nova .edmcp_headerTitle {
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 22px;
}
.footer-widget .eds_mailChimpPlus_Nova .edmcp_header {
  border-top: none;
}
.footer-widget .eds_mailChimpPlus_Nova .edmcp_header > div {
  border: none;
  padding: 0 0 1rem;
}
.footer-widget .eds_mailChimpPlus_Nova .edmcp_formWrapper {
  border: none;
  padding: 0;
}

.footer-widget .eds_mailChimpPlus_Nova input[type="text"],
.footer-widget .eds_mailChimpPlus_Nova input[type="email"],
.footer-widget .eds_mailChimpPlus_Nova input[type="number"],
.footer-widget .eds_mailChimpPlus_Nova select,
.footer-widget .eds_mailChimpPlus_Nova textarea {
  background-color: #fff;
  border: 1px solid #fff;
  color: #4e4e4e;
  padding: 7px;
  font-size: 17px;
  border-radius: 5px;
  font-family: inherit;
}
.footer-widget .eds_mailChimpPlus_Nova input[type="text"]:hover,
.footer-widget .eds_mailChimpPlus_Nova input[type="email"]:hover,
.footer-widget .eds_mailChimpPlus_Nova input[type="number"]:hover,
.footer-widget .eds_mailChimpPlus_Nova select:hover,
.footer-widget .eds_mailChimpPlus_Nova textarea:hover,
.footer-widget .eds_mailChimpPlus_Nova input[type="text"]:focus,
.footer-widget .eds_mailChimpPlus_Nova input[type="email"]:focus,
.footer-widget .eds_mailChimpPlus_Nova input[type="number"]:focus,
.footer-widget .eds_mailChimpPlus_Nova select:focus,
.footer-widget .eds_mailChimpPlus_Nova textarea:focus {
  border-color: #fff;
}
.footer-widget .eds_mailChimpPlus_Nova .edmcp__radioButton > label > span,
.footer-widget .eds_mailChimpPlus_Nova .edmcp__checkBox > label > span,
.footer-widget .eds_mailChimpPlus_Nova .edmcp_consentHtml .edmcp_consentMessage {
  color: #fff;
}

.footer-widget .eds_mailChimpPlus_Nova .edmcp__radioButton > label > span::before,
.footer-widget .eds_mailChimpPlus_Nova .edmcp__checkBox > label > span::before {
  border-color: #fff;
}
.footer-widget .eds_mailChimpPlus_Nova .edmcp__inputGroup > label{
  display: none;
}
.footer-widget .eds_mailChimpPlus_Nova .edmcp_footerWrapper {
  border-bottom: none;
}
.footer-widget .eds_mailChimpPlus_Nova .edForm__subscribe {
  background: #000;
  color: #fff;
  font-size: 17px;
  padding: 5px 28px;
  line-height: 1.4em;
  border: 0;
  margin-top: 14px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-family: inherit;
}
.footer-widget .eds_mailChimpPlus_Nova .edForm__subscribe:hover {
  background: #474234;
}
.footer-widget .eds_mailChimpPlus_Nova .edmcp__label {
  font-family: inherit;
}
.footer-widget .eds_mailChimpPlus_Nova .edmcp__inputGroup.edmcp_center {
  text-align: right;
}
.footer-widget .eds_mailChimpPlus_Nova .edmcp_consentMessage,
.footer-widget .eds_mailChimpPlus_Nova .edmcp_inputGroupWrapper.edmcp_consentHtml .edmcp__inputGroup:nth-child(2) {
  display: none;
}