/*!==============================
 * Theme Name: Stack
 * Theme URL: https://probootstrap.com/resto-free-restaurant-responsive-bootstrap-website-template
 * Author: ProBootstrap.com
 * Author URL: https://probootstrap.com
 * License: Released for free under the Creative Commons Attribution 3.0 license (probootstrap.com/license)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?1z9v6x");
  src:  url("/fonts/fontawesome-webfont.eot?1z9v6x#iefix") format("embedded-opentype"),
        url("/fonts/fontawesome-webfont.ttf?1z9v6x") format("truetype"),
        url("/fonts/fontawesome-webfont.woff?1z9v6x") format("woff"),
        url("/fonts/fontawesome-webfont.svg?1z9v6x#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #FFF;
  color: #2d2d2d;
  line-height: 24px;
  font-size: 15px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #181818;
  line-height: 1.5;
  font-family: Montserrat, Arial, sans-serif;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 36px;
}

h5, h6 {
  font-size: 14px;
}

p, ul, ol {
  margin-bottom: 30px;
}

a {
  /*-webkit-transition: .3s all;
  transition: .3s all;*/
  color: #FFF;
}

a:hover, a:focus, a:active {
  color: #FFF;
  text-decoration: none;
}

.hero-text-heading, .probootstrap-hero h1 {
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 64px;
  color: white;
}

