/*!==============================
 * 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;
}

html {
  overflow-x: hidden;
}

body {
  background: #FFF;
  color: #181818;
  line-height: 24px;
  font-size: 15px;
  font-family: "Montserrat", Arial, sans-serif;
}

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: 40px;
    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: 300;
  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;
  font-weight: 300;
  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 {
  padding: 7em 0;
}

.probootstrap-section.welcome {
  background: transparent url('/images/econtest-home-bg.png') no-repeat center bottom;
  background-size: cover;
  padding: 4vw 0 20vw;
  position: relative;
}

.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 p {
  font-size: 18px;
  font-weight: 100;
  color: #FFF;
  padding: 20px 0 0;
}

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

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

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

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

.probootstrap-section.references {
  background-color: #FFF;
  padding: 4em 0;
}

.probootstrap-section.references h2 {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3;
  color: #EC2E23;
  text-align: left;
  margin: 0;
  padding: 0 0 30px;
}

.probootstrap-section.references .flexslider-bg {
  background: transparent url('/images/display_vector_filled.svg') no-repeat center top;
  background-size: 850px;
  height: 682px;
  padding: 32px 0 0;
}

.probootstrap-section.references .flexslider-bg .flexslider {
  width: 786px;
  height: 420px;
  margin: 0 auto;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.probootstrap-section.references .flexslider-bg .flexslider .slides li {
  background-size: contain;
  height: 420px;
}

.probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav {
  margin-top: 10px;
  position: static;
}

.probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav li {
  margin: 0 6px;
}

.probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav li a {
  background-color: rgba(236, 46, 35, 1);
  width: 10px;
  height: 10px;
}

.probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav li a:hover {
  background-color: rgba(236, 46, 35, 0.7);
}

.probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav li a.flex-active {
  background-color: #FFF;
}

.probootstrap-section.references .ref-bg {
  background-color: #EBEBEB;
  margin: 10px 0 0;
}

.probootstrap-section.references .ref-bg .brands {
  display: block;
}

.probootstrap-section.references .ref-bg .brands img {
  height: 80px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .probootstrap-section.references .flexslider-bg {
    background-size: 650px;
    height: 522px;
    padding: 24px 0 0;
  }

  .probootstrap-section.references .flexslider-bg .flexslider {
    width: 600px;
    height: 322px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav {
    margin-top: 7px;
  }

  .probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav li {
    margin: 0 5px;
  }

  .probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav li a {
    width: 8px;
    height: 8px;
  }

  .probootstrap-section.references .ref-bg .brands img {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .probootstrap-section.references .flexslider-bg {
    background-size: 400px;
    height: 322px;
    padding: 15px 0 0;
  }

  .probootstrap-section.references .flexslider-bg .flexslider {
    width: 370px;
    height: 198px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }

  .probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav {
    margin-top: 4px;
  }

  .probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav li {
    margin: 0 3px;
  }

  .probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav li a {
    width: 5px;
    height: 5px;
  }

  .probootstrap-section.references .ref-bg .brands img {
    height: 52px;
  }
}

@media screen and (max-width: 479px) {
  .probootstrap-section.references .flexslider-bg {
    background-size: 300px;
    height: 242px;
    padding: 10px 0 0;
  }

  .probootstrap-section.references .flexslider-bg .flexslider {
    width: 278px;
    height: 150px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }

  .probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav {
    margin-top: 3px;
  }

  .probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav li {
    margin: 0 2px;
  }

  .probootstrap-section.references .flexslider-bg .flexslider-pagination .flex-control-nav li a {
    width: 3px;
    height: 3px;
  }

  .probootstrap-section.references .ref-bg .brands img {
    height: 38px;
  }
}

.probootstrap-section.contest {
  background-color: #FFF;
  padding: 0 0 4em;
}

.probootstrap-section.tracking {
  background-color: #EBEBEB;
  padding: 4em 0;
}

.probootstrap-section.participation {
  background-color: #FFF;
  padding: 4em 0;
}

.probootstrap-section.jury {
  background-color: #EBEBEB;
  padding: 4em 0 21em;
}

.probootstrap-section.announcement {
  background-color: #FFF;
  padding: 4em 0 7em;
}

.probootstrap-section.statistics {
  background-color: #EBEBEB;
  padding: 0 0 4em;
}

.probootstrap-section.testimonies {
  background-color: #ED1C24;
  padding: 4em 0;
}

.probootstrap-section.contact-us {
  background-color: #FFF;
  padding: 0;
}

.probootstrap-section.contest .secondary-heading,
.probootstrap-section.tracking .secondary-heading,
.probootstrap-section.participation .secondary-heading,
.probootstrap-section.jury .secondary-heading,
.probootstrap-section.announcement .secondary-heading,
.probootstrap-section.statistics .secondary-heading {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.3;
  color: #EC2E23;
  margin: 0;
  padding: 0;
}

.probootstrap-section.contest .primary-heading,
.probootstrap-section.tracking .primary-heading,
.probootstrap-section.participation .primary-heading,
.probootstrap-section.jury .primary-heading,
.probootstrap-section.announcement .primary-heading,
.probootstrap-section.statistics .primary-heading {
  font-size: 36px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  color: #EC2E23;
  margin: 10px 0 0;
}

.probootstrap-section.contest .col-md-6 h3 {
  font-size: 28px;
  font-weight: 100;
  color: #616161;
  margin: 30px 0 20px;
  padding: 0;
}

.probootstrap-section.contest p {
  margin: 0;
  padding: 0;
}

.probootstrap-section.contest p strong {
  font-weight: bold;
  color: #414141;
}

.probootstrap-section.tracking .deadline {
  margin: 25px 0 0;
}

.probootstrap-section.tracking .deadline img {
  height: 140px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .probootstrap-section.tracking .deadline img {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .probootstrap-section.tracking .deadline img {
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .probootstrap-section.tracking .deadline img {
    height: 60px;
  }
}

.probootstrap-section.participation > .container {
  background-color: transparent;
  background-image: url('/images/display_raster.png');
  background-repeat: no-repeat;
  background-position: 100px top;
  background-size: 700px;
  padding-top: 0;
}

@media screen and (max-width: 1199px) {
  .probootstrap-section.participation > .container {
    background-position: 50px top;
    background-size: 600px;
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .probootstrap-section.participation > .container {
    background-position: 30px top;
    background-size: 400px;
    padding-top: 220px;
  }
}

@media screen and (max-width: 767px) {
  .probootstrap-section.participation > .container {
    background-position: 30px top;
    background-size: 400px;
    padding-top: 220px;
  }
}

@media screen and (max-width: 479px) {
  .probootstrap-section.participation > .container {
    background-position: 30px top;
    background-size: 400px;
    padding-top: 220px;
  }
}

.probootstrap-section.participation .bg-graphics {
  background: transparent url('/images/finance_vector.svg') no-repeat center bottom;
  background-size: 250px;
  padding-bottom: 220px;
}

.probootstrap-section.participation p {
  margin: 30px 0 0;
}

.probootstrap-section.jury {
  background-image: url('/images/jury_screen_raster.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 830px;
}

.probootstrap-section.jury .bg-graphics {
  background: transparent url('/images/tablet_phone_raster.png') no-repeat center bottom;
  background-size: 250px;
  padding-bottom: 220px;
}

.probootstrap-section.jury p {
  margin: 40px 0 0;
}

@media screen and (max-width: 1199px) {
  .probootstrap-section.jury {
    background-size: 700px;
    padding-bottom: 18em;
  }
}

@media screen and (max-width: 991px) {
  .probootstrap-section.jury {
    background-size: 600px;
    padding-bottom: 18em;
  }
}

@media screen and (max-width: 767px) {
  .probootstrap-section.jury {
    background-size: 500px;
    padding-bottom: 16em;
  }
}

@media screen and (max-width: 479px) {
  .probootstrap-section.jury {
    background-size: 300px;
    padding-bottom: 11em;
  }
}

.probootstrap-section.announcement {
  background-image: url('/images/announcement_bottom_bg.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.probootstrap-section.announcement > .container {
  background-color: transparent;
  background-image: url('/images/laptop_raster.png');
  background-repeat: no-repeat;
  background-position: 170px bottom;
  background-size: 600px;
  padding-bottom: 250px;
}

.probootstrap-section.announcement p {
  margin: 40px 0 0;
}

@media screen and (max-width: 1199px) {
  .probootstrap-section.announcement {
    padding-bottom: 5.5em;
  }

  .probootstrap-section.announcement > .container {
    background-position: 135px bottom;
    background-size: 550px;
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 991px) {
  .probootstrap-section.announcement {
    padding-bottom: 3.7em;
  }

  .probootstrap-section.announcement > .container {
    background-position: center bottom;
    background-size: 500px;
    padding-bottom: 320px;
  }
}

@media screen and (max-width: 767px) {
  .probootstrap-section.announcement {
    padding-bottom: 1.8em;
  }

  .probootstrap-section.announcement > .container {
    background-position: center bottom;
    background-size: 400px;
    padding-bottom: 270px;
  }
}

@media screen and (max-width: 479px) {
  .probootstrap-section.announcement {
    padding-bottom: 1.2em;
  }

  .probootstrap-section.announcement > .container {
    background-position: center bottom;
    background-size: 300px;
    padding-bottom: 220px;
  }
}

.probootstrap-section.statistics p {
  margin: 40px 0 0;
}

.probootstrap-section.testimonies .flexslider-bg {
  margin: 0;
  padding: 0;
  display: block;
}

.probootstrap-section.testimonies .flexslider-bg .flexslider {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.probootstrap-section.testimonies .flexslider-bg .flexslider .slides li {
  background-size: contain;
  height: auto;
}

.probootstrap-section.testimonies .flexslider-bg .flexslider .probootstrap-slider-text {
  margin: 0;
  padding: 0;
}

.probootstrap-section.testimonies .flexslider-bg .flexslider .probootstrap-slider-text q,
.probootstrap-section.testimonies .flexslider-bg .flexslider .probootstrap-slider-text .name,
.probootstrap-section.testimonies .flexslider-bg .flexslider .probootstrap-slider-text .position {
  font-weight: 100;
  line-height: 1.3;
  color: #FFF;
  margin: 0;
  padding: 0 50px;
  display: block;
}

.probootstrap-section.testimonies .flexslider-bg .flexslider .probootstrap-slider-text q {
  font-size: 28px;
}

.probootstrap-section.testimonies .flexslider-bg .flexslider .probootstrap-slider-text .name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 40px;
}

.probootstrap-section.testimonies .flexslider-bg .flexslider .probootstrap-slider-text .position {
  font-size: 14px;
}

.probootstrap-section.contact-us a {
  text-decoration: none;
  outline: 0 none;
}

.probootstrap-section.contact-us img {
  width: 60%;
}


.probootstrap-section.probootstrap-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section.probootstrap-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section > .container.probootstrap-border-top {
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section.probootstrap-bg-white {
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .probootstrap-section {
    padding: 3em 0;
  }
}

.probootstrap-section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7em 0;
  position: relative;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .probootstrap-section-bg {
    padding: 3em 0;
    height: 300px;
  }
}

.probootstrap-section-bg.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.probootstrap-section-bg .probootstrap-heading {
  margin-top: 250px;
}

@media screen and (max-width: 767px) {
  .probootstrap-section-bg .probootstrap-heading {
    margin-top: 50px;
  }
}

.probootstrap-footer {
  background-size: cover;
  background: #000000;
  padding: 7em 0;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
  .probootstrap-footer {
    padding: 2em 0;
  }
}

.probootstrap-footer h3 {
  font-size: 18px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ffffff;
}

.probootstrap-footer .probootstrap-footer-widget {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .probootstrap-footer .probootstrap-footer-widget {
    margin-bottom: 20px;
  }
}

.probootstrap-copyright {
  background: #E3E3E3;
  padding: 20px 0;
  border-top: 1px solid #959595;
}

.probootstrap-copyright a {
  color: #959595;
}

.probootstrap-copyright a:hover {
  color: #181818;
}

.probootstrap-copyright p {
  font-size: 14px;
  text-transform: uppercase;
}

.probootstrap-copyright p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .probootstrap-copyright p.copyright-text {
    margin-bottom: 20px;
  }
}

.probootstrap-footer-social {
  padding: 0;
  margin: 0;
}

.probootstrap-footer-social.right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .probootstrap-footer-social.right {
    text-align: left;
  }
}

.probootstrap-footer-social li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}

.probootstrap-footer-social li a {
  padding: 10px;
  font-size: 22px;
}

.probootstrap-footer-social li:first-child > a {
  padding-left: 0;
}

.probootstrap-block-image {
  background: #ffffff;
  margin-bottom: 30px;
}

.probootstrap-block-image figure img {
  max-width: 100%;
}

.probootstrap-block-image .text {
  padding: 20px;
}

.probootstrap-block-image .text .date {
  display: block;
  color: #999999;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.probootstrap-block-image .text h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
}

.probootstrap-block-image .text h3 a {
  color: #000000;
}

.probootstrap-block-image .text h3 a:hover {
  color: #FFA33E;
}

.probootstrap-block-image .text p:last-child {
  margin-bottom: 0;
}

.probootstrap-custom-link {
  font-size: 15px;
  font-weight: 100;
  color: #FFF;
  text-decoration: none;
  background-color: #EC2E23;
  padding: 3px 40px 5px;
  display: inline-block;
  position: relative;
}

.probootstrap-custom-link.link-sm {
  font-size: 15px;
}

/*.probootstrap-custom-link:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #EC2E23;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.probootstrap-custom-link:after {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
}*/

