<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 55px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #fc615d;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fb302b;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #fc615d;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #fb302b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #222222;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .swatch-item {
    min-height: 123px;
  }
}
.swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.color-brand-primary {
  background: #fc615d;
}
.color-brand-secondary {
  background: #428bca;
}
.color-brand-success {
  background: #5cb85c;
}
.color-brand-danger {
  background: #d9534f;
}
.color-brand-warning {
  background: #f0ad4e;
}
.color-brand-info {
  background: #5bc0de;
}
.color-gray-darker {
  background: #222222;
}
.color-gray-dark {
  background: #333333;
}
.color-gray {
  background: #666666;
}
.color-gray-light {
  background: #999999;
  color: #333333;
}
.color-gray-lighter {
  background: #eeeeee;
  color: #333333;
}
.color-gray-lightest {
  background: #f7f7f7;
  color: #333333;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 72px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 47px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 72px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 72px;
}
.features-list .feature-row h3 {
  font-size: 30px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 47px;
}
.jumbotron iframe {
  margin-top: 24px;
}
@-webkit-keyframes popUp {
  70% {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-moz-keyframes popUp {
  70% {
    -moz-transform: scale(1.1);
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes popUp {
  70% {
    transform: scale(1.1);
    filter: alpha(opacity=80);
    opacity: 0.8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-moz-keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromRight {
  0% {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    -webkit-animation-timing-function: ease-out;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-moz-keyframes moveFromRight {
  0% {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    -moz-animation-timing-function: ease-out;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes moveFromRight {
  50% {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    animation-timing-function: ease-out;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromBottom {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    -webkit-animation-timing-function: ease-out;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    -moz-animation-timing-function: ease-out;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes moveFromBottom {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    animation-timing-function: ease-out;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-out;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-out;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    -moz-animation-timing-function: ease-out;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-out;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    animation-timing-function: ease-out;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: rotateY(-40deg);
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: rotateY(0deg);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: rotateY(-40deg);
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  100% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: rotateY(0deg);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes flip {
  0% {
    animation-timing-function: ease-out;
    transform: rotateY(-40deg);
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  100% {
    animation-timing-function: ease-out;
    transform: rotateY(0deg);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .enable-effect .ja-animate {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .enable-effect .inview .ja-animate[data-animation="pop-up"],
  .enable-effect .inview .ja-animate.pop-up {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: popUp 1200ms ease-in-out forwards;
    -moz-animation: popUp 1200ms ease-in-out forwards;
    -ms-animation: popUp 1200ms ease-in-out forwards;
    animation: popUp 1200ms ease-in-out forwards;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  .enable-effect .inview .ja-animate[data-animation="move-from-left"],
  .enable-effect .inview .ja-animate.move-from-left {
    -webkit-animation: moveFromLeft 2400ms ease-in-out forwards;
    -moz-animation: moveFromLeft 2400ms ease-in-out forwards;
    animation: moveFromLeft 2400ms ease-in-out forwards;
  }
  .enable-effect .inview .ja-animate[data-animation="move-from-right"],
  .enable-effect .inview .ja-animate.move-from-right {
    -webkit-animation: moveFromRight 2400ms ease-in-out forwards;
    -moz-animation: moveFromRight 2400ms ease-in-out forwards;
    animation: moveFromRight 2400ms ease-in-out forwards;
  }
  .enable-effect .inview .ja-animate[data-animation="move-from-bottom"],
  .enable-effect .inview .ja-animate.move-from-bottom {
    -webkit-animation: moveFromBottom 2400ms ease-in-out forwards;
    -moz-animation: moveFromBottom 2400ms ease-in-out forwards;
    animation: moveFromBottom 2400ms ease-in-out forwards;
  }
  .enable-effect .inview .ja-animate[data-animation="fadeIn"],
  .enable-effect .inview .ja-animate.fadeIn {
    -webkit-animation: fadeIn 2400ms ease-in-out forwards;
    -moz-animation: fadeIn 2400ms ease-in-out forwards;
    animation: fadeIn 2400ms ease-in-out forwards;
  }
  .enable-effect .inview .ja-animate[data-animation="fadeInUp"],
  .enable-effect .inview .ja-animate.fadeInUp {
    -webkit-animation: fadeInUp 2400ms ease-in-out forwards;
    -moz-animation: fadeInUp 2400ms ease-in-out forwards;
    animation: fadeInUp 2400ms ease-in-out forwards;
  }
  .enable-effect .inview .ja-animate[data-animation="flip"],
  .enable-effect .inview .ja-animate.flip {
    transform-style: preserve-3d;
    -webkit-animation: flip 2400ms ease-in-out forwards;
    -moz-animation: flip 2400ms ease-in-out forwards;
    animation: flip 2400ms ease-in-out forwards;
  }
  .enable-effect .inview .ja-animate[data-delay="item-0"],
  .enable-effect .inview .ja-animate.dl-item-0 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-1"],
  .enable-effect .inview .ja-animate.dl-item-1 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-2"],
  .enable-effect .inview .ja-animate.dl-item-2 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-3"],
  .enable-effect .inview .ja-animate.dl-item-3 {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-4"],
  .enable-effect .inview .ja-animate.dl-item-4 {
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-5"],
  .enable-effect .inview .ja-animate.dl-item-5 {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-6"],
  .enable-effect .inview .ja-animate.dl-item-6 {
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-7"],
  .enable-effect .inview .ja-animate.dl-item-7 {
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-8"],
  .enable-effect .inview .ja-animate.dl-item-8 {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-9"],
  .enable-effect .inview .ja-animate.dl-item-9 {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-10"],
  .enable-effect .inview .ja-animate.dl-item-10 {
    -webkit-animation-delay: 1700ms;
    animation-delay: 1700ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-11"],
  .enable-effect .inview .ja-animate.dl-item-11 {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-12"],
  .enable-effect .inview .ja-animate.dl-item-12 {
    -webkit-animation-delay: 1900ms;
    animation-delay: 1900ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-13"],
  .enable-effect .inview .ja-animate.dl-item-13 {
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-15"],
  .enable-effect .inview .ja-animate.dl-item-15 {
    -webkit-animation-delay: 2100ms;
    animation-delay: 2100ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-16"],
  .enable-effect .inview .ja-animate.dl-item-16 {
    -webkit-animation-delay: 2200ms;
    animation-delay: 2200ms;
  }
  .enable-effect .inview .ja-animate[data-delay="200"],
  .enable-effect .inview .ja-animate.dl-2 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
  }
  .enable-effect .inview .ja-animate[data-delay="400"],
  .enable-effect .inview .ja-animate.dl-4 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  .enable-effect .inview .ja-animate[data-delay="600"],
  .enable-effect .inview .ja-animate.dl-6 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
  }
  .enable-effect .inview .ja-animate[data-delay="800"],
  .enable-effect .inview .ja-animate.dl-8 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  .enable-effect .inview .ja-animate[data-delay="1000"],
  .enable-effect .inview .ja-animate.dl-10 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
}
.enable-effect.ie11 .ja-animate.fadeInUp {
  filter: alpha(opacity=100);
  opacity: 1;
}
.enable-effect.ie9 .ja-animate,
.enable-effect.ie8 .ja-animate,
.enable-effect.old-ie .ja-animate,
.enable-effect.ie9 .inview .ja-animate,
.enable-effect.ie8 .inview .ja-animate,
.enable-effect.old-ie .inview .ja-animate {
  filter: alpha(opacity=100);
  opacity: 1;
}
.enable-effect.ie9 .inview [data-animation="pop-up"] .ja-animate,
.enable-effect.ie8 .inview [data-animation="pop-up"] .ja-animate,
.enable-effect.old-ie .inview [data-animation="pop-up"] .ja-animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ja-masonry-wrap {
  margin-left: -15px;
  margin-right: -15px;
  
  
  
  
  
}
.ja-masonry-wrap .item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.ja-masonry-wrap .item-bg-dark .item-inner,
.ja-masonry-wrap .item-bg-dark article {
  background-color: #333333;
  color: #ffffff;
}
.ja-masonry-wrap .item-bg-highlight .item-inner,
.ja-masonry-wrap .item-bg-highlight article {
  background-color: #fff4f3;
}
.ja-masonry-wrap .badge.hot {
  background-color: #fc615d;
  color: #ffffff;
}
.ja-masonry-wrap .badge.new {
  background-color: #0077bb;
  color: #ffffff;
}
.ja-masonry-wrap .grid-sizer {
  margin-bottom: 0;
}
.ja-masonry-wrap .grid-xs-1 .item {
  width: 100%;
}
.ja-masonry-wrap .grid-xs-2 .item {
  width: 50%;
}
.ja-masonry-wrap .grid-xs-3 .item {
  width: 33.3%;
}
.ja-masonry-wrap .grid-xs-4 .item {
  width: 25%;
}
.ja-masonry-wrap .grid-xs-5 .item {
  width: 20%;
}
.ja-masonry-wrap .grid-xs-6 .item {
  width: 16.6%;
}
.ja-masonry-wrap .grid-xs-7 .item {
  width: 14.28%;
}
.ja-masonry-wrap .grid-xs-8 .item {
  width: 12.5%;
}
.ja-masonry-wrap .grid-xs-9 .item {
  width: 11.1%;
}
.ja-masonry-wrap .grid-xs-10 .item {
  width: 10%;
}
@media (min-width: 600px) {
  .ja-masonry-wrap .grid-smx-1 .item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-smx-2 .item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-smx-3 .item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-smx-4 .item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-smx-5 .item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-smx-6 .item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-smx-7 .item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-smx-8 .item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-smx-9 .item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-smx-10 .item {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .ja-masonry-wrap .grid-sm-1 .item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-sm-2 .item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-sm-3 .item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-sm-4 .item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-sm-5 .item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-sm-6 .item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-sm-7 .item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-sm-8 .item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-sm-9 .item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-sm-10 .item {
    width: 10%;
  }
}
@media (min-width: 992px) {
  .ja-masonry-wrap .grid-md-1 .item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-md-2 .item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-md-3 .item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-md-4 .item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-md-5 .item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-md-6 .item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-md-7 .item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-md-8 .item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-md-9 .item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-md-10 .item {
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .ja-masonry-wrap .grid-lg-1 .item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-lg-2 .item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-lg-3 .item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-lg-4 .item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-lg-4 .item.item-2 {
    width: 50%;
  }
  .ja-masonry-wrap .grid-lg-5 .item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-lg-6 .item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-lg-7 .item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-lg-8 .item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-lg-9 .item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-lg-10 .item {
    width: 10%;
  }
}

html.ie8 .ja-masonry-wrap .item {
  margin-left: -0.5px;
}</pre></body></html>