@media screen and (max-width: 767px) {
  .hero-text-heading, .probootstrap-hero h1 {
    font-size: 30px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  .hero-text-heading, .probootstrap-hero h1 {
    font-size: 30px;
  }
}

.hero-text-subheading, .probootstrap-hero p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-text-subheading:last-child, .probootstrap-hero p:last-child {
  margin-bottom: 0;
}


.probootstrap-navbar {
  background-color: #F8F8F8;
  min-height: 35px;
  margin-bottom: 0;
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all;
  transition: .3s all;
  display: block;
  position: relative !important;
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar {
    background-color: #F8F8F8;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }
}

.probootstrap-navbar .navbar-header {
  float: left;
}

.probootstrap-navbar .navbar-header .navbar-toggle {
  font-size: 15px;
  line-height: 20px;
  color: #181818;
  background-color: transparent;
  margin: 10px 0 0 15px;
  padding: 1px 4px;
  border: 1px solid #BFBFBF;
  outline: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
}

.probootstrap-navbar .navbar-second .navbar-toggle {
  margin: 6px 0;
  padding: 9px 0;
  border: 0 none;
  outline: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
}

.probootstrap-navbar .navbar-toggle:focus,
.probootstrap-navbar .navbar-toggle:hover {
  background-color: transparent;
}

.probootstrap-navbar .navbar-toggle span.icon-bar {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.probootstrap-navbar .navbar-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.probootstrap-navbar .navbar-toggle span:nth-child(3) {
  opacity: 0;
}

.probootstrap-navbar .navbar-toggle span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(2),
.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(4) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(3) {
  opacity: 1;
}

.probootstrap-navbar .navbar-nav {
  font-size: 0;
  text-align: center;
  margin: 0 0 0 0px;/* -115px */
  padding: 0;
  width: 100%;
  float: none;
  display: block;
}

.probootstrap-navbar .navbar-nav > li {
  font-size: 15px;
  float: none;
  display: inline-block;
}

.probootstrap-navbar .parent-nav-link-padding,
.probootstrap-navbar .navbar-nav > li > a {
  margin: 10px 8px;
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar .parent-nav-link-padding,
  .probootstrap-navbar .navbar-nav > li > a {
    margin: 10px 8px;
  }
}

.probootstrap-navbar .dropdown-header {
  color: rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  text-transform: uppercase;
}

.probootstrap-navbar .dropdown > a {
  padding-right: 10px !important;
  position: relative;
  display: block;
}

@media screen and (max-width: 479px) {
  .probootstrap-navbar .dropdown > a {
    display: block;
    padding-right: 0px;
  }
}

.probootstrap-navbar .dropdown > a:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -10px;
  margin-top: -11px;
  content: "\e924";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar .dropdown > a:before {
    color: rgba(0, 0, 0, 0.2);
  }
}

.probootstrap-navbar .dropdown > a:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.probootstrap-navbar .dropdown.open > a, .probootstrap-navbar .dropdown:hover > a, .probootstrap-navbar .dropdown:focus > a, .probootstrap-navbar .dropdown:active > a {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.probootstrap-navbar .dropdown.open > a:before, .probootstrap-navbar .dropdown:hover > a:before, .probootstrap-navbar .dropdown:focus > a:before, .probootstrap-navbar .dropdown:active > a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.probootstrap-navbar .dropdown > .dropdown-menu > li a {
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.probootstrap-navbar .dropdown > .dropdown-menu > li a:hover {
  border-top: none;
  background: #ffffff;
  color: #85C8DD;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li.open > a, .probootstrap-navbar .dropdown > .dropdown-menu > li:hover > a, .probootstrap-navbar .dropdown > .dropdown-menu > li:focus > a, .probootstrap-navbar .dropdown > .dropdown-menu > li:active > a {
  border-top: none;
  color: #85C8DD;
  background: #ffffff;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu.open > a, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:hover > a, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:focus > a, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:active > a {
  border-top: none;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu.open > a:before, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:hover > a:before, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:focus > a:before, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:active > a:before {
  color: #000000;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li.active > a {
  color: #ffffff;
}

.probootstrap-navbar .navbar-right .dropdown-menu {
  right: auto;
}

.probootstrap-navbar .dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #85C8DD;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  white-space: normal;
  word-wrap: break-word;
}

.probootstrap-navbar .dropdown-menu a {
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar .dropdown-menu {
    width: 100%;
    padding: 10px 15px;
  }
  .probootstrap-navbar .dropdown-menu a {
    color: #ffffff;
  }
}

.probootstrap-navbar .navbar-brand {
  font-size: 30px;
  text-transform: uppercase;
  background: transparent url('/images/econtest4_logo.svg') no-repeat left top;
  background-size: auto 100%;
  margin-top: 4px;
  margin-left: 0 !important;
  padding: 0 !important;
  width: 130px;
  height: 35px;
  text-indent: -9999px;
  display: block;
  float: left;
  position: relative;
  left: 0;
  -webkit-transition: .2s all;
  transition: .2s all;
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar .navbar-brand {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 479px) {
  .probootstrap-navbar .navbar-brand {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .probootstrap-navbar .navbar-brand {
  }
}

.probootstrap-navbar .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 400;
  color: #181818;
  background-color: transparent;
  padding: 1px 4px;
  border: 1px solid #BFBFBF;
}

.probootstrap-navbar .navbar-nav > li > a.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar .navbar-nav > li > a {
  }
}

.probootstrap-navbar .navbar-nav > li > a:hover {
  color: #181818;
  background-color: transparent;
  border: 1px solid #181818;
}

.probootstrap-navbar .navbar-nav > li > a:focus,
.probootstrap-navbar .navbar-nav > li > a:active {
  color: #181818;
  background-color: transparent;
  border: 1px solid #181818;
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar .navbar-nav > li > a:focus,
  .probootstrap-navbar .navbar-nav > li > a:active {
  }
}

.probootstrap-navbar .navbar-nav > li.open > a:hover,
.probootstrap-navbar .navbar-nav > li.open > a:focus,
.probootstrap-navbar .navbar-nav > li.open > a {
  background: none;
}

.probootstrap-navbar .navbar-nav > li.active > a {
  color: #181818;
  background-color: transparent;
  border: 1px solid #181818;
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar .navbar-nav > li.active > a {
  }
}

.probootstrap-navbar .navbar-nav > li.active > a:active,
.probootstrap-navbar .navbar-nav > li.active > a:focus,
.probootstrap-navbar .navbar-nav > li.active > a:hover {
  color: #181818;
  background-color: transparent;
  border: 1px solid #181818;
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar .navbar-nav > li.active > a:active,
  .probootstrap-navbar .navbar-nav > li.active > a:focus,
  .probootstrap-navbar .navbar-nav > li.active > a:hover {
  }
}

.probootstrap-navbar .navbar-nav > li > .dropdown-menu:before {
  border: 1px solid #85C8DD;
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  border-color: rgba(133, 200, 221, 0);
  border-bottom-color: #85C8DD;
  border-width: 10px;
  margin-left: -10px;
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar .navbar-nav > li > .dropdown-menu:before {
    display: none;
  }
}

.probootstrap-navbar .navbar-nav .dropdown li.active > a {
  background: none;
}

.probootstrap-navbar .navbar-nav.active > a {
  /*color: #FFA33E !important;*/
}

.probootstrap-navbar .dropdown-submenu {
  position: relative;
}

.probootstrap-navbar .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.probootstrap-navbar .dropdown-submenu > a {
  display: block;
}

.probootstrap-navbar .dropdown-submenu > a:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 10px;
  margin-top: -11px;
  content: "\e926";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar .dropdown-submenu > a:before {
    color: rgba(0, 0, 0, 0.2);
  }
}

.probootstrap-navbar .dropdown-submenu > a:hover:before {
  color: rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 479px) {
  .probootstrap-navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.probootstrap-navbar.scrolled {
  background: #F8F8F8;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.probootstrap-navbar.scrolled .parent-nav-link-padding,
.probootstrap-navbar.scrolled .navbar-nav > li > a {
  margin: 10px 8px;
}

.probootstrap-navbar.scrolled .navbar-brand {
}

.probootstrap-navbar.scrolled .dropdown > a:before {
  color: rgba(0, 0, 0, 0.4);
}

.probootstrap-navbar.scrolled .navbar-nav > li > a {
}

.probootstrap-navbar.scrolled .navbar-nav > li > a:hover {
}

.probootstrap-navbar.scrolled .navbar-nav > li.active > a {
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar.scrolled .navbar-nav > li.active > a {
  }
}

.container-fluid .navbar-brand {
  margin-left: 15px;
}

.container-fluid .dropdown-submenu {
  position: relative;
}

.container-fluid .dropdown-submenu .dropdown-menu {
  top: 0;
  left: auto;
  right: 100%;
  margin-top: -1px;
}

@media screen and (max-width: 479px) {
  .container-fluid .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.probootstrap-navbar .navbar-second {
  float: right;
}

.probootstrap-navbar .navbar-second ul,
.probootstrap-navbar .navbar-second ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  display: block;
}

.probootstrap-navbar .navbar-second ul li a {
  font-size: 15px;
  line-height: 20px;
  color: #181818;
  background: none;
  text-decoration: none;
  margin: 10px 10px;
  padding: 3px 0;
  float: right;
  display: block;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.probootstrap-navbar .navbar-second ul li:first-child a {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar .navbar-second {
    float: none;
  }
}

@media screen and (max-width: 479px) {
  .probootstrap-navbar .navbar-second {
    float: none;
  }
}

.probootstrap-navbar #navbar-collapse-left {
}

.probootstrap-navbar #navbar-collapse-left .navbar-nav {
}

.probootstrap-navbar #navbar-collapse-left .navbar-nav li {
}

.probootstrap-navbar #navbar-collapse-left .navbar-nav li a {
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar #navbar-collapse-left {
    width: 100%;
    margin: 0;
    padding: 0;
    position: static;
  }

  .probootstrap-navbar #navbar-collapse-left .navbar-nav {
    margin: 0;
    padding: 3px 0 0;
    display: block;
  }

  .probootstrap-navbar #navbar-collapse-left .navbar-nav li {
    display: block;
  }

  .probootstrap-navbar #navbar-collapse-left .navbar-nav li a {
    margin: 0 0 2px;
    padding: 10px;
    border-color: #E7E7E7;
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none;
  }

  .probootstrap-navbar #navbar-collapse-left .navbar-nav li:last-child a {
    border: 0 none
  }

  .probootstrap-navbar #navbar-collapse-left .navbar-nav li a.screen {
    display: none;
  }

  .probootstrap-navbar #navbar-collapse-left .navbar-nav li a.mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .probootstrap-navbar #navbar-collapse-left {
    width: 100%;
    margin: 0;
    padding: 0;
    position: static;
  }

  .probootstrap-navbar #navbar-collapse-left .navbar-nav {
    margin: 0;
    padding: 3px 0 0;
    display: block;
  }

  .probootstrap-navbar #navbar-collapse-left .navbar-nav li {
    display: block;
  }

  .probootstrap-navbar #navbar-collapse-left .navbar-nav li a {
    margin: 0 0 2px;
    padding: 10px;
    border-color: #E7E7E7;
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none;
  }

  .probootstrap-navbar #navbar-collapse-left .navbar-nav li:last-child a {
    border: 0 none
  }

  .probootstrap-navbar #navbar-collapse-left .navbar-nav li a.screen {
    display: none;
  }

  .probootstrap-navbar #navbar-collapse-left .navbar-nav li a.mobile {
    display: block;
  }
}