.probootstrap-custom-link:hover {
  color: #FFF;
}

/*.probootstrap-custom-link:hover:before {
  width: 100%;
  background: #EC2E23;
}*/

.image-wrap {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 479px) {
  .image-wrap {
    width: 100%;
    height: 200px;
  }
}

.image-wrap .image-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.image-wrap .image-bg img {
  min-width: 100%;
  min-height: 100%;
}

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

.menus li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  display: block;
  position: relative;
}

.menus li .image, .menus li .text {
  display: table-cell;
  vertical-align: top;
}

.menus li .image {
  width: 80px;
}

.menus li .image img {
  max-width: 100%;
  border-radius: 50%;
}

.menus li .text {
  padding-left: 20px;
}

.menus li .text h3 {
  margin: 15px 0 0px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .menus li .text h3 {
    margin-top: 0px;
  }
}

.menus li .text .price {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 20px;
  color: #FFA33E;
}

@media screen and (max-width: 767px) {
  .menus li .text .price {
    top: 0px;
    position: relative;
    display: block;
    margin-bottom: 0px;
  }
}

.probootstrap-cell-retro {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -13%;
  position: relative;
}

.probootstrap-cell-retro .half {
  width: 50%;
  float: left;
}

@media screen and (max-width: 767px) {
  .probootstrap-cell-retro .half {
    width: 100%;
    margin-top: 0;
  }
}

