@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BEBAS___-webfont.woff') format('woff'),
         url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.btn-food {
  border-radius:0 !important;
  width:100%;
}

input[type=text], input[type=password], input[type=email], select, textarea {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.input-group-addon:first-child {
    border-radius: 0 !important;
    border-right: 0;
}

body {
  padding-top: 30px;
  background-repeat: no-repeat;
}

.full_box.boxed {
  border-radius: 10px !important;
  box-shadow: 0 1px 6px 1px #b0b0b0 !important;
}

.lead {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.bebasfont {
  font-family: 'bebasregular';
}

.oswald {
  font-family: Oswald;
}

.fjallaont {
  font-family: 'Fjalla One', sans-serif;
}

.nopadding  { padding: 0 !important; }
.nomargin   { margin: 0 !important;  }

.card {
  padding: 0;
  margin-bottom: 2rem;
  border: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  /*border: 1px solid rgba(0,0,0,.125);*/
  border-radius: .25rem;
}
.card .section-250 {
  height: 300px;
  border: 10px solid #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.card .section-250 .card-img {
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.card .section-250 .card-img:hover .layer {
  background-color: rgba(0, 0, 0, 0.9);
}

.card .section-250 .card-img .layer {

    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.card .section-500 {
  height: 600px;
  border: 10px solid #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.card .section-500 .card-img {
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.card .section-500 .card-img:hover .layer {
  /*background-position: top left;*/
  background-color: rgba(0, 0, 0, 0.9);
}

.card .section-500 .card-img .layer {

    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-text {
  position: absolute;
  padding: .75rem;
  left: .75rem;
  right: .75rem;
  bottom: .75rem;
  font-family: 'Fjalla One', sans-serif;
}

.card .top-left-article-section {
    position: absolute;
    z-index:9999;
    top: 15px;
    left: 15px;
}

.card .top-right-article-section {
    position: absolute;
    top: 15px;
    right: 15px;
}

.card .bottom-right-article-section-slider {
    position: absolute;
    z-index:9999;
    bottom: 115px;
    right: 0;
}

.card .bottom-right-article-section {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.card .bottom-left-article-section {
    position: absolute;
    bottom: 15px;
    left: 0px;
}

.card .bottom-left-article-section-slider {
    position: absolute;
    z-index: 9999;
    bottom: 117px;
    left: 15px;
}

.card .bottom-right-article-section-slider .bg-primary {
    color: #fff;
    background-color: #ec1a3d;
    margin: 0;
    text-shadow: 1px 1px 1px #333333;
}

.card .bottom-left-article-section-slider > img {
    margin-right: 5px;
    box-shadow: 1px 1px 1px #333333;
    width: 48px !important;
    height: 48px;
}

.card .bottom-left-article-section-slider > h5 {
    margin-top: 6 px;
    text-shadow: 1px 1px 1px #333333;
    font-family: 'Fjalla One', sans-serif;
}

.card .bottom-left-article-section > img {
    margin-right: 5px;
    box-shadow: 1px 1px 1px #333333;
    width: 48px !important;
    height: 48px;
    float:left;
    border-radius: 50%;
}

.card .bottom-left-article-section > h5 {
    margin-top: 6 px;
    text-shadow: 1px 1px 1px #333333;
    font-family: 'Fjalla One', sans-serif;
}

.card .bottom-right-article-section .bg-primary {
    color: #fff;
    background-color: #ec1a3d;
    margin: 0;
    text-shadow: 1px 1px 1px #333333;
}

.card .bottom-left-article-section .bg-primary {
    color: #fff;
    background-color: #ec1a3d;
    margin: 0;
    text-shadow: 1px 1px 1px #333333;
}

#article-category {
    display: inline-block;
    padding: 10px 15px;
    font-family: 'Fjalla One', sans-serif;
}

.card .top-left-article-section h3 {
  margin: 0;
  color: #ffffff;
  text-shadow: 1px 1px 1px #333333;
  font-family: 'Fjalla One', sans-serif;
}

.card .top-left-article-section h5 {
  margin: 0;
  color: #ffffff;
  text-shadow: 1px 1px 1px #333333;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  font-size:20px;
}

.card-text span {
  color:#ffffff;
  text-shadow: 1px 1px 1px #333333;
  font-family: 'Fjalla One', sans-serif;
  font-size:15px;
}

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

  .full_box.boxed {
    border-radius: 0px !important;
    box-shadow: 0 0px 0px 0px #b0b0b0 !important;
    margin-top:-28px !important;
  }

  .wa-header-container {
    margin-bottom:60px!important;
  }

  .card .section-500 {
    height: 300px;
    border: 10px solid #ffffff;
    display: block;
    overflow: hidden;
    position: relative;
    color: #ffffff;
  }

  .card {
    margin-bottom: 0;
  }

  .card .bottom-left-article-section-slider {
    position: absolute;
    z-index: 9999;
    bottom: 49px;
    left: 15px;
  }
  .card .bottom-right-article-section-slider {
    position: absolute;
    z-index: 9999;
    bottom: 58px;
    right: 0;
  }
}


@media (max-width: 768px){
  #menu_footer {
      height: auto;
      background-color: #585858;
      padding: 20px 0;
  }
  
  .wa-header-logo {
      text-align: center;
      position: absolute;
      top: 10px;
      left: 60%;
      margin: auto;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 60%;
  }
}