.probootstrap-navbar #navbar-collapse-right {
}

.probootstrap-navbar #navbar-collapse-right ul {
}

.probootstrap-navbar #navbar-collapse-right ul li {
}

.probootstrap-navbar #navbar-collapse-right ul li a {
}

@media screen and (max-width: 767px) {
  .probootstrap-navbar #navbar-collapse-right {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    position: static;
  }

  .probootstrap-navbar #navbar-collapse-right ul {
    margin: 0;
    padding: 3px 0 0;
    list-style-type: none;
    float: none;
    display: block;
  }

  .probootstrap-navbar #navbar-collapse-right ul li {
    text-align: center;
    list-style-type: none;
    float: none;
    display: block;
  }

  .probootstrap-navbar #navbar-collapse-right ul li a {
    margin: 0 0 2px;
    padding: 10px;
    float: none;
  }
}

@media screen and (max-width: 479px) {
  .probootstrap-navbar #navbar-collapse-right {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    position: static;
  }

  .probootstrap-navbar #navbar-collapse-right ul {
    margin: 0;
    padding: 3px 0 0;
    list-style-type: none;
    float: none;
    display: block;
  }

  .probootstrap-navbar #navbar-collapse-right ul li {
    text-align: center;
    list-style-type: none;
    float: none;
    display: block;
  }

  .probootstrap-navbar #navbar-collapse-right ul li a {
    margin: 0 0 2px;
    padding: 10px;
    float: none;
  }
}


