/*
Theme Name: Thycal V02
Theme URI: http://localhost:8888/thycalv02
Author: Eve Jackson
Author URI: http://redfeatherdesign.com
Description: Custom theme for Restworks
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-menu, featured-images
Text Domain: restworks
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* _variables.scss*/
/*  _typography.scss*/
body {
  color: #323232;
  font-size: 16px;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.8; }

h1 {
  font-size: 2.2em;
  color: #50374e;
  line-height: 1.2em;
  padding: 25px 0; }

h2 {
  font-size: 1.3em;
  font-weight: 600;
  color: #50374e;
  line-height: 1.3em;
  padding: 15px 0;
  text-transform: uppercase; }

h3 {
  font-size: 1.1em;
  font-weight: 300;
  color: #50374e;
  line-height: 1.2em;
  padding: 10px 0;
  /*color:#1EE68E;*/ }

h4 {
  font-size: 1em;
  font-weight: 500;
  color: #50374e;
  line-height: 1em;
  padding: 15px 0; }

p {
  font-size: 0.8em;
  padding: 0 0 15px;
  color: #323232; }

.transparent p {
  color: #fff; }

a {
  color: #50374e;
  color: #1EE68E;
  text-decoration: none; }
img {max-width:100%;height:auto;}
#footer h3, .welcome p, .welcome h1, .purple p, .welcome h2, .purple h2, .purple h3, .welcome h3, .purple h4, .welcome h4, .purple ul, .welcome ul {
  color: #fff; }

.white p, .grey p, .white h1, .grey h1, .grey h3, .white h3 {
  color: #323232; }

.welcome p {
  font-size: 3.2em;
  color: #f2f2f2;
  padding: 15px 0;
  line-height: 1.1em; }

.welcome p span {
  color: #1EE68E; }

strong {
  font-weight: bold; }

a:hover {
  color: #50374e; }

blockquote {
  padding: 0 5%;
  font-style: italic; }

.welcome h1 {
  color: #fff;
  font-size: 3.2em;
  line-height: 1em;
  padding: 15px 0; }

#feature h3 {
  padding-top: 10px; }

#footer p {
  color: #fff; }

#footer a {
  color: #fff; }

.white ul, .grey ul {
  margin-left: 0.5em;
  margin-bottom: 10px; }

.white li, .grey li {
  font-size: 0.8em;
  padding-left: 1em; }

.white li:before, .grey li:before {
  content: '\2014 ';
  font-weight: bold;
  color: #cc6f9d;
  display: inline-block;
  width: 1em;
  margin-left: -1.6em; }

h3 span.date {
  font-size: 0.8em;
  font-style: italic;
  color: #323232; }

/* .white h3, .grey h3, .purple h3 {
       color:#1EE68E;
   } */
.purple h3 {
  color: #f2f2f2; }

.wp-block-gallery li:before {
  content: '';
  margin: 0; }

.purple-col h3 {
  color: #f2f2f2; }

.content ul li ul li {
  font-size: 1.2em; }

.content a {
  font-weight: bold; }

/*#sidebar .white .textwidget p, #sidebar .white h3, #sidebar .white a {
     color:#323232;
 }*/
.input select {
  font-family: "Quicksand", Helvetica, sans-serif; }

/*@mixin for-big-desktop-up {
  @media (min-width: 1800px) { @content; }
}*/
/*
 * Apply a CSS3 transition
 *
 * $property The property you want to animate, eg opacity
 * $duration The duration of the animation, eg 1s
 * $ms Include -ms-transition; default is false because IE does not support transitionEnd callback
 *
 * @include transition(opacity, 0.5s);
 */
/*
 * Apply a CSS3 transition-delay
 * @include transitionDelay(2s);
 */
/*
 * Apply a CSS3 transition-duration
 * @include transitionDuration(1s);
 */
/*
 * Apply a CSS3 transition-property
 * @include transitionProperty(opacity);
 * @include transitionProperty((height, width)); Multiple properties can be passed in surrounded by brackets
 */
/*
 * Apply a CSS3 transition-timing-function
 * @include transitionTimingFunction(easing);
 */
@media (min-width: 1280px) {
  #menu-footer-menu {
    font-size: 0.8em; }
  #menu-wrap {
    height: 100px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%; }
  #menu-wrap button {
    display: none;
    order: 2; }
  .eja-menu h3 {
    display: none; }
  .menus {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    order: 1; }
  .absolute {
    position: absolute;
    top: 40px;
    top: 0;
    left: 0;
    background: rgba(38, 34, 54, 0.8); }
  .menu-container {
    max-width: 1240px;
    height: 100px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: space-between; }
  #secondary {
    order: 2;
    margin: 0 0 0 2px; }
  #primary {
    margin-right: 5px;
    order: 1;
    position: relative; }
  #primary ul, #secondary ul {
    margin: 0;
    list-style: none;
    float: right;
    z-index: 1; }
  #primary ul li, #secondary ul li {
    display: inline-block;
    z-index: 1; }
  #primary ul li a, #secondary ul li a {
    display: block;
    padding: 40px 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
    transition: 0.4s; }
  #primary ul li.lang-item a {
    padding: 40px 5px; }
  #primary ul li a:hover, #secondary ul li a:hover {
    color: #cc6f9d;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  #primary ul li.current-menu-item a {
    color: #cc6f9d; }
  /*#primary ul li.current-menu-item a::after {
   content:"";
  position:absolute;
    background:red;
    width:100px;height:20px;
    top:40px;
   
    margin-top:45px;
    left:15px;
    right:15px;
}*/
  /******************
    SUBNAV
******************/
  .sub-menu {
    background: black;
    background: rgba(80, 55, 78, 0.9);
    width: 100%;
    height: 38px;
    display: none; }
  #primary ul li ul {
    padding: 0 1000em;
    /* trick from css-tricks comments */
    margin: 0 -1000em;
    /* trick from css-tricks comments */
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  #primary ul li.current-menu-item ul {
    display: inline-block; }
  #primary ul li:hover .sub-menu {
    display: block; }
  #primary ul li.current-menu-item ul {
    display: inline-block; }
  #primary ul li:hover ul, #primary ul li.current_page_ancestor ul {
    display: inline-block; }
  #primary ul li ul li {
    margin: 0;
    float: left; }
  #primary ul li ul li a {
    float: left;
    text-align: left;
    padding: 8px 30px;
    margin: 0;
    color: #fff;
    text-transform: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  #primary ul li ul li a:hover {
    color: #cc6f9d;
    background: #312c46;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  #primary ul li.first-menu-item {
    position: relative;
    border-left: none; }
  /***************************
   MOBILE NAV STYLES
   ***************************/
  .mobile {
    display: none;
    margin: 0;
    padding: 20px 15px;
    background: #323232;
    position: absolute;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    right: 15px;
    top: 0;
    line-height: 0;
    width: 25%; }
  #mobile {
    display: none; }
  .active {
    max-height: 9000px !important;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s; } }

