/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/* line 6, ../../../app/assets/stylesheets/partials/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../../../app/assets/stylesheets/partials/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../../../app/assets/stylesheets/partials/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../../../app/assets/stylesheets/partials/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../../../app/assets/stylesheets/partials/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../../../app/assets/stylesheets/partials/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../../../app/assets/stylesheets/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../../../app/assets/stylesheets/partials/_clearfix.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 1, ../../../app/assets/stylesheets/partials/_clearfix.scss */
.clearfix {
  display: inline-block;
}

/* line 1, ../../../app/assets/stylesheets/partials/_header.scss */
.logo {
  margin-top: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* line 7, ../../../app/assets/stylesheets/partials/_header.scss */
.cbp-af-header {
  font-family: 'Lato', Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ecf0f1;
  z-index: 10000;
  height: 200px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

/* line 23, ../../../app/assets/stylesheets/partials/_header.scss */
.cbp-af-header .cbp-af-inner {
  width: 90%;
  max-width: 69em;
  margin: 0 auto;
  padding: 0 1.875em;
}

/* line 30, ../../../app/assets/stylesheets/partials/_header.scss */
.cbp-af-header h1,
.cbp-af-header nav {
  display: inline-block;
  position: relative;
  margin-top: 90px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
/* line 46, ../../../app/assets/stylesheets/partials/_header.scss */
.cbp-af-header h1 {
  font-family: 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 4px;
  font-size: 4em;
  margin: 0;
  float: left;
}

/* line 56, ../../../app/assets/stylesheets/partials/_header.scss */
.cbp-af-header nav {
  float: right;
}

/* line 60, ../../../app/assets/stylesheets/partials/_header.scss */
.cbp-af-header nav a {
  font-family: 'Lato', Arial, sans-serif;
  color: #aaa;
  font-weight: 400;
  margin: 0 0 0 20px;
  font-size: 1.4em;
  border: 2px solid green;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0.2em 0.4em;
  font-size: 1em;
  cursor: pointer;
  color: green;
  outline: none;
  text-decoration: none;
}

/* line 81, ../../../app/assets/stylesheets/partials/_header.scss */
.cbp-af-header nav a:hover {
  color: #333;
}

/* Transitions and class for reduced height */
/* line 86, ../../../app/assets/stylesheets/partials/_header.scss */
.cbp-af-header h1,
.cbp-af-header nav a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 93, ../../../app/assets/stylesheets/partials/_header.scss */
.cbp-af-header.cbp-af-header-shrink {
  height: 90px;
}

/* line 96, ../../../app/assets/stylesheets/partials/_header.scss */
.cbp-af-header.cbp-af-header-shrink nav {
  margin-top: 30px;
}

/* line 105, ../../../app/assets/stylesheets/partials/_header.scss */
.cbp-af-header.cbp-af-header-shrink h1 {
  font-size: 2em;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {
  /* line 112, ../../../app/assets/stylesheets/partials/_header.scss */
  .cbp-af-header .cbp-af-inner {
    width: 100%;
  }

  /* line 116, ../../../app/assets/stylesheets/partials/_header.scss */
  .cbp-af-header h1,
  .cbp-af-header nav {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }

  /* line 129, ../../../app/assets/stylesheets/partials/_header.scss */
  .cbp-af-header nav a {
    margin: 0 10px;
  }

  /* line 138, ../../../app/assets/stylesheets/partials/_header.scss */
  .cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 2em;
  }

  /* line 142, ../../../app/assets/stylesheets/partials/_header.scss */
  .cbp-af-header.cbp-af-header-shrink nav a {
    font-size: 1em;
  }

  /* line 145, ../../../app/assets/stylesheets/partials/_header.scss */
  .logo {
    margin-top: 55px;
    margin-bottom: 15px;
  }

  /* line 149, ../../../app/assets/stylesheets/partials/_header.scss */
  .cbp-af-header nav a {
    margin: 0px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 32.25em) {
  /* line 157, ../../../app/assets/stylesheets/partials/_header.scss */
  .cbp-af-header nav a {
    margin: 0px;
    font-size: 0.8em;
  }
}
/* line 171, ../../../app/assets/stylesheets/partials/_header.scss */
.top-bar {
  margin-bottom: 25px;
}

@media screen and (max-width: 1194px) {
  /* line 175, ../../../app/assets/stylesheets/partials/_header.scss */
  .cbp-af-header h1, .cbp-af-header nav {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}
/* line 1, ../../../app/assets/stylesheets/partials/_datatable.scss */
.dataWrap {
  margin-top: 25px;
}

/* line 4, ../../../app/assets/stylesheets/partials/_datatable.scss */
.paginate_button {
  padding: 5px;
  background: #f9f9f9;
  margin-right: 10px;
}

/* line 10, ../../../app/assets/stylesheets/partials/_datatable.scss */
#products_length label {
  margin-bottom: 25px;
}

/* line 15, ../../../app/assets/stylesheets/partials/_datatable.scss */
.button.data {
  margin-bottom: 0px;
  float: right;
}

/* line 20, ../../../app/assets/stylesheets/partials/_datatable.scss */
.alert-box {
  margin-top: 25px;
}

/* line 1, ../../../app/assets/stylesheets/partials/_about.scss */
.about-context {
  text-align: left;
}
/* line 4, ../../../app/assets/stylesheets/partials/_about.scss */
.about-context p {
  text-align: left;
}
/* line 7, ../../../app/assets/stylesheets/partials/_about.scss */
.about-context p#second {
  padding-top: 25px;
}
/* line 10, ../../../app/assets/stylesheets/partials/_about.scss */
.about-context ul {
  padding-top: 25px;
}

/* line 3, ../../../app/assets/stylesheets/partials/_shop.scss */
.shop .header img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

/* line 13, ../../../app/assets/stylesheets/partials/_shop.scss */
.pagination {
  float: right;
  margin-right: 25px;
}

/* line 18, ../../../app/assets/stylesheets/partials/_shop.scss */
.pagination > li > a {
  color: black !important;
}

/* line 22, ../../../app/assets/stylesheets/partials/_shop.scss */
.product-grid {
  width: 100% !important;
  padding: 0px;
}

/* line 25, ../../../app/assets/stylesheets/partials/_shop.scss */
.product-grid div {
  cursor: pointer;
  height: 320px;
  color: black;
  padding: 0px;
  position: relative;
}

/* line 31, ../../../app/assets/stylesheets/partials/_shop.scss */
.product-grid div img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s 0s, color 0s;
  transition: all 0.5s 0s, color 0s;
}

/* line 36, ../../../app/assets/stylesheets/partials/_shop.scss */
.product-grid div .overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s 0s, color 0s;
  transition: all 0.5s 0s, color 0s;
}

/* line 43, ../../../app/assets/stylesheets/partials/_shop.scss */
.product-grid div .overlay:hover {
  opacity: 1;
}

/* line 45, ../../../app/assets/stylesheets/partials/_shop.scss */
.product-grid div .overlay p {
  text-align: center;
  color: #fff;
}

/* line 48, ../../../app/assets/stylesheets/partials/_shop.scss */
.product-grid div .overlay .vertical-align-table {
  width: 100%;
  height: 100%;
}

/* line 51, ../../../app/assets/stylesheets/partials/_shop.scss */
.product-grid div .overlay .vertical-align-table {
  display: table;
}

/* line 53, ../../../app/assets/stylesheets/partials/_shop.scss */
.product-grid div .overlay .vertical-align-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 57, ../../../app/assets/stylesheets/partials/_shop.scss */
.product-grid div .overlay .vertical-align-cell a {
  color: #000;
  width: 100%;
  height: 50px;
  background: transparent;
  padding: 15px;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  font-weight: bold;
  margin: 0 auto;
}

/* line 66, ../../../app/assets/stylesheets/partials/_shop.scss */
.product-grid div .overlay .vertical-align-cell a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 68, ../../../app/assets/stylesheets/partials/_shop.scss */
.product-grid div .overlay .description {
  color: #000;
  margin-top: -20px;
  margin-bottom: 55px;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

/* line 81, ../../../app/assets/stylesheets/partials/_shop.scss */
.project-detail {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100023;
}
/* line 92, ../../../app/assets/stylesheets/partials/_shop.scss */
.project-detail #close-cross {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  float: right;
}
/* line 100, ../../../app/assets/stylesheets/partials/_shop.scss */
.project-detail .container {
  top: 40%;
  margin-top: -250px;
  width: 95%;
  max-height: auto;
  max-width: 600px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
/* line 112, ../../../app/assets/stylesheets/partials/_shop.scss */
.project-detail .container #close-button {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
}
/* line 123, ../../../app/assets/stylesheets/partials/_shop.scss */
.project-detail .container .swiper-container {
  width: 100%;
  height: 100%;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 129, ../../../app/assets/stylesheets/partials/_shop.scss */
.project-detail .container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 148, ../../../app/assets/stylesheets/partials/_shop.scss */
.project-detail .container img {
  height: auto;
  width: 100%;
}
/* line 153, ../../../app/assets/stylesheets/partials/_shop.scss */
.project-detail .container p {
  font-size: 18px;
  padding: 10px;
  padding-bottom: 25px;
}
/* line 159, ../../../app/assets/stylesheets/partials/_shop.scss */
.project-detail .container h2 {
  margin-top: 15px;
  font-size: 24px;
}

/* line 167, ../../../app/assets/stylesheets/partials/_shop.scss */
.swiper-pagination-bullet-active {
  background: #fff;
}

/* line 171, ../../../app/assets/stylesheets/partials/_shop.scss */
footer {
  width: 100%;
  height: auto;
  background: black;
}
/* line 176, ../../../app/assets/stylesheets/partials/_shop.scss */
footer h2, footer h3 {
  color: #fff;
  text-align: center;
  font-size: 46px;
  padding: 80px;
}
/* line 181, ../../../app/assets/stylesheets/partials/_shop.scss */
footer h2 a, footer h3 a {
  color: #fff;
  text-decoration: underline;
}
/* line 186, ../../../app/assets/stylesheets/partials/_shop.scss */
footer h2 h3, footer h3 h3 {
  font-size: 36px;
  padding: 10px;
  padding-bottom: 25px;
}

@media screen and (max-width: 720px) {
  /* line 196, ../../../app/assets/stylesheets/partials/_shop.scss */
  footer h2 {
    font-size: 28px;
    padding: 10px;
    padding-top: 80px;
  }
  /* line 201, ../../../app/assets/stylesheets/partials/_shop.scss */
  footer h3 {
    font-size: 18px;
    padding: 10px;
  }
}
/* line 9, ../../../app/assets/stylesheets/application.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../../../app/assets/stylesheets/application.scss */
body {
  font-weight: 400;
  font-family: 'Lato', Arial, sans-serif;
}

/* line 22, ../../../app/assets/stylesheets/application.scss */
input:focus {
  outline: none !important;
  outline-color: transparent !important;
  outline-style: none !important;
}

/* line 28, ../../../app/assets/stylesheets/application.scss */
.sy-box {
  margin-top: 200px;
}

/* line 33, ../../../app/assets/stylesheets/application.scss */
.product-section-header {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 37, ../../../app/assets/stylesheets/application.scss */
.product-section-header div #section-products {
  border: 2px solid green;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0.2em 0.4em;
  margin-left: -25px !important;
  font-size: 1em;
  cursor: pointer;
  color: green;
  outline: none;
  text-decoration: none;
}

/* line 58, ../../../app/assets/stylesheets/application.scss */
.products-inner {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
/* line 61, ../../../app/assets/stylesheets/application.scss */
.products-inner li {
  position: relative;
}

/* line 66, ../../../app/assets/stylesheets/application.scss */
.item-footer {
  position: absolute;
  height: 66px;
  background: rgba(255, 255, 255, 0.9);
  bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 10px;
}
/* line 78, ../../../app/assets/stylesheets/application.scss */
.item-footer .product-title {
  font-size: 15px;
  clear: both;
}
/* line 82, ../../../app/assets/stylesheets/application.scss */
.item-footer .product-price {
  font-size: 13px;
  line-height: 15px;
  float: right;
  clear: both;
}
/* line 88, ../../../app/assets/stylesheets/application.scss */
.item-footer .product-link {
  font-size: 12px;
  padding-top: 10px;
  color: green;
}
/* line 92, ../../../app/assets/stylesheets/application.scss */
.item-footer .product-link:hover {
  color: black;
}

/* line 100, ../../../app/assets/stylesheets/application.scss */
.cat-select ul {
  float: right;
}
/* line 102, ../../../app/assets/stylesheets/application.scss */
.cat-select ul li {
  padding-left: 7px;
  padding-right: 7px;
  display: inline;
  color: #333;
  opacity: 0.7;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
/* line 112, ../../../app/assets/stylesheets/application.scss */
.cat-select ul li:hover {
  cursor: pointer;
  opacity: 1;
}
/* line 116, ../../../app/assets/stylesheets/application.scss */
.cat-select ul li .active {
  color: green;
}

@media screen and (max-width: 640px) {
  /* line 125, ../../../app/assets/stylesheets/application.scss */
  .cat-select {
    display: block;
    margin: 0 auto;
  }
  /* line 128, ../../../app/assets/stylesheets/application.scss */
  .cat-select ul {
    margin-top: 25px;
    float: none;
    text-align: center;
  }
  /* line 132, ../../../app/assets/stylesheets/application.scss */
  .cat-select ul li {
    padding-left: 7px;
    padding-right: 7px;
    display: inline;
  }
}
/* line 142, ../../../app/assets/stylesheets/application.scss */
.section-products {
  margin-bottom: 25px;
  max-height: 600px;
  overflow: hidden;
  -webkit-transition: max-height height .4s ease-in-out;
  transition: max-height height .4s ease-in-out;
  position: relative;
}
/* line 150, ../../../app/assets/stylesheets/application.scss */
.section-products footer {
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 200px;
  /* adjust it to your needs */
  background: url(data:image/svg+xml;base64,alotofcodehere);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  text-align: center;
}
/* line 170, ../../../app/assets/stylesheets/application.scss */
.section-products footer h2 {
  border: 2px solid green;
  margin-top: 75px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0.2em 0.4em;
  font-size: 1em;
  cursor: pointer;
  color: green;
  outline: none;
  text-decoration: none;
  -webkit-transition: color .4s;
  transition: color .4s;
}
/* line 189, ../../../app/assets/stylesheets/application.scss */
.section-products footer h2:hover {
  color: black;
}

/* line 196, ../../../app/assets/stylesheets/application.scss */
footer#map {
  width: 100%;
  height: 350px;
  position: relative;
}
/* line 200, ../../../app/assets/stylesheets/application.scss */
footer#map #map-canvas {
  width: 100%;
  height: 100%;
  margin-top: 25px;
}
/* line 205, ../../../app/assets/stylesheets/application.scss */
footer#map #overlay {
  width: 100%;
  height: auto;
  min-height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
/* line 219, ../../../app/assets/stylesheets/application.scss */
footer#map .buttons div {
  text-align: center;
  border: 2px solid white;
  margin-top: 45px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 1em 0.4em;
  font-size: 1em;
  cursor: pointer;
  color: white;
  outline: none;
  text-decoration: none;
}
/* line 236, ../../../app/assets/stylesheets/application.scss */
footer#map .location-btn {
  margin-bottom: 25px;
}