.probootstrap-hero {
  background-size: cover;
  background-position: center center;
}

.probootstrap-hero > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.probootstrap-hero > .container {
  position: relative;
  z-index: 2;
}

.probootstrap-hero .probootstrap-hero-text {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .probootstrap-hero .probootstrap-hero-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.probootstrap-hero.probootstrap-sm-hero .probootstrap-hero-text {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .probootstrap-hero.probootstrap-sm-hero .probootstrap-hero-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.probootstrap-hero.probootstrap-xs-hero .probootstrap-hero-text {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .probootstrap-hero.probootstrap-xs-hero .probootstrap-hero-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.probootstrap-hero .btn {
  position: relative;
  font-size: 18px;
  width: 200px;
}

@media screen and (max-width: 479px) {
  .probootstrap-hero .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.probootstrap-hero .btn.btn-primary {
  text-transform: uppercase;
  padding: 15px 20px;
}

.probootstrap-hero.probootstrap-hero-colored {
  background: #FFA33E;
}

.probootstrap-hero.probootstrap-hero-colored h1 {
  color: white;
}

.probootstrap-hero.probootstrap-hero-colored p {
  color: rgba(255, 255, 255, 0.8);
}

.btn {
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}

.btn:active {
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-lg {
  font-size: 14px;
  line-height: 1.5;
}

.btn.btn-primary {
  border: 1px solid #FFA33E;
  background: #FFA33E;
  color: #ffffff;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #ffa848;
}

.btn.btn-primary:focus, .btn.btn-primary:active {
  outline: none;
  border: 1px solid #FFA33E;
}

.btn.btn-ghost {
  background: transparent;
  border: 1px solid #FFA33E;
  color: #FFA33E;
}

.btn.btn-ghost:hover {
  background: #FFA33E;
  color: #ffffff;
}

.btn.btn-ghost:focus, .btn.btn-ghost:active {
  outline: none;
  background: transparent;
  color: #FFA33E;
  border: 1px solid #FFA33E;
}

section[data-section="menu"] {
  position: relative;
  margin-top: -140px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  section[data-section="menu"] {
    margin-top: 0;
  }
}

.probootstrap-section.welcome .probootstrap-heading {
  padding-top: 80px;
  position: relative;
}

.probootstrap-section.welcome .probootstrap-heading .logo {
  font-size: 9px;
  font-weight: 100;
  line-height: 1;
  color: #FFF;
  background: transparent url('/images/econtest4-logo_red-symbol.svg') no-repeat center top;
  background-size: 100%;
  padding: 60px 0 0;
  width: 70px;
  margin-left: -25px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}

.probootstrap-section.welcome .follow-us {
  font-size: 9px;
  color: #FFF;
  background-color: #EC2E23;
  text-align: center;
  padding: 34px 0 0;
  width: 60px;
  position: fixed;
  left: 0;
  bottom: 28px;
  z-index: 9;
}

.probootstrap-section.welcome .follow-us .fa {
  font-size: 32px;
  position: absolute;
  top: 7px;
  right: 15px;
}

.probootstrap-section.welcome .follow-us .fa::before {
  font-size: 32px !important;
  line-height: 1 !important;
}

html, body, body #wrapper {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: hidden;
}

body #wrapper {
  display: flex;
  flex-direction: column;
}

body #wrapper > * {
  width: 100%;
}

body #wrapper > nav {
  flex-shrink: 0;
}

body #wrapper > .welcome {
  flex-grow: 1;
  overflow: hidden;
  width: 100%;
}