@media (max-width: 1279px) {
  #menu-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0 2.5%;
    height: 60px; }
  #menu-wrap .menu-container {
    width: 75%;
    z-index: 100;
    flex: 0 0 75%; }
  #menu-wrap .buttonset {
    flex: 0 0 25%;
    text-align: right;
    order: 2; }
  #menu-wrap button {
    border: none;
    background: transparent;
    color: #fff;
    padding: 32px 20px;
    padding: 29px 10px;
    padding: 5px 10px 10px;
    cursor: pointer;
    margin: 0;
    font-size: 0.8em;
    font-size: 2.2em;
    flex: 0 0 25%;
    order: 2;
    text-align: right; }
  #menu-wrap button:hover {
    color: #1EE68E; }
  #menu-wrap button.active {
    background: #262236; }
  /* General styles for all menus */
  .eja-menu {
    background: #262236;
    position: fixed; }
  .eja-menu h3 {
    color: #1EE68E;
    font-size: 1.9em;
    padding: 33px 20px 33px 18px;
    padding: 9px 20px;
    margin: 0;
    font-weight: 300;
    background: #262236;
    background: #000;
    position: relative; }
  .eja-menu h3 span {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    background: black;
    height: 32px;
    width: 10px;
    padding: 33px 20px 33px;
    padding: 8px 20px 20px; }
  .eja-menu h3 span:hover {
    background: #303250;
    color: #1EE68E;
    cursor: pointer; }
  .eja-menu a {
    display: block;
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase; }
  .eja-menu a:hover {
    background: #303250; }
  .menu-item-has-children {
    position: relative; }
  span.arrow {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 62px;
    height: 45px;
    display: inline-block;
    background: black;
    text-align: center; }
  span.arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 1em;
    top: 21px;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  span.arrow.submenu-open::after {
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .arrow:hover {
    cursor: pointer; }
  /*
.arrow .navicon {
    position: relative;
    top: 1.4em;
    font-size: 12px;
    color: #666; 
}
*/
  .eja-menu a:active {
    background: #9a6c97;
    color: #47a3da; }
  /* Subnav */
  .sub-menu {
    display: none;
    background: #303250; }
  .sub-menu li {
    padding-left: 20px; }
  /* Orientation-dependent styles for the content of the menu */
  .eja-menu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000; }
  .eja-menu-vertical a {
    border-bottom: 1px solid #5d5384;
    padding: 1em;
    padding: 0.5em 1em; }
  /* Vertical menu that slides from the left or right */
  .eja-menu-right {
    right: -240px; }
  .eja-menu-left.eja-menu-open {
    left: 0px; }
  .eja-menu-right.eja-menu-open {
    right: 0px; }
  /* Transitions */
  .eja-menu,
  .eja-menu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; } }

.menu-flags-menu-container {
  width: 100%;
  max-width: 1240px; }

.menu-flags-menu-container ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  justify-content: flex-start;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
  padding: 0; }

#footer .menu-flags-menu-container ul {
  text-align: center;
  justify-content: center;
  align-items: center; }

.menu-flags-menu-container ul li {
  margin: 5px;
  list-style-type: none;
  padding: 0; }

.menu-flags-menu-container ul li a {
  opacity: 0.7;
  opacity: 1; }

.menu-flags-menu-container ul li a:hover {
  opacity: 1;
  opacity: 0.7; }

.menu-flags-menu-container img {
  height: 30px;
  width: auto; }

.menu-flags-menu-container ul li:before {
  display: none; }

.menu-footer-menu-container ul li:before {
  display: none; }

.view {
  position: relative;
  overflow: hidden;
  margin-top: 30px; }

.view .mask {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  width: 100%;
  text-align: center;
  width: 100%;
  height: auto; }

.view img {
  display: block;
  position: relative; }

.view-fifth img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.view-fifth .mask {
  background-color: #303250;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  height: 100%; }

.view-fifth p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-style: italic; }

