h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #292c35;
}
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: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
::selection {
  background: #252525;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #252525;
  color: #ffffff;
  text-shadow: none;
}
::-webkit-selection {
  background: #252525;
  color: #ffffff;
  text-shadow: none;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.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: #252525;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0c0c0c;
}
.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: #252525;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0c0c0c;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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 > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.53846154;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .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;
  }
}
@media (min-width: 480px) {
  .login-form-module .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .login-form-module .dl-horizontal dd {
    margin-left: 180px;
  }
}
.swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #222222;
  color: #ffffff;
  margin-bottom: 20px;
}
@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: #252525;
}
.color-brand-secondary {
  background: #f58220;
}
.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: #555555;
}
.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: 10px 20px;
  margin: 0 0 20px;
  font-size: 16.25px;
  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.53846154;
  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: 20px;
  font-style: normal;
  line-height: 1.53846154;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 45px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 26px;
}
.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: 45px;
}
.jumbotron iframe {
  margin-top: 20px;
}
.ja-masonry-wrap {
  
  
  
  
  
}
.ja-masonry-wrap .isotope-item {
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.ja-masonry-wrap .isotope-item img {
  max-width: 100%;
}
.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: #727272;
}
.ja-masonry-wrap .badge.hot {
  background-color: #cc0000;
  color: #ffffff;
}
.ja-masonry-wrap .badge.new {
  background-color: #0077bb;
  color: #ffffff;
}
.ja-masonry-wrap .grid-sizer {
  margin-bottom: 0;
}
.ja-masonry-wrap #es .es-mini-header {
  border-color: #ebeef0;
}
.ja-masonry-wrap #es .es-mini-header .o-nav--block {
  white-space: normal;
}
.ja-masonry-wrap .grid-xs-1 .isotope-item {
  width: 100%;
}
.ja-masonry-wrap .grid-xs-2 .isotope-item {
  width: 50%;
}
.ja-masonry-wrap .grid-xs-3 .isotope-item {
  width: 33.3%;
}
.ja-masonry-wrap .grid-xs-4 .isotope-item {
  width: 25%;
}
.ja-masonry-wrap .grid-xs-5 .isotope-item {
  width: 20%;
}
.ja-masonry-wrap .grid-xs-6 .isotope-item {
  width: 16.6%;
}
.ja-masonry-wrap .grid-xs-7 .isotope-item {
  width: 14.28%;
}
.ja-masonry-wrap .grid-xs-8 .isotope-item {
  width: 12.5%;
}
.ja-masonry-wrap .grid-xs-9 .isotope-item {
  width: 11.1%;
}
.ja-masonry-wrap .grid-xs-10 .isotope-item {
  width: 10%;
}
@media (min-width: 600px) {
  .ja-masonry-wrap .grid-smx-1 .isotope-item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-smx-2 .isotope-item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-smx-2 .isotope-item.item-2 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-smx-2 .isotope-item.item-3 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-smx-2 .isotope-item.item-4 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-smx-3 .isotope-item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-smx-4 .isotope-item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-smx-5 .isotope-item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-smx-6 .isotope-item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-smx-7 .isotope-item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-smx-8 .isotope-item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-smx-9 .isotope-item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-smx-10 .isotope-item {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .ja-masonry-wrap .grid-sm-1 .isotope-item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-sm-2 .isotope-item {
    width: 49.9%;
  }
  .ja-masonry-wrap .grid-sm-2 .isotope-item.item-2 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-sm-2 .isotope-item.item-3 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-sm-2 .isotope-item.item-4 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-sm-3 .isotope-item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-sm-4 .isotope-item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-sm-5 .isotope-item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-sm-6 .isotope-item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-sm-7 .isotope-item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-sm-8 .isotope-item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-sm-9 .isotope-item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-sm-10 .isotope-item {
    width: 10%;
  }
}
@media (min-width: 992px) {
  .ja-masonry-wrap .grid-md-1 .isotope-item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-md-2 .isotope-item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-md-3 .isotope-item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-md-3 .isotope-item.item-2 {
    width: 66.6%;
  }
  .ja-masonry-wrap .grid-md-3 .isotope-item.item-3 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-md-3 .isotope-item.item-4 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-md-4 .isotope-item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-md-4 .isotope-item.item-2 {
    width: 50%;
  }
  .ja-masonry-wrap .grid-md-4 .isotope-item.item-3 {
    width: 75%;
  }
  .ja-masonry-wrap .grid-md-4 .isotope-item.item-4 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-md-5 .isotope-item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-md-6 .isotope-item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-md-7 .isotope-item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-md-8 .isotope-item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-md-9 .isotope-item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-md-10 .isotope-item {
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .ja-masonry-wrap .grid-lg-1 .isotope-item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-lg-2 .isotope-item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-lg-3 .isotope-item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-lg-4 .isotope-item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-lg-4 .isotope-item.item-2 {
    width: 50%;
  }
  .ja-masonry-wrap .grid-lg-4 .isotope-item.item-4 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-lg-5 .isotope-item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-lg-5 .isotope-item.item-2 {
    width: 40%;
  }
  .ja-masonry-wrap .grid-lg-5 .isotope-item.item-3 {
    width: 60%;
  }
  .ja-masonry-wrap .grid-lg-5 .isotope-item.item-5 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-lg-6 .isotope-item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-lg-6 .isotope-item.item-2 {
    width: 33.2%;
  }
  .ja-masonry-wrap .grid-lg-7 .isotope-item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-lg-8 .isotope-item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-lg-9 .isotope-item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-lg-10 .isotope-item {
    width: 10%;
  }
}
@media (min-width: 1600px) {
  .ja-masonry-wrap .grid-hd-1 .isotope-item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-hd-2 .isotope-item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-hd-3 .isotope-item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-hd-4 .isotope-item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-hd-4 .isotope-item.item-2 {
    width: 50%;
  }
  .ja-masonry-wrap .grid-hd-4 .isotope-item.item-4 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-hd-5 .isotope-item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-hd-5 .isotope-item.item-2 {
    width: 40%;
  }
  .ja-masonry-wrap .grid-hd-5 .isotope-item.item-3 {
    width: 60%;
  }
  .ja-masonry-wrap .grid-hd-5 .isotope-item.item-5 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-hd-6 .isotope-item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-hd-6 .isotope-item.item-2 {
    width: 33.2%;
  }
  .ja-masonry-wrap .grid-hd-7 .isotope-item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-hd-8 .isotope-item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-hd-9 .isotope-item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-hd-10 .isotope-item {
    width: 10%;
  }
}

html.ie8 .ja-masonry-wrap .isotope-item {
  margin-left: -0.5px;
}
@-webkit-keyframes movedown {
  0% {
    top: -300px;
  }
  100% {
    top: 60px;
  }
}
@-moz-keyframes movedown {
  0% {
    top: -300px;
  }
  100% {
    top: 60px;
  }
}
@-o-keyframes movedown {
  0% {
    top: -300px;
  }
  100% {
    top: 60px;
  }
}
@keyframes movedown {
  0% {
    top: -300px;
  }
  100% {
    top: 60px;
  }
}