@font-face {
  font-family: 'museo';
  src: url("../fonts/museo/museo.otf");
  font-weight: 900;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
 /*Comenta la línea (o dale el valor 'auto' a scroll behavior )
 para probar la diferencia con y sin scroll suavizado*/
}

.carousel {
  position: relative;
  max-height: 100vh;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100vh;
}

.eapps-instagram-feed-title {
  font-family: "Poppins", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  line-height: 32px;
  padding: 24px 10px;
  color:#e8650e ;
}

.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

#map {
	height: 580px;
}

.boton-cafeteria{
  color:white;
  border: 1px solid;
  border-radius: 20px;
  width: 115px;
  margin-left: -10px;
	background-color: #222;
  padding: 4px 0;
}
.boton-cafeteria:hover{
	background-color: #e8650e;
}

.boton-carta{
  color:white;
  border: 1px solid;
  border-radius: 20px;
  width: 93px;
  margin-left: -10px;
	background-color: #222;
}
.boton-carta:hover{
	background-color: #e8650e;
}


.boton-qresto{
  color:white;
  border: 1px solid;
  border-radius: 20px;
  width: 165px;
  margin-left: -10px;
	background-color: #222;
}
.boton-qresto:hover{
	background-color: #e8650e;
}

.boton-wa{
  color:white;
  border: 1px solid;
  border-radius: 20px;
  width: 120px;
  margin-left: -10px;
	background-color: #222;
}
.boton-wa:hover{
	background-color: #25D366;
}

.sucursal-mobile .boton-cafeteria{
  width: 120px;
  margin-left: -10px;
  padding: 4px 12px;
}
.sucursal-mobile .boton-carta{
  width: 87px;
  margin-left: -10px;
}

.sucursal-mobile .boton-wa{
  
  width: 105px;
  /*margin-left: -10px;*/
}


.container > .navbar-header {
  min-height: 75px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 100vh;
}

@media screen and (max-width: 767px) {
.nav li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1.5px solid #fff !important;
  border-bottom-color: #fff;
}

.navbar-collapse {
  overflow-x: visible;
  border-top: 1.5px solid white;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: inline;
}

.navbar-nav {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}

}
@media screen and (min-width: 764px) {
  
  .navbar {
      padding: 0;
      min-height: 90px;
  }

  .anclaabout:before {
    display: block;
    content: " ";
    margin-top: -225px;
    height: 225px;
    visibility: hidden;
}

.anclamenu:before {
  display: block;
  content: " ";
  margin-top: -90px;
  height: 90px;
  visibility: hidden;
}

.anclacontacto:before {
  display:block;
  content: " ";
  margin-top: -90px;
  height: 90px;
  visibility: hidden;
}

}

@media screen and (max-width: 480px) {

  .anclaabout:before {
    display: block;
    content: " ";
    margin-top: -120px;
    height: 120px;
    visibility: hidden;
}

.anclamenu:before {
  display: block;
  content: " ";
  margin-top: -70px;
  height: 70px;
  visibility: hidden;
}

.anclacontacto:before {
  display:block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
}

}

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

.navbar-nav {
  flex-direction:row;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-xl {
  flex-wrap: nowrap;
}

}

.flex-control-nav li {
  margin: 0 6px;
      margin-top: 0px;
      margin-right: 6px;
      margin-bottom: 0px;
      margin-left: 6px;
  display: none;
}

/****** LOGO ******/

.imgresponsive{
  margin:0 auto;
  max-width: 100%;
  height: auto;
  background-position: center;
  background-size: contain, cover;
  background-repeat: no-repeat;
}

.imghero{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  }

.row{
  margin-left: 0!important;
  margin-right: 0!important;
}

nav .logo{
  width: 40%;
  height: 75%;
  display: flex;
  align-items: center;
}

.marcas img{
  max-width: 175px;
}

nav .logo img{
  max-width: 125px;
  margin-top: 25px;
}

/****** HERO ******/

.heroinfo {
  position: absolute;
  top: 35vh;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.carousel-indicators li {
  background-color: white;
  border: none;
}

  .carousel-indicators .active {
    background-color: #e8650e;
}

  .carousel-indicators {
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

#eapps-instagram-feed-1 {
  width: 100%;
  padding-left: 10rem;
  padding-right: 10rem;
}

@media screen and (max-width: 1024px) {
  .heroinfo {
    top: 22vh;
  }
}

@media screen and (max-width: 768px) {
  .heroinfo {
    top: 18vh;
  }
  #eapps-instagram-feed-1 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .heroinfo {
    top: 25vh;
  }

  #map {
    height: 400px;
  }

  #eapps-instagram-feed-1 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

html {
  overflow-x: hidden;
}

body {
  background: #E4E4E4;
  color: #8b8e94;
  line-height: 24px;
  font-size: 15px;
  font-family: "Poppins", "Arial", "sans-serif";
}

h1, h2, h4, h5, h6 {
  line-height: 1.6;
  font-family: "museo", "Poppins", "Arial", "sans-serif";
}

h1 {
  line-height: 1.1;
  font-size: 46px;
  text-shadow: 0px 3px 2px rgba(150, 150, 150, 0.3);
}

h2 {
  font-size: 36px;
}