.view-fifth:hover .mask {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.view-fifth:hover img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.view-fifth .mask .mask-content {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 95%;
  padding: 15px 2.5%; }

.view-fifth:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.view-fifth .mask .mask-content a:hover {
  text-decoration: underline;
  color: #1EE68E; }

/*.view-fifth {
  border:2px solid pink;
  position:absolute;
  bottom:0;
  height:200px;
}*/
@keyframes load {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

#main-slider {
  width: 100%;
  background: transparent; }

.eja-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 420px !important; }

.e-slide {
  position: absolute;
  height: 400px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .65s;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center; }

.slider-img {
  flex: 0 0 45%; }

.slider-txt {
  flex: 0 0 35%;
  text-align: left;
  padding: 0 5% 0 0;
  margin-top: -20px;
  margin-left: 10%; }

.slider-txt a {
  cursor: pointer; }

.slide__text-link {
  z-index: 5;
  padding: 0.5rem;
  cursor: pointer;
  perspective: 1000px;
  color: #fff;
  color: #262236;
  font-size: 0.8em;
  margin-top: 2px;
  float: left;
  display: block;
  position: absolute;
  position: relative; }

.slide__text-link:hover {
  background: #4ceba5; }

.slider-img img {
  height: 100%;
  height: 400px;
  width: auto; }

.slider-txt h3, .slider-txt p {
  color: #fff; }

.e-slider-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.e-slider-controls .arrow {
  min-height: 100%;
  width: 50px;
  position: relative;
  transition: .25s; }

.e-slider-controls .arrow:hover {
  cursor: pointer; }

.e-slider-controls .right-arrow {
  float: right; }

.e-slider-controls .left-arrow {
  float: left; }

.e-slider-controls .arrow .arrow-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px; }

.e-slider-controls .arrow .arrow-container .arrow-icon {
  position: relative;
  width: 42px;
  height: 42px;
  color: #fafafa;
  border-radius: 50%; }

.e-slider-controls .arrow .arrow-container .arrow-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.e-slider-controls .e-load-bar {
  width: 100%;
  height: 5px; }

.e-slider-controls .e-load-bar .inner-load-bar {
  background: rgba(200, 200, 200, 0.65);
  height: 100%; }

.e-slider-controls .e-dots-container {
  position: absolute;
  bottom: 50px;
  height: 20px;
  left: 25px;
  min-width: 140px; }

.e-slider-controls .e-slide-dots-wrap {
  height: 100%;
  width: 100%;
  position: relative; }

.e-slider-controls .e-slide-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  content: "";
  clear: both; }

.e-slider-controls .e-slide-dots .e-dot {
  background: #fafafa;
  width: 8px;
  height: 8px;
  margin: 5px;
  float: left;
  border-radius: 50%;
  transition: .65s; }

.e-slider-controls .e-slide-dots .e-dot.current-dot, .e-slider-controls .e-slide-dots .e-dot:hover {
  transform: scale(1.65);
  cursor: pointer; }

.rotator {
  position: relative;
  background: url(images/rw-intro3.jpg) top left no-repeat; }

.rotator-txt {
  position: relative;
  z-index: 2;
  background: rgba(38, 34, 52, 0.7);
  width: 20%;
  width: 22.5%;
  text-align: left;
  left: 0;
  top: 0; }

.rotator-txt h3 {
  color: #1EE68E;
  font-size: 1.2em;
  display: inline-block; }

.rotator-txt p {
  color: #efefef;
  font-size: 1.2em; }

.slides {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
  width: 100%;
  position: relative;
  height: 500px;
  height: 420px;
  height: 400px;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  -webkit-animation-iteration-count: "1";
  -moz-animation-iteration-coun: "1";
  animation-iteration-count: "1"; }

.slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  margin: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  z-index: 1;
  padding: 0;
  height: 500px; }

.slides li:before {
  content: '';
  padding: 0;
  margin: 0;
  display: block; }

.slides li img {
  position: absolute;
  z-index: 1;
  height: 500px;
  width: auto;
  width: 100%;
  /* top: 50%;
  left:50%;
  transform: translate(-50%, -50%);*/
  object-fit: cover; }

.slides li .container {
  background: transparent;
  max-width: 1240px;
  position: relative;
  z-index: 3;
  padding: 0;
  margin: 0;
  height: 500px;
  height: 400px;
  margin: 0 auto; }

.slides li .rotator-txt {
  font-size: 1.2em; }

.slides li.inactive {
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  animation-name: fadeOut; }

.slides li.active {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
  opacity: 1 !important;
  z-index: 5; }

.full {
  margin: 0;
  padding: 0; }

.alt-img {
  flex: 0 0 30%; }

.alt-img img {
  border: 2px solid #fff; }

.right-img {
  order: 2; }

.white .alt-img img {
  border: 2px solid #e2e2e2; }

.purple .alt-img img {
  border: 2px solid #fff; }

.alt-excerpt {
  align-self: center; }

/*.panel-gallery {
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;

}

.panel-gallery .grid-projects {
    flex:0 0 18%;
    width:18%;
   margin:2px 0;
 //  flex:0 0 20%;
  // display:block;
}*/
/*.panel-gallery::after {
    content: "";
    flex: auto;

  border:1px solid blue;
  }*/
/*.panel-gallery .placeholder {
    flex:0 0 18%;
}*/
#featured-projects {
  max-width: 1240px;
  margin: 0 auto; }

.featured-projects {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

/*
#inside-banner .panel-gallery {
  display:flex;flex-flow:row nowrap;justify-content:space-between;
}
#inside-banner .panel-gallery .grid-projects {
 flex:0 0 18%;
 width:18%;
}
*/
/*.grid-projects {
  width:28%;
  margin: 20px 0;
  border:1px solid #fff;
  flex:0 0 45%;
  width:45%;
}
*/
/* add animation effects */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

/*.grid-projects img {
  width:100% !important;
  height:auto !important;
  margin:0 !important;
}*/
.grid-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  padding: 5px 5%;
  text-align: center; }

.grid-txt p {
  padding: 5px 0; }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 120px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8); }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0 0 15px;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  max-width: 840px;
  max-width: 768px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  z-index: 90; }

.modal-content h3 {
  padding: 10px 5%; }

.modal-content h4 {
  padding: 10px 5%; }

.modal-content p {
  padding: 0 5%; }

.modal-content img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

/* The Close Button */
.close {
  color: #999;
  color: #fff;
  color: #f2f2f2;
  position: absolute;
  top: 5px;
  top: 0;
  top: -5px;
  right: 10px;
  right: 2.5%;
  text-align: right;
  padding: 0 2.5%;
  font-size: 35px;
  font-weight: bold;
  width: 97.5%;
  width: 95%;
  width: 2.5%; }

.close:hover,
.close:focus {
  color: #000;
  color: #ccc;
  color: #4082c5;
  color: #f2f2f2;
  color: #1EE68E;
  text-decoration: none;
  cursor: pointer; }

/* Hide the slides by default */
.eja-slides {
  display: none; }

.eja-slides-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  height: 280px; }

.eja-slides-img img {
  width: 100%;
  height: auto;
  margin: 0; }

.eja-slides-header {
  padding: 5px 0;
  background: #474747; }

.eja-lides-header h3 {
  padding: 0;
  width: 95%; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  top: 250px;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  color: #f2f2f2;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.5); }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  background-color: #1EE68E;
  text-decoration: none; }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* Caption text */
.caption-container {
  background-color: #fff;
  padding: 15px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 15px 5%; }

img.demo {
  opacity: 0.6; }

.active,
.demo:hover {
  opacity: 1; }

img.hover-shadow {
  transition: 0.3s; }

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

body {
  background: #140d13; }

#wrapper {
  background: #262236;
  position: relative;
  min-height: 100vh;
  background: #262236; }

#wrap {
  background: #262236 url(images/restworks_bg_graphic.png) top right no-repeat;
  border-top: 1px solid black; }

.wrap {
  margin: 0 auto; }

#headers-wrap {
  color: #fff;
  width: 100%;
  height: 100%;
  height: 100px;
  background: rgba(38, 34, 54, 0.7);
  position: fixed;
  z-index: 100;
  width: 95%;
  padding: 5px 2.5%; }

