@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url(http://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiYA.ttf) format('truetype');
}
body {
  background: white url(../images/bgtile-airshp.gif);
}
body #contback {
  background: transparent;
  position: static;
}
.sun-button {
  display: inline-block;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 0.2em;
  box-shadow: 0 0.2em 0;
  font-weight: 400;
  font-family: 'Oswald';
  font-size: 1.3em;
}
.sun-button i {
  padding-right: 0.3em;
  font-weight: bold;
  font-size: 1em;
}
@media (min-width: 940px) {
  .sun-button i {
    font-size: 1.15em;
  }
}
.sun-button img {
  height: 1.5em;
  width: auto;
  vertical-align: middle;
}
.sun-button:hover {
  color: rgba(0, 0, 0, 0.5);
}
.sun-button.color1 {
  color: white;
  background-color: #CD181F;
  box-shadow: 0 4px 0 #961217;
}
.sun-button.color1:hover {
  color: white;
  background-color: #e73138;
}
.sun-button.color2 {
  color: #b36508;
  background-color: #FEBD10;
  box-shadow: 0 4px 0 #F5992C;
}
.sun-button.color2:hover {
  background-color: #fecb43;
}
.sun-button.color3 {
  background-color: #18cecc;
  box-shadow: 0 4px 0 #129796;
}
.sun-button.color3:hover {
  background-color: #32e7e5;
}
.sun-button.color4 {
  background-color: #53c222;
  box-shadow: 0 4px 0 #3d8e19;
}
.sun-button.color4:hover {
  background-color: #6cdd3a;
}
.sun-button.colorWhite {
  background-color: #fff;
  box-shadow: 0 4px 0 #e0e0e0;
}
.sun-button.colorWhite:hover {
  background-color: #ffffff;
}
.sun-button.gofundme {
  padding: 0.25em 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sun-button.gofundme img {
  height: 1.5em;
  width: auto;
}
.morelink {
  margin-top: 2em;
  text-align: right;
}
.morelink a {
  display: inline-block;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 0.2em;
  box-shadow: 0 0.2em 0;
  font-weight: 400;
  font-family: 'Oswald';
  font-size: 1.3em;
  color: white;
  background-color: #CD181F;
  box-shadow: 0 4px 0 #961217;
}
.morelink a i {
  padding-right: 0.3em;
  font-weight: bold;
  font-size: 1em;
}
@media (min-width: 940px) {
  .morelink a i {
    font-size: 1.15em;
  }
}
.morelink a img {
  height: 1.5em;
  width: auto;
  vertical-align: middle;
}
.morelink a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.morelink a.color1 {
  color: white;
  background-color: #CD181F;
  box-shadow: 0 4px 0 #961217;
}
.morelink a.color1:hover {
  color: white;
  background-color: #e73138;
}
.morelink a.color2 {
  color: #b36508;
  background-color: #FEBD10;
  box-shadow: 0 4px 0 #F5992C;
}
.morelink a.color2:hover {
  background-color: #fecb43;
}
.morelink a.color3 {
  background-color: #18cecc;
  box-shadow: 0 4px 0 #129796;
}
.morelink a.color3:hover {
  background-color: #32e7e5;
}
.morelink a.color4 {
  background-color: #53c222;
  box-shadow: 0 4px 0 #3d8e19;
}
.morelink a.color4:hover {
  background-color: #6cdd3a;
}
.morelink a.colorWhite {
  background-color: #fff;
  box-shadow: 0 4px 0 #e0e0e0;
}
.morelink a.colorWhite:hover {
  background-color: #ffffff;
}
.morelink a.gofundme {
  padding: 0.25em 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.morelink a.gofundme img {
  height: 1.5em;
  width: auto;
}
.morelink a:hover {
  color: white;
  background-color: #e73138;
}
h2 {
  font-size: 2.1em;
}
#header {
  height: 210px;
  position: relative;
  overflow: hidden;
  background: #000;
  z-index: 99;
}
@media (max-width: 767px) {
  #header {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  #header {
    height: auto;
    overflow: visible;
  }
}
#header:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../images/header_background_default.jpg) no-repeat center center;
  background-size: cover;
  z-index: 0;
  opacity: 0.7;
  filter: blur(3px);
}
#header .section-top {
  position: relative;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  display: block;
}
#header .section-top > .holder {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(255, 255, 255, 0.3);
}
#header .section-top .section-top-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header .section-top .section-top-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #header .section-top .section-top-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #header .section-top .section-top-container {
    width: 1170px;
  }
}
#header .section-top .section-top-container > .holder {
  margin-left: -15px;
  margin-right: -15px;
}
#header .section-top .affiliates.radiodial {
  height: 60px;
  display: flex;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