.probootstrap-cell {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.probootstrap-cell .image, .probootstrap-cell .text {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .probootstrap-cell .image, .probootstrap-cell .text {
    width: 100%;
  }
}

.probootstrap-cell .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .probootstrap-cell .image {
    height: 200px;
  }
}

.probootstrap-cell .text {
  padding: 40px;
  position: relative;
}

.probootstrap-cell .text h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
}

.probootstrap-cell .text p:last-child {
  margin-bottom: 0;
}

.probootstrap-cell .text p.price {
  font-size: 20px;
  color: #FFA33E;
}

.probootstrap-cell .text:before {
  z-index: 22;
  right: 100%;
  top: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 225, 255, 0);
  border-right-color: #ffffff;
  border-width: 12px;
  margin-top: -12px;
}

@media screen and (max-width: 767px) {
  .probootstrap-cell .text:before {
    display: none;
  }
}

.probootstrap-cell.reverse .image {
  position: absolute;
  right: 0;
  width: 50%;
  min-height: 100%;
}

@media screen and (max-width: 991px) {
  .probootstrap-cell.reverse .image {
    position: relative;
    width: 100%;
  }
}

.probootstrap-cell.reverse .text:before {
  z-index: 22;
  left: 100%;
  top: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 225, 255, 0);
  border-left-color: #ffffff;
  border-width: 12px;
  margin-top: -12px;
}