#wrap-inner {
  width: 1240px;
  margin: 0 auto; }

#logo {
  height: 100px;
  width: 20%;
  flex: 0 0 20%;
  vertical-align: middle;
  position: relative; }

#logo img {
  height: 80px;
  width: auto;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#banner {
  height: 200px;
  background-size: cover;
  position: relative;
  height: 400px;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  /* top: 50%;
 left:50%;
 transform: translate(-50%, -50%);
 object-fit: cover;
 margin-top:110px;*/ }

body.home #banner {
  height: 550px;
  height: 92vh;
  height: 100vh;
  margin-top: 0;
  height: 110px;
  height: 500px;
  height: 420px;
  height: 400px; }

#banner-gap {
  height: 110px; }

#banner img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  vertical-align: middle; }

.vertical-padding {
  padding: 15px 0; }

.padding {
  padding: 15px 0; }

.container {
  /* display:flex;
  flex-flow: row nowrap;
  justify-content:space-between;*/
  margin: 0 auto !important;
  width: 100%;
  padding: 15px 0;
  padding: 15px 2.5%;
  width: 95%;
  width: 100%;
  padding: 15px 0;
  max-width: 1240px; }

.flex-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

.flex-col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between; }

.flex-col-grow {
  flex-grow: 1; }

.eja_app .container {
  padding: 0; }

.section {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw; }

.no-padding {
  padding: 0; }

/*.welcome {
  max-width:$max-width;
  margin:160px auto 60px;
  text-align:center;
 // padding:30px 0 50px;
  position:relative;
  background:transparent;
  //z-index:9;
  padding:15px 2.5%;
  width:95%;
  margin:0;
 margin:0 auto;

}*/
/*#content {
  display:inline-block;
  width:95%;
}*/
.content {
  padding: 0;
  flex: 0 0 60%;
  flex: 0 0 65.25%;
  flex: 0 0 61%; }

body.home .content {
  flex: 0 0 48.5%;
  flex: 0 0 46.75%; }

#sidebar {
  margin-top: 30px; }

/*#sidebar h3, #sidebar h4, #sidebar h5, #sidebar p {
    color:#f2f2f2;
  }*/
#sidebar .question {
  background: url(images/question.png) top right no-repeat;
  background-size: contain; }

#sidebar .widget {
  position: relative; }

#sidebar .widget .widget-first {
  border-top: none; }

/*
#sidebar .widget .widget-inner {
  border:2px solid blue;
  padding:0 5%;
}*/
/*  #sidebar .widget:after {
      content:""; 
      background:#f2f2f2;
      position: absolute; 
      bottom: 0; 
      left: 2.5%; 
      height: 50%; 
      width: 1px;
      height:1px;
      width:95%;
  }*/
#sidebar a {
  color: #323232; }

#sidebar a:hover {
  color: #cc6f9d; }

#sidebar .widget-last:after {
  background: transparent; }

/*.sidebar.small.left {
    flex: 0 0 30%;
  }
  .sidebar.large.left {
    flex: 0 0 47.5%;
  }
  .content.small.left {
    flex:0 0 65%;
  }
  .content.large.left {
    flex:0 0 47.5%;
  }*/
.sidebar.small.right {
  flex: 0 0 30%;
  flex: 0 0 31.4%;
  flex: 0 0 31%;
  order: 2; }

.sidebar.large.right {
  flex: 0 0 47.5%;
  flex: 0 0 47.5%;
  order: 2;
  flex: 0 0 46.75%; }

.content.small.right {
  flex: 0 0 65%;
  flex: 0 0 65.5%;
  flex: 0 0 61%; }

.content.large.right {
  flex: 0 0 47.5%;
  flex: 0 0 46.75%; }

.intro {
  max-width: 620px; }

.narrow {
  max-width: 620px;
  margin: 0 auto; }

.alignfull, .alignwrap {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw; }

.alternating {
  text-align: left; }

/* NOTE: see https://codepen.io/webmandesign/post/gutenberg-full-width-alignment-in-wordpress-themes */
.alignwide {
  width: 1240px;
  margin: 0 auto; }

.maxwide {
  max-width: 1240px;
  margin: 0 auto; }

.maxwidth {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto !important; }

.wide {
  max-width: 1240px;
  margin: 0 auto; }