h4 {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  color:white;
  font-weight: 700;
  text-transform: uppercase;
}

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

ul {
  margin-bottom: 30px;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 15px;
}
a {
  color: #FFA33E;
}

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

p {
  font-family: "Poppins", "Arial", "sans-serif";
  font-size: 13px;
}

h3 {
  font-family: "Poppins", "Arial", "sans-serif";
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 480px){
  h3 {
    font-family: "Poppins", "Arial", "sans-serif";
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
  }
  p {
    font-family: "Poppins", "Arial", "sans-serif";
    font-size: 14px;
    font-weight: 400;  
  }
}

@media screen and (device-width: 768px){
  h3 {
      font-family: "Poppins", "Arial", "sans-serif";
      font-size: 24px;
      line-height: 1.3;
      font-weight: 700;
}
   p {
      font-family: "Poppins", "Arial", "sans-serif";
      font-size: 14px;
      font-weight: 400;   
}
}

.bts-bottom{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  z-index: 10;
  position: static;
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.bt-more a, .bt-orange a{
  display: block;
  width: 25rem;
  height: 4.5rem;
  border:3px solid;
  border-radius: 5px;
  text-align: center;
  line-height: 4rem;
  color: white;
  font-weight: 600;
  font-size: 2rem;
}

.bt-more, .bt-social a{
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius:10px;
  text-align: center;
  line-height: 3.3rem;
  color: white;
  font-weight: 600;
  font-size: 2rem;
}

.bt-more a, .bt-orange a:hover{
  background-color: #E8650E;
  display: block;
  width: 25rem;
  height: 4.5rem;
  border:none;
  border-radius: 5px;
  text-align: center;
  line-height: 4.5rem;
  color: white;
  font-weight: 600;
  font-size: 2rem;
}

.bt-social {
  display: block;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-weight: 700;
  background-color: #8b8e94;    
}

.bt-social:hover {
  display: block;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-weight: 700;
  background-color: white;    
}

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

.carousel li {
  margin-right: 4px;
  margin-left: 4px;
}


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

  nav .logo img {
    max-width: 125px;
    margin-top: 25px;
    margin-left: 20px;
}
}

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

  nav .logo img {
    max-width: 125px;
}
}

.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 {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  background: #E8650E;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar {
    background: #E8650E;
  }
}

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

}

.probootstrap-navbar .navbar-toggle {
    margin-top: 25px;
    border: none;
   
}

.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 .dropdown-header {
  color: #fff;
  padding-left: 10px;
  text-transform: uppercase;
  
}

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

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


@media screen and (max-width: 768px) {
  .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);
}


@media screen and (max-width: 768px) {
  .probootstrap-navbar .logo {
    top: 5px !important;
    background-position: left 100%;
  }
}

@media screen and (max-width: 480px) {
  .probootstrap-navbar .logo {
    top: 6px !important;
  }
}

@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 .logo {
    position: relative;
    width: 117px;
    height: 40px;
    background-size: cover;
  }
}


.probootstrap-navbar .navbar-nav > li > a {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
  }
}


.probootstrap-navbar .navbar-nav > li.active > a {
  background: none;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-nav > li.active > a {
    color: #fff;
  }
}

.probootstrap-navbar .navbar-nav > li.active > a:active, .probootstrap-navbar .navbar-nav > li.active > a:focus, .probootstrap-navbar .navbar-nav > li.active > a:hover {
  background: none;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .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: #fff;
  }
}

.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: 'museo';
  font-style: normal;
  text-transform: none;
  line-height: 1;
  -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: 768px) {
  .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: 480px) {
  .probootstrap-navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

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

.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 480px) {
  .probootstrap-hero .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

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


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

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

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

.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.probootstrap-bg-orange {
  background: #e8650e;
}

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

.probootstrap-bg-black {
  background: #222222;
}

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

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

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

.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 p:last-child {
  margin-bottom: 0;
}

.probootstrap-custom-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}

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

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

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

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

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

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

@media screen and (max-width: 480px) {
  .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: 100vh;
}

.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 .price {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 20px;
  color: #FFA33E;
}

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

.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: 768px) {
  .two-cols .grid-item, .two-cols
  .grid-sizer {
    width: 49%;
  }
}

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

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

@media screen and (max-width: 480px) {
  .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: 768px) {
  .three-cols .grid-item, .three-cols
  .grid-sizer {
    width: 48%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .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: 768px) {
  .four-cols .grid-item, .four-cols
  .grid-sizer {
    width: 32%;
    margin-bottom: 10px;
  }
}

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

.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: 480px) {
  .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: 480px) {
  .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: 480px) {
  .modal .probootstrap-modal-flex .probootstrap-modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .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: 480px) {
  .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: 480px) {
  .modal .probootstrap-modal-flex .probootstrap-forgot {
    float: left;
  }
}

.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-team {
  margin-bottom: 30px;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 6px;
}

@media screen and (max-width: 480px) {
  .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: 480px) {
  .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-heading .primary-heading {
  font-family: "Museo", serif;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 60px;
}

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

.probootstrap-heading .secondary-heading {
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 0;
  letter-spacing: .05em;
  font-size: 50px;
  position: relative;
  top: -50px;
  font-weight: 700;
  line-height: 40px;
}


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