﻿#blog {
  margin-top: 110px;
  float: left;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #blog {
    margin-top: 150px;
  }
}
#blog .container-fluid {
  max-width: 1920px;
}
@media screen and (min-width: 1200px) {
  #blog .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1460px) {
  #blog .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
#blog .row.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#blog .row.flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
#blog .row.flex .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
#blog .image-slashed {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
}
#blog .image-slashed img {
  transition: ease 0.4s;
  width: 100%;
}
#blog .image-slashed .slash {
  width: 100px;
  height: 120%;
  position: absolute;
  background: white;
  left: -100px;
  bottom: 0;
  transition: ease 0.4s;
  transform-origin: bottom right;
}
#blog .image-slashed .slash.slash-right {
  left: auto;
  right: -100px;
  transform-origin: top left;
  bottom: auto;
  top: 0;
}
#blog .image-slashed:hover img {
  transform: scale(1.1);
}
#blog .image-slashed:hover .slash-left {
  transform: rotate(5deg);
}
#blog .image-slashed:hover .slash-right {
  transform: rotate(5deg);
}
#blog .hero .container-fluid {
  padding: 0;
}
#blog .hero .hero-content {
  padding: 40px 35px 0;
}
#blog .hero .hero-content h1 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 24px;
  transition: ease 0.4s;
  color: #000000;
  line-height: 24px;
  left: 0;
  position: relative;
}
#blog .hero .hero-content h2 {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 24px;
  color: #000000;
}
#blog .hero .hero-content p {
  color: #222222;
}
#blog .hero:hover img {
  transform: scale(1.1);
}
#blog .hero:hover .slash-left {
  transform: rotate(5deg);
}
#blog .hero:hover .slash-right {
  transform: rotate(5deg);
}
@media screen and (min-width: 768px) {
  #blog .hero .container-fluid {
    padding: 0 15px;
  }
  #blog .hero .hero-content {
    padding: 0 70px 0 0;
  }
  #blog .hero:hover .hero-content h1 {
    left: -50px;
  }
}
@media screen and (min-width: 1200px) {
  #blog .hero .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  #blog .hero .hero-content {
    padding: 70px;
  }
  #blog .hero .hero-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #blog .hero .hero-content h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1460px) {
  #blog .hero .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
  #blog .hero .hero-content h1 {
    font-size: 60px;
    margin-bottom: 40px;
    line-height: 66px;
  }
  #blog .hero .hero-content h2 {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 44px;
  }
  #blog .hero .hero-content p {
    font-size: 20px;
    line-height: 28px;
  }
}
#blog .post-hero {
  margin-top: -110px;
  padding-bottom: 176%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#blog .post-hero h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 35px;
  height: 20px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #blog .post-hero {
    padding-bottom: 80%;
  }
  #blog .post-hero h1 {
    margin: auto 50px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  #blog .post-hero {
    margin-top: -150px;
    padding-bottom: 50%;
  }
  #blog .post-hero h1 {
    margin: auto 130px;
    font-size: 60px;
    line-height: 66px;
  }
}
@media screen and (min-width: 1420px) {
  #blog .post-hero {
    margin-top: -150px;
    padding-bottom: 45%;
  }
}
#blog #blog-post {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  margin-top: 120px;
  position: relative;
  /*> div:not(#social-bar) {
            margin-top: 50px;
        }*/
}
#blog #blog-post h2 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 30px;
}
#blog #blog-post h3 {
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  margin: 0 0 30px;
}
#blog #blog-post p {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  line-height: 20px;
  font-size: 14px;
  color: #222222;
  margin: 0 0 30px;
}
#blog #blog-post .container-fluid {
  padding: 0 34px;
}
#blog #blog-post .text-snippet {
  margin-bottom: 20px;
}
#blog #blog-post .image-left-snippet {
  margin-bottom: 20px;
}
#blog #blog-post .image-left-snippet img {
  margin-bottom: 50px;
  width: 100%;
}
#blog #blog-post .image-right-snippet {
  margin-bottom: 50px;
}
#blog #blog-post .image-right-snippet img {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #blog #blog-post {
    margin-top: 70px;
  }
  #blog #blog-post .text-snippet {
    margin-bottom: 40px;
  }
  #blog #blog-post .image-left-snippet {
    margin-bottom: 40px;
  }
  #blog #blog-post .image-left-snippet img {
    margin-bottom: 70px;
  }
  #blog #blog-post .image-right-snippet {
    margin-bottom: 70px;
  }
  #blog #blog-post .image-right-snippet img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #blog #blog-post {
    margin-top: 70px;
  }
  #blog #blog-post .text-snippet {
    margin-bottom: 150px;
  }
  #blog #blog-post .image-left-snippet {
    margin-bottom: 150px;
    padding-left: 0;
  }
  #blog #blog-post .image-left-snippet img {
    margin-bottom: 0;
    width: 100%;
  }
  #blog #blog-post .image-left-snippet .col-lg-6:first-of-type {
    padding: 0;
  }
}
@media screen and (min-width: 1420px) {
  #blog #blog-post h2 {
    font-size: 32px;
    line-height: 44px;
    margin: 0 0 30px;
  }
  #blog #blog-post h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 30px;
  }
  #blog #blog-post p {
    line-height: 20px;
    font-size: 20px;
    margin: 0 0 30px;
  }
}
#blog #blog-post #product {
  padding: 0;
  margin-bottom: 50px;
}
#blog #blog-post #product .grey-container:before {
  display: none;
}
#blog #blog-post #product .grey-container:after {
  display: none;
}
#blog #blog-post #product p {
  font-size: 13px;
  font-size: 14px;
  line-height: 20px;
  color: #8d8d8d;
  font-family: "franklin-gothic-urw", sans-serif;
}
@media screen and (min-width: 768px) {
  #blog #blog-post #product .grey-container:before,
  #blog #blog-post #product .grey-container:after {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #blog #blog-post #product {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1420px) {
  #blog #blog-post #product {
    margin-bottom: 150px;
  }
}
#blog #social-bar {
  margin-left: 34px;
  position: relative;
  top: 0;
  z-index: 10;
  margin-top: 45px;
}
#blog #social-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#blog #social-bar ul li {
  display: inline-block;
  float: left;
  margin-right: 14px;
}
#blog #social-bar ul li a {
  color: #fff;
  background: #000000;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  transition: ease 0.3s background;
}
#blog #social-bar ul li a:hover {
  background: #EFCE00;
}
@media screen and (min-width: 768px) {
  #blog #social-bar {
    margin-left: 30px;
  }
  #blog #social-bar ul li {
    display: block;
    float: none;
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 1420px) {
  #blog #social-bar {
    margin-left: 140px;
  }
  #blog #social-bar ul li {
    display: block;
    float: none;
    margin: 0 0 15px;
  }
  #blog #social-bar ul li a {
    width: 46px;
    line-height: 46px;
    font-size: 24px;
  }
}
#blog .gallery {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #blog .gallery {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #blog .gallery {
    margin-bottom: 150px;
  }
}
#blog .gallery > div {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-bottom: 60%;
  float: left;
}
#blog .gallery.gallery-size-1 div {
  width: 100%;
  float: left;
}
#blog .gallery.gallery-size-2 div:nth-child(1),
#blog .gallery.gallery-size-2 div:nth-child(1) {
  width: 100%;
  float: left;
}
@media screen and (min-width: 1200px) {
  #blog .gallery.gallery-size-2 div:nth-child(1),
  #blog .gallery.gallery-size-2 div:nth-child(2) {
    width: 50%;
    float: left;
    padding-bottom: 30%;
  }
}
#blog .gallery.gallery-size-3 div:nth-child(2),
#blog .gallery.gallery-size-3 div:nth-child(3) {
  width: 50%;
  float: left;
  padding-bottom: 42%;
}
@media screen and (min-width: 768px) {
  #blog .gallery.gallery-size-3 div:nth-child(1) {
    width: 64%;
    float: left;
    padding-bottom: 60%;
  }
  #blog .gallery.gallery-size-3 div:nth-child(2),
  #blog .gallery.gallery-size-3 div:nth-child(3) {
    width: 36%;
    float: left;
    padding-bottom: 30%;
  }
}
#blog .gallery.gallery-size-4 div:nth-child(1) {
  padding-bottom: 60%;
}
#blog .gallery.gallery-size-4 div:nth-child(2) {
  width: 50%;
  float: left;
  padding-bottom: 70%;
}
#blog .gallery.gallery-size-4 div:nth-child(3),
#blog .gallery.gallery-size-4 div:nth-child(4) {
  width: 50%;
  padding-bottom: 35%;
  float: left;
}
@media screen and (min-width: 1200px) {
  #blog .gallery.gallery-size-4 div:nth-child(1) {
    width: 50%;
    padding-bottom: 50%;
  }
  #blog .gallery.gallery-size-4 div:nth-child(2) {
    width: 25%;
    padding-bottom: 50%;
  }
  #blog .gallery.gallery-size-4 div:nth-child(3),
  #blog .gallery.gallery-size-4 div:nth-child(4) {
    width: 25%;
    padding-bottom: 25%;
  }
}
#blog #blog-list {
  margin: 45px 0;
  background: #F7F7F7;
  padding: 0 20px;
}
#blog #blog-list > .container-fluid .row {
  background: #F7F7F7;
}
#blog #blog-list > .container-fluid [class*='col-']:first-of-type {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #blog #blog-list > .container-fluid [class*='col-']:nth-child(2) {
    padding-top: 50px;
  }
  #blog #blog-list > .container-fluid [class*='col-']:nth-child(even) {
    padding-left: 25px;
  }
  #blog #blog-list > .container-fluid [class*='col-']:nth-child(odd) {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  #blog #blog-list > .container-fluid [class*='col-']:first-of-type {
    padding-top: 80px;
  }
  #blog #blog-list > .container-fluid [class*='col-']:nth-child(2) {
    padding-top: 80px;
  }
  #blog #blog-list > .container-fluid [class*='col-']:nth-child(even) {
    padding-left: 50px;
    padding-right: 120px;
  }
  #blog #blog-list > .container-fluid [class*='col-']:nth-child(odd) {
    padding-right: 50px;
    padding-left: 120px;
  }
}
#blog #blog-list .blog-list-item {
  margin-bottom: 50px;
  display: block;
  width: 100%;
}
#blog #blog-list .blog-list-item .title {
  font-size: 22px;
  color: #000;
  font-style: italic;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  transition: ease left 0.4s;
  position: relative;
  left: 0;
}
#blog #blog-list .blog-list-item .image-slashed {
  margin-bottom: 24px;
}
#blog #blog-list .blog-list-item .image-slashed .slash {
  background: #f7f7f7;
}
#blog #blog-list .blog-list-item:hover {
  text-decoration: none;
}
#blog #blog-list .blog-list-item:hover .title {
  left: 7%;
}
#blog #blog-list .blog-list-item.loading {
  float: left;
  width: 100%;
}
#blog #blog-list .blog-list-item.loading .gradient {
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e8e8e8 8%, #f7f7f7 38%, #e8e8e8 54%);
  background-size: 1000px 640px;
  position: relative;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