.cols {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.valign {
  display: flex;
  align-items: center;
  /* align vertical */ }

.calign {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.purple .col h2, .purple .col p {
  color: #fff; }

.col {
  vertical-align: middle; }

/*.col {
  padding:15px 2.5%;
}*/
/*.col::after {
  content: "";
 flex: auto;
}*/
.eja_benefits {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  justify-content: space-between;
  position: relative; }

.eja_benefits .two-col, .eja_benefits .three-col {
  padding-bottom: 90px;
  position: relative; }

.wp-block-button {
  position: relative; }

.box .wp-block-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  left: 0;
  right: 0;
  margin: auto; }

a.wp-block-button__link {
  background: #262236;
  transition: 0.4s;
  border-radius: 0; }

a.wp-block-button__link:hover {
  background: #1EE68E; }

.two-col {
  margin: 15px 0 !important;
  margin: 5px 0;
  position: relative;
  flex: 0 0 46.75%; }

.three-col {
  margin: 15px 0;
  flex: 0 0 31%; }

.four-col {
  flex: 0 0 23%;
  margin: 10px 0;
  flex: 0 0 22%; }

.five-col {
  flex: 0 0 18%;
  margin: 10px 0; }

.six-col {
  flex: 0 0 14.3%;
  margin: 10px 0; }

.placeholder {
  border: none;
  background: transparent; }

.purple .box-bg {
  border: 1px solid #f2f2f2; }

.white .box-bg {
  border: 1px solid #ccc;
  background: #f2f2f2; }

.grey .box-bg {
  border: 1px solid #ccc;
  background: #fff; }

.box-bg h2, .box-bg h3, .box-bg h4, .box-bg h5, .box-bg p {
  padding: 5px 5%; }

.box h2, .box h3, .box h4, .box h5, .box p {
  padding: 5px 5%; }

.col img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

.thumbnail img {
  width: 100%;
  height: auto; }

/*img.icon {
width:80px;
height:80px;
margin:30px 0;
margin:15px auto;

}*/
.icon img {
  width: 80px;
  height: 80px;
  margin: 15px 0; }

.center-align {
  text-align: center; }

.justify-align p {
  text-align: justify; }

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

.right-align {
  text-align: right; }

/*.widget {
  padding:$vgap1 $hgap1;
  padding:15px 10%;
 width:80%;
}*/
.img-widget {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 0;
  width: 85%;
  width: 100%; }

.img-widget img {
  height: auto;
  max-width: 100%;
  width: 100%; }

.widget img.image {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  width: 100%; }

.widget .wp-caption {
  width: 100%;
  max-width: 100%; }

/*
.widget p.wp-caption-text {
  width:95%;
  padding:5px 2.5%;
  display:inlin-block;
}*/
#footer-wrap {
  background: #262236;
  height: auto;
  flex: 1; }

#footer {
  padding: 15px 0;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 15px 2.5%;
  width: 95%; }

.footer-left {
  flex: 0 0 48.5%;
  text-align: left; }

.footer-right {
  flex: 0 0 48.5%;
  text-align: right; }

#footer .widget {
  padding: 0; }

.fixed {
  position: fixed;
  top: 80px;
  width: 100%; }

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
/*.sticky + .content {
  padding-top: 102px;
}

.sticky {
  position:fixed;
  top:0;
  z-index:20;
  width:100%;
 background:$sticky-opacity-bg;
}*/
.pagination {
  border-top: 1px dashed #323232;
  padding-top: 15px;
  width: 100% !important; }

.nav-previous {
  width: 50%; }

.nav-next {
  width: 50%; }

.alignleft {
  float: left;
  text-align: left;
  margin: 10px 2.5% 10px 0;
  padding-right: 2.5%; }

.alignright {
  float: right;
  text-align: right;
  padding-left: 2.5%; }

.narrow {
  position: relative; }

.floatright {
  height: 100%;
  width: 45%;
  float: right; }

.aligncenter {
  text-align: center; }

.wp-caption-text {
  font-style: italic;
  text-align: center; }

.gallery-caption {
  font-style: italic; }

.bypostauthor {
  display: block; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.grey {
  background: #f2f2f2; }

.white {
  background: #fff; }

.purple {
  background: #262236; }

.transparent {
  background: transparent; }

.button {
  background: #1EE68E;
  background: #262236;
  color: #323232;
  color: #fff;
  font-size: 0.8em;
  margin-top: 25px;
  padding: 10px 15px;
  transition: 0.4s;
  display: inline-block;
  font-size: 0.9em; }

.button:hover {
  background: #262236;
  background: #1EE68E;
  color: #fff; }

.wp-block-button {
  margin-top: 15px; }

.wp-block-button__link {
  background: #262236;
  background: #1EE68E; }

/*.button:hover {
  background:lighten(#1EE68E, 10%) !important;
}*/
sup {
  vertical-align: super;
  font-size: 0.3em; }

.products-menu {
  margin-bottom: 40px; }

.products-menu ul {
  float: left; }

.products-menu ul li {
  float: left; }

.products-menu ul li a {
  background: #fff;
  padding: 10px 25px;
  margin-right: 30px;
  color: #323232; }

.products-menu ul li a:hover {
  background: #cc6f9d; }

.products-menu ul li.current-menu-item a {
  background: #cc6f9d; }

.col {
  overflow: hidden; }

.odd {
  order: 2; }

.one-third {
  flex: 0 0 25%;
  flex: 0 0 30%;
  flex: 0 0 31.4%;
  flex: 0 0 31%; }

.two-thirds {
  flex: 0 0 65%;
  flex: 0 0 65.25%;
  flex: 0 0 61%; }

#loadMore {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  width: 100%; }

#loadMore a {
  background: #042a63;
  border-radius: 3px;
  color: white;
  display: inline-block;
  padding: 10px 30px;
  transition: all 0.25s ease-out;
  -webkit-font-smoothing: antialiased; }

#loadMore a:hover {
  background-color: #021737; }

a#inifiniteLoader {
  position: fixed;
  z-index: 2;
  bottom: 15px;
  right: 10px;
  display: none; }

button.load-more, input.gform_button {
  background: #1EE68E;
  width: 100px;
  height: 40px;
  border: none;
  margin: 10px auto;
  display: block;
  border: none; }

button.load-more:hover, input.gform_button:hover {
  background: #4ceba5; }

.hide {
  visibility: hidden; }

.visible {
  visibility: visible; }

.no-padding {
  padding: 0; }

.wp-block-columns.has-2-columns {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap; }

.wp-block-column {
  flex: 0 0 45% !important; }

.wp-block-column:last-child {
  padding: 15px 2.5%;
  flex: 0 0 40% !important; }

.grey-col .wp-block-column:last-child {
  background: #f2f2f2;
  border: 1px solid #ccc; }

.purple-col {
  background: #262236;
  color: #fff;
  padding: 10px 5%; }

.purple p {
  color: #fff; }

/*
.has-2-columns {
  column-count:2;
  column-width:45%;
  column-gap:10%;
  column-rule:1px solid red;
}
*/
.purple.question {
  background: #262236 url(images/question.png) top right no-repeat;
  background-size: contain; }

.relative {
  position: relative;
  transform: translateZ(0); }

.absolute {
  position: absolute;
  position: fixed;
  padding: 15px 5%;
  z-index: 5;
  height: 100%;
  top: 0;
  left: 0;
  width: inherit; }

#regions {
  width: 80px;
  height: auto;
  position: fixed;
  top: 30%;
  right: 0;
  background: #1EE68E;
  text-align: center; }

#regions .menu-flags-menu-container ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
  border: 2px solid #1EE68E; }

#regions .menu-flags-menu-container ul li {
  margin: 5px 0; }

.heading span {
  font-size: 0.8em;
  float: right; }

#form .input {
  width: 100%; }

#form .input input.inputNew {
  width: 98%;
  position: relative; }

#form .left-input {
  float: left;
  width: 45%; }

#form .right-input {
  float: right;
  width: 45%; }

#form .form-section {
  float: left;
  padding: 10px 2.5%;
  width: 95%;
  background: #f2f2f2;
  margin-bottom: 15px;
  border: 1px solid #ccc; }

#form .form-section p.heading {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px dotted #323232;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 15px; }

/*#form .input p {
  text-transform:none;
  font-weight:normal;
}*/
#form .input textarea {
  width: 100%; }

input#yoursite {
  display: none; }

/*#submit {
  display:none;
}*/
.tracks {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 15px 0; }

.tracks figure {
  float: left;
  width: 28%;
  padding-top: 6px; }

.tracks p {
  float: right;
  width: 70%; }

.eja_loadmore {
  background-color: #ddd;
  background: #bcbec0;
  background: #00618b;
  color: #fff;
  color: #323232;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  /*	font-weight: 800;
	letter-spacing:1px;*/
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 5px;
  background: #1EE68E;
  width: 120px;
  border: none;
  margin: 10px auto;
  display: block;
  border: none;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; }

.eja_loadmore:hover {
  background-color: #007d9d;
  background: #62ac46;
  background: #1e1e1e;
  background: #bcbec0;
  background: #4ceba5; }

button.load-more, input.gform_button {
  background: #1EE68E;
  width: 100px;
  height: 40px;
  border: none;
  margin: 10px auto;
  display: block;
  border: none; }

button.load-more:hover, input.gform_button:hover {
  background: #4ceba5; }

/*
.wp-block-image {border:2px solid pink;}
.wp-block-gallery {border:2px solid purple;}
.wp-block-gallery.columns-4 {border:2px solid green;}
ul.blocks-gallery-grid {background:orange;display:flex;flex-flow:row wrap;margin:0;padding:0;width:100%;}
ul.blocks-gallery-grid li.blocks-gallery-item {border:2px solid red;flex:0 0 12%;padding:0;}
ul.blocks-gallery-grid li.blocks-gallery-item img {width:100%;height:auto;max-width:100px; }
*/
.solutions-btnwrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 20px; }

.solutions-flagwrap {
  padding: 0; }

.solutions-flagwrap h4 {
  padding: 0 0 10px;
  margin: 8px 0 2px;
  line-height: 0; }

.territory-flags {
  /* display:flex;
  flex-flow:row nowrap;*/
  flex: 0 0 78%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start; }

img.territory-flag {
  height: 40px;
  height: 25px;
  width: auto;
  margin-right: 5px;
  transition: 0.4s; }

img.territory-flag:hover {
  opacity: 0.6; }

.solutions-readmore {
  text-align: center;
  width: 20%;
  max-width: 130px;
  margin: 15px 0;
  margin: 0; }

.solutions-readmore a.readmore-btn {
  background: #262236;
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s; }

.solutions-readmore a.readmore-btn:hover {
  background: #1EE68E;
  color: #262236; }

/*
.territory-flag img {
  max-width:120px;
  height:auto;
}
*/
figcaption {
  font-size: 0.8em;
  font-style: italic; }

.panel-gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0; }

.panel-gallery .grid-projects {
  flex: 0 0 19.1%;
  width: 19.1%;
  margin: 2.5px 0.223%;
  flex: 0 0 13.355%;
  width: 13.355%;
  flex: 0 0 18%;
  transition: 0.4s; }

.panel-gallery .placeholder {
  flex: 0 0 13.355%;
  width: 13.3555%;
  flex: 0 0 18%;
  margin: 2.5px 0.223%; }

#inside-banner {
  margin-top: 30px; }

#inside-banner .panel-gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0; }

#inside-banner .panel-gallery img.grid-projects {
  flex: 0 0 19.1%;
  width: 19.1%;
  margin: 0 0.223%;
  width: 13.355%;
  transition: 0.4s; }

#inside-banner .panel-gallery img.grid-projects:hover {
  opacity: 0.6; }

#inside-banner .panel-gallery .placeholder {
  flex: 0 0 13.355%; }

a.more-link {
  background: #262236;
  padding: 10px 15px;
  color: #f2f2f2;
  font-weight: normal;
  transition: 0.4s; }

a.more-link:hover {
  background: #1EE68E;
  color: #262236; }

.introduction {
  padding-top: 10px;
  border-top: 1px solid #262236;
  border-bottom: 1px solid #262236;
  text-transform: uppercase;
  margin-bottom: 20px; }

@media (min-width: 1280px) {
  .rotator-txt {
    z-index: 2;
    background: rgba(38, 34, 52, 0.7);
    width: 22.5%;
    padding: 0 2.5%;
    text-align: left;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center; }
  .rotator-txt h3 {
    color: #1EE68E;
    font-size: 1.2em;
    margin-top: 22.5%; }
  .rotator-txt p {
    color: #efefef;
    font-size: 1em; }
  .rotator-logo {
    height: 55%;
    border-bottom: 1px solid #fff;
    position: relative;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .rotator-logo img {
    width: 200px !important;
    height: auto !important;
    margin: 0 auto;
    left: 0;
    right: 0; } }

@media (min-width: 769px) and (max-width: 1023px) {
  #headers-wrap {
    height: 60px; }
  #logo {
    width: 100%;
    margin: 5px 0;
    height: 50px; }
  #logo img {
    height: 50px;
    width: auto; }
  .wp-block-columns {
    display: flex;
    justify-content: space-between;
    flex-flow: column nowrap; }
  .wp-block-column {
    flex: 0 0 45% !important; }
  .container {
    padding: 15px 2.5%;
    width: 95%; }
  .eja_app .container {
    padding: 0;
    width: 100%; }
  /* #banner {
        margin-top:70px;
      }
      body.home #banner {
        margin-top:70px;

      }*/
  #banner-gap {
    height: 70px; }
  .container {
    display: flex;
    width: 100%;
    width: 95%;
    padding: 15px 2.5%; }
  .slides .container {
    width: 100%; }
  .sidebar.small.right {
    flex: 0 0 30%;
    flex: 0 0 31.4%;
    flex: 0 0 31.4%;
    flex: 0 0 32%;
    order: 2; }
  .sidebar.large.right {
    flex: 0 0 47.5%;
    order: 2; }
  .content.small.right {
    flex: 0 0 62.5%; }
  .content.large.right {
    flex: 0 0 48.5%; }
  .eja_flags {
    flex-flow: row wrap !important; }
  .menu-flags-menu-container ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: center; }
  .slides {
    margin: 25px 0 0; }
  .rotator-txt {
    z-index: 2;
    background: #f2f2f2;
    background: #262236;
    background: rgba(38, 34, 52, 0.7);
    width: 28%;
    width: 95%;
    padding: 0px 2.5%;
    text-align: left;
    top: 60%;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    display: flex;
    flex-flow: row wrap;
    padding: 15px 2.5%; }
  .rotator-logo {
    flex: 0 0 30%;
    display: block;
    position: relative; }
  .rotator-logo img {
    width: 60px !important;
    height: auto !important;
    top: 0;
    margin-top: -40px;
    padding: 5px 15px 5px 0;
    border-right: 1px solid #fff; }
  .rotator-txt h3 {
    color: #1EE68E;
    font-size: 1em;
    padding: 30px 0 5px 0; }
  .rotator-txt p {
    color: #efefef;
    font-size: 0.8em;
    line-height: 1.4em; }
  .eja_introduction {
    width: 100%;
    width: 110%;
    margin: 0;
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    max-width: 100vw; }
  .two-col {
    flex: 0 0 47.5%;
    flex: 0 0 42.5%; }
  .three-col, .four-col {
    flex: 0 0 47.5%; }
  #footer {
    width: 95%;
    padding: 5px 2.5%; }
  .one-third {
    flex: 0 0 32%; }
  .two-thirds {
    flex: 0 0 62.5%; }
  .slider-txt {
    margin-left: 5%; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  #headers-wrap {
    height: 60px; }
  #logo {
    width: 100%;
    margin: 5px 0;
    height: 50px; }
  #logo img {
    height: 50px;
    width: auto; }
  .container {
    padding: 15px 2.5%;
    width: 95%; }
  .container {
    padding: 15px 2.5%;
    width: 95%; }
  /*#banner {
    margin-top:70px;
   
  }
  body.home #banner {
    margin-top:70px;

  }*/
  #banner-gap {
    height: 70px; }
  .eja_app .container {
    padding: 0;
    width: 100%; }
  .rotator-txt {
    z-index: 2;
    background: rgba(38, 34, 52, 0.7);
    width: 22.5%;
    width: 27.5%;
    padding: 30px 2.5%;
    text-align: left;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center; }
  .eja_flags {
    flex-flow: row wrap !important; }
  .menu-flags-menu-container ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: center; }
  .rotator-txt h3 {
    color: #1EE68E;
    font-size: 1.1em; }
  .rotator-txt p {
    color: #efefef;
    font-size: 1em; }
  .rotator-logo {
    height: 65%;
    border-bottom: 1px solid #fff;
    display: block; }
  .rotator-logo img {
    width: 200px !important;
    height: auto !important;
    margin-top: -60px !important;
    top: 0; } }