@media screen and (max-width: 767px) {
  .probootstrap-cell.reverse .text:before {
    display: none;
  }
}

.probootstrap-gallery {
  width: 100%;
  float: left;
}

.probootstrap-gallery figure {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
}

.probootstrap-gallery figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.probootstrap-gallery figure figcaption {
  display: none;
}

.probootstrap-gallery img {
  width: 100%;
  height: auto;
}

.probootstrap-gallery.four-col figure {
  width: 23.5%;
  margin-right: 2%;
  float: left;
}

.probootstrap-gallery.four-col figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.probootstrap-gallery.three-col figure {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.probootstrap-gallery.three-col figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.probootstrap-gallery.two-col figure {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.probootstrap-gallery.two-col figure:nth-of-type(2n+2) {
  margin-right: 0;
}

.grid-item {
  float: left;
}

.gutter-sizer {
  width: 2%;
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.grid-item,
.grid-sizer {
  margin-bottom: 0;
}

.grid-item img,
.grid-sizer img {
  max-width: 100%;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.two-cols .grid-item, .two-cols
.grid-sizer {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .two-cols .grid-item, .two-cols
  .grid-sizer {
    width: 49%;
  }
}

@media screen and (max-width: 767px) and (max-width: 991px) {
  .two-cols .grid-item img, .two-cols
  .grid-sizer img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .two-cols .grid-item img, .two-cols
  .grid-sizer img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .two-cols .grid-item, .two-cols
  .grid-sizer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.three-cols .grid-item, .three-cols
.grid-sizer {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .three-cols .grid-item, .three-cols
  .grid-sizer {
    width: 48%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .three-cols .grid-item, .three-cols
  .grid-sizer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.four-cols .grid-item, .four-cols
.grid-sizer {
  width: 23.5%;
}

@media screen and (max-width: 767px) {
  .four-cols .grid-item, .four-cols
  .grid-sizer {
    width: 32%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .four-cols .grid-item, .four-cols
  .grid-sizer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.probootstrap-gallery-item {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.probootstrap-gallery-item img {
  max-width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.probootstrap-gallery-item a {
  display: block;
  float: left;
  width: 100%;
}

.probootstrap-gallery-item:hover img {
  opacity: .7;
}

/*
.probootstrap-form {
  margin-bottom: 50px;
}

.probootstrap-form label {
  font-weight: normal;
}

.probootstrap-form .form-control {
  height: 46px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.probootstrap-form .form-control:active, .probootstrap-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #FFA33E;
}

.probootstrap-form .form-group .form-field {
  position: relative;
}

.probootstrap-form .form-group .form-field .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.probootstrap-form .form-group .form-field .form-control {
  padding-right: 50px;
}

.probootstrap-form textarea.form-control {
  height: inherit;
  resize: vertical;
}
*/

.probootstrap-animate {
  opacity: 0;
  visibility: hidden;
}

.modal .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  font-size: 26px;
}

@media screen and (max-width: 479px) {
  .modal .modal-content .close {
    top: 20px;
    right: 20px;
  }
}

.modal .probootstrap-modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal .probootstrap-modal-flex .probootstrap-modal-figure {
  width: 40%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 479px) {
  .modal .probootstrap-modal-flex .probootstrap-modal-figure {
    height: 200px;
  }
}

.modal .probootstrap-modal-flex .probootstrap-modal-content {
  width: 60%;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 479px) {
  .modal .probootstrap-modal-flex .probootstrap-modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .modal .probootstrap-modal-flex .probootstrap-modal-figure,
  .modal .probootstrap-modal-flex .probootstrap-modal-content {
    width: 100%;
  }
}

.modal .probootstrap-modal-flex .form-control {
  height: 40px;
}

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

.modal .probootstrap-modal-flex .probootstrap-remember {
  float: left;
}

.modal .probootstrap-modal-flex .probootstrap-forgot {
  float: right;
}

@media screen and (max-width: 479px) {
  .modal .probootstrap-modal-flex .probootstrap-forgot {
    float: left;
  }
}

.modal .probootstrap-modal-flex .form-group {
  position: relative;
}

.modal .probootstrap-modal-flex .probootstrap-or {
  padding: 10px 0;
  text-align: center;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

.modal .probootstrap-modal-flex .probootstrap-or > span {
  display: block;
}

.modal .probootstrap-modal-flex .probootstrap-or > span:before {
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  background: #ccc;
  width: 100%;
  content: "";
  position: absolute;
}

.modal .probootstrap-modal-flex .probootstrap-or em {
  color: #ccc;
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 4px;
  font-style: normal;
}

.modal .probootstrap-modal-flex .btn-connect-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.modal .probootstrap-modal-flex .btn-connect-twitter {
  background: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.modal .probootstrap-modal-flex .btn-connect-google {
  background: #ea4335;
  border-color: #ea4335;
  color: #ffffff;
}

.modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}

.modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

.probootstrap-contact-info {
  padding: 0;
  margin: 0 0 30px 0;
}

.probootstrap-contact-info li {
  padding: 0;
  margin: 20px 0 15px 0;
  list-style: none;
  line-height: 24px;
}

.probootstrap-contact-info li > i, .probootstrap-contact-info li > span {
  vertical-align: top;
  display: table-cell;
}

.probootstrap-contact-info li > i {
  font-size: 20px;
  position: relative;
  top: 2px;
  width: 30px;
}

.probootstrap-team {
  margin-bottom: 30px;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 6px;
}

@media screen and (max-width: 479px) {
  .probootstrap-team {
    overflow: visible;
  }
  .probootstrap-team img {
    max-width: 100%;
  }
}

.probootstrap-team img {
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.probootstrap-team .probootstrap-team-info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  text-align: center;
  margin-top: 20px;
  z-index: 3;
  display: block;
}

@media screen and (max-width: 479px) {
  .probootstrap-team .probootstrap-team-info {
    position: relative;
    top: inherit !important;
    margin-top: 0 !important;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.probootstrap-team .probootstrap-team-info h3 {
  color: white;
}

.probootstrap-team .probootstrap-team-info h3 .position {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 479px) {
  .probootstrap-team .probootstrap-team-info h3 {
    color: rgba(0, 0, 0, 0.7);
  }
  .probootstrap-team .probootstrap-team-info h3 .position {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
  }
}

.probootstrap-team:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 1;
  border-radius: 5px;
}

.probootstrap-team:hover img, .probootstrap-team:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.probootstrap-team:hover:before, .probootstrap-team:focus:before {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 479px) {
  .probootstrap-team:hover:before, .probootstrap-team:focus:before {
    display: none;
  }
}

.probootstrap-team:hover .probootstrap-team-info, .probootstrap-team:focus .probootstrap-team-info {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.probootstrap-flex-section {
  padding: 7em 0;
}

.probootstrap-flex-section.probootstrap-bg-white {
  background: #ffffff;
}

.proboostrap-clients .client-logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .proboostrap-clients .client-logo {
    margin-bottom: 30px;
  }
}

.probootstrap-pricing-wrap {
  position: relative;
}

.probootstrap-pricing {
  background: #ffffff;
  float: left;
  width: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  z-index: 2;
  margin-top: -200px;
}

@media screen and (max-width: 991px) {
  .probootstrap-pricing {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
}

.probootstrap-pricing.popular {
  z-index: 10;
  margin-top: -215px;
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .probootstrap-pricing.popular {
    margin-top: 0 !important;
  }
}

.probootstrap-pricing h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 50px;
}

.probootstrap-pricing h3 > span {
  margin-top: 10px;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  color: #FFA33E;
  font-size: 14px;
}

.probootstrap-pricing .probootstrap-price-wrap {
  margin-bottom: 50px;
}

.probootstrap-pricing .probootstrap-price-wrap .probootstrap-price {
  font-size: 50px;
  color: #FFA33E;
  font-weight: 100;
  display: block;
  margin-bottom: 10px;
}

.probootstrap-pricing .probootstrap-price-wrap .probootstrap-price-per-month {
  font-size: 13px;
}

.probootstrap-pricing ul {
  padding: 0 30px;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 479px) {
  .probootstrap-pricing ul {
    padding: 0 10px;
  }
}

.probootstrap-pricing ul li {
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 24px;
  list-style: none;
}

.probootstrap-testimony-wrap {
  border-radius: 4px;
  padding: 20px;
}

.probootstrap-testimony-wrap figure {
  margin-bottom: 20px;
}

.probootstrap-testimony-wrap figure img {
  height: 80px;
  width: 80px !important;
  margin: 0 auto;
  border-radius: 50%;
}

.probootstrap-testimony-wrap blockquote {
  border-left: none;
  padding: 0;
  margin-bottom: 0;
  color: #000000;
}

.probootstrap-testimony-wrap blockquote cite {
  margin-top: 30px;
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}

.probootstrap-testimony-wrap blockquote cite span {
  font-style: normal;
  color: #000000;
  font-weight: bold;
}

.owl-carousel-testimony .item {
  padding-bottom: 40px;
  padding-top: 20px;
}

.owl-carousel-testimony .probootstrap-testimony-wrap {
  border: 1px solid #f2f2f2;
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.09);
}

/* Flexslider override style */
.slider-height, .flexslider, .flexslider .slides > li {
  height: 750px;
}

@media screen and (max-width: 479px) {
  .slider-height, .flexslider, .flexslider .slides > li {
    height: 400px;
  }
}

.probootstrap-heading .primary-heading {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.3;
  color: #FFF;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .probootstrap-heading .primary-heading {
    font-size: 40px;
  }
}

.probootstrap-heading .secondary-heading {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.3;
  color: #FFF;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .probootstrap-heading .secondary-heading {
    font-size: 20px;
  }
}

.probootstrap-heading.dark .secondary-heading {
  color: #000000;
}

.probootstrap-heading .seperator {
  display: block;
  margin: 0 auto 10px auto;
  color: #ccc;
  font-weight: 300;
}

.flexslider {
  position: relative;
  z-index: 2;
  background: none;
  border: none;
  margin: 0 0 0;
}

.flexslider .probootstrap-slider-text {
  margin-top: 300px;
}

@media screen and (max-width: 479px) {
  .flexslider .probootstrap-slider-text {
    margin-top: 150px;
  }
}

.flexslider .probootstrap-slider-text .sub-heading {
  font-size: 20px;
  margin-top: -40px;
  color: rgba(255, 255, 255, 0.7);
}

.flexslider .probootstrap-slider-text .sub-heading a {
  color: white;
}

.flexslider .slides > li {
  background-size: cover;
  background-repeat: none;
}

.flexslider .slides > li.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flexslider .flex-control-paging {
  position: absolute;
  bottom: 30px;
  z-index: 20;
}

@media screen and (max-width: 479px) {
  .flexslider .flex-direction-nav {
    display: none;
  }
}

.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 1);
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 0px;
  padding: 30px;
}

.flexslider .flex-direction-nav 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;
  content: "\f104";
  -webkit-transition: .3s all;
  transition: .3s all;
  font-size: 60px;
  display: inline-block;
  color: #FFF;
  text-shadow: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flexslider .flex-direction-nav a.flex-next:before {
  content: "\f105";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0px;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: white;
  cursor: default;
}

/* Owl carousel override style */
.owl-carousel {
  margin-bottom: 100px;
}

.owl-carousel.border-rounded .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000000;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 24px;
  background: #ffa33e !important;
  padding: 12px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  background: #ffa33e !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: -30px;
  margin-bottom: -2.5em;
}

.owl-work.owl-theme .owl-dots {
  bottom: -30px;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s all;
  transition: .2s all;
  border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #000000;
}

.probootstrap-gutter0 > div[class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 479px) {
  .probootstrap-gutter0 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.probootstrap-gutter40 > div[class*='col-'] {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 479px) {
  .probootstrap-gutter40 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.probootstrap-gutter60 > div[class*='col-'] {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 479px) {
  .probootstrap-gutter60 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .img-sm-responsive {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .img-xs-responsive {
    max-width: 100%;
  }
}

/* Contact Form Addition */
.probootstrap-form .form-overlay {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  background: #000;
  -webkit-transition: background 1s, opacity 0.4s, width 0s 0.4s;
  transition: background 1s, opacity 0.4s, width 0s 0.4s;
}

.show-form-overlay .probootstrap-form .form-overlay {
  width: 100%;
  opacity: 0.7;
  z-index: 9999;
  -webkit-transition: background 1s, opacity 0.4s, width 0s;
  transition: background 1s, opacity 0.4s, width 0s;
}

.show-form-overlay.form-submitted .probootstrap-form .form-overlay {
  background: #FFF;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}

#form-container,
#fu-container {
  cursor: pointer;
  color: #FFF;
  z-index: 10000;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 5vh;
  background-color: #404040;
  overflow: hidden;
  border-radius: 0;
  width: 0;
  max-width: 60px;
  height: 0;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
  transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
  visibility: hidden;
}

#fu-container {
  text-align: right;
}

#form-container.expand,
#fu-container.expand {
  cursor: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.17);
  border-radius: 0;
  width: 70%;
  height: 610px;
  max-width: 610px;
  padding: 0;
  -webkit-transition: all 0.2s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s;
  transition: all 0.2s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s;
  visibility: visible;
}

#form-container #form-close,
#fu-container #fu-close {
  cursor: pointer;
}

#fu-container #fu-close {
  margin-right: 20px;
}

#form-container .icon.fa::before,
.probootstrap-section.welcome .write-us .fa::before {
  cursor: pointer;
  font-size: 30px;
  line-height: 60px;
  display: block;
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

#form-container .icon.fa:hover::before,
.probootstrap-section.welcome .write-us .fa:hover::before {
  -webkit-animation: wiggle 0.1s linear infinite;
  animation: wiggle 0.1s linear infinite;
}

#form-container .icon.fa-times-circle::before {
  display: none;
}

#form-container .icon.expand.fa-times-circle::before {
  display: block;
  -webkit-animation: none;
  animation: none;
}

#fu-container .icon.fa::before {
  cursor: pointer;
  font-size: 30px;
  line-height: 60px;
  display: block;
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

#fu-container .icon.fa:hover::before {
  -webkit-animation: wiggle 0.1s linear infinite;
  animation: wiggle 0.1s linear infinite;
}

#fu-container .icon.fa-times-circle::before {
  display: none;
}

#fu-container .icon.expand.fa-times-circle::before {
  display: block;
  -webkit-animation: none;
  animation: none;
}

