/*
@media (max-width: $xl) {
}
@media (max-width: $lg) {
}
@media (max-width: $md) {
}
@media (max-width: $sm) {
}
@media (max-width: $xs) {
}
*/
body {
  font-family: 'Open Sans', sans-serif;
  color: black;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

:focus {
  outline: 0px; }

h1,
h2,
h3,
h4,
p,
a,
ul,
hr,
time {
  margin: 0;
  padding: 0; }

p,
h1,
h2,
h3,
h4,
time {
  margin-bottom: 20px; }

h1,
h2,
h3,
.button {
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 2px; }

h1 {
  font-size: 45px; }

h2 {
  font-size: 33px; }

h3 {
  font-size: 20px;
  text-transform: uppercase; }

time {
  display: block; }

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none; }

input:focus {
  outline: none; }

.button {
  display: inline-block;
  border: 1px solid black;
  text-transform: uppercase;
  padding: 12px 15px 10px;
  transition: .2s; }

.button:hover,
.button.active {
  background: #efff00;
  border-color: #efff00; }

.breadcrumb {
  background: none;
  padding: 0px; }

.breadcrumb-item + .breadcrumb-item::before {
  font-family: 'fontawesome';
  content: '\f105'; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.8); }

header,
section,
footer {
  padding: 30px 15px; }

@media (max-width: 768px) {
  h1 {
    font-size: 33px; }
  h2 {
    font-size: 25px; }
  h3 {
    font-size: 16px; } }

.title {
  padding: 50px 15px 30px;
  text-align: center; }

.product-list {
  background: #f3f3f3; }
  .product-list h3 {
    position: relative;
    top: 12px;
    left: -15px; }

.product-list .sort {
  position: relative;
  top: -6px;
  right: -15px;
  float: right;
  width: 200px;
  background: white;
  border: 1px solid black;
  margin-bottom: 20px;
  text-align: center;
  padding: 0px 10px; }
  .product-list .sort select {
    border: none;
    background: none;
    position: relative;
    width: 100%;
    height: 50px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .product-list .sort:hover {
    cursor: pointer; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-list .sort select {
    background: none !important; } }

.product {
  background: white;
  border: 1px solid white;
  overflow: hidden;
  transition: .2s; }
  .product:hover {
    border: 1px solid #c2c2c2; }
    .product:hover .callus {
      opacity: 1; }
  .product time {
    margin-bottom: 10px; }
  .product h2 {
    margin-bottom: 17px; }
  .product h2 + p {
    min-height: 50px; }
  .product .callus {
    position: absolute;
    right: 20px;
    opacity: 0; }

.product:not(:last-child) {
  margin-bottom: 30px; }

.product .left,
.product .right {
  padding: 20px; }

.store img {
  margin-bottom: 30px; }

.store .bottom,
.blog .bottom {
  text-align: center; }

.blog {
  background: #f3f3f3; }

.blog-title h1 {
  border-bottom: 1px solid black;
  padding-bottom: 20px; }

.blog-title .button {
  width: 100%;
  text-align: center; }

.article > a > div {
  position: relative;
  z-index: 2;
  height: 300px;
  background: url("../img/article@2x.jpg") center center no-repeat;
  background-size: 105%;
  margin-bottom: 30px;
  color: white;
  padding: 30px;
  transition: .5s;
  cursor: pointer; }
  .article > a > div h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .article > a > div h2 {
    transition: .5s; }
  .article > a > div:hover {
    background-size: 120%; }
    .article > a > div:hover h2 {
      color: #efff00; }
  .article > a > div .content {
    position: relative;
    z-index: 2; }
  .article > a > div:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }

.article-title {
  color: white;
  background: black center top no-repeat;
  background-size: cover; }
  .article-title h1 {
    margin-top: 50px;
    margin-bottom: 100px; }
  .article-title .breadcrumb-item.active,
  .article-title .breadcrumb-item + .breadcrumb-item::before {
    color: white; }
  .article-title .content {
    position: relative;
    z-index: 2; }
  .article-title:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }

.article-content ul {
  margin-bottom: 20px;
  margin-left: 40px; }

.article-content li {
  margin-bottom: 5px; }

.article-content h2, .article-content h3, .article-content h4 {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0px; }

.article-content h2 {
  font-size: 25px; }

.article-content h3 {
  font-size: 20px; }

.article-content h4 {
  font-size: 18px; }

.article-content a {
  text-decoration: underline; }
  .article-content a:hover {
    opacity: .7; }

@media (max-width: 1200px) {
  .product .callus {
    opacity: 1; }
  .article > a > div,
  .article > a > div:hover {
    background-size: cover; }
  .article-title h1 {
    margin-bottom: 50px; } }

@media (max-width: 768px) {
  .title {
    padding: 30px 15px 10px; }
  .product-list {
    text-align: center; }
  .product-list h3 {
    top: auto;
    left: auto; }
  .product-list .sort {
    float: none;
    margin: 15px auto 25px;
    right: auto;
    top: auto; }
  .product .right {
    padding-top: 0px; }
  .product .callus {
    position: relative;
    right: -5px; }
  .article > a > div {
    height: 250px; }
  .article-title h1 {
    margin-top: 30px;
    margin-bottom: 0px; }
  .cat .button.active,
  .cat .button:hover {
    border: 1px solid black; } }

header {
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-weight: 600;
  background: #efff00; }
  header .left h3 {
    margin-bottom: 5px; }
  header .left p {
    margin-bottom: 0px; }
  header .logo {
    position: absolute;
    left: 0px;
    right: 0;
    top: -15px;
    display: block;
    max-width: 270px;
    margin: 0 auto; }
  header .right {
    text-align: right; }
  header .right .button:hover {
    background: black;
    border-color: black;
    color: #efff00; }

@media (max-width: 992px) {
  header .left p {
    font-size: 20px;
    margin-top: 5px; } }

@media (max-width: 768px) {
  header {
    padding-bottom: 15px; }
  header .left,
  header .right {
    text-align: center;
    padding: 15px; }
  header .logo {
    position: relative; } }

footer {
  background: #eaeaea;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600; }
  footer ul {
    list-style: none; }
  footer li {
    display: inline-block; }
  footer li:not(:last-child) {
    margin-right: 15px; }
  footer .left .fa {
    margin-right: 10px; }
  footer .right {
    text-align: right;
    color: rgba(0, 0, 0, 0.5); }
    footer .right a {
      transition: .2s; }
    footer .right a:hover {
      text-decoration: underline;
      color: black; }

@media (max-width: 1200px) {
  footer .left,
  footer .right {
    text-align: center; }
  footer .right ul {
    margin-top: 20px; } }


.paging {
	width: 100%;
	text-align: center;
}
.paging i {
	background: #efff00;
	border: 1px solid  #eaeaea;
    padding: 3px 9px;
    font-size: 18px;
    margin: 0px 10px;
    transition: .2s;
}
.paging i:hover {
	/*border-color: rgba(0,0,0,0.2);*/
	background: black;
	color: #efff00;
}

.article-content img {
	max-width: 100%;
    height: auto;
}