@media (min-width: 600px) and (max-width: 768px) {
  #headers-wrap {
    height: 60px; }
  .wrap {
    padding: 0 2.5%; }
  .welcome {
    margin: 100px auto 50px; }
  #logo {
    width: 100%;
    margin: 5px 0;
    height: 50px; }
  #logo img {
    height: 50px;
    width: auto; }
  /*#banner {
  margin-top:70px;
}
body.home #banner {
  margin-top:70px;
}*/
  #banner-gap {
    height: 70px; }
  .rotator-txt {
    z-index: 2;
    background: #f2f2f2;
    background: #262236;
    background: rgba(38, 34, 52, 0.7);
    width: 28%;
    width: 95%;
    padding: 0px 2.5%;
    text-align: left;
    top: 60%;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    display: flex;
    flex-flow: row wrap;
    padding: 15px 2.5%; }
  .rotator-logo {
    flex: 0 0 30%;
    display: block;
    position: relative; }
  .rotator-logo img {
    width: 60px !important;
    height: auto !important;
    top: 0;
    margin-top: -40px;
    padding: 5px 15px 5px 0;
    border-right: 1px solid #fff; }
  .rotator-txt h3 {
    color: #1EE68E;
    font-size: 1em;
    padding: 30px 0 5px 0; }
  .rotator-txt p {
    color: #efefef;
    font-size: 0.8em;
    line-height: 1.4em; }
  .container {
    padding: 0 2.5%;
    width: 95%; }
  .container {
    padding: 0 2.5%;
    width: 95%; }
  .slides li .container {
    width: 100%; }
  .sidebar {
    flex: 0 0 47.5%; }
  .eja_introduction .container {
    padding: 0;
    width: 100%; }
  .sidebar.small.right {
    flex: 0 0 32.5%;
    order: 2; }
  .sidebar.large.right {
    flex: 0 0 47.5%;
    order: 2; }
  .content.small.right {
    flex: 0 0 60%; }
  .content.large.right {
    flex: 0 0 47.5%; }
  .menu-flags-menu-container ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: center; }
  .wp-block-columns.has-2-columns {
    display: flex;
    justify-content: space-between;
    flex-flow: column nowrap;
    flex-flow: column wrap; }
  .wp-block-column {
    flex: 0 0 90%;
    flex: 0 0 100% !important;
    width: 100%; }
  .wp-block-column:last-child {
    margin: 0;
    flex: 0 0 90% !important;
    width: 95%;
    margin-left: 0 !important; }
  .wrap {
    margin: 0;
    padding: 0; }
  .content {
    width: 90%;
    width: 47.5%;
    flex: 0 0 60%; }
  .cols {
    width: 100%;
    width: 95%;
    align-items: center;
    justify-content: space-between;
    padding: 0; }
  .two-col {
    flex: 0 0 47.5%; }
  .three-col {
    flex: 0 0 47.5%; }
  .four-col {
    flex: 0 0 47.5%; }
  .one-third {
    flex: 0 0 32.5%; }
  .two-thirds {
    flex: 0 0 61%;
    flex: 0 0 57%; }
  .eja_introduction {
    width: 100%;
    width: 110%;
    margin: 0;
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    max-width: 100vw; }
  #form .left-input {
    float: left;
    width: 90%; }
  #form .right-input {
    float: left;
    width: 90%; }
  .eja_app .container {
    width: 100%; }
  .eja-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 360px !important; }
  .e-slide {
    position: absolute;
    height: 360px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .65s;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
  .slider-txt {
    flex: 0 0 35%;
    text-align: left;
    padding: 0 5% 0 0;
    margin-top: -20px;
    margin-left: 5%; }
  .slider-img {
    flex: 0 0 35%;
    bottom: 0; }
  .slider-img img {
    height: 100%;
    height: 360px;
    width: auto; }
  /*.widget {
  padding:$vgap1 $hgap1;
  padding:15px 5%;
 width:85%;
}*/
  .img-widget {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 0;
    width: 85%; }
  .solutions-btnwrap {
    flex-flow: column wrap;
    margin-top: 20px; }
  .solutions-flagwrap {
    padding: 0; }
  .solutions-flagwrap h4 {
    padding: 0 0 10px;
    margin: 8px 0 2px;
    line-height: 0; }
  .solutions-readmore {
    width: 100%;
    max-width: 130px;
    margin: 0 0 15px 0; }
  #inside-banner {
    max-width: 100%; }
  #inside-banner img {
    max-width: 100%; }
  #inside-banner .panel-gallery img.grid-projects {
    flex: 0 0 12.8%;
    margin: 0 0.2%;
    width: 12.8%; } }