/* line 241, ../../../app/assets/stylesheets/application.scss */
.cat-active {
  opacity: 1;
}

/* line 246, ../../../app/assets/stylesheets/application.scss */
#admin .container-login {
  max-width: 360px;
  margin: 0 auto;
  margin-top: 100px;
}
/* line 251, ../../../app/assets/stylesheets/application.scss */
#admin .container-login .login-btn {
  background: green;
}

/* line 257, ../../../app/assets/stylesheets/application.scss */
.contact-info {
  opacity: 1;
  text-align: center;
  color: #fff;
  line-height: 22px;
  padding-top: 40px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  clear: both;
}

/* line 271, ../../../app/assets/stylesheets/application.scss */
h1#section-about {
  border: 2px solid green;
  margin-top: 75px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0.2em 0.4em;
  font-size: 1em;
  cursor: pointer;
  color: green;
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 1194px) {
  /* line 288, ../../../app/assets/stylesheets/application.scss */
  .logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 641px) {
  /* line 294, ../../../app/assets/stylesheets/application.scss */
  #categories {
    margin-top: 15px;
  }
}
/* line 299, ../../../app/assets/stylesheets/application.scss */
.product-item {
  cursor: pointer;
}

/* line 303, ../../../app/assets/stylesheets/application.scss */
.pp {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.75);
  position: fixed;
  background: #fff;
  display: none;
  z-index: 182019820;
}
/* line 313, ../../../app/assets/stylesheets/application.scss */
.pp #close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  margin-top: 10px;
}
/* line 320, ../../../app/assets/stylesheets/application.scss */
.pp .image {
  height: 200px;
  overflow: hidden;
}
/* line 323, ../../../app/assets/stylesheets/application.scss */
.pp .image img {
  width: 100%;
  margin-top: -100px;
}
/* line 329, ../../../app/assets/stylesheets/application.scss */
.pp .pp-content {
  padding: 10px;
  height: 200px;
}
/* line 332, ../../../app/assets/stylesheets/application.scss */
.pp .pp-content #pp-title {
  height: 20px;
}
/* line 334, ../../../app/assets/stylesheets/application.scss */
.pp .pp-content #pp-title #title {
  text-align: left;
  float: left;
}
/* line 338, ../../../app/assets/stylesheets/application.scss */
.pp .pp-content #pp-title #price {
  text-align: right;
  float: right;
}
/* line 343, ../../../app/assets/stylesheets/application.scss */
.pp .pp-content #pp-description {
  margin-top: 10px;
  font-size: 14px;
}
/* line 347, ../../../app/assets/stylesheets/application.scss */
.pp .pp-content #pp-description #pp-description-header {
  font-weight: bold;
}
/* line 351, ../../../app/assets/stylesheets/application.scss */
.pp .pp-content #pp-facebook {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -42.5px;
  margin-bottom: 45px !important;
}
/* line 361, ../../../app/assets/stylesheets/application.scss */
.pp .pp-content #pp-view {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -99px;
  border: 2px solid green;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0.2em 0.4em;
  margin-bottom: 10px !important;
  font-size: 1em;
  cursor: pointer;
  color: green;
  outline: none;
  text-decoration: none;
}