#blog #blog-list .blog-list-item.loading .title {
  width: 100%;
  height: 26px;
  float: left;
}
#blog #blog-list .blog-list-item.loading .image {
  width: 100%;
  height: 200px;
  float: left;
}
#blog #blog-list .blog-list-item.loading p {
  width: 100%;
  height: 20px;
  float: left;
  margin: 20px 0 5px;
}
#blog #blog-list .blog-list-item.loading p:last-of-type {
  width: 65%;
  margin: 0 0 5px;
}
#blog #blog-list .load-more {
  text-align: center;
  margin-bottom: 60px;
}
#blog #blog-list .load-more a {
  color: #000;
  font-size: 12px;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  line-height: 40px;
  font-weight: bold;
}
#blog #blog-list .load-more a:before {
  background-color: #D0D0D0;
}
@media screen and (min-width: 1200px) {
  #blog #blog-list {
    margin: 50px 0 60px;
    background: none;
    padding: 0 15px;
  }
  #blog #blog-list .blog-list-item {
    margin-bottom: 100px;
  }
  #blog #blog-list .blog-list-item .title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  #blog #blog-list .blog-list-item p {
    font-size: 20px;
    color: #222222;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    line-height: 28px;
  }
  #blog #blog-list .load-more {
    margin-bottom: 100px;
  }
}
.row-link {
  background: #F7F7F7;
  padding: 34px;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 0 0 50px;
}
.row-link p {
  font-style: italic;
  margin-bottom: 24px !important;
}
.row-link .h2 {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  color: #000;
  font-weight: bold;
  margin-bottom: 24px;
}
.row-link .image-slashed .slash {
  background: #F7F7F7 !important;
}
.row-link .slash {
  width: 100px;
  height: 120%;
  position: absolute;
  background: white;
  left: -100px;
  bottom: 0;
  transition: ease 0.4s;
  transform-origin: bottom right;
}
.row-link .slash.slash-right {
  left: auto;
  right: -100px;
  transform-origin: top left;
  bottom: auto;
  top: 0;
}
@media screen and (min-width: 768px) {
  .row-link {
    width: calc(100% - 20px);
    margin: 0 10px 50px;
  }
  .row-link:hover img {
    transform: scale(1.1);
  }
  .row-link:hover .slash-left {
    transform: rotate(5deg);
  }
  .row-link:hover .slash-right {
    transform: rotate(5deg);
  }
  .row-link .col-sm-8 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .row-link {
    width: calc(100% - 40px);
    margin: 0 20px 70px;
  }
  .row-link .col-sm-8 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1420px) {
  .row-link {
    width: calc(100% - 120px);
    margin: 0 60px 150px;
  }
  .row-link p {
    font-size: 20px;
    margin-bottom: 50px !important;
  }
  .row-link .h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}