#form-container #form-content,
#fu-container #fu-content {
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  width: 100%;
  opacity: 0;
  text-align: left;
  -webkit-transition: opacity 0.2s 0.2s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s 0.2s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s 0.2s;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s 0.2s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#fu-container #fu-content {
  text-align: center;
}

#form-container #form-content.expand,
#fu-container #fu-content.expand {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: opacity 0s, -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: opacity 0s, -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0s;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0s, -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

#form-container #form-content form,
#fu-container #fu-content #fu-body {
  color: #FFF;
  width: 100%;
  height: 100%;
  padding: 0 20px 20px 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}

#form-container #form-head,
#fu-container #fu-content #fu-header {
  font-size: 100%;
  padding: 0;
  margin: 0 20px;
  color: #FFF;
  text-align: center;
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}

#form-container #form-head h1,
#form-container #form-head p {
  padding: 0;
  margin: 0;
}

#form-container #form-head .pre {
  color: #FFF;
  display: block;
}

#form-container #form-head h1.pre {
  font-weight: 600;
}

#form-container #form-head .post {
  color: #FFF;
  display: none;
}

#form-container .form-submitted#form-head {
  -webkit-transform: translateY(250%);
  transform: translateY(250%);
}

#form-container .form-submitted#form-head .pre {
  display: none;
}