#header .section-top .affiliates.radiodial .marker {
  position: absolute;
  height: 90%;
  width: 4px;
  left: 50%;
  margin-left: -2px;
  pointer-events: none;
  transition: left 0.4s ease-in-out;
}
#header .section-top .affiliates.radiodial .marker:before,
#header .section-top .affiliates.radiodial .marker:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 4px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
#header .section-top .affiliates.radiodial .marker:before {
  background: #CD181F;
  border: 2px solid #eb5157;
  border-width: 0 2px 2px 0;
  border-bottom-color: #CD181F;
}
#header .section-top .affiliates.radiodial .marker:after {
  background: rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  filter: blur(2px);
}
#header .section-top .affiliates.radiodial .marker.active:before {
  background: #53c222;
  border-color: #83e259;
  border-bottom-color: #53c222;
  opacity: 0.5;
}
#header .section-top .affiliates.radiodial > .holder {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#header .section-top .affiliates.radiodial .space {
  flex: 1;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  color: #18cecc;
  flex-direction: column;
  text-align: left;
  padding: 0.5em;
}
#header .section-top .affiliates.radiodial .space:after {
  content: '';
  height: 0.9em;
}
#header .section-top .affiliates.radiodial .space:before {
  content: '';
  background: url(../images/bg-radiobar.png) repeat-x center left;
  height: 1.3em;
  opacity: 0.6;
}
#header .section-top .affiliates.radiodial .station {
  display: flex;
  flex-basis: row;
  justify-content: center;
}
#header .section-top .affiliates.radiodial .station a {
  display: block;
  position: relative;
  display: flex;
  justify-content: flex-end;
  color: #18cecc;
  flex-direction: column;
  text-align: left;
}
#header .section-top .affiliates.radiodial .station a:after {
  content: '';
  height: 0.8em;
}
#header .section-top .affiliates.radiodial .station .freq {
  display: block;
  font-size: 1.1em;
  font-weight: 400;
}
#header .section-top .affiliates.radiodial .station .freq i {
  font-style: normal;
  font-weight: 300;
  font-size: 0.7em;
  padding-left: 0.15em;
}
#header .section-top .affiliates.radiodial .station .freq.small {
  font-size: 1.1em;
}
@media (min-width: 992px) {
  #header .section-top .affiliates.radiodial .station .freq {
    font-size: 1.3em;
  }
}
#header .section-top .affiliates.radiodial .station .city {
  display: block;
  line-height: normal;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.5em;
  position: relative;
  height: 1.3em;
}
@media (min-width: 992px) {
  #header .section-top .affiliates.radiodial .station .city {
    font-size: 0.8em;
  }
}
#header .section-top .affiliates.radiodial .station .city span {
  position: absolute;
  top: 0;
  left: 0;
}
#header .section-middle {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header .section-middle {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #header .section-middle {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #header .section-middle {
    width: 1170px;
  }
}
#header .section-middle > .holder {
  margin-left: -15px;
  margin-right: -15px;
}
#header .section-middle:after {
  content: '';
  display: table;
  clear: both;
}
#header .section-middle .textcol1,
#header .section-middle .textcol2 {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  #header .section-middle .textcol1,
  #header .section-middle .textcol2 {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  #header .section-middle .textcol1,
  #header .section-middle .textcol2 {
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 -1px 0px rgba(255, 255, 255, 0.3);
  }
  #header .section-middle .textcol1 h1,
  #header .section-middle .textcol2 h1 {
    padding: 0.5em 0;
    line-height: 1.5em;
  }
  #header .section-middle .textcol1 h1 i,
  #header .section-middle .textcol2 h1 i {
    line-height: 1.5em;
  }
}
@media (min-width: 768px) {
  #header .section-middle .textcol1,
  #header .section-middle .textcol2 {
    height: 275px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  #header .section-middle .textcol1,
  #header .section-middle .textcol2 {
    height: 320px;
  }
}
#header .section-middle .textcol1 h1,
#header .section-middle .textcol2 h1 {
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  color: white;
  font-family: 'Oswald';
  font-weight: 300;
  letter-spacing: 1px;
}
#header .section-middle .textcol1 h1 i,
#header .section-middle .textcol2 h1 i {
  font-size: 0.6em;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: -0.2em;
  margin: 0 -0.4em;
}
@media (min-width: 768px) {
  #header .section-middle .textcol1 h1,
  #header .section-middle .textcol2 h1 {
    text-align: right;
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  #header .section-middle .textcol1 h1,
  #header .section-middle .textcol2 h1 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  #header .section-middle .textcol1 h1,
  #header .section-middle .textcol2 h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  #header .section-middle .textcol1 {
    right: 33.33333333%;
  }
}
#header .section-middle .textcol1:after {
  content: '⚡';
  display: block;
  text-align: center;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: #FEBD10;
  z-index: 2;
}
@media (max-width: 767px) {
  #header .section-middle .textcol1 h1 {
    text-align: right;
    padding-right: 2em;
  }
}
@media (min-width: 768px) {
  #header .section-middle .textcol1:after {
    display: none;
  }
}
@media (min-width: 768px) {
  #header .section-middle .textcol2 h1 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #header .section-middle .textcol2 h1 {
    text-align: left;
    padding-left: 2em;
  }
}
#header .section-middle .logocol {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header .section-middle .logocol {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  #header .section-middle .logocol {
    left: 33.33333333%;
  }
}
#header .sun_logo {
  position: relative;
  max-height: 100%;
  height: 100%;
  width: auto;
  height: 275px;
  margin: auto;
  padding: 40px 0;
}
@media (min-width: 992px) {
  #header .sun_logo {
    height: 320px;
    padding: 0;
  }
}
#header .sun_logo #Stage_SunLogo1_SunRadioLogo-v1-Rays2 {
  visibility: hidden;
}
#header .section-bottom {
  clear: both;
  position: relative;
  font-size: 0.8em;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  #header .section-bottom {
    font-size: 1em;
  }
}
#header .section-bottom > .holder {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.5), inset 0 1px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(255, 255, 255, 0.1);
}
#header .section-bottom ul.links-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .section-bottom ul.links-nav li {
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.3);
}
#header .section-bottom ul.links-nav li a.social {
  display: inline-block;
  color: white;
  font-size: 1.3em;
  padding: 0.5em 1em;
}
#header .section-bottom ul.links-nav li a.social span {
  display: none;
}
#header .section-bottom ul.links-nav li a.social i {
  font-size: 1.2em;
}
#header .section-bottom ul.links-nav li a.social:hover {
  color: #FEBD10;
}
#header .section-bottom ul.links-nav li.donate {
  padding-right: 1em;
}
#header .section-bottom .col-left {
  padding-left: 0;
}
#header .section-bottom .col-left > .row {
  display: flex;
}
#header .section-bottom .col-left .col-listen {
  padding: 4px 0;
  width: auto;
  display: flex;
}
#header .section-bottom .col-left .col-listen > a {
  margin-right: 0.5em;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