body #wrapper > #toolbox {
  flex-grow: 0;
  flex-shrink: 0;
  height: 90px;
  background-color: #efefef;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 20px;
  padding-top: 10px;
}

body #wrapper > #toolbox > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  cursor: pointer;
}

body #wrapper > #toolbox > div > span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

body #wrapper > #toolbox > div > i {
  font-size: 20px;
}

body #wrapper > #toolbox > div.on > i,
body #wrapper > #toolbox > div.on > span {
  color: #EC2E23;;
}

body #wrapper > #toolbox > div.difficulty .easy {
  display: none;
}
body #wrapper > #toolbox > div.difficulty.hard .easy {
  display: block;
}
body #wrapper > #toolbox > div.difficulty.hard .hard {
  display: none;
}

body #wrapper > #toolbox .tools {
  display: none;
}

.hexagon {
  color: #4b4848;
  font-size: 40px;
  transform: rotate(30deg);
}

body #wrapper > #tool-options {
  position: absolute;
  z-index: 10;
  padding: 25px 50px 50px 50px;
  background-color: #FFF;
  transform: translateY(calc(100% + 10px));
  bottom: 0;
  left: 0;
  transition: transform .2s ease-out;
  -webkit-box-shadow: 0px -2px 4px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px -2px 4px 2px rgba(0,0,0,0.25);
  box-shadow: 0px -2px 4px 2px rgba(0,0,0,0.25);
  overflow: hidden;
}

body #wrapper > #tool-options.open {
  transform: translateY(0);
}

body #wrapper > #tool-options #close {
  position: absolute;
  z-index: 11;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #4b4848;
}

body #wrapper > #tool-options .tab {
  text-align: center;
}

div.hexa-bg {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: url("/images/hexagon.png") no-repeat center;
}

div.hexa-bg i {
  color: #FFF;
  font-size: 20px;
}

body #wrapper > #tool-options .tab .title {
  margin-top: 25px;
  font-weight: bold;
  font-size: 20px;
}

body #wrapper > #tool-options .tab ul {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

body #wrapper > #tool-options .tab ul li {
  margin-top: 20px;
  text-align: left;
  width: 100%;
  background-color: #efefef;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}
body #wrapper > #tool-options .tab ul li:hover {
  background-color: #4b4848;
  color: #FFF;
}

body #wrapper > #tool-options #colors-options .palette {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 285px;
  margin: 0 auto;
  margin-top: 20px;
}

body #wrapper > #tool-options #colors-options .palette > div {
  width: 30px;
  height: 30px;
  margin: 2px;
  cursor: pointer;
}