#form-container .form-submitted#form-head .post {
  display: block;
}

#form-container .input {
  background: #EC2E23;
  display: block;
  height: 50px;
  width: 100%;
  margin: 10px 0;
  padding: 0 10px;
  border-width: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#form-container ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #FFF;
  font-size: 100%;
  opacity: 1 !important;
}

/* Firefox 18- */
#form-container :-moz-placeholder {
  color: #FFF;
  font-size: 100%;
  opacity: 1 !important;
}

/* Firefox 19+ */
#form-container ::-moz-placeholder {
  color: #FFF;
  font-size: 100%;
  opacity: 1 !important;
}

/* IE 10+ */
#form-container :-ms-input-placeholder {
  color: #FFF;
  font-size: 100%;
  opacity: 1 !important;
}

/* Edge */
#form-container ::-ms-input-placeholder {
  color: #FFF;
  font-size: 100%;
  opacity: 1 !important;
}

/* Default */
#form-container :placeholder-shown {
  color: #FFF;
  font-size: 100%;
  opacity: 1 !important;
}

#form-container input,
#form-container select,
#form-container textarea {
  color: #FFF;
}

#form-container .input.message {
  resize: none;
  height: 150px;
  padding: 10px;
}

#form-container .input.submit {
  background-color: #FFF;
  color: #EC2E23;
  font-size: 120%;
  font-weight: 600;
  width: 40%;
  height: 40px;
  margin: 30px auto 0;
  padding: 5px 0;
  -webkit-transition: all 0.1s, -webkit-transform 0s 0.6s;
  transition: all 0.1s, -webkit-transform 0s 0.6s;
  transition: all 0.1s, transform 0s 0.6s;
  transition: all 0.1s, transform 0s 0.6s, -webkit-transform 0s 0.6s;
}