#header .section-bottom .col-left .col-listen > a:last-child {
  margin-right: 0;
}
#header .section-bottom .col-left .col-nowplaying {
  width: auto;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  /*
				@media (min-width:@screen-sm){
					width: 59%;
					height:45px;
				}

				@media (min-width:@screen-md){
					width: 62%;
					height:auto;
				}
				@media (min-width:@screen-lg){
					width: 54%;
				}
				*/
}
#header .section-bottom .col-right {
  text-align: right;
}
#header .section-bottom .nowplaying {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.3);
  padding: 0 0 0 1em;
}
#header .section-bottom .nowplaying:after {
  content: '';
  display: table;
  clear: both;
}
#header .section-bottom .nowplaying h5,
#header .section-bottom .nowplaying h2 {
  color: white;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-weight: 100;
}
#header .section-bottom .nowplaying h5 {
  font-size: 0.8em;
  letter-spacing: 1px;
}
#header .section-bottom .nowplaying h2 {
  font-size: 1.3em;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#header .section-bottom .nowplaying h2 span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header .section-bottom .nowplaying h2 .song-title {
  max-width: 50%;
}
#header .section-bottom .nowplaying h2 .artist-title:before {
  content: '•';
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media (min-width: 992px) {
  #header .section-bottom .nowplaying h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  #header {
    height: auto;
  }
  #header .section-top,
  #header .section-bottom {
    display: none;
  }
}
.mobile-sticky-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.8em;
  padding: 0.35em 0.7em;
  z-index: 99999;
  display: flex;
  justify-content: flex-end;
}
.mobile-sticky-nav > a {
  margin-right: 0.5em;
  padding: 0.25em 0.5em;
}
.mobile-sticky-nav > a:last-child {
  margin-right: 0;
}
.mobile-sticky-nav > a.listen i {
  display: none;
}
@media (min-width: 768px) {
  .mobile-sticky-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-sticky-nav {
    position: fixed;
  }
}
#menu {
  padding: 0;
  margin: 0;
  top: 0;
  background: white;
  clear: both;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#menu .menu-row {
  height: auto;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #menu {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  #menu {
    font-size: 1em;
  }
}
.bl1,
.bl2,
.ev2,
.widget,
#page-left,
#page-right,
#page-full,
.error-404 h4,
#header,
h3.sh-title2,
#sng,
.sng-aut,
#author-info,
.text-home,
.bl1,
.bl2,
.ev2,
.pv2-info,
.mix,
#mediasng,
#menu,
.widget,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.tweets_list li,
.wp-caption {
  box-sizing: content-box;
}
/* center the nav */
#wizemenu > ul {
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wizemenu > ul a {
  transition: 0.1s ease-in-out;
}
#wizemenu > ul > li {
  display: inline-block;
  float: none;
  margin-top: 0;
}
#wizemenu > ul > li > a {
  text-transform: none;
  font-size: 1.4em;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 1em;
  color: #3f3f44;
}
#wizemenu > ul > li > a:hover {
  background: none;
}
#wizemenu > ul > li.active > a,
#wizemenu > ul > li:hover > a {
  color: #FEBD10;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0);
  background: none;
}
#wizemenu > ul > li.active > a:hover,
#wizemenu > ul > li:hover > a:hover {
  background: none;
}
#wizemenu > ul > li.active > a {
  box-shadow: inset 0 -4px 0 #FEBD10;
}
#wizemenu > ul > li.has-sub > a {
  padding: 1em;
}
#wizemenu > ul > li.has-sub > a:after {
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.15);
  font-weight: 300;
  bottom: 0.75em;
  right: 0;
}
#wizemenu > ul > li:hover ul {
  top: 3.15em;
}
#wizemenu > ul ul {
  text-align: left;
  padding-top: 1em;
}
#wizemenu > ul ul li a {
  font-family: 'Oswald';
  font-weight: 400;
}
#wizemenu > ul ul li a:hover {
  color: #FEBD10;
}
@media (max-width: 767px) {
  button#responsive-menu-button .responsive-menu-box {
    margin-top: 8px;
  }
}
#click-menu.overlay {
  background: none;
  padding: 0;
  background: transparent;
  left: 10px;
  cursor: pointer;
}
#click-menu.overlay #RMX {
  font-size: 62px;
  font-weight: bold;
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.5);
}
#click-menu.overlay #RM3Lines {
  width: 42px !important;
}
#click-menu.overlay #RM3Lines .line {
  height: 6px !important;
  margin-bottom: 8px !important;
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(255, 255, 255, 0.5);
}
h3.sh-title,
h3.wd-title,
h1.blog {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.15em;
}
h3.sh-title2 {
  background: transparent;
  color: #3f3f44;
}
.bl1-title h2,
.ev2-title h2 {
  font-weight: 400;
}
h3.wd-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
@media (max-width: 767px) {
  #wrap {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  body.single #wrap,
  body.page #wrap {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  body.home #wrap {
    padding-top: 0px;
  }
}
.page-title {
  margin-bottom: 1em;
}
#page-full {
  width: auto;
}
#page-full .page-title {
  position: static;
  width: auto;
  margin: 0 0 1em;
  padding: 0;
}
#page-left,
#sng {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #page-left,
  #sng {
    padding: 10px;
    width: auto;
  }
  #page-left h2,
  #sng h2 {
    font-size: 1.6em;
  }
  #page-left h3,
  #sng h3 {
    font-size: 1.4em;
  }
}
#sng {
  width: auto;
}
#blog-full {
  width: auto;
  margin: 0 auto;
  max-width: 774px;
}
#sidebar-right {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #sidebar-right > div:nth-child(odd),
  #sidebar-right .widget {
    width: auto;
    margin-right: 0;
  }
}
#sidebar-right > div:nth-child(odd) iframe,
#sidebar-right .widget iframe {
  width: 100%;
}
@media (max-width: 1189px) {
  #sidebar-right {
    top: auto;
    padding-bottom: 100px;
  }
}
body.page-layout-sidebar-right #contback > #wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 940px) {
  body.page-layout-sidebar-right #contback > #wrap {
    justify-content: space-between;
  }
}
body.page-layout-sidebar-right #contback > #wrap .page-title {
  width: 100%;
}
body.page-layout-sidebar-right #contback > #wrap > #page-left {
  width: 100%;
  margin-bottom: 2em;
}
@media (min-width: 940px) {
  body.page-layout-sidebar-right #contback > #wrap > #page-left {
    flex: 1;
    width: auto;
    margin-right: 2em;
  }
}
body.page-layout-sidebar-right #contback > #wrap > #sidebar-right {
  max-width: 370px;
  margin-bottom: 0;
}
@media (max-width: 1189px) {
  body.page-layout-sidebar-right #contback > #wrap > #sidebar-right {
    max-width: 370px;
    width: auto;
  }
  body.page-layout-sidebar-right #contback > #wrap > #sidebar-right > div:nth-child(odd) {
    margin-right: 0;
  }
}
body.page-layout-sidebar-right .home-fixed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}
@media (min-width: 1189px) {
  body.page-layout-sidebar-right .home-fixed {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
body.page-layout-sidebar-right .home-fixed > #home-left {
  width: 100% !important;
  margin-bottom: 2em;
}
@media (min-width: 1189px) {
  body.page-layout-sidebar-right .home-fixed > #home-left {
    flex: 1;
    width: auto !important;
    margin-right: 2em;
    max-width: 770px;
    min-width: 1px;
  }
}
body.page-layout-sidebar-right .home-fixed > #sidebar-right {
  max-width: 370px;
  margin-bottom: 0;
  margin-top: 0px;
  float: none;
}
@media (max-width: 1189px) {
  body.page-layout-sidebar-right .home-fixed > #sidebar-right {
    margin-top: 40px;
    max-width: 370px;
    width: auto;
  }
  body.page-layout-sidebar-right .home-fixed > #sidebar-right > div:nth-child(odd) {
    margin-right: 0;
  }
}
body.page-layout-sidebar-left #contback > #wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 940px) {
  body.page-layout-sidebar-left #contback > #wrap {
    justify-content: space-between;
  }
}
body.page-layout-sidebar-left #contback > #wrap .page-title {
  width: 100%;
}
body.page-layout-sidebar-left #contback > #wrap > #page-right {
  width: 100%;
  margin-bottom: 2em;
}
@media (min-width: 940px) {
  body.page-layout-sidebar-left #contback > #wrap > #page-right {
    order: 2;
    flex: 1;
    width: auto;
    margin-left: 2em;
  }
}
body.page-layout-sidebar-left #contback > #wrap > #sidebar-left {
  max-width: 370px;
  margin-bottom: 0;
  order: 1;
}
@media (max-width: 1189px) {
  body.page-layout-sidebar-left #contback > #wrap > #sidebar-left {
    max-width: 370px;
    width: auto;
  }
  body.page-layout-sidebar-left #contback > #wrap > #sidebar-left > div:nth-child(odd) {
    margin-right: 0;
  }
}
.widget {
  width: auto;
  margin-bottom: 5em;
  padding: 10px;
}
.widget h3.wd-title {
  top: -40px;
  padding: 10px;
  height: 40px;
  line-height: 1;
}
@media (min-width: 768px) {
  .widget {
    padding: 10px;
  }
}
.widget.wppaszone {
  background: none;
  margin-bottom: 6em;
}
@media all and (max-width: 767px) {
  #sidebar-right {
    clear: left;
  }
  #sidebar-right .widget {
    float: none;
  }
  #sidebar-right > div:nth-child(odd) {
    margin-right: 0;
  }
}
.sng-cover {
  width: auto;
}
.sng-cover .sng-bg {
  bottom: 0;
}
.sng-cover img {
  width: 768px;
}
@media (max-width: 1189px) {
  .sng-cover img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .evsng-cover {
    margin: 0 0 30px;
    width: auto;
  }
  .evsng-cover img {
    width: auto;
  }
}
#sng,
.sng-aut,
#comments,
.sng-links,
.sng-bottom,
.commentlist,
.sng-aut-info {
  width: auto;
}
@media (max-width: 1189px) {
  #sng,
  .sng-aut,
  #comments,
  .sng-links,
  .sng-bottom,
  .commentlist,
  .sng-aut-info {
    width: auto;
  }
}
body.page #page-full > hr {
  margin: 2em auto;
}
iframe.playlist {
  min-height: 400px;
}
.sh-media2,
.sh-media3,
#media-left {
  width: auto;
  margin: 0 -15px;
}
.sh-media2 .sh-width,
.sh-media3 .sh-width,
#media-left .sh-width,
.sh-media2 .media-lr,
.sh-media3 .media-lr,
#media-left .media-lr {
  width: auto;
}
.sh-media2 .bl1,
.sh-media3 .bl1,
#media-left .bl1,
.sh-media2 .ev2,
.sh-media3 .ev2,
#media-left .ev2 {
  background: white;
  color: black;
  margin: 0 0 1em;
  padding: 1em;
  width: auto;
}
.sh-media2 .pv2,
.sh-media3 .pv2,
#media-left .pv2 {
  width: auto;
  margin: 0 0 30px;
  float: none;
}
.sh-media2 .pv2 .pv2-cover,
.sh-media3 .pv2 .pv2-cover,
#media-left .pv2 .pv2-cover {
  width: auto;
  height: auto;
  padding: 0;
}
.sh-media2 .pv2 .pv2-cover .he-wrap,
.sh-media3 .pv2 .pv2-cover .he-wrap,
#media-left .pv2 .pv2-cover .he-wrap {
  display: block;
  float: left;
  width: 100%;
}
.sh-media2 .pv2 .pv2-cover .he-wrap img,
.sh-media3 .pv2 .pv2-cover .he-wrap img,
#media-left .pv2 .pv2-cover .he-wrap img {
  width: 100%;
  height: auto;
}
.sh-media2 .pv2 .pv2-info,
.sh-media3 .pv2 .pv2-info,
#media-left .pv2 .pv2-info {
  width: auto;
  margin: 0;
}
.sh-media2 .pv2 .pv2-info .pv2-title h2,
.sh-media3 .pv2 .pv2-info .pv2-title h2,
#media-left .pv2 .pv2-info .pv2-title h2 {
  margin-left: 1em;
}
@media (min-width: 768px) {
  .sh-media2 .pv2,
  .sh-media3 .pv2,
  #media-left .pv2 {
    width: 50%;
    padding: 0 15px;
    float: left;
  }
  .sh-media2 .pv2:nth-child(2n + 1),
  .sh-media3 .pv2:nth-child(2n + 1),
  #media-left .pv2:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  #media-left .pv2 {
    width: 33.33%;
  }
  #media-left .pv2:nth-child(2n + 1) {
    clear: none;
  }
  #media-left .pv2:nth-child(3n + 1) {
    clear: left;
  }
}
.sh-media3 {
  margin: 0 0 2em;
}
.bl1,
.ev2 {
  background: white;
  margin-bottom: 1em;
}
.bl1 .bl1-cover,
.ev2 .bl1-cover {
  height: auto;
}
.bl1 .bl1-title h2,
.ev2 .bl1-title h2,
.bl1 .ev2-title h2,
.ev2 .ev2-title h2 {
  background: none;
  padding: 0;
  line-height: normal;
}
.bl1 .bl1-title h2 a,
.ev2 .bl1-title h2 a,
.bl1 .ev2-title h2 a,
.ev2 .ev2-title h2 a {
  color: black;
  transition: all 0.1s ease;
}
.bl1 .bl1-title h2 a:hover,
.ev2 .bl1-title h2 a:hover,
.bl1 .ev2-title h2 a:hover,
.ev2 .ev2-title h2 a:hover {
  color: white;
  background: #cd181f;
}
.bl1 .ev2-year,
.ev2 .ev2-year {
  display: none;
}
a.info-like,
a.info-liked {
  color: #000;
}
.info-view {
  background-image: url("../images/viewD.png");
}
.info-com {
  background-image: url("../images/commD.png");
}
div#widget-video-2 {
  width: auto;
}
.wd-sld {
  width: auto;
}
.wd-vd {
  width: auto;
}
.wd-vd .wd-vd-cover,
.wd-vd .wd-vd-title,
.wd-vd .wd-vd-bg {
  width: auto;
}
.wd-vd img {
  max-width: 100%;
}
.wd-ev2 {
  width: auto;
}
.wd-ev2 .wd-ev2-cover,
.wd-ev2 .wd-ev2-bg,
.wd-ev2 .wd-ev2-title {
  width: auto;
}
.wd-ev2 .wd-ev2-cover {
  overflow: hidden;
  height: 194px;
}
@media (max-width: 767px) and (min-width: 480px) {
  .wd-ev2 .wd-ev2-cover {
    height: 194px;
  }
}
.wd-ev2 .wd-ev2-cover img {
  max-width: 100%;
  width: 100%;
  height: 194px;
}
.wd-ev2 .wd-ev2-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.widget_event_two a.morelink {
  display: block;
  text-align: center;
  padding: 1.5em 0 0;
  margin-top: -0.5em;
  font-weight: bold;
}
#wrap .sh-media3 .ev2 {
  display: flex;
  flex-direction: column;
}
#wrap .sh-media3 .ev2 .ev2-cover {
  overflow: hidden;
  min-width: 265px;
  margin-bottom: 1em;
}
#wrap .sh-media3 .ev2 .ev2-text {
  float: none;
  width: auto;
}
#wrap .sh-media3 .ev2 .ev2-text .ev2-info > div:first-child {
  padding-left: 0;
}
#wrap .sh-media3 .ev2 .ev2-bn a {
  background: #CD181F;
  color: white;
}
#wrap .sh-media3 .ev2 .ev2-title h2 a:hover {
  color: white;
}
@media (min-width: 768px) {
  #wrap .sh-media3 .ev2 {
    flex-direction: row;
  }
  #wrap .sh-media3 .ev2 .ev2-cover {
    margin-right: 1em;
    margin-bottom: 0;
  }
}
.sng-links {
  height: auto;
  width: auto;
  clear: both;
  float: none;
  margin: 3em 0 0;
  background: none;
}
.sng-links:after {
  content: " ";
  display: table;
}
.sng-links-next,
.sng-links-prev {
  width: 45%;
}
.sng-links-next a,
.sng-links-prev a {
  color: #3f3f44;
}
#feat {
  margin-top: 100px;
}
#footer {
  clear: both;
  padding: 0;
}
#footer .widget {
  color: #fff;
  margin-bottom: 5em;
}
@media (min-width: 768px) {
  #footer .widget {
    margin-bottom: 3em;
  }
}
#footer .widget.widget_search {
  display: none;
}
#footer .widget_nav_menu a {
  color: white;
}
#footer .widget_nav_menu a:hover {
  color: color1;
}
.footer-ls {
  background: #222;
}
#footer-bottom {
  background: black;
  color: white;
}
#footer-bottom a {
  color: #FEBD10;
}
#footer-bottom .footer-copyright {
  color: white;
}
.phsng-col {
  width: auto;
}
.phsng-col.fixed {
  clear: both;
  padding-top: 20px;
}
.phsng-col.fixed .phsng-photo {
  width: auto;
  height: auto;
  float: none;
  margin: 0;
  padding-bottom: 5px;
}
@media (min-width: 481px) {
  .phsng-col.fixed .phsng-photo {
    width: 50%;
    height: auto;
    margin: 0;
    float: left;
    text-align: center;
  }
  .phsng-col.fixed .phsng-photo a.photo-preview {
    display: block;
  }
  .phsng-col.fixed .phsng-photo img {
    height: auto;
    width: auto;
    max-width: 100%;
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .phsng-col.fixed .phsng-photo {
    width: 25%;
  }
}
#page-left,
#page-right,
#page-full,
.error-404 h4,
#sng,
.sng-aut,
#author-info,
.text-home,
.bl1,
.bl2,
.ev2,
.pv2-info,
.mix,
#mediasng,
.widget,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_rss li,
.widget_recent_comments li a,
.widget_recent_entries li a,
.tweets_list li,
.wp-caption {
  background: #fff;
  color: #3f3f44;
}
#page-left a,
#page-right a,
#page-full a,
.error-404 h4 a,
#sng a,
.sng-aut a,
#author-info a,
.text-home a,
.bl1 a,
.bl2 a,
.ev2 a,
.pv2-info a,
.mix a,
#mediasng a,
.widget a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_rss li a,
.widget_recent_comments li a a,
.widget_recent_entries li a a,
.tweets_list li a,
.wp-caption a {
  color: #CD181F;
}
#feat,
#cvr,
.sng-cover,
.pv1,
.pv2-cover,
.ad2-cover,
.widget_search,
.widget_audio_two,
.widget_blog_two,
.widget_event_two,
.widget_flickr,
.widget_like,
.widget_photo,
.widget_slider,
.widget_soundcloud,
.widget_video,
.widget_vimeo,
.widget_youtube {
  background: #fff !important;
}
#feat a,
#cvr a,
.sng-cover a,
.pv1 a,
.pv2-cover a,
.ad2-cover a,
.widget_search a,
.widget_audio_two a,
.widget_blog_two a,
.widget_event_two a,
.widget_flickr a,
.widget_like a,
.widget_photo a,
.widget_slider a,
.widget_soundcloud a,
.widget_video a,
.widget_vimeo a,
.widget_youtube a {
  color: #CD181F;
}
.widget a,
ul.evsng-meta li,
ul.adsng-meta li {
  color: #CD181F;
}
.mix {
  width: auto;
}
.mix-cover {
  overflow: hidden;
}
.evsng-date {
  height: auto;
}
#sng .sng-tag a {
  color: #CD181F;
}
#sng .sng-tag a:hover {
  color: #FEBD10;
}
#sng .evsng-date {
  width: auto;
}
#sng .evsng-date .evsng-dm,
#sng .evsng-date .evsng-week,
#sng .evsng-date .evsng-year {
  width: auto;
  margin: 0;
  float: none;
  line-height: 1;
}
#sng .evsng-date .evsng-dm {
  line-height: 1.4;
  font-size: 50px;
}
#sng .evsng-cd {
  text-align: center;
  float: none;
}
#sng .evsng-cd .evsng-cover {
  width: auto;
  height: auto;
}
#sng .evsng-cd .evsng-cover img {
  max-width: 100%;
}
@media (min-width: 768px) {
  #sng .evsng-cd {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  #sng .evsng-cd {
    width: 30%;
    overflow: hidden;
  }
}
#sng .evsng-cont {
  float: left;
}
#sng .evsng-cont .evsng-zoom {
  display: none;
}
#sng .evsng-cont .evsng-bn a {
  color: white;
  background: #CD181F;
}
#sng .evsng-cont .evsng-info + * {
  clear: both;
}
#sng .evsng-cont p img {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1189px) {
  #sng .evsng-cont {
    width: 70%;
  }
}
.widget_event_two {
  padding: 1em;
}
#wd-ev2 {
  margin-bottom: 0;
}
#wd-ev2 > .wd-ev2 {
  margin-bottom: 1em;
}
#wd-ev2 > .wd-ev2:last-child {
  margin-bottom: 0;
}
#wd-ev2 > .wd-ev2 .wd-ev2-title {
  left: 1em;
  bottom: 1em;
}
#tribe-events-content {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}
#tribe-events-content a {
  color: #FEBD10;
}
@media (min-width: 768px) {
  #tribe-events-content {
    padding: 30px;
  }
}
.single-tribe_events .tribe-events-event-meta,
.tribe-events-single ul.tribe-related-events li {
  background: rgba(0, 0, 0, 0.6);
  border-color: black;
}
.tribe-events-list-widget {
  padding: 0 0 10px 0;
}
.tribe-events-list-widget .tribe-list-widget {
  margin-left: 0;
  padding-left: 0;
}
.tribe-events-list-widget .tribe-list-widget li.tribe-events-list-widget-events {
  padding: 15px 10px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tribe-events-list-widget .tribe-list-widget li.tribe-events-list-widget-events h4.tribe-event-title {
  margin: 0 0 5px;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: 400;
}
.tribe-events-list-widget .tribe-list-widget li.tribe-events-list-widget-events h4.tribe-event-title a {
  color: #CD181F;
}
.tribe-events-list-widget .tribe-list-widget li.tribe-events-list-widget-events.tribe-event-featured {
  color: white;
}
.tribe-events-list-widget .tribe-list-widget li.tribe-events-list-widget-events.tribe-event-featured h4.tribe-event-title a {
  color: white;
}
.tribe-events-list-widget p.tribe-events-widget-link {
  text-align: center;
  font-weight: bold;
}
/* slider */
@media (max-width: 1189px) and (min-width: 769px) {
  .home-fixed #home-left {
    margin-top: 40px;
  }
}
.home-fixed #home-left > #slider-slick {
  margin: 0 0 3em 0;
  visibility: hidden;
}
.home-fixed #home-left > #slider-slick .slide {
  background: white;
}
@media (min-width: 480px) {
  .home-fixed #home-left > #slider-slick .slide {
    padding: 10px;
  }
}
.home-fixed #home-left > #slider-slick .slide > .holder {
  position: relative;
}
.home-fixed #home-left > #slider-slick .slide .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.home-fixed #home-left > #slider-slick .slide .image {
  position: relative;
  overflow: hidden;
}
.home-fixed #home-left > #slider-slick .slide .image img {
  position: absolute;
  animation: move 40s ease infinite;
}
.home-fixed #home-left > #slider-slick .slide .image.landscape img,
.home-fixed #home-left > #slider-slick .slide .image.square img {
  height: 100%;
}
.home-fixed #home-left > #slider-slick .slide .image.portrait img {
  width: 100%;
}
.home-fixed #home-left > #slider-slick .slide .image:after {
  display: block;
  content: '';
  padding-top: 60%;
}
@media (max-width: 480px) {
  .home-fixed #home-left > #slider-slick .slide .image:after {
    padding-top: 75%;
  }
}
.home-fixed #home-left > #slider-slick .slide .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.9em;
  color: white;
  font-size: 0.9em;
  background: rgba(205, 24, 31, 0.8);
  max-height: 100%;
}
@media (max-width: 480px) {
  .home-fixed #home-left > #slider-slick .slide .caption {
    font-size: 0.8em;
    line-height: normal;
  }
}
@media (min-width: 769px) {
  .home-fixed #home-left > #slider-slick .slide .caption {
    font-size: 1.2em;
    width: 40%;
    transform: translateY(50%);
    bottom: 50%;
    left: 1em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .home-fixed #home-left > #slider-slick .slide .caption {
    width: calc(100% - 2em);
    left: 1em;
    bottom: 1em;
  }
}
.home-fixed #home-left > #slider-slick .slide .caption .title {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.2em;
  line-height: 1.2;
}
.home-fixed #home-left > #slider-slick .slide .caption .desc {
  font-size: 0.9em;
  margin-top: 0.25em;
}
.home-fixed #home-left > #slider-slick .slide .caption .date {
  display: none;
}
.home-fixed #home-left > #slider-slick .slick-dots li {
  margin: 0;
}
.home-fixed #home-left > #slider-slick .slick-dots li button:before {
  font-size: 12px;
}
.home-fixed #home-left > #slider-slick.slick-initialized {
  visibility: visible;
}
.home-fixed #home-left + #sidebar-right {
  margin-bottom: 0;
}
@keyframes kenburns {
  95% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
.widget-mobile {
  display: none;
}
body.home .widget-mobile {
  display: none;
}
@media (max-width: 768px) {
  body.home .widget-mobile {
    display: block;
  }
}
body.home .widget-mobile .widget.ads-mobile {
  position: static;
  width: 100%;
  clear: both;
}
@media (max-width: 768px) {
  body.home .widget-mobile .widget.sidebar-ads {
    display: none;
  }
}
@media (max-width: 480px) {
  .widget.player {
    display: none;
  }
}
.widget.newsletter {
  width: auto;
  float: none;
  clear: both;
}
.widget.newsletter #mc_embed_signup {
  width: auto;
  font-size: 1.2em;
}
.widget.newsletter #mc_embed_signup form {
  padding: 0;
}
.widget.newsletter #mc_embed_signup input.email {
  width: 100%;
  height: auto;
  min-height: 0;
  min-width: 0;
  margin: 0 0 0.5em;
  border: 1px solid #c0c0c0;
  background: #eee;
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  padding: 0.5em;
}
.widget.newsletter #mc_embed_signup input.email:focus {
  border-color: #CD181F;
  outline: 0;
}
.widget.newsletter #mc_embed_signup label {
  display: none;
}
.widget.newsletter #mc_embed_signup .button {
  display: inline-block;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 0.2em;
  box-shadow: 0 0.2em 0;
  font-weight: 400;
  font-family: 'Oswald';
  font-size: 1.3em;
  color: white;
  background-color: #CD181F;
  box-shadow: 0 4px 0 #961217;
  border: none;
  font-size: 1em;
  height: auto;
  padding: 0.25em 1em;
}
.widget.newsletter #mc_embed_signup .button i {
  padding-right: 0.3em;
  font-weight: bold;
  font-size: 1em;
}
@media (min-width: 940px) {
  .widget.newsletter #mc_embed_signup .button i {
    font-size: 1.15em;
  }
}
.widget.newsletter #mc_embed_signup .button img {
  height: 1.5em;
  width: auto;
  vertical-align: middle;
}
.widget.newsletter #mc_embed_signup .button:hover {
  color: rgba(0, 0, 0, 0.5);
}
.widget.newsletter #mc_embed_signup .button.color1 {
  color: white;
  background-color: #CD181F;
  box-shadow: 0 4px 0 #961217;
}
.widget.newsletter #mc_embed_signup .button.color1:hover {
  color: white;
  background-color: #e73138;
}
.widget.newsletter #mc_embed_signup .button.color2 {
  color: #b36508;
  background-color: #FEBD10;
  box-shadow: 0 4px 0 #F5992C;
}
.widget.newsletter #mc_embed_signup .button.color2:hover {
  background-color: #fecb43;
}
.widget.newsletter #mc_embed_signup .button.color3 {
  background-color: #18cecc;
  box-shadow: 0 4px 0 #129796;
}
.widget.newsletter #mc_embed_signup .button.color3:hover {
  background-color: #32e7e5;
}
.widget.newsletter #mc_embed_signup .button.color4 {
  background-color: #53c222;
  box-shadow: 0 4px 0 #3d8e19;
}
.widget.newsletter #mc_embed_signup .button.color4:hover {
  background-color: #6cdd3a;
}
.widget.newsletter #mc_embed_signup .button.colorWhite {
  background-color: #fff;
  box-shadow: 0 4px 0 #e0e0e0;
}
.widget.newsletter #mc_embed_signup .button.colorWhite:hover {
  background-color: #ffffff;
}
.widget.newsletter #mc_embed_signup .button.gofundme {
  padding: 0.25em 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget.newsletter #mc_embed_signup .button.gofundme img {
  height: 1.5em;
  width: auto;
}
.widget.newsletter #mc_embed_signup .button:hover {
  color: white;
  background-color: #e73138;
}
@media (max-width: 560px) {
  #footer .widget_event_two,
  #footer .widget-listen-link {
    display: none;
  }
  body.home #home-left .sh-media3 > .bl1:nth-child(n+4) {
    /* hide all but first 3 blog posts on homepage mobile */
    display: none;
  }
  body.page-layout-sidebar-right .home-fixed > #sidebar-right {
    margin-top: 20px;
  }
  .widget#custom_html-2 {
    margin-bottom: 2em;
  }
  .events-home {
    display: none;
  }
  #home-left {
    margin-bottom: 0;
  }
  .widget_event_two .wd-ev2-title h2 a {
    font-size: 0.9em;
  }
  .widget_event_two .wd-ev2-title .wd-ev2-dm {
    font-size: 1.5em;
  }
  #wd-ev2 > div.wd-ev2:nth-child(n+4) {
    /* hide all but first 3 events on mobile */
    display: none;
  }
  .widget.twitter {
    display: none;
  }
  body.home .widget.wppazone.ads-mobile {
    margin-bottom: 2em;
  }
}
@media (max-width: 768px) {
  #PopupSignupForm_0 .mc-banner {
    z-index: 99999;
  }
}
