.bootstrap-content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-content .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-content .row {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-content .row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.bootstrap-content .col-xs-1,
.bootstrap-content .col-sm-1,
.bootstrap-content .col-md-1,
.bootstrap-content .col-lg-1,
.bootstrap-content .col-xs-2,
.bootstrap-content .col-sm-2,
.bootstrap-content .col-md-2,
.bootstrap-content .col-lg-2,
.bootstrap-content .col-xs-3,
.bootstrap-content .col-sm-3,
.bootstrap-content .col-md-3,
.bootstrap-content .col-lg-3,
.bootstrap-content .col-xs-4,
.bootstrap-content .col-sm-4,
.bootstrap-content .col-md-4,
.bootstrap-content .col-lg-4,
.bootstrap-content .col-xs-5,
.bootstrap-content .col-sm-5,
.bootstrap-content .col-md-5,
.bootstrap-content .col-lg-5,
.bootstrap-content .col-xs-6,
.bootstrap-content .col-sm-6,
.bootstrap-content .col-md-6,
.bootstrap-content .col-lg-6,
.bootstrap-content .col-xs-7,
.bootstrap-content .col-sm-7,
.bootstrap-content .col-md-7,
.bootstrap-content .col-lg-7,
.bootstrap-content .col-xs-8,
.bootstrap-content .col-sm-8,
.bootstrap-content .col-md-8,
.bootstrap-content .col-lg-8,
.bootstrap-content .col-xs-9,
.bootstrap-content .col-sm-9,
.bootstrap-content .col-md-9,
.bootstrap-content .col-lg-9,
.bootstrap-content .col-xs-10,
.bootstrap-content .col-sm-10,
.bootstrap-content .col-md-10,
.bootstrap-content .col-lg-10,
.bootstrap-content .col-xs-11,
.bootstrap-content .col-sm-11,
.bootstrap-content .col-md-11,
.bootstrap-content .col-lg-11,
.bootstrap-content .col-xs-12,
.bootstrap-content .col-sm-12,
.bootstrap-content .col-md-12,
.bootstrap-content .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-content .col-xs-1,
.bootstrap-content .col-xs-2,
.bootstrap-content .col-xs-3,
.bootstrap-content .col-xs-4,
.bootstrap-content .col-xs-5,
.bootstrap-content .col-xs-6,
.bootstrap-content .col-xs-7,
.bootstrap-content .col-xs-8,
.bootstrap-content .col-xs-9,
.bootstrap-content .col-xs-10,
.bootstrap-content .col-xs-11,
.bootstrap-content .col-xs-12 {
  float: left;
}
.bootstrap-content .col-xs-12 {
  width: 100%;
}
.bootstrap-content .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap-content .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap-content .col-xs-9 {
  width: 75%;
}
.bootstrap-content .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap-content .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap-content .col-xs-6 {
  width: 50%;
}
.bootstrap-content .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap-content .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap-content .col-xs-3 {
  width: 25%;
}
.bootstrap-content .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap-content .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap-content .col-xs-pull-12 {
  right: 100%;
}
.bootstrap-content .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap-content .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap-content .col-xs-pull-9 {
  right: 75%;
}
.bootstrap-content .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap-content .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap-content .col-xs-pull-6 {
  right: 50%;
}
.bootstrap-content .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap-content .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap-content .col-xs-pull-3 {
  right: 25%;
}
.bootstrap-content .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap-content .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap-content .col-xs-pull-0 {
  right: auto;
}
.bootstrap-content .col-xs-push-12 {
  left: 100%;
}
.bootstrap-content .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap-content .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap-content .col-xs-push-9 {
  left: 75%;
}
.bootstrap-content .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap-content .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap-content .col-xs-push-6 {
  left: 50%;
}
.bootstrap-content .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap-content .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap-content .col-xs-push-3 {
  left: 25%;
}
.bootstrap-content .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap-content .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap-content .col-xs-push-0 {
  left: auto;
}
.bootstrap-content .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap-content .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap-content .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap-content .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap-content .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap-content .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap-content .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap-content .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap-content .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap-content .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap-content .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap-content .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap-content .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bootstrap-content .col-sm-1,
  .bootstrap-content .col-sm-2,
  .bootstrap-content .col-sm-3,
  .bootstrap-content .col-sm-4,
  .bootstrap-content .col-sm-5,
  .bootstrap-content .col-sm-6,
  .bootstrap-content .col-sm-7,
  .bootstrap-content .col-sm-8,
  .bootstrap-content .col-sm-9,
  .bootstrap-content .col-sm-10,
  .bootstrap-content .col-sm-11,
  .bootstrap-content .col-sm-12 {
    float: left;
  }
  .bootstrap-content .col-sm-12 {
    width: 100%;
  }
  .bootstrap-content .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap-content .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap-content .col-sm-9 {
    width: 75%;
  }
  .bootstrap-content .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap-content .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap-content .col-sm-6 {
    width: 50%;
  }
  .bootstrap-content .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap-content .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap-content .col-sm-3 {
    width: 25%;
  }
  .bootstrap-content .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap-content .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap-content .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap-content .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-content .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-content .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap-content .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-content .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-content .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap-content .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-content .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-content .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap-content .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-content .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-content .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap-content .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap-content .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-content .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-content .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap-content .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-content .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-content .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap-content .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-content .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-content .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap-content .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-content .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-content .col-sm-push-0 {
    left: auto;
  }
  .bootstrap-content .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-content .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-content .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-content .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-content .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-content .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-content .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-content .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-content .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-content .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-content .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-content .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-content .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bootstrap-content .col-md-1,
  .bootstrap-content .col-md-2,
  .bootstrap-content .col-md-3,
  .bootstrap-content .col-md-4,
  .bootstrap-content .col-md-5,
  .bootstrap-content .col-md-6,
  .bootstrap-content .col-md-7,
  .bootstrap-content .col-md-8,
  .bootstrap-content .col-md-9,
  .bootstrap-content .col-md-10,
  .bootstrap-content .col-md-11,
  .bootstrap-content .col-md-12 {
    float: left;
  }
  .bootstrap-content .col-md-12 {
    width: 100%;
  }
  .bootstrap-content .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap-content .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap-content .col-md-9 {
    width: 75%;
  }
  .bootstrap-content .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap-content .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap-content .col-md-6 {
    width: 50%;
  }
  .bootstrap-content .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap-content .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap-content .col-md-3 {
    width: 25%;
  }
  .bootstrap-content .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap-content .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap-content .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap-content .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-content .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-content .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap-content .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-content .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-content .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap-content .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-content .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-content .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap-content .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-content .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-content .col-md-pull-0 {
    right: auto;
  }
  .bootstrap-content .col-md-push-12 {
    left: 100%;
  }
  .bootstrap-content .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-content .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-content .col-md-push-9 {
    left: 75%;
  }
  .bootstrap-content .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-content .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-content .col-md-push-6 {
    left: 50%;
  }
  .bootstrap-content .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-content .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-content .col-md-push-3 {
    left: 25%;
  }
  .bootstrap-content .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-content .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-content .col-md-push-0 {
    left: auto;
  }
  .bootstrap-content .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-content .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-content .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-content .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-content .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-content .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-content .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-content .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-content .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-content .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-content .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-content .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-content .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-content .col-lg-1,
  .bootstrap-content .col-lg-2,
  .bootstrap-content .col-lg-3,
  .bootstrap-content .col-lg-4,
  .bootstrap-content .col-lg-5,
  .bootstrap-content .col-lg-6,
  .bootstrap-content .col-lg-7,
  .bootstrap-content .col-lg-8,
  .bootstrap-content .col-lg-9,
  .bootstrap-content .col-lg-10,
  .bootstrap-content .col-lg-11,
  .bootstrap-content .col-lg-12 {
    float: left;
  }
  .bootstrap-content .col-lg-12 {
    width: 100%;
  }
  .bootstrap-content .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap-content .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap-content .col-lg-9 {
    width: 75%;
  }
  .bootstrap-content .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap-content .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap-content .col-lg-6 {
    width: 50%;
  }
  .bootstrap-content .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap-content .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap-content .col-lg-3 {
    width: 25%;
  }
  .bootstrap-content .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap-content .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap-content .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap-content .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-content .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-content .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap-content .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-content .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-content .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap-content .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-content .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-content .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap-content .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-content .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-content .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap-content .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap-content .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-content .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-content .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap-content .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-content .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-content .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap-content .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-content .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-content .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap-content .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-content .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-content .col-lg-push-0 {
    left: auto;
  }
  .bootstrap-content .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-content .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-content .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-content .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-content .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-content .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-content .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-content .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-content .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-content .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-content .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-content .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-content .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bootstrap-content .visible-xs,
.bootstrap-content .visible-sm,
.bootstrap-content .visible-md,
.bootstrap-content .visible-lg {
  display: none !important;
}
.bootstrap-content .visible-xs-block,
.bootstrap-content .visible-xs-inline,
.bootstrap-content .visible-xs-inline-block,
.bootstrap-content .visible-sm-block,
.bootstrap-content .visible-sm-inline,
.bootstrap-content .visible-sm-inline-block,
.bootstrap-content .visible-md-block,
.bootstrap-content .visible-md-inline,
.bootstrap-content .visible-md-inline-block,
.bootstrap-content .visible-lg-block,
.bootstrap-content .visible-lg-inline,
.bootstrap-content .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrap-content .visible-xs {
    display: block !important;
  }
  .bootstrap-content table.visible-xs {
    display: table !important;
  }
  .bootstrap-content tr.visible-xs {
    display: table-row !important;
  }
  .bootstrap-content th.visible-xs,
  .bootstrap-content td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-content .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-content .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-content .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-content .visible-sm {
    display: block !important;
  }
  .bootstrap-content table.visible-sm {
    display: table !important;
  }
  .bootstrap-content tr.visible-sm {
    display: table-row !important;
  }
  .bootstrap-content th.visible-sm,
  .bootstrap-content td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-content .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-content .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-content .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-content .visible-md {
    display: block !important;
  }
  .bootstrap-content table.visible-md {
    display: table !important;
  }
  .bootstrap-content tr.visible-md {
    display: table-row !important;
  }
  .bootstrap-content th.visible-md,
  .bootstrap-content td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-content .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-content .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-content .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-content .visible-lg {
    display: block !important;
  }
  .bootstrap-content table.visible-lg {
    display: table !important;
  }
  .bootstrap-content tr.visible-lg {
    display: table-row !important;
  }
  .bootstrap-content th.visible-lg,
  .bootstrap-content td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-content .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-content .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-content .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-content .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-content .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-content .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-content .hidden-lg {
    display: none !important;
  }
}
.bootstrap-content .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.bootstrap-content .breadcrumb > li {
  display: inline-block;
}
.bootstrap-content .breadcrumb > li a {
  color: #0584ab;
}
.bootstrap-content .breadcrumb > li + li:before {
  content: "/";
  padding: 0 5px;
  color: #ccc;
}
.bootstrap-content .breadcrumb > .active {
  color: #777;
}
.bootstrap-content ol.breadcrumb {
  text-align: left;
  background: none;
  margin: 0;
  padding: 0 0 0 10%;
}
.bootstrap-content ol.breadcrumb a {
  color: #337ab7;
}
.bootstrap-content ol.breadcrumb .sep {
  color: #ccc;
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .bootstrap-content ol.breadcrumb {
    padding-left: 4%;
  }
}
.bootstrap-content .sidenav-trvl-thms {
  width: 88%;
  text-align: left;
  float: left;
}
.bootstrap-content .sidenav-trvl-thms li {
  list-style: none;
}
.bootstrap-content .sidenav-trvl-thms ul li {
  margin-left: 0;
}
.bootstrap-content .sidenav-trvl-thms ul li ul {
  margin-left: 20px;
}
.bootstrap-content .sidenav-trvl-thms ul li ul li {
  padding-left: 10px;
}
.bootstrap-content .sidenav-trvl-thms ul li ul li a {
  color: #878787;
}
.bootstrap-content .sidenav-trvl-thms ul li ul li.active {
  background: #e7faff;
  color: #0082a8;
}
.bootstrap-content .sidenav-trvl-thms ul li ul li.active a {
  color: #0082a8;
}
.bootstrap-content .sidenav-trvl-thms > ul > ul > li > a {
  color: #616161;
  font-size: 16px;
  font-weight: 700;
}
.bootstrap-content .sidenav-trvl-thms > ul > ul {
  margin: 0;
}
.bootstrap-content .sidenav-trvl-thms .top-head {
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  color: #b0b0b0;
}
.bootstrap-content .sidenav-trvl-thms .head-ul {
  color: #616161;
  font-size: 16px;
  font-weight: 700;
}
.bootstrap-content .sidenav-trvl-thms .child a {
  color: #878787;
  text-decoration: none;
}
.bootstrap-content .sidenav-trvl-thms .child a:hover {
  color: #0082a8;
  text-decoration: none;
}
.bootstrap-content .gw-sidebar .gw-nav-list li a {
  padding-left: 0 !important;
}
.bootstrap-content .gw-sidebar .gw-nav-list li ul li a {
  padding-left: 20px !important;
}
.bootstrap-content .main-cntent {
  margin-top: -20px;
  border-left: 1px solid #ccc;
}
@media only screen and (min-width: 992px) {
  .bootstrap-content .main-cntent {
    margin-top: -20px;
    border-left: 1px solid #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .bootstrap-content .main-cntent {
    border-left: 0;
  }
}
@media only screen and (max-width: 320px) {
  .bootstrap-content .main-cntent {
    border-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .bootstrap-content .main-cntent {
    border-left: 0;
  }
}
.bootstrap-content .mobile-top-bar {
  text-align: center;
}
.bootstrap-content .mobile-top-bar .filter-icon,
.bootstrap-content .mobile-top-bar .sort-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_filter.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
}
.bootstrap-content .mobile-top-bar .sort-icon {
  background-image: url(../images/icon_sort.png);
}
.bootstrap-content .mobile-top-bar .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 15px;
  font-style: normal;
  font-size: 10px;
  color: white;
  background-color: #1b6fb6;
  margin-top: 2px;
}
.bootstrap-content.filters-slide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(500px);
  transition: all 0.5s ease-in;
  z-index: 99999;
  background-color: #fff;
  display: none;
}
.bootstrap-content.filters-slide.shown {
  transform: translateX(0px);
}
.bootstrap-content.filters-slide .filter-head {
  background-color: #006DB1;
  background: -webkit-gradient(linear, left top, right top, from(#006cc5), to(#00cab2));
  background: -webkit-linear-gradient(left, #006cc5, #00cab2);
}
.bootstrap-content.filters-slide .filter-head .row {
  margin-bottom: 0;
}
.bootstrap-content.filters-slide .filter-body {
  padding: 20px;
  max-height: 90vh;
  overflow: auto;
}
.bootstrap-content.filters-slide .filter-body .sidenav-trvl-thms {
  float: none;
}
.bootstrap-content.filters-slide .filter-text,
.bootstrap-content.filters-slide .filter-text a {
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .bootstrap-content.filters-slide {
    display: block !important;
  }
}
.bootstrap-content .popover-content {
  display: none;
}
.bootstrap-content .popover-holder {
  position: relative;
  overflow: visible;
  cursor: pointer;
}
.bootstrap-content .popover-holder.active .popover-content {
  display: block;
  position: absolute;
  top: 30px;
  left: 45px;
  background: #fff;
  list-style-type: none;
  z-index: 1;
  max-width: 276px;
  padding: 5px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.bootstrap-content .popover-holder.active .popover-content li {
  list-style-type: none;
  margin: 0;
  line-height: 1.2em;
}
.bootstrap-content .popover-holder.active .popover-content li a {
  padding: 5px 15px;
  display: block;
  color: #656565;
  font-size: 14px;
  font-weight: 600;
}
.bootstrap-content .popover-holder.active .popover-content li a span {
  font-weight: normal;
}
.bootstrap-content .popover-holder.active .popover-content li a:hover {
  color: #00a498;
}
.bootstrap-content .popover-holder.active > .arrow,
.bootstrap-content .popover-holder.active > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-content .popover-holder.active > .arrow {
  border-width: 11px;
  top: 20px;
  left: 115px;
  margin-left: -32px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.bootstrap-content .popover-holder.active > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-width: 10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .bootstrap-content .popover-holder.active .popover-content {
    top: 40px;
  }
  .bootstrap-content .popover-holder.active > .arrow {
    top: 30px;
  }
}
.bootstrap-content .popover-holder i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.bootstrap-content .popover-holder .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 1px;
  margin-left: 5px;
}
.bootstrap-content.preview-header {
  background-color: #006DB1;
  background: -webkit-gradient(linear, left top, right top, from(#006cc5), to(#00cab2));
  background: -webkit-linear-gradient(left, #006cc5, #00cab2);
  background: -moz-linear-gradient(left, #006cc5, #00cab2);
  background: -ms-linear-gradient(left, #006cc5, #00cab2);
  background: -o-linear-gradient(left, #006cc5, #00cab2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  position: relative;
}
.bootstrap-content.preview-header .go-back {
  margin-top: 15px;
}
.bootstrap-content.preview-header .logo {
  margin-top: 18px;
}
.bootstrap-content.preview-header .preview-title {
  margin-top: 10px;
}
.bootstrap-content.preview-header .preview-title.text-center {
  text-align: center;
}
.bootstrap-content.preview-header h1 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.bootstrap-content.preview-header #logo img {
  max-width: 100%;
}
.bootstrap-content.preview-header .view-switcher {
  padding: 5px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
}
.bootstrap-content.preview-header .view-switcher .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-content.preview-header .view-switcher .btn:focus,
.bootstrap-content.preview-header .view-switcher .btn:active:focus,
.bootstrap-content.preview-header .view-switcher .btn.active:focus,
.bootstrap-content.preview-header .view-switcher .btn.focus,
.bootstrap-content.preview-header .view-switcher .btn:active.focus,
.bootstrap-content.preview-header .view-switcher .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-content.preview-header .view-switcher .btn:hover,
.bootstrap-content.preview-header .view-switcher .btn:focus,
.bootstrap-content.preview-header .view-switcher .btn.focus {
  color: #333;
  text-decoration: none;
}
.bootstrap-content.preview-header .view-switcher .btn:active,
.bootstrap-content.preview-header .view-switcher .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-content.preview-header .view-switcher .btn {
  font-size: 24px;
  color: #00696c;
  background: none;
  border: 1px solid #00696c;
  padding: 5px 10px;
}
.bootstrap-content.preview-header .view-switcher .btn:hover {
  color: #ffffff;
  border: 1px solid #00696c;
}
.bootstrap-content.preview-header .view-switcher .btn:active {
  color: #000000;
  background: #00696c;
}
.bootstrap-content.preview-header .view-switcher .btn.active {
  color: #ffffff;
  background: #00696c;
}
.bootstrap-content.preview-header .btn-group,
.bootstrap-content.preview-header .btn-group-vertical {
  position: relative;
  vertical-align: middle;
}
.bootstrap-content.preview-header .btn-group > .btn,
.bootstrap-content.preview-header .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap-content.preview-header .btn-group > .btn:hover,
.bootstrap-content.preview-header .btn-group-vertical > .btn:hover,
.bootstrap-content.preview-header .btn-group > .btn:focus,
.bootstrap-content.preview-header .btn-group-vertical > .btn:focus,
.bootstrap-content.preview-header .btn-group > .btn:active,
.bootstrap-content.preview-header .btn-group-vertical > .btn:active,
.bootstrap-content.preview-header .btn-group > .btn.active,
.bootstrap-content.preview-header .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap-content.preview-header .btn-group .btn + .btn,
.bootstrap-content.preview-header .btn-group .btn + .btn-group,
.bootstrap-content.preview-header .btn-group .btn-group + .btn,
.bootstrap-content.preview-header .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap-content.preview-header .btn-toolbar {
  margin-left: -5px;
}
.bootstrap-content.preview-header .btn-toolbar .btn,
.bootstrap-content.preview-header .btn-toolbar .btn-group,
.bootstrap-content.preview-header .btn-toolbar .input-group {
  float: left;
}
.bootstrap-content.preview-header .btn-toolbar > .btn,
.bootstrap-content.preview-header .btn-toolbar > .btn-group,
.bootstrap-content.preview-header .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap-content.preview-header .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap-content.preview-header .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap-content.preview-header .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-content.preview-header .btn-group > .btn:last-child:not(:first-child),
.bootstrap-content.preview-header .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-content.preview-header .btn-group > .btn-group {
  float: left;
}
.bootstrap-content.preview-header .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-content.preview-header .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-content.preview-header .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-content.preview-header .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-content.preview-header .btn-group .dropdown-toggle:active,
.bootstrap-content.preview-header .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap-content.preview-header .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.bootstrap-content.preview-header .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.bootstrap-content.preview-header .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-content.preview-header .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-content.preview-header .btn .caret {
  margin-left: 0;
}
.bootstrap-content.preview-header .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap-content.preview-header .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap-content.preview-header .btn-group-vertical > .btn,
.bootstrap-content.preview-header .btn-group-vertical > .btn-group,
.bootstrap-content.preview-header .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap-content.preview-header .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap-content.preview-header .btn-group-vertical > .btn + .btn,
.bootstrap-content.preview-header .btn-group-vertical > .btn + .btn-group,
.bootstrap-content.preview-header .btn-group-vertical > .btn-group + .btn,
.bootstrap-content.preview-header .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap-content.preview-header .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-content.preview-header .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-content.preview-header .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-content.preview-header .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-content.preview-header .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-content.preview-header .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-content.preview-header .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-content.preview-header .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap-content.preview-header .btn-group-justified > .btn,
.bootstrap-content.preview-header .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.bootstrap-content.preview-header .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap-content.preview-header .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap-content.preview-header [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-content.preview-header [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-content.preview-header [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-content.preview-header [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
@media (max-width: 996px) {
  .bootstrap-content.preview-header .go-back {
    text-align: left;
    position: absolute;
  }
  .bootstrap-content.preview-header .logo {
    margin-top: 30px;
    text-align: center;
  }
  .bootstrap-content.preview-header .logo img {
    width: 200px;
  }
  .bootstrap-content.preview-header .preview-title {
    line-height: 60px !important;
    text-align: center;
  }
  .bootstrap-content.preview-header .preview-title h1 {
    line-height: 1.1;
  }
}
.bootstrap-content.pagecontent {
  padding-top: 0;
  background-color: #fff;
  z-index: 99999;
}
#viewer {
  transition: all 0.5s;
  max-width: 100%;
  max-height: 100%;
  border: none;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
#viewer.mobile {
  width: 375px;
  height: 667px;
}
#viewer.tablet {
  width: 768px;
  height: 1024px;
}
#viewer.desktop {
  width: 100%;
  height: 840px;
}
.preview-holder {
  display: flex;
  justify-content: center;
}
.theme-card .imgwrapper {
  position: relative;
  padding-bottom: 20px;
}
.theme-card .imgwrapper .full-hover-border-effect {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .theme-card .imgwrapper:hover .full-hover-border-effect {
    line-height: 70px;
    text-align: center;
    border-color: #777;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    transition: all 200ms ease-out;
  }
  .theme-card .imgwrapper:hover .overlay {
    width: 100%;
    left: 0;
  }
}
.theme-card .img-a {
  position: relative;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
.theme-card .ribbon {
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.theme-card .ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #F70505;
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 19px;
  left: -21px;
}
.theme-card .ribbon span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #F70505;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #F70505;
}
.theme-card .ribbon span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #F70505;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #F70505;
}
.theme-card .img-responsive {
  max-width: 100%;
  height: auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.theme-card .overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(35, 52, 63, 0.9);
  overflow: hidden;
  width: 0;
  height: 100%;
  border-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
  z-index: 2;
}
.theme-card .text {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 36%;
  opacity: 1;
  left: 38%;
}
.theme-card .text .button {
  border-radius: 30px;
  color: #fff;
  text-decoration: none !important;
  width: 140px;
  background: #006eaa;
  margin-top: 15px;
  padding: 15px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.theme-card .text .button.transparent {
  background: none;
  border: 2px solid #fff;
}
.theme-card .theme_name {
  font-size: 16px !important;
  font-weight: 600;
  display: flex;
  margin-left: 4%;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 5px !important;
}
.theme-card .theme_name a {
  color: #2993b5;
}
.theme-card .author {
  color: #555;
  line-height: 1.5em;
  font-size: 13px;
  text-align: left;
  font-weight: 600;
  margin-left: 4%;
  margin-bottom: 5px !important;
}
.theme-card p {
  font-size: 15px !important;
  font-family: Lato;
  font-weight: 400;
  margin-top: 5px;
  font-style: italic;
  color: #999999;
  margin-left: 4%;
  text-align: left !important;
}
.theme-card .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #E0E0E0;
  border-radius: 15px;
  font-style: normal;
}
.theme-card .badge a {
  color: #41403B;
}
.theme-card .mobile-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