#form-container .input.submit:active {
  margin-top: 15px;
  box-shadow: 0 0 rgba(0, 0, 0, 0.5);
}

#form-container .input.form-error {
  -webkit-animation: error 0.8s ease;
  animation: error 0.8s ease;
  background: rgba(0, 0, 0, 0.7);
}

#form-container .select-wrapper {
  background-color: #EC2E23;
  position: relative;
}

#form-container .select-wrapper .fa {
  font-size: 40px;
  margin-top: -20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10001;
}

#form-container .select-wrapper select {
  background-color: transparent;
  padding-right: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0 none;
  position: relative;
  z-index: 10002;
}

#form-container .select-wrapper select::-ms-expand {
  display: none;
}

#form-container select option {
  background: #EC2E23;
  color: #FFF;
  padding-left: 10px;
  border: none;
  box-shadow: none;
  outline: none;
}

#form-container select option:disabled {
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  font-size: 90%;
}

#form-container .input.name,
#form-container .input.email,
#form-container .select-wrapper,
#form-container .input.message,
#form-container .input.submit {
  -webkit-transition: -webkit-transform 0s 1s;
  transition: -webkit-transform 0s 1s;
  transition: transform 0s 1s;
  transition: transform 0s 1s, -webkit-transform 0s 1s;
}