body #wrapper > #tool-options #colors-options #colorpicker {
  margin-top: 20px;
}

body #overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.88);
  z-index: 1200;
  color: #FFF;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

body #overlay.open {
  display: flex;
}

body #overlay #overlay-content {
  width: 100%;
  height: 100%;
  background-color: #404040;
  padding: 15px;
  padding-top: 30px;
  position: relative;
  z-index: 1210;
}
body #overlay #overlay-content > div.close:first-child {
  position: absolute;
  z-index: 1220;
  top: 15px;
  right: 15px;
  font-size: 26px;
  color: #efefef;
  cursor: pointer;
}
body #overlay #overlay-content > .overlay-content-wrapper {
  height: 100%;
}

body #overlay #overlay-content .overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
  font-family: Montserrat;
  font-weight: 200;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}

body #overlay #overlay-content .overlay-content p {
  margin: 0;
}

body #overlay #overlay-content .overlay-content i.icon {
  font-size: 50px;
  display: none;
}

body #overlay #overlay-content .overlay-content img.icon {
  width: 100px;
}

body #overlay #overlay-content .overlay-content .title {
  font-size: 36px;
  line-height: 36px;
  font-family: Montserrat;
  font-weight: 200;
}

body #overlay #overlay-content .overlay-content .subtitle {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  font-family: Montserrat;
}

body #overlay #overlay-content .overlay-content strong {
  font-family: Montserrat;
}

body #overlay #overlay-content a,
a.button-red {
  display: block;
  padding: 10px 40px;
  background-color: #EC2E23;
  opacity: 1;
  color: #FFF;
  text-shadow: none;
  font-family: Montserrat;
  font-weight: bold;
  margin-top: 30px;
}

body #overlay #overlay-content .overlay-content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

body #overlay #overlay-content .overlay-content .buttons a {
  margin: 30px 20px 0;
}

#navbar-collapse-right ul {
  display: flex;
}

#navbar-collapse-right ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
}

#navbar-collapse-right ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#navbar-collapse-right ul li i,
#navbar-collapse-right ul li img {
  margin-right: 5px;
}
#navbar-collapse-right ul li i {
  font-size: 27px;
}
#navbar-collapse-right ul li img {
  width: 40px;
}

@media (min-width: 768px) and (orientation: landscape) {
  body #overlay #overlay-content .overlay-content i.icon {
    font-size: 60px;
    display: block;
  }
  body #overlay #overlay-content .overlay-content img.icon {
    width: 150px;
  }
  body #overlay #overlay-content .overlay-content .title {
    font-size: 38px;
    line-height: 50px;
  }
  body #overlay #overlay-content .overlay-content .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  body #overlay #overlay-content {
    width: 90%;
    height: 90%;
    padding: 40px;
    font-size: 24px;
  }
  body #overlay #overlay-content .overlay-content {
    max-width: 80%;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }
  #navbar-collapse-right ul li:nth-child(2) {
    margin-left: 20px;
  }
  body #wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #wrapper > nav {
    order: 1;
  }
  body #wrapper > #toolbox {
    width: 120px;
    height: 100%;
    order: 2;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
    z-index: 11;
    padding-top: 0;
  }
  body #wrapper > .welcome {
    width: auto;
    order: 3;
    width: 90%;
  }
  body #wrapper > #tool-options {
    bottom: auto;
    left: 118px;
    width: auto;
    height: 100%;
    transform: none;
    box-shadow: 3px 0px 4px 0px rgba(0,0,0,0.25);
    top: 46px;
    display: none;
  }

  body #wrapper > #tool-options.open {
    display: block;
  }

  body #wrapper > #toolbox > div {
    width: 100%;
    padding: 20px 0;
    height: auto;
  }

  body #wrapper > #toolbox > div.tab.hover {
    background-color: #FFF;
  }

  body #wrapper > #tool-options #close {
    display: none;
  }
  body #wrapper > #toolbox .tools {
    display: block;
    background-color: #4b4848;
    color: #ccc;
  }
  body #wrapper > #toolbox .tools span {
    display: inline;
    margin-left: 10px;
  }
  body #overlay #overlay-content {
    width: 60%;
  }
}