/* line 385, ../../../app/assets/stylesheets/application.scss */
#google_translate_element {
  position: absolute;
  bottom: 0px;
  right: 5px;
}

/* line 394, ../../../app/assets/stylesheets/application.scss */
#categories {
  height: 26.375px;
  padding: 0px;
  padding-left: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
  color: green;
  border: 2px solid green;
  font-weight: 400;
  letter-spacing: 1px;
  outline: none;
}

/* line 409, ../../../app/assets/stylesheets/application.scss */
table {
  width: 100%;
}

/* line 416, ../../../app/assets/stylesheets/application.scss */
.top-bar-section .left .active a {
  background: green !important;
}

/* line 426, ../../../app/assets/stylesheets/application.scss */
a:hover {
  color: #333333;
}

/* line 431, ../../../app/assets/stylesheets/application.scss */
.button {
  background: green;
}
/* line 433, ../../../app/assets/stylesheets/application.scss */
.button:hover {
  background: #333333;
}

/* line 438, ../../../app/assets/stylesheets/application.scss */
i {
  color: green;
}
/* line 440, ../../../app/assets/stylesheets/application.scss */
i:hover {
  color: #333333;
}

/* line 445, ../../../app/assets/stylesheets/application.scss */
input[type=submit] {
  cursor: pointer;
}