#form-container .form-submitted .input.name,
#form-container .form-submitted .input.email,
#form-container .form-submitted .select-wrapper,
#form-container .form-submitted .input.message,
#form-container .form-submitted .input.submit {
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
  opacity: 0;
  -webkit-transition: all 0.5s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

#form-container .form-submitted .input.name {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#form-container .form-submitted .input.email {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#form-container .form-submitted .select-wrapper {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#form-container .form-submitted .input.message {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#form-container .form-submitted .input.submit {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#form-container input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

@media (max-width: 600px) {
  #form-container.expand,
  #fu-container.expand {
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: initial;
    overflow-x: hidden;
    bottom: 0;
  }

  #form-container h1,
  #fu-container h1 {
    font-size: 300%;
  }

  #form-container .icon:hover::before,
  #fu-container .icon:hover::before {
    -webkit-animation: none;
    animation: none;
  }

  .probootstrap-form .form-overlay {
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
@-webkit-keyframes error {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@keyframes error {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

#fu-container #fu-content #fu-header {
}

#fu-container #fu-content #fu-header .fa {
  font-size: 80px;
}

#fu-container #fu-content #fu-header h1 {
  font-size: 52px;
  line-height: 100%;
  color: #FFF;
  margin: 0;
  padding: 0;
}

#fu-container #fu-content #fu-body {
  text-align: center;
  margin-top: 40px;
}

#fu-container #fu-content #fu-body p {
  font-size: 18px;
  line-height: 160%;
  color: #FFF;
  margin: 0;
  padding: 0;
}

#fu-container #fu-content #fu-body a {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  background-color: #EC2E23;
  text-decoration: none;
  outline: 0 none;
  margin-top: 50px;
  padding: 25px;
  display: block;
}

#fu-container #fu-content #fu-body a .fa {
  font-size: 40px;
  font-weight: normal;
  margin-right: 10px;
}