@media (max-width: 599px) {
  #headers-wrap {
    height: 60px;
    background: rgba(38, 34, 54, 0.7); }
  #wrap {
    background: #262236 url(images/restworks_bg_graphic-600.png) top right no-repeat; }
  #logo {
    width: 100%;
    margin: 5px 0;
    height: 50px; }
  #logo img {
    height: 50px;
    width: auto; }
  .welcome {
    margin: 50px auto 0px; }
  .container {
    flex-flow: column nowrap;
    width: 95%;
    width: 100%; }
  .narrow {
    width: 95%; }
  .container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    max-width: 1240px; }
  .cols {
    padding: 0 5%;
    width: 90%; }
  /*#banner {
    margin-top:70px;
  }
  body.home #banner {
    margin-top:70px;
  }*/
  #banner-gap {
    height: 70px; }
  .eja_flags {
    flex-flow: row nowrap; }
  .eja_flags .thumbnail {
    margin: 0 3px; }
  .eja_flags .thumbnail img {
    width: 100%;
    height: auto; }
  .menu-flags-menu-container ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: center; }
  .alternating-feature-img {
    width: 100%;
    height: auto;
    overflow: hidden; }
  .alternating-feature-even {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center; }
  .alternating-feature-odd {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center; }
  .alternating-feature-txt-wrap {
    width: 45%;
    width: 100%;
    width: 95%;
    padding: 15px 2.5%;
    color: #fff; }
  .alternating-feature-txt {
    width: 50%;
    width: 100%; }
  .alternating-feature-odd .alternating-feature-txt-wrap {
    order: 1; }
  .alternating-feature-odd .alternating-feature-txt {
    float: left;
    text-align: left; }
  #text-grid .grid {
    width: 10%;
    width: 95%;
    padding: 15px 2.5%;
    border: 1px solid #412d3f;
    margin-bottom: 15px; }
  .two-col {
    flex: 0 0 100%; }
  .three-col, .four-col {
    flex: 0 0 100%; }
  .odd {
    order: -1; }
  .even {
    order: -1; }
  .welcome h1 {
    font-size: 2.2em; }
  #menu-flags-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: center; }
  .eja-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 500px !important; }
  .e-slide {
    position: absolute;
    height: 500px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15px;
    transition: .65s;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    /* align vertical */ }
  .slider-img {
    flex: 0 0 45%; }
  .slider-txt {
    flex: 0 0 35%;
    text-align: left;
    padding: 0 5%;
    margin-left: 0;
    height: auto !important; }
  .slider-img img {
    height: 100%;
    height: 300px;
    width: auto; }
  .e-slider-controls .right-arrow {
    float: right;
    margin-right: -20px; }
  .e-slider-controls .left-arrow {
    float: left;
    margin-left: -20px; }
  .eja_introduction {
    width: 100%;
    width: 110%;
    margin: 0;
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    max-width: 100vw; }
  .right-arrow {
    right: 10px; }
  .left-arrow {
    left: 10px; }
  .e-slider-controls .e-dots-container {
    right: 0;
    left: 120px;
    left: 66%;
    bottom: 0; }
  .slides .container {
    width: 100%; }
  .rotator-txt {
    z-index: 2;
    background: #f2f2f2;
    background: #262236;
    background: rgba(38, 34, 52, 0.7);
    width: 28%;
    width: 95%;
    padding: 0px 2.5%;
    text-align: left;
    top: 70%;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    display: flex;
    flex-flow: row wrap;
    padding: 15px 2.5%; }
  .rotator-logo {
    flex: 0 0 30%;
    display: block;
    position: relative; }
  .rotator-logo img {
    width: 60px !important;
    height: auto !important;
    top: 0;
    margin-top: -40px;
    padding: 5px 15px 5px 0;
    border-right: 1px solid #fff; }
  .rotator-txt h3 {
    color: #1EE68E;
    font-size: 1em;
    padding: 30px 0 5px 0;
    border: 2px solid yellow; }
  .rotator-txt p {
    color: #efefef;
    font-size: 0.8em;
    line-height: 1.4em;
    border: 2px solid orange; }
  .sidebar {
    padding-top: 0; }
  .sidebar.small.right {
    flex: 0 0 90%;
    padding: 15px 5%;
    order: 2; }
  .sidebar.large.right {
    flex: 0 0 90%;
    padding: 15px 5%;
    order: 2; }
  .content {
    flex: 0 0 90%;
    padding: 15px 5%; }
  #footer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between; }
  .footer-left, .footer-right {
    flex: 0 0 95%;
    padding: 0 2.5%;
    text-align: center; }
  .alt-excerpt {
    padding: 10px 2.5%; }
  .panel-content {
    padding: 0 2.5%; }
  .right-img {
    order: -1; }
  .panel {
    display: block; }
  #regions {
    display: none; }
  #form .left-input {
    float: left;
    width: 90%; }
  #form .right-input {
    float: left;
    width: 90%; }
  .solutions-btnwrap {
    flex-flow: column wrap;
    margin-top: 20px; }
  .solutions-flagwrap {
    padding: 0; }
  .solutions-flagwrap h4 {
    padding: 0 0 10px;
    margin: 8px 0 2px;
    line-height: 0; }
  .solutions-readmore {
    width: 100%;
    max-width: 130px;
    margin: 0 0 15px 0; }
  #inside-banner {
    max-width: 100%; }
  #inside-banner img {
    max-width: 100%; }
  #inside-banner .panel-gallery img.grid-projects {
    flex: 0 0 12.8%;
    margin: 0 0.2%;
    width: 12.8%; } }