/* line 453, ../../../app/assets/stylesheets/application.scss */
#content-submit-btn {
  float: right;
  width: 100%;
}

/* line 460, ../../../app/assets/stylesheets/application.scss */
tr td a {
  color: green;
}

/* line 466, ../../../app/assets/stylesheets/application.scss */
.product-image {
  width: 50px;
}
/* line 469, ../../../app/assets/stylesheets/application.scss */
.product-image a img {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
}

/* line 480, ../../../app/assets/stylesheets/application.scss */
.news {
  background: #f0f0f0;
}
/* line 482, ../../../app/assets/stylesheets/application.scss */
.news header {
  background-image: url("/assets/images/kringloop2.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 487, ../../../app/assets/stylesheets/application.scss */
.news .content {
  background: white;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 75px;
}
@media screen and (max-width: 520px) {
  /* line 487, ../../../app/assets/stylesheets/application.scss */
  .news .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 500, ../../../app/assets/stylesheets/application.scss */
.news .content h1 {
  font-weight: bold;
  font-size: 2.2em;
}
@media screen and (max-width: 750px) {
  /* line 500, ../../../app/assets/stylesheets/application.scss */
  .news .content h1 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 620px) {
  /* line 500, ../../../app/assets/stylesheets/application.scss */
  .news .content h1 {
    font-size: 1.4em;
  }
}
/* line 516, ../../../app/assets/stylesheets/application.scss */
.news .content .items {
  margin-top: 50px;
}
/* line 518, ../../../app/assets/stylesheets/application.scss */
.news .content .items .item {
  margin-top: 25px;
  border-bottom: 1px solid #eee;
  height: auto;
}
/* line 519, ../../../app/assets/stylesheets/application.scss */
.news .content .items .item:hover {
  background: #f2f2f2;
  cursor: pointer;
}
/* line 526, ../../../app/assets/stylesheets/application.scss */
.news .content .items .item .text {
  padding: 5px;
  font-family: museo-sans,sans-serif;
  font-weight: 300;
  color: #444;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 5px;
}
/* line 536, ../../../app/assets/stylesheets/application.scss */
.news .content .items .item .meta {
  padding: 5px;
}
/* line 538, ../../../app/assets/stylesheets/application.scss */
.news .content .items .item .meta ul {
  padding-top: 15px;
  padding-bottom: 20px;
  height: 24px;
}
/* line 542, ../../../app/assets/stylesheets/application.scss */
.news .content .items .item .meta ul li {
  font-family: museo-sans,sans-serif;
  font-weight: 300;
  color: #aaa;
  font-size: 13px;
  float: left;
}
/* line 548, ../../../app/assets/stylesheets/application.scss */
.news .content .items .item .meta ul li:nth-child(1) {
  padding-right: 5px;
}
/* line 552, ../../../app/assets/stylesheets/application.scss */
.news .content .items .item .meta ul li:nth-child(3) {
  padding-left: 5px;
}
