/*
Theme Name: Zuster Jansen Responsive
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

body {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
/* initially hide all groups (even before JS is loaded), so the page will never render them while loading */
[data-class="wpcf7cf_group"],
.wpcf7cf_remove,
.wpcf7cf_add {
  display: none;
}

body.admin-bar {
padding-top: 135px;
}

#content img {
max-width: 100%;
}

.dn-tabs {
  overflow: hidden;
}

.hwp-row .image {
  margin-bottom: 15px;
}

.navigation li {
  display: inline-block;
  list-style-type: none;
}

.newspaper .navigation li {
  float: none;
  width: auto;
}

.entry-title {
  word-break: break-word;
}

.birthdayselect .wpcf7-form-control-wrap {
  width: 108px !important;
}

picture source,
picture img {
  max-width: 100%;
  height: auto !important;
}

.wpcf7cf_repeater_sub {
  margin-bottom: 20px;
}

.wpcf7cf_repeater_controls,
.wpcf7cf_step_controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.wpcf7cf_multistep .wpcf7cf_step {
  /* display:none; */
  width: 100%;
}

.wpcf7cf_multistep .wpcf7cf_step .step-title {
  display: none;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
  display: inline-block;
  border-radius: 50%;
  background: #dfdfdf;
  color: #000000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
  border-bottom: 5px solid #dfdfdf;
  text-align: center;
  flex: 1;
  padding: 15px;
  min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
  border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
  border-bottom: 5px solid #333;
  font-weight: bold;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
  background-color: #333;
  color: #ffffff;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
  background-color: #333;
  color: #ffffff;
}

.wpcf7cf_step_controls .disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
/* If you think we have to many !important rules you have to consider that we are fighting with the themes CSS which in most cases overrides a plugins CSS. So if you see an !important rule and are having trouble overriding it make sure and target the body, html or a wrapper ID before the CSS class you are trying to override. */
.entriestitle.fts-youtube-popup,
.fts-yt-first-video {
  word-break: break-word;
}
.fts-twitter-div a,
.tweeter-info:hover a {
  -webkit-transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
.tweeter-info,
.tweeter-info:hover a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.fts-jal-fb-group-display,
.fts-twitter-div {
  clear: both;
}
@font-face {
  font-family: FontAwesomeSlick;
  src: url(../css/font/fontawesome-webfont.eot?v=3.2.1);
  src: url(../css/font/fontawesome-webfont.eot?#iefix&v=3.2.1)
      format("embedded-opentype"),
    url(../css/font/fontawesome-webfont.woff?v=3.2.1) format("woff"),
    url(../css/font/fontawesome-webfont.ttf?v=3.2.1) format("truetype"),
    url(../css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1)
      format("svg");
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.fts-twitter-text {
  padding: 8px 0 0;
  display: block;
  line-height: 19px;
  text-align: left;
  clear: both;
}
.fts-video-show-hide-btns-wrap a:focus,
.fts-video-show-hide-btns-wrap a:link,
.fts-video-show-hide-btns-wrap a:visited {
  outline: 0 !important;
  border: none !important;
}
.fts-view-on-twitter-link:before {
  font-family: FontAwesomeSlick;
  content: "\f14c ";
  display: inline-block;
  margin-right: 6px;
}
.fts-video-show-hide-btns-wrap a:before {
  font-family: FontAwesomeSlick;
  content: "\f16a";
  display: inline-block;
  margin-right: 5px;
}
img.fts-twitter-description-image {
  margin: 10px 0 0 !important;
}
.fts-twitter-favorites:before,
.fts-twitter-retweet:before {
  margin-right: 5px;
  font-family: FontAwesomeSlick;
  position: relative;
}
.fts-twitter-retweet:before {
  content: "\f079" !important;
  font-size: 17px !important;
  top: 1px;
}
.fts-twitter-favorites:before {
  content: "\f004 " !important;
  font-size: 13px !important;
  top: 0;
}
.fts-twitter-reply:before {
  font-family: FontAwesomeSlick;
  content: "\f112" !important;
  position: relative;
  top: 2px;
  font-size: 14px;
}
.fts-twitter-caption,
blockquote.twitter-video {
  display: none;
}
.fts-twitter-div * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.fts-fb-slideshow,
.fts-fb-slideshow *,
.fts-slicker-facebook-photos *,
.fts-yt-videolist *,
.popup-video-gallery-fb .fts-fb-photo-post-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fts-twitter-div {
  position: relative;
  padding: 0;
}
.tweeter-info:hover a {
  transition: all 0.3s ease-in-out;
}
.widget .fts-twitter-div .fts-uppercase {
  width: auto;
}
.fts-twitter-div p {
  margin: 0 0 5px !important;
  line-height: 20px !important;
  padding: 0;
}
.widget .fts-twitter-div p {
  margin: 0 0 8px !important;
  padding: 0 !important;
  line-height: 19px !important;
  font-size: 12px !important;
}
.fts-twitter-div img {
  margin: 0 10px 0 0;
}
.fts-twitter-div .fts-uppercase {
  margin: 0 5px 0 0;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  display: inline-block;
  float: left;
}
.widget .twitter-image {
  margin-right: 10px !important;
}
.widget .fts-twitter-div .fts-uppercase,
.widget .tweeter-info .fts-right,
.widget .tweeter-info .fts-twitter-full-width {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400 !important;
}
.fts-right .fts-uppercase,
.fts-twitter-full-width .fts-uppercase {
  float: left;
}
.tweeter-info .fts-right {
  float: none !important;
  padding: 5px 0 0;
}
.tweeter-info .fts-twitter-full-width {
  /* padding:10px 10px 0 */
}
.fts-twitter-fade {
  display: none;
  width: 321px;
  height: 80px;
  position: absolute;
  top: 137px;
  left: 1px;
}
.fts-twitter-image,
.widget .fts-twitter-image {
  margin: 0;
  float: left;
}
.tweeter-info {
  padding: 11px;
  background: #eee;
  box-shadow: 0 1px 2px #555;
  clear: both;
  min-height: 51px;
  line-height: 13px;
  -webkit-transition: background 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fts-twitter-div a,
.tweeter-info:hover {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget .tweeter-info {
  min-height: 42px;
}
.tweeter-info:hover {
  background: #fff;
  box-shadow: 0 1px 2px #222;
  -webkit-transition: background 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tweeter-info img {
  border-radius: 0;
  box-shadow: none !important;
}
.fts-twitter-link {
  position: absolute;
  top: 217px;
  left: 0;
  font-size: 22px;
  text-transform: uppercase;
  width: 291px;
  height: 36px;
  padding: 15px 0 0 38px;
  border-top: 1px solid #c1c2c3;
  color: #000;
}
.fts-video-loading-notice {
  color: #000;
}
a.fts-powered-by-text {
  padding-top: 8px !important;
  width: 100%;
  text-align: center !important;
  display: block;
}
.fts-twitter-div a,
.fts-twitter-reply-wrap a svg {
  transition: all 0.3s ease-in-out; /* color:#1d9bf0; */
}
.fts-twitter-div a:hover {
  color: #444;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
.tweeter-info .time {
  font-size: 12px;
  text-align: right;
}
.fts-tweeter-wrap .tweeter-info {
  padding: 14px 0 8px;
  background: 0 0;
  box-shadow: 0 0 0 #555;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  clear: both;
  font-size: 14px;
  line-height: 13px;
  -webkit-transition: background 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.fts-tweeter-wrap .fts-video-wrapper {
  margin: 15px 0 0;
}
.fts-video-wrapper-padding {
  display: none;
}
.fts-tweeter-wrap .tweeter-info:hover {
  background: 0 0 !important;
  box-shadow: 0 0 0 #222 !important;
}
.fts-tweeter-wrap .tweeter-info img {
  max-width: 100%;
  box-shadow: none !important;
  border-radius: 0;
}
.fts-twitter-favorites,
.fts-twitter-reply,
.fts-twitter-retweet {
  font-size: 13px !important;
}
.fts-twitter-reply-wrap a {
  display: inline-block !important;
  opacity: 1;
  padding-right: 0;
  -webkit-transition: background 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.fts-twitter-reply-wrap {
  font-size: 16px;
  margin-right: 0;
  margin-top: 5px;
  font-style: normal !important;
}
.fts-tweeter-wrap:hover a {
  opacity: 1;
}
@media (max-width: 767px) {
  .fts-tweeter-wrap a {
    opacity: 1 !important;
  }
}
.fts-video-show-hide-btns-wrap {
  margin: 7px 0 0 !important;
}
.fts-video-show-hide-btns-wrap a {
  font-size: 13px !important;
}
.fts-twitter-load-video-wrapper,
a.fts-twitter-load-video-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.fts-show-media-text,
a.fts-close-media {
  display: none;
}
.fts-twitter-div iframe,
.fts-video-wrapper iframe {
  margin: 0 !important;
}
.twitter-social-btn-bottom {
  margin: 15px 0;
}
.fts-jal-fb-see-more .icon-thumbs-up:before {
  content: "\f164" !important;
  font-size: 14px;
}
.fts-jal-fb-see-more .icon-comments:before {
  content: "\f086" !important;
  top: 0;
  position: relative;
  font-size: 14px;
}
.fts-jal-fb-see-more .icon-file:before {
  content: "\f064" !important;
  top: 2px !important;
  position: relative;
  font-size: 14px;
}
.fts-events-list-wrap .icon-map-marker [class^="icon-thumbs-up"],
.fts-jal-fb-see-more [class*=" icon--file"],
.fts-jal-fb-see-more [class*=" icon--thumbs-up"],
.fts-jal-fb-see-more [class^="icon-comments"],
.fts-jal-fb-see-more [class^="icon-file"],
.fts-jal-fb-see-more [class^="icon-thumbs-up"] {
  display: inline-block !important;
  font-style: normal !important;
}
.fts-events-list-wrap [class^="icon-"]:before,
.fts-jal-fb-see-more [class^="icon-"]:before,
.fts-jal-single-fb-post [class^="icon-"]:before {
  font-family: FontAwesomeSlick !important;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 7px !important;
}
.fts-jal-fb-see-more [class^="icon-"]:before [class^="icon-"],
.fts-jal-single-fb-post {
  float: none !important;
  margin: 0 !important;
  display: block;
  padding: 0 !important;
  text-align: right !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  vertical-align: baseline !important;
  background: 0 0 !important;
  font-style: normal !important;
}
.fts-jal-fb-group-display img {
  border-radius: 0 !important;
  box-shadow: 0 0 0 transparent !important;
  display: block;
  max-width: 100%;
}
.fts-jal-fb-group-header-desc {
  width: 100%;
  margin: 7px 0 15px !important;
  line-height: 20px;
}
.fts-jal-fb-header {
  clear: both;
}
.no-more-posts-fts-fb {
  cursor: auto;
}
.fts-jal-single-fb-post .slicker-facebook-album-photoshadow {
  display: none;
}
.fts-jal-fb-header a:hover,
.fts-jal-single-fb-post a:hover {
  font-style: normal;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #313131;
}
.fts-jal-fb-user-thumb a {
  display: block;
}
.fts-fb-get-directions {
  text-align: left !important;
  margin: 0;
}
.fts-jal-fb-header a,
.fts-jal-single-fb-post a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  word-break: break-word;
  border: none !important;
}
.fts-jal-fb-header h1 {
  font-size: 1.9em;
  margin: 0 !important;
  line-height: normal !important;
  padding: 0 !important;
}
.widget .fts-jal-fb-header h1 {
  font-size: 1.8em;
  line-height: 22px;
}
.fts-jal-single-fb-post {
  width: 100%;
  padding: 15px 0 7px !important;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(184, 184, 184, 0.3);
  position: relative;
  line-height: 17px;
  text-align: left;
}
.fts-slicker-facebook-posts .fts-jal-single-fb-post {
  width: auto;
  padding: 10px 10px 8px !important;
  border-bottom: 1px solid rgba(184, 184, 184, 0.3);
  line-height: 17px;
}
.widget .fts-jal-single-fb-post {
  width: 100%;
  padding: 17px 0 10px !important;
}
.fts-facebook-popup .fts-jal-fb-user-thumb {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 0 0 20px !important;
}
.fts-jal-fb-user-thumb,
.fts-mashup-icon {
  height: 50px;
  margin-right: 11px;
  float: left;
}
.fts-jal-fb-user-thumb {
  width: 50px;
  margin-bottom: 5px;
}
.fts-mashup-icon {
  width: 20px;
  margin-bottom: 5px;
}
.widget .fts-jal-fb-right-wrap {
  padding-left: 0;
}
.widget .fts-jal-fb-top-wrap {
  padding-bottom: 5px;
  padding-left: 0;
  margin-bottom: 5px;
  min-height: 50px;
}
.fts-jal-fb-message {
  padding-top: 10px;
  line-height: 21px;
  word-wrap: break-word;
}
.fts-jal-fb-link-wrap p,
.fts-jal-fb-message p {
  padding: 0 !important;
  margin: 0 0 10px !important;
}
.fts-jal-fb-link-wrap p {
  line-height: 19px !important;
}
.fts-jal-fb-link-wrap {
  margin-top: 0;
  border-radius: 0;
  -webkit-transition: background 2s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jal-fb-description {
  word-wrap: break-word !important;
}
.fts-jal-fb-picture {
  float: left;
  display: block;
  margin: 10px 10px 4px 0;
}
.fts-jal-fb-link-wrap img {
  margin: 0;
}
.fts-jal-fb-vid-picture {
  position: relative;
  float: left;
  height: auto !important;
  margin: 10px 0 0;
  line-height: normal !important;
  cursor: pointer;
}
.fts-jal-fb-description-wrap {
  float: left;
  padding: 15px 12px 0 17px !important;
  color: #757575;
  font-size: 13px !important;
  font-weight: 400;
  text-align: left;
}
.popup-gallery-fb .fts-jal-fb-description-wrap,
.popup-video-gallery-fb .fts-jal-fb-description-wrap {
  padding: 15px 0 0 !important;
}
.fts-jal-single-fb-post .fts-jal-fb-vid-wrap .fts-jal-fb-description-wrap {
  padding: 15px 15px 0 !important;
}
.widget .fts-jal-fb-description-wrap {
  float: left;
  overflow: hidden;
  max-width: 90%;
  line-height: 19px !important;
  color: #999;
  font-size: 12px !important;
  font-weight: 400;
}
.entry-content .fts-jal-fb-picture img,
.fts-yt-videolist li img,
.widget .fts-jal-fb-picture img,
.widget a.fts-pin-board-wrap img,
a.fts-pin-board-wrap img {
  max-width: 100%;
}
.fts-jal-fb-description {
  padding: 5px 0 10px;
  line-height: 17px !important;
  font-size: 13px;
  color: #919191;
  word-wrap: break-word;
}
.fts-jal-fb-description p {
  font-size: 13px !important;
}
.fts-jal-fb-top-wrap {
  margin-bottom: 10px;
  text-align: left;
}
.fts-jal-fb-user-name {
  font-weight: 700;
  color: #888;
  display: block;
  padding-top: 6px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 18px;
}
.fts-slicker-facebook-albums .fts-jal-fb-user-name a {
  color: #fff;
}
.fts-jal-fb-post-time {
  color: #999;
  padding-top: 4px;
  font-size: 12px;
  line-height: 10px;
  display: block;
}
.fts-jal-fb-name {
  font-weight: 700;
  color: #c00;
  padding-bottom: 5px;
  font-size: 15px;
  display: inline-block;
  line-height: 18px;
}
.fts-events-list-wrap .fts-jal-fb-name {
  font-weight: 400;
  color: #c52214;
  padding-bottom: 5px;
  font-size: 15px;
  display: block;
  line-height: 21px;
}
.fts-jal-fb-vid-play-btn {
  background: url(../images/video-play-btn.png) no-repeat;
  bottom: 7px;
  height: 26px;
  left: 9px;
  position: absolute;
  width: 35px;
}
.fts-jal-fb-picture img,
.fts-vid-div {
  width: 100%;
}
.fts-vid-div .fts-jal-fb-vid-play-btn,
.fts-vid-div img {
  display: none;
}
.fts-vid-div iframe {
  position: absolute;
  z-index: 500;
}
.fts-jal-fb-see-more .icon-file {
  font-size: 10px;
}
.fts-jal-fb-see-more {
  float: right;
  margin: 10px 0 0;
  font-size: 12px;
  width: 100%;
  text-align: right;
  font-style: normal !important;
}
.fts-fb-event-photo {
  float: left;
}
.fts-fb-large-photo {
  margin-right: 0 !important;
  font-weight: inherit;
}
.fts-slicker-facebook-photos
  .fts-fb-photo-post-wrap:hover
  .fts-likes-shares-etc-wrap,
.fts-slicker-facebook-photos
  .slicker-facebook-album-photoshadow:hover
  .fts-jal-fb-see-more {
  display: block;
}
.fts-slicker-facebook-photos .fts-fb-photo-post-wrap:hover .fts-jal-fb-top-wrap,
.fts-slicker-facebook-photos
  .fts-fb-video-post-wrap
  .slicker-facebook-album-photoshadow:hover
  .fts-jal-fb-top-wrap {
  opacity: 1;
}
.fts-slicker-facebook-albums .fts-jal-fb-description-wrap,
.fts-slicker-facebook-photos .fts-jal-fb-description,
.fts-slicker-facebook-photos .fts-jal-fb-see-more:hover,
.fts-slicker-facebook-photos .fts-jal-fb-user-name a:hover {
  color: #fff;
}
.fts-slicker-facebook-photos .fts-jal-fb-description-wrap {
  font-weight: inherit !important;
}
.fts-slicker-facebook-photos * {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.instagram-placeholder *,
.slicker-instagram-placeholder * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fts-jal-fb-vid-wrap .slicker-facebook-album-photoshadow {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  z-index: 600;
  cursor: pointer;
  width: auto;
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  display: none;
}
.fts-jal-fb-vid-wrap .slicker-facebook-album-photoshadow:before {
  content: "info";
  color: #fff;
  padding: 5px 10px 7px;
  text-align: right;
  float: right;
  font-size: 12px;
  display: none;
}
.fts-fb-load-more,
.fts-fb-spinner,
.fts-instagram {
  text-align: center;
}
.slicker-facebook-album-photoshadow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.fts-slicker-facebook-photos
  .fts-fb-photo-post-wrap
  .slicker-facebook-album-photoshadow:hover {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: background-color 0.01s ease-out;
  -moz-transition: background-color 0.01s ease-out;
  -o-transition: background-color 0.01s ease-out;
  transition: background-color 0.01s ease-out;
  z-index: 100;
  opacity: 0.8;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.fts-slicker-facebook-photos
  .fts-fb-photo-post-wrap:hover
  .slicker-facebook-album-photoshadow {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: background-color 0.01s ease-out;
  -moz-transition: background-color 0.01s ease-out;
  -o-transition: background-color 0.01s ease-out;
  transition: background-color 0.01s ease-out;
  z-index: 100;
  opacity: 0.8;
  top: 0;
  display: block;
  right: 0;
  height: 100%;
  width: 100%;
}
.fts-slicker-facebook-photos .fts-jal-fb-right-wrap {
  padding: 0 !important;
}
.fts-slicker-facebook-photos .fts-jal-fb-user-thumb {
  display: none;
}
.fts-slicker-facebook-photos .fts-jal-fb-top-wrap {
  color: #fff !important;
  padding: 12px 15px 0 !important;
  z-index: 600;
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out 0.1s;
  -moz-transition: all 0.15s ease-out 0.1s;
  -o-transition: all 0.15s ease-out 0.1s;
}
.fts-slicker-facebook-photos .fts-jal-fb-message {
  padding: 15px 0 0;
  color: #fff !important;
  position: relative;
  font-size: 14px;
  z-index: 100;
}
.fts-slicker-facebook-photos .fts-jal-fb-post-time {
  color: #ddd;
  margin-top: 0;
}
.fts-slicker-facebook-albums .fts-jal-fb-description-wrap a:hover,
.fts-slicker-facebook-albums .jal-fb-description a:hover,
.fts-slicker-facebook-photos .jal-fb-description a:hover {
  color: #ccc;
}
.fts-slicker-facebook-photos .fts-jal-fb-link-wrap,
.fts-slicker-facebook-photos .fts-jal-fb-vid-wrap {
  line-height: 12px !important;
}
.fts-slicker-facebook-photos .fts-jal-fb-vid-wrap iframe {
  height: 305px;
  width: 305px;
}
.fts-slicker-facebook-albums .fts-jal-fb-description-wrap {
  word-wrap: break-word;
  width: 100%;
}
.fts-slicker-facebook-albums .fts-jal-fb-description-wrap a {
  float: left;
  width: 100%;
  line-height: 19px;
  padding: 0 !important;
}
.fts-slicker-facebook-albums .jal-fb-description a,
.fts-slicker-facebook-photos .jal-fb-description a {
  float: none !important;
}
.fts-slicker-facebook-photos .fts-jal-single-fb-post {
  position: relative;
  float: none;
  z-index: 0;
  overflow: hidden;
  border: none !important;
  padding: 0 !important;
  font-family: proxima-nova, "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  background: #000;
  vertical-align: top !important;
  display: inline-block !important;
}
.fts-fb-get-directions:before,
.slicker-instagram-image-likes:before,
.slicker-instagram-placeholder .fts-instagram-icon:before {
  font-family: FontAwesomeSlick;
  -webkit-font-smoothing: antialiased;
}
.fts-slicker-facebook-photos .fts-jal-fb-link-wrap,
.fts-slicker-facebook-photos .fts-jal-fb-vid-wrap {
  border: none !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.fts-album-photos-wrap img {
  vertical-align: middle !important;
  display: inline-block !important;
}
.fts-slicker-facebook-photos.fts-slicker-facebook-albums
  .fts-jal-single-fb-post {
  height: auto;
}
.fts-slicker-facebook-photos {
  margin: auto;
  text-align: center;
}
.fts-slicker-facebook-photos .fts-jal-fb-picture {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.fts-fb-location {
  letter-spacing: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 21),
  only screen and (min-device-pixel-ratio: 2) {
  .fts-jal-fb-vid-wrap iframe {
    height: 130px;
  }
}
.fts-fb-spinner > div {
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: fts-fb-bouncedelay 1.4s infinite ease-in-out;
  animation: fts-fb-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fb-social-btn-below-description,
.fb-social-btn-bottom,
.fb-social-btn-top {
  width: 100%;
  overflow: hidden;
}
.fts-fb-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.fts-fb-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes fts-fb-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes fts-fb-bouncedelay {
  0%,
  100%,
  80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.fts-fluid-videoWrapper-html5 video {
  object-fit: inherit;
  margin-bottom: 0 !important;
}
.fts-fb-album-view-link a {
  color: #fff;
}
.fts-fb-album-view-link a:hover {
  color: #eee;
}
.fts-instagram-fade .fts-fb-caption {
  display: block;
}
.fts-view-album-photos-large:before,
.fts-view-fb-videos-large:before,
.fts-view-on-facebook-link:before,
.view-on-facebook-albums-link:before {
  font-family: FontAwesomeSlick;
  content: "\f14c ";
  display: inline-block;
  margin-right: 6px;
  -webkit-font-smoothing: antialiased;
}
.fts-fb-get-directions:before {
  content: "\f041 ";
  display: inline-block;
  margin: 0 5px 0 2px;
}
.instagram-placeholder,
.slicker-instagram-placeholder {
  font-family: proxima-nova, "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}
.fts-instagram-fade .fts-instagram-caption-content,
.fts-instagram-fade .fts-jal-fb-description {
  color: #fff;
  padding: 0;
  margin: 0;
}
.fts-instagram-fade .fts-fb-album-view-link {
  display: none;
}
#facebook-sidebar .fts-fb-load-more-wrapper {
  max-width: 100% !important;
  margin-top: -1px !important;
  z-index: 9999;
  position: relative;
}
.fb-social-btn-bottom {
  margin-top: 15px !important;
}
.fb-social-btn-top {
  display: block;
  margin-bottom: 12px !important;
}
.fb-social-btn-below-description {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 640px) {
  .fb-like.fb_iframe_widget,
  .fb-like.fb_iframe_widget > span,
  .fb-like.fb_iframe_widget > span > iframe {
    width: 100% !important;
    position: relative !important;
  }
}
.fts-events-list-wrap .fts-jal-fb-picture {
  float: left;
  display: block;
  margin: 0;
}
.fts-events-list-wrap a.fts-jal-fb-name {
  font-size: 17px;
}
.fts-events-list-wrap .fts-fb-event-time {
  font-size: 15px;
}
.fts-events-list-wrap .fts-fb-location {
  font-size: 15px;
  display: block;
  margin: 10px 0 5px;
}
.fts-events-list-wrap .fts-fb-location-title {
  font-size: 15px;
  display: block;
  padding: 0;
  font-weight: 700;
  font-style: normal;
  margin: 12px 0 0;
}
.fts-events-list-wrap .fts-jal-fb-message {
  clear: both;
  font-size: 15px;
}
.fts-fb-get-directions {
  font-size: 15px;
  padding: 0 0 20px;
  color: #4595f0;
}
.fts-fb-load-more {
  border-radius: 1px;
  padding: 0;
  line-height: 37px !important;
  width: 100%;
  min-height: 37px !important;
  font-size: 13px !important;
  background: rgba(240, 240, 240, 0.45);
  cursor: pointer;
  color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fts-fb-load-more:hover {
  background: rgba(240, 240, 240, 0.85);
}
.instagram-image,
.widget .instagram-image {
  background-color: #000;
  z-index: 1;
  display: block;
}
.flip360-fts-load-more {
  -moz-animation: spinY 0.5s linear;
  -ms-animation: spinY 0.5s linear;
  -o-animation: spinY 0.5s linear;
  animation: spinY 0.5s linear;
  -webkit-animation-name: spinY;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
  -ms-animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
  -o-animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
}
@-moz-keyframes spinY {
  0% {
    -moz-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes spinY {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
  }
}
@-o-keyframes spinY {
  0% {
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-ms-keyframes spinY {
  0% {
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes spinY {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.clear {
  clear: both;
}
.heart-comments-wrap li,
ul.heart-comments-wrap {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.3em !important;
  border: none !important;
}
.widget .instagram-placeholder li,
.widget .instagram-placeholder ul {
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
}
.instagram-placeholder p {
  margin: 0;
  padding: 0;
}
.instagram-placeholder {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 0 20px 20px;
}
.widget .instagram-placeholder {
  margin: -10px 9px 0 10px !important;
  width: 104px !important;
  text-align: left !important;
}
.instagram-image {
  width: 150px;
  height: 150px;
  position: relative;
}
.widget .instagram-image {
  width: 105px;
  height: 100px;
  position: relative;
  background-size: 100% !important;
}
.instaG-photoshadow {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  z-index: 1;
  -webkit-transition: background-color 0.05s ease-out;
  -moz-transition: background-color 0.05s ease-out;
  -o-transition: background-color 0.05s ease-out;
  transition: background-color 0.05s ease-out;
  width: 148px;
  height: 148px;
}
.widget .instaG-photoshadow {
  width: 103px;
  height: 98px;
}
.instagram-placeholder:hover .instaG-photoshadow {
  background-color: transparent;
  -webkit-transition: background-color 0.01s ease-out;
  -moz-transition: background-color 0.01s ease-out;
  -o-transition: background-color 0.01s ease-out;
  transition: background-color 0.01s ease-out;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 148px;
  height: 148px;
}
.heart-comments-wrap li,
.instagram-placeholder .date {
  color: #888;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.15s ease-out 0.1s;
  -moz-transition: all 0.15s ease-out 0.1s;
  -o-transition: all 0.15s ease-out 0.1s;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
}
.widget .instagram-placeholder:hover .instaG-photoshadow {
  width: 103px;
  height: 98px;
}
a.instaG-backg-link {
  position: relative;
  display: block;
}
.instagram-placeholder .date {
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  transition: all 0.15s ease-out 0.1s;
}
.widget .instagram-placeholder .date {
  text-align: center;
  margin-bottom: 5px;
  font-size: 11px;
  height: 15px;
  line-height: 20px;
  font-weight: 400 !important;
}
.instagram-placeholder .heart-comments-wrap ul {
  height: 20px;
  margin: 10px 0 0 !important;
}
.widgets .instagram-placeholder .heart-comments-wrap ul {
  height: 15px;
  margin: 6px 0 0 !important;
}
.heart-comments-wrap li {
  display: inline-block;
  margin: 10px 0 0 0.5em !important;
  padding: 0 0 0 16px !important;
  line-height: 10px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  transition: all 0.15s ease-out 0.1s;
}
.instagram-placeholder .fts-backg,
.slicker-instagram-placeholder .slicker-date {
  -webkit-transition: all 0.15s ease-out 0.1s;
  -moz-transition: all 0.15s ease-out 0.1s;
  -o-transition: all 0.15s ease-out 0.1s;
}
.widget .instagram-placeholder .heart-comments-wrap li {
  display: inline-block;
  margin: 6px 0 5px 2px !important;
  pointer-events: none;
  padding: 0 0 0 15px !important;
  line-height: 10px !important;
  font-size: 11px !important;
  border: none !important;
}
.widget .instagram-placeholder .heart-comments-wrap .instagram-image-likes {
  margin-right: 4px !important;
}
.instagram-placeholder .fts-backg,
.widget .instagram-placeholder .fts-backg {
  z-index: 0;
  left: 0;
  width: 100%;
  margin: -5px;
  padding: 5px;
  background: #fff;
  position: absolute;
}
.instagram-placeholder .fts-backg {
  top: 25px;
  height: 150px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04),
    0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-out 0.1s;
}
.widget .instagram-placeholder .fts-backg {
  top: 20px;
  height: 100px;
  font-size: 11px;
}
.widget .date {
  font-size: 11px;
}
.instagram-placeholder:hover .fts-backg {
  margin: -28px -12px;
  padding: 8px 12px;
  height: 193px;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04),
    0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.2);
}
.widget .instagram-placeholder:hover .fts-backg {
  margin: -22px -10px;
  padding: 5px 10px;
  height: 135px;
}
.instagram-image-likes {
  background: url(../images/hearts-instagram.jpg) no-repeat;
}
.instagram-image-comments {
  background: url(../images/comments-instagram.jpg) no-repeat;
}
.instagram-placeholder:hover .date,
.instagram-placeholder:hover .instagram-image-comments,
.instagram-placeholder:hover .instagram-image-likes {
  opacity: 1;
  z-index: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.slicker-instagram-placeholder li,
.slicker-instagram-placeholder ul {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.3em !important;
  border: none !important;
  width: auto !important;
  overflow: visible !important;
}
.slicker-heart-comments-wrap {
  position: absolute;
  z-index: 500;
  bottom: 10px;
  right: 12px;
}
.slicker-instagram-placeholder p {
  margin: 0;
  padding: 0;
}
.slicker-instagram-placeholder,
.slicker-youtube-placeholder {
  position: relative;
  z-index: 0;
  display: inline-block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.slicker-instagram-image {
  line-height: 0 !important;
  position: relative;
  z-index: 1;
  background-color: #000;
  display: block;
}
.slicker-instagram-image img {
  line-height: normal !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.175) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.175) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  width: 100%;
}
.slicker-instaG-photoshadow {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: background-color 0.05s ease-out;
  -moz-transition: background-color 0.05s ease-out;
  -o-transition: background-color 0.05s ease-out;
  transition: background-color 0.05s ease-out;
  vertical-align: middle;
}
.slicker-instagram-placeholder:hover .slicker-instaG-photoshadow {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.01s ease-out;
  -moz-transition: background-color 0.01s ease-out;
  -o-transition: background-color 0.01s ease-out;
  transition: background-color 0.01s ease-out;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
a.slicker-instaG-backg-link {
  position: relative;
  display: block;
}
.slicker-instagram-placeholder .fts-share-wrap,
.slicker-instagram-placeholder .slicker-date {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  transition: all 0.15s ease-out 0.1s;
  height: 20px;
  color: #fff;
  opacity: 0;
  text-align: center;
}
.slicker-instagram-placeholder .fts-share-wrap {
  bottom: -10px;
  left: 4px;
  z-index: 50000000;
}
.slicker-instagram-placeholder .slicker-date {
  top: 10px;
  left: 15px;
  z-index: 500;
  pointer-events: none;
}
.slicker-instagram-placeholder .slicker-heart-comments-wrap ul {
  height: 20px;
  margin: 10px 0 0 !important;
}
.fts-mashup-count-wrap .slicker-heart-comments-wrap li,
.slicker-instagram-placeholder .slicker-heart-comments-wrap li {
  display: inline-block;
  margin: 0 !important;
  pointer-events: none;
  padding: 0 0 0 10px !important;
  line-height: 10px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out 0.1s;
  -moz-transition: all 0.15s ease-out 0.1s;
  -o-transition: all 0.15s ease-out 0.1s;
}
body .fts-mashup-count-wrap li {
  opacity: 1 !important;
}
.fts-mashup .fts-jal-fb-see-more,
.fts-mashup .fts-single-pin-like-count,
.fts-mashup .fts-single-pin-repin-count,
.fts-mashup a.ft-gallery-link-popup,
body .fts-mashup-count-wrap a,
body .fts-mashup-count-wrap li {
  color: #777 !important;
}
a.fts-slicker-backg {
  height: 68px;
  width: 68px;
  line-height: 68px;
  font-size: 68px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 700;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  color: rgba(255, 255, 255, 0.27);
}
.slicker-instagram-placeholder .fts-instagram-icon:before {
  content: "\f16d";
  font-size: 100%;
  display: inline-block;
  -webkit-transition: all 1s ease-out 0;
  -moz-transition: all 1s ease-out 0;
  -o-transition: all 1s ease-out 0;
}
.slicker-instagram-placeholder a.fts-slicker-backg:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 0.55);
  -webkit-transition: all 0 ease-out 0;
  -moz-transition: all 0 ease-out 0;
  -o-transition: all 0 ease-out 0;
}
.slicker-instagram-image-likes:before {
  content: "\f004";
  margin-right: 5px;
}
.fts-slicker-instagram {
  margin: auto;
  text-align: center;
}
.instagram-placeholder:hover .fts-see-on-instagram,
.slicker-instagram-placeholder:hover .fts-see-on-instagram,
.slicker-instagram-placeholder:hover .fts-share-wrap,
.slicker-instagram-placeholder:hover .fts-slicker-backg,
.slicker-instagram-placeholder:hover .slicker-date,
.slicker-instagram-placeholder:hover .slicker-instagram-image-comments,
.slicker-instagram-placeholder:hover .slicker-instagram-image-likes {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fts-comment-instagram:before {
  font-family: FontAwesomeSlick !important;
  content: "\f075" !important;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  font-size: 13px !important;
  display: inline-block;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: FlipH;
  position: relative;
  top: -1px;
  right: -4px;
}
.fts-see-on-instagram div:before,
.fts-view-on-instagram-link:before {
  content: "\f138 ";
  font-family: FontAwesomeSlick;
}
.fts-see-on-instagram {
  position: absolute;
  bottom: 11px;
  right: 12px;
  opacity: 0;
  z-index: 750;
  -webkit-transition: all 0.15s ease-out 0.1s;
  -moz-transition: all 0.15s ease-out 0.1s;
  -o-transition: all 0.15s ease-out 0.1s;
}
.widget .instagram-placeholder .fts-see-on-instagram {
  position: absolute;
  top: 19px;
  right: 6px;
  z-index: 750;
  display: none;
}
.instagram-placeholder .fts-see-on-instagram {
  position: absolute;
  bottom: 2px;
  right: 6px;
  opacity: 0;
  z-index: 750;
}
.fts-see-on-instagram div {
  display: inline-block;
  cursor: pointer;
  font-weight: 400 !important;
}
.instagram-placeholder .fts-see-on-instagram div {
  display: block;
  cursor: pointer;
  font-weight: 400 !important;
}
.widget .instagram-placeholder .fts-see-on-instagram div:before {
  color: #fff;
  font-size: 14px;
}
.instagram-placeholder .fts-see-on-instagram div:before {
  color: #888;
  font-size: 13px;
}
.slicker-instagram-placeholder .fts-see-on-instagram div:before {
  color: #fff;
  font-size: 14px;
}
.fts-see-on-instagram div:before {
  display: inline-block;
}
.fts-view-on-instagram-link:before {
  display: inline-block;
  margin-right: 6px;
}
.fts-instagram-caption {
  display: none;
}
.fts-instagram-fade .mfp-title p {
  color: #fff !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.fts-instagram-fade .mfp-title a {
  color: #fff;
  text-decoration: none !important;
}
.fts-instagram-fade .mfp-title a:hover {
  color: #eee;
}
.instagram-social-btn-bottom,
.instagram-social-btn-top {
  text-align: center;
  font-size: 14px !important;
  background: #517fa4;
  border-radius: 4px;
  width: 167px;
  color: #fff;
  line-height: 15px;
  padding: 7px 0 !important;
}
.instagram-social-btn-top {
  margin: 0 auto 15px;
}
.instagram-social-btn-bottom {
  margin: 15px auto 0;
}
.instagram-social-btn-bottom:hover,
.instagram-social-btn-top:hover {
  opacity: 0.9;
}
#fts-social-bar-icons-wrap .instagram-social-btn-bottom a,
#fts-social-bar-icons-wrap .instagram-social-btn-top a {
  color: #fff !important;
  font-weight: 100 !important;
  display: inline-block;
  text-decoration: none !important;
}
#fts-social-bar-icons-wrap .instagram-social-btn-top a:hover {
  color: #fff !important;
}
.instagram-social-btn-bottom a,
.instagram-social-btn-top a {
  color: #fff !important;
  font-weight: 100 !important;
  display: inline-block;
  text-decoration: none !important;
}
.instagram-social-btn-bottom a:hover,
.instagram-social-btn-top a:hover {
  color: #fff;
  font-weight: 100 !important;
}
.instagram-social-btn-bottom:before,
.instagram-social-btn-top:before {
  font-family: FontAwesomeSlick;
  content: "\f16d ";
  display: inline-block;
  margin-right: 6px;
  font-size: 16px !important;
  -webkit-font-smoothing: antialiased;
}
.fts-pinterest-boards-wrap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fts-fb-slideshow,
.fts-fb-slideshow *,
.fts-yt-videolist * {
  box-sizing: border-box;
}
.fts-pinterest-wrapper {
  text-align: center;
  margin: auto;
  position: relative;
}
a.fts-pin-board-wrap:link {
  text-decoration: none !important;
  border-bottom: 0;
}
a.fts-pin-board-wrap {
  border-radius: 10px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  display: inline-block;
  text-decoration: none;
  padding: 10px 9px 10px 10px;
  margin: 8px 8px 0;
  text-align: left;
}
a.fts-pin-board-wrap:hover {
  background: #fff;
  border-radius: 10px;
}
.fts-pin-board-wrap .label,
.fts-single-pin-description a,
.fts-single-pin-pinned-to-wrap {
  text-decoration: none !important;
}
h3.fts-pin-board-board_title,
h3.fts-pin-board-board_title span {
  -webkit-font-smoothing: antialiased !important;
  display: block !important;
}
.fts-pin-board-wrap:hover .hoverMask,
.pinterest-single-thumb-wrap:hover .hoverMask {
  background: rgba(255, 255, 255, 0.1);
}
h3.fts-pin-board-board_title {
  width: 210px;
  color: #555 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 7px 0 5px 7px !important;
  padding: 0 !important;
  position: relative !important;
  font-family: "Helvetica Neue", arial, sans-serif !important;
  line-height: 15px !important;
  clear: both;
}
div.fts-pin-board-img-wrap,
div.pinterest-single-thumb-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
h3.fts-pin-board-board_title span {
  white-space: nowrap !important;
  overflow: hidden !important;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
a.fts-pin-board-wrap {
  -webkit-border-radius: 0;
  overflow: hidden;
}
div.fts-pin-board-img-wrap {
  vertical-align: top;
  border-radius: 10px 10px 0 0 !important;
  overflow: hidden;
  clear: both;
  height: 115px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.33) inset;
}
.fts-pin-board-thumbs-wrap div:last-child {
  margin-right: 0;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
}
.fts-pin-board-wrap {
  max-width: 254px;
  width: 100%;
}
.fts-pin-board-thumbs-wrap {
  min-height: 50px;
}
div.pinterest-single-thumb-wrap {
  margin-right: 2px;
  margin-top: 2px;
  height: 108px !important;
  border-bottom-left-radius: 10px !important;
  width: 49.58%;
  display: inline-block;
}
.fts-pin-board-img-wrap .hoverMask,
.pinterest-single-thumb-wrap .hoverMask {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.33) inset;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.33) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.33) inset;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fts-pin-board-wrap .fts-pin-board-pin-count {
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  background-color: #000;
  background-color: rgba(68, 68, 68, 0.7);
  bottom: 3px;
  color: #fff;
  padding: 0 6px;
  position: absolute;
  left: 3px;
  font-family: "Helvetica Neue", arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 21px;
}
.fts-pin-board-pin-count:before {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../images/pinterest-icons.png) -137px -87px no-repeat;
  display: inline-block;
  margin-right: 3px;
}
.fts-pin-board-wrap .label {
  font-weight: 700;
  text-align: left !important;
  line-height: 1.1em !important;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0 !important;
  font-size: 0.7875rem;
  background: 0 0 !important;
  color: #fff;
}
.widget .fts-pin-board-thumbs-wrap,
.widget h3.fts-pin-board-board_title {
  display: none !important;
}
.widget div.fts-pin-board-img-wrap {
  position: relative;
  overflow: hidden;
  clear: both;
  min-height: 100px;
  height: auto;
  width: auto;
  border-radius: 10px !important;
}
.widget a.fts-pin-board-wrap {
  width: 40%;
  padding: 6px;
  margin: 4px 4px 0 !important;
  border-radius: 1px !important;
}
.widget div.fts-pin-board-img-wrap {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.11) inset !important;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.11) inset;
  box-shadow: 0 0 0 transparent inset !important;
  margin-bottom: 0;
}
.pinterest-single-thumb-wrap .hoverMask,
.widget .fts-pin-board-img-wrap .hoverMask {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.33) inset;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.33) inset;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.33) inset;
}
.fts-single-pin-wrap {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  width: 236px !important;
  margin: 14px 7px 0;
  border: none !important;
  text-align: left;
  overflow: hidden;
}
.fts-single-pin-description {
  margin: 10px 15px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 13px;
  line-height: 17px;
  word-wrap: break-word;
}
.fts-single-pin-img-wrap img {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  max-width: 100%;
}
.fts-single-pin-social-meta-wrap {
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  color: #999;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: -13px 10px 7px 15px;
}
.fts-single-pin-social-meta-wrap .fts-single-pin-repin-count {
  margin: 10px 12px 0 0;
  display: inline-block;
  font-size: 13px;
}
.fts-single-pin-social-meta-wrap .fts-single-pin-repin-count:before {
  font-family: FontAwesomeSlick;
  margin-right: 5px;
  font-size: 12px !important;
  content: "\f08d";
}
.fts-single-pin-social-meta-wrap .fts-single-pin-like-count {
  font-size: 13px !important;
}
.fts-single-pin-social-meta-wrap .fts-single-pin-like-count:before {
  font-family: FontAwesomeSlick;
  content: "\f086" !important;
  margin-right: 5px;
  font-size: 13px !important;
}
.fts-single-pin-pinned-to-title,
.fts-single-pin-pinned-to-wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  overflow: hidden;
}
.fts-single-pin-pinned-to-wrap {
  line-height: 15px;
  padding: 10px;
  border-radius: 0 0 6px 6px;
  border: none !important;
  border-top: 1px solid #e7e7e7 !important;
}
.fts-single-pin-pinned-to-wrap:hover {
  background: #eee;
  cursor: pointer;
}
.fts-single-pin-pinned-to-wrap div {
  color: #999;
  display: block;
  font-weight: 700;
  font-size: 11px;
  font-family: Helvetica, sans-serif;
}
.fts-single-pin-pinned-to-text {
  color: #999;
}
div.fts-single-pin-pinned-to-title {
  color: #717171;
}
.fts-single-pin-pinned-to-wrap img {
  position: relative;
  border-radius: 2px;
  height: 30px;
  margin-right: 5px;
  width: 30px;
  float: left;
}
.fts-single-pin-pinned-to-title {
  border-radius: 0 0 6px 6px;
}
.fts-single-attribution-wrap {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: Helvetica, sans-serif;
  color: #666;
  margin: -2px 0 5px 15px !important;
  font-size: 11px;
  display: block;
  border: none !important;
  line-height: 1.6471;
}
.fts-yt-vids-in-row1 .fts-yt-videolist ul li:first-child,
.fts-yt-vids-in-row1 li .entriestitle {
  display: none;
}
.fts-yt-vids-in-row3 li .entriestitle,
.fts-yt-vids-in-row4 li .entriestitle {
  font-size: 85% !important;
  line-height: 100% !important;
}
.fts-single-attribution-wrap img {
  height: 16px;
  margin-right: 5px;
  position: relative;
  width: 16px;
  float: left;
}
.pinterest-social-btn-top {
  margin-bottom: 0;
  text-align: center;
}
.widget .pinterest-social-btn-top {
  margin-bottom: 5px;
  text-align: center;
}
.pinterest-social-btn-bottom {
  margin-top: 5px;
  text-align: center;
}
.fts-yt-videolist iframe {
  width: 100%;
}
.fts-yt-vids-in-row1 div.fts-yt-videolist p {
  padding-bottom: 25px;
  clear: both;
}
.fts-yt-first-video p {
  margin: 10px 10px 25px !important;
}
.fts-yt-videolist ul,
.fts-yt-vids-in-row1 ul li {
  margin: 0 !important;
  padding: 0 !important;
}
#secondary .front-widgets .fts-yt-large iframe {
  height: 100% !important;
  max-height: 300px !important;
  min-height: 300px !important;
}
.widget .fts-yt-videolist ul li {
  margin-bottom: 0 !important;
  list-style: none !important;
}
.fts-yt-videolist ul {
  width: 100% !important;
}
.fts-yt-videolist ul li {
  list-style: none !important;
}
.fts-yt-vids-in-row1 li {
  width: 100% !important;
  margin-bottom: 5%;
}
.fts-yt-vids-in-row2 li,
.fts-yt-vids-in-row3 li,
.fts-yt-vids-in-row4 li {
  float: left;
  border: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 1% !important;
  margin: 0 !important;
}
.fts-yt-vids-in-row1 li iframe {
  width: 100%;
}
.fts-yt-vids-in-row2 li {
  width: 50% !important;
}
.fts-yt-vids-in-row3 li {
  width: 33.3% !important;
}
.fts-yt-vids-in-row4 li {
  width: 25% !important;
}
.fts-yt-vids-in-row2 li .entriestitle,
.fts-yt-vids-in-row3 li .entriestitle,
.fts-yt-vids-in-row4 li .entriestitle {
  padding: 0 5px;
  position: absolute;
  left: 0;
  top: 20%;
  opacity: 0;
  width: 87.5%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fts-yt-vids-in-row2 li:hover .entriestitle,
.fts-yt-vids-in-row3 li:hover .entriestitle,
.fts-yt-vids-in-row4 li:hover .entriestitle {
  background: #000;
  border-radius: 0;
  color: #fff;
  padding: 5% 6%;
  opacity: 0.9;
  z-index: 100;
  right: 0;
  line-height: 18px;
  font-size: 90%;
  font-weight: 700;
  box-shadow: 0 4px 8px #333;
  display: block;
}
.fts-yt-vids-in-row2 li:hover,
.fts-yt-vids-in-row3 li:hover,
.fts-yt-vids-in-row4 li:hover {
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 10px #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fts-yt-overlay-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -1 !important;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  box-shadow: 0 2px 500px #000;
}
body .fts-yt-overlay-wrap.fts-yt-target {
  display: block;
  opacity: 1;
  z-index: 9999999 !important;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5 ss ease-in;
  transition: opacity 0.5s ease-in;
  pointer-events: auto;
}
.fts-fb-video-icon,
.fts-watermark-inside {
  pointer-events: none;
}
.fts-yt-overlay {
  max-width: 775px;
  opacity: 1;
  z-index: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-height: 472px;
  padding: 10px;
  background: #444;
  margin: auto !important;
  box-shadow: 0 2px 200px #000;
}
.fts-yt-overlay-wrap iframe {
  margin: 0;
  min-height: 343px;
  background: #000 !important;
  margin-bottom: 0 !important;
}
.fts-yt-popup-close {
  display: block;
  position: absolute;
  top: -19px;
  right: 0;
  background: #444;
  color: #fff !important;
  text-decoration: none;
  font-size: 85%;
  font-family: verdana;
  font-weight: 400;
  padding: 0.5% 2.5% 0;
  line-height: 20px;
}
.widget .fts-yt-first-video p {
  font-size: 12px !important;
  margin-bottom: 10px !important;
  margin-top: 5px;
}
.widget .fts-yt-videolist li {
  margin: 0 !important;
  line-height: 0 !important;
}
.widget .fts-yt-videolist ul {
  padding-bottom: 15px !important;
  float: left;
}
.fts-yt-vids-in-row1 ul li iframe {
  margin-bottom: 12px !important;
}
@media only screen and (max-width: 775px) {
  .fts-yt-overlay {
    background: 0 0;
    box-shadow: 0 0 0 #000;
  }
  .fts-yt-popup-close {
    background: 0 0;
  }
}
.widget .fts-yt-large .fts-yt-first-video iframe,
.widget .fts-yt-vids-in-row1 li iframe {
  width: 100%;
  height: 0 !important;
  min-height: 100% !important;
  max-height: 160px !important;
  padding: 0;
}
.fts-fluid-videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.fts-fluid-videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #000;
  border: none;
}
.fts-fluid-videoWrapper video {
  background: #000;
}
.fts-jal-fb-vid-wrap {
  margin-top: 10px;
  border-radius: 0;
  -webkit-transition: background 2s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fts-jal-fb-vid-wrap iframe,
.widget .fts-jal-fb-vid-wrap iframe {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.fts-vine-thumbnail .fts-vine-logo:before,
.fts-vine-thumbnail-cover,
.popup-video-gallery-fb span.fts-fb-video-icon:before {
  -webkit-transition: all 0.5s ease-out 0;
  -moz-transition: all 0.5s ease-out 0;
  -o-transition: all 0.5s ease-out 0;
  -webkit-font-smoothing: antialiased;
}
.widget .fts-jal-fb-vid-wrap iframe {
  height: 50%;
}
.fts-yt-first-video h2 {
  margin: 0 0 7px !important;
}
.youtube-social-btn-top {
  margin: 0 0 5px !important;
}
.youtube-social-btn-bottom {
  padding: 10px 0 0 6px;
  clear: both;
}
@keyframes fade {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes fade {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.fts-vine-wrapper {
  text-align: center;
}
.fts-vine-video-wrap {
  text-align: left;
  display: inline-block;
  max-width: 290px;
  vertical-align: top;
}
.fts-vine-video-wrap a.fts-vine-author {
  display: block;
  margin: 5px 0 0;
  padding: 0;
}
.fts-vine-white-popup .mfp-close {
  margin-top: -40px;
  font-size: 35px;
  margin-right: -10px;
  color: #fff !important;
}
.fts-vine-white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 640px;
  margin: 30px auto;
}
.fts-iframe-vine {
  padding-top: 262px;
}
.fts-vine-author {
  font-size: 18px;
  line-height: 24px;
}
.fts-vine-text {
  font-size: 13px;
  line-height: 18px;
  padding: 0 15px 15px 0;
}
.fts-vine-thumbnail {
  display: block;
  position: relative;
  background: 0 0 !important;
}
.fts-vine-thumbnail-cover {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: inline-block;
  cursor: pointer;
}
.fts-vine-logo {
  font-size: 27px;
}
.fts-vine-thumbnail .fts-vine-logo:before,
.popup-video-gallery-fb span.fts-fb-video-icon:before {
  font-family: FontAwesomeSlick;
  font-size: 100%;
}
.fts-vine-thumbnail .fts-vine-logo:before {
  content: "\f1ca" !important;
  display: inline-block;
  position: absolute;
  z-index: 200;
  right: 12px;
  top: 5px;
  line-height: 1.5;
  color: #00bf8f;
}
.fts-vine-thumbnail-cover:hover {
  opacity: 0.3;
  background: #000;
}
.fts-vine-thumbnail:hover .fts-vine-logo:before {
  color: #fff;
  text-shadow: 2px 1px #555;
  -webkit-animation: wiggle 0.5s ease;
  animation: wiggle 0.5s ease;
}
@-webkit-keyframes wiggle {
  0%,
  100%,
  40% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  80% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@keyframes wiggle {
  0%,
  100%,
  40% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  80% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@media only screen and (max-device-width: 736px) {
  .fts-iframe-vine {
    padding-bottom: 14% !important;
  }
  .fts-vine-white-popup {
    padding: 0;
  }
}
.post-5593 .entry-content {
  text-align: center;
}
.fts-fb-video-popup {
  position: relative;
  background: 0 0;
  padding: 20px 60px;
  width: auto;
  max-width: 1400px;
  margin: 30px auto;
}
.fts-fb-video-popup .mfp-close {
  color: #fff !important;
  right: 47px !important;
  top: -19px !important;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .fts-fb-video-popup {
    padding: 20px !important;
  }
  .fts-fb-video-popup .mfp-close {
    right: 5px !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .fts-fb-video-popup {
    padding: 20px !important;
  }
  .fts-fb-video-popup .mfp-close {
    right: 5px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .fts-fb-video-popup video {
    min-height: 400px;
  }
  .fts-fb-video-popup {
    padding: 10px !important;
  }
  .fts-fb-video-popup .mfp-close {
    right: -2px !important;
    top: -25px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .fts-fb-video-popup video {
    min-height: 600px;
  }
}
.fts-view-fb-videos-largeeee:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  -webkit-font-smoothing: antialiased;
  background: url(../images/fb-play-btn.png);
  height: 80px;
  width: 80px;
}
.fts-fb-photo-post-wrap:hover a.fts-slicker-backg {
  opacity: 1;
  outline: 0 !important;
  color: #fff;
}
.popup-video-gallery-fb span.fts-fb-video-icon:before {
  content: "\f144" !important;
  display: inline-block !important;
  opacity: 0.5 !important;
  color: #fff;
  outline: 0 !important;
}
.popup-video-gallery-fb span.fts-fb-video-icon:hover:before {
  opacity: 0.8 !important;
  color: #fff;
}
.popup-video-gallery-fb a.visible-video-button {
  opacity: 9 !important;
  outline: 0 !important;
  z-index: 1500;
}
.popup-video-gallery-fb .fts-fb-load-more {
  max-width: 340px;
  margin: 20px auto;
}
.fts-fb-social-btn-center,
.popup-video-gallery-align-center {
  text-align: center;
  font-size: 0;
}
.fts-fb-social-btn-right,
.popup-video-gallery-align-right {
  text-align: right;
}
.fts-fb-social-btn-left,
.popup-video-gallery-align-left {
  text-align: left;
}
.cycle-slideshow .fts-jal-fb-picture {
  max-width: 100% !important;
}
.popup-video-gallery-fb .fts-fb-photo-post-wrap {
  vertical-align: top !important;
  display: inline-block !important;
  float: none;
  text-align: left;
  border-radius: 0;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.popup-video-gallery-fb .fts-fb-photo-post-wrap .fts-jal-fb-user-name {
  padding-top: 0 !important;
}
.fts-review-star,
.fts-reviews-star {
  background: #4791ff;
  color: #fff;
  font-weight: 400;
  padding: 2px 12px;
  border-radius: 15px;
  border: none !important;
}
.fts-review-details-master-wrap .fts-review-star {
  background: #4791ff;
  color: #fff;
  font-weight: 400;
  padding: 11px 12px 9px 17px;
  border-radius: 30px;
  margin: 0 12px 0 0;
  font-size: 20px;
  float: left;
  vertical-align: top;
  line-height: 22px;
}
.fts-review-star {
  font-size: 13px;
  font-style: normal;
  white-space: nowrap;
}
.fts-review-star a {
  background: #4791ff;
  color: #fff;
}
.fts-reviews-feed .fts-jal-fb-post-time {
  padding-top: 10px !important;
}
.fts-review-star:after {
  content: "";
  font-size: 14px;
}
.fts-reviews-feed .fts-jal-fb-message {
  margin-top: 5px;
}
.fts-reviews-feed .fts-jal-fb-user-name {
  margin-top: 0;
  font-size: 14px;
}
.fts-jal-fb-vid-picture .fts-fluid-videoWrapper-html5 {
  display: none;
}
.fts-fluid-videoWrapper .fluid-width-video-wrapper {
  position: initial;
}
.fts-jal-fb-user-thumb img {
  width: 50px;
  max-width: 100%;
}
.fts-jal-fb-description p {
  line-height: 17px !important;
  white-space: normal !important;
}
.fts-checked-in-text-link {
  display: inline-block;
  padding-bottom: 0;
}
.fts-checked-in-img {
  float: left;
  margin-right: 10px;
  max-width: 160px;
}
.fts-checked-in-get-directions {
  margin-top: 5px;
}
.fts-instagram-fade .mfp-title,
.fts-instagram-fade .mfp-title a {
  font-size: 13px;
}
.fts-fluid-videoWrapper-html5 {
  margin-top: 10px;
  width: 100%;
}
.fts-fb-slideshow.slideshow .fts-fb-photo-post-wrap {
  position: relative !important;
  float: none;
  display: inline-block;
}
.fts-fb-slideshow {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.fts-fb-slideshow > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #222;
  display: block;
}
.fts-fb-slideshow > a > img {
  width: 100%;
  position: static;
  display: block;
}
.fts-fb-slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
.composite-example > div {
  background: #fff;
}
.composite-example > div > img {
  display: block;
}
.composite-example > div .cycle-overlay {
  color: #fff;
  background: #000;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
}
.fts-slider-center {
  text-align: center;
  padding: 2px 0;
  background: #171717;
  position: relative;
  display: block;
  min-height: 35px;
  font-size: 15px;
  line-height: 30px;
}
.fts-slider-center span {
  display: inline-block;
  position: absolute;
  -webkit-text-size-adjust: none;
}
.fts-cycle-slide p {
  margin: 0;
  padding: 0;
}
.fts-prevControl-icon:before {
  content: "\f0a8";
  font-family: FontAwesomeSlick !important;
  font-size: 24px;
}
.fts-custom-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 2px;
  font-size: 13px !important;
  line-height: 30px;
  font-weight: 700;
  z-index: 0;
  letter-spacing: 1px;
}
.fts-nextControl-icon:before {
  font-size: 24px;
  content: "\f0a9";
  font-family: FontAwesomeSlick !important;
}
.fts-prevControl-icon {
  left: 8px;
  z-index: 1;
  cursor: pointer;
}
.fts-nextControl-icon {
  right: 7px;
  z-index: 1;
  cursor: pointer;
}
.fts-nextControl-icon:hover,
.fts-prevControl-icon:hover {
  opacity: 0.8 !important;
}
.fb-social-btn-top {
  width: 100% !important;
  overflow: hidden;
}
.fts-instagram-fade.mfp-ready .mfp-figure {
  opacity: 1 !important;
}
.page-id-6026 #main-header {
  display: none;
}
.page-id-6026 #page-container {
  padding-top: 0 !important;
}
.page-id-6026 .container {
  margin: 0 auto !important;
  max-width: 100% !important;
  width: 100% !important;
}
.fts-slider-icons-center {
  display: block;
  line-height: 30px;
}
.fts-pager-option {
  top: 10px;
  position: relative;
}
.fts-pager-option-top {
  bottom: 0;
  position: relative;
  top: 5px;
}
.fts-pager-option,
.fts-pager-option-top {
  text-align: center;
  width: 100%;
  z-index: 500;
  display: block;
}
.fts-pager-option span {
  font-size: 47px;
  width: 15px;
  height: 15px;
  line-height: 10px;
  display: inline-block;
}
.fts-pager-option span.cycle-pager-active,
.fts-pager-option span:hover {
  opacity: 0.5;
}
.fts-pager-option > * {
  cursor: pointer;
}
.fts-fb-vid-popup .mfp-iframe-holder .mfp-close,
.fts-fb-vid-popup .mfp-inline-holder .mfp-close {
  top: -50px !important;
  font-size: 54px !important;
  font-weight: 100;
  font-family: inherit;
}
.fts-facebook-popup.mfp-bg,
.fts-vine-vid-popup.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.fts-facebook-popup.mfp-bg.mfp-ready {
  opacity: 0.8;
  z-index: 99999990;
}
.fts-facebook-popup.mfp-bg.mfp-removing {
  opacity: 0;
}
.fts-facebook-popup.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.fts-facebook-popup.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.fts-facebook-popup.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.fts-facebook-popup .mfp-close {
  left: 0 !important;
  margin-left: 4px !important;
  background: 0 0 !important;
  cursor: zoom-out !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 27px !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-weight: 600 !important;
  top: -42px !important;
  opacity: 0.5 !important;
}
.fts-facebook-popup .mfp-close:before {
  display: none !important;
}
.fts-facebook-popup .mfp-iframe-holder .mfp-content,
.fts-facebook-popup .mfp-inline-holder .mfp-content {
  max-width: 1400px;
}
.fts-facebook-popup .mfp-iframe-scaler iframe,
.fts-facebook-popup .mfp-iframe-scaler video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none !important;
  background: #000;
  right: 0;
  margin: auto;
}
.fts-facebook-popup .mfp-title {
  padding: 20px;
  background: rgba(255, 255, 255, 0.11);
  margin-top: 21px;
}
.fts-facebook-popup .fts-popup-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.fts-facebook-popup .fts-popup-half {
  width: 75%;
  float: left;
  background: #000;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  position: relative;
  z-index: 88888888;
}
.fts-facebook-popup .fts-popup-second-half {
  height: 100%;
  width: 25%;
  position: relative;
  float: left;
}
.fts-facebook-popup .fts-popup-second-half .mfp-bottom-bar {
  margin: 0;
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  cursor: auto;
  color: #000;
  overflow: auto;
}
.fts-facebook-popup .fts-popup-wrap img.mfp-img {
  width: auto;
  max-width: 100%;
  display: initial;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.fts-facebook-popup .fts-popup-wrap .mfp-counter {
  position: relative;
  bottom: 0;
  text-align: right;
  right: 10px;
  color: #c1c1c1 !important;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  display: inline-block;
  float: right;
  top: initial;
  margin: 5px 0;
}
.fts-facebook-popup .fts-position-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.fts-facebook-popup .fts-popup-image-position {
  min-height: 527px;
  width: 100%;
  background: #000;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.fts-facebook-popup .fts-popup-wrap .mfp-title {
  padding: 0;
  background: rgba(255, 255, 255, 0.11);
  margin: 0;
}
.fts-facebook-popup .fts-popup-second-half .mfp-title a {
  color: #0f6fad;
  text-decoration: none !important;
}
.fts-youtube-popup .fts-popup-second-half .mfp-title a {
  color: #0f6fad !important;
}
.fts-facebook-popup .mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff;
}
.fts-facebook-popup .fts-popup-wrap .mfp-title p,
.fts-instagram-caption-content .fts-popup-wrap .mfp-title p {
  color: #000 !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.fts-facebook-popup .mfp-image-holder .mfp-content {
  max-width: 1400px;
  width: 100%;
}
.fts-facebook-popup .fts-jal-fb-user-name {
  font-size: 14px;
  margin-top: 20px;
  padding-left: 82px;
  display: block;
  padding-right: 15px;
}
.fts-facebook-popup .fts-fb-caption,
.fts-facebook-popup .fts-non-popup-text,
.hide-date-likes-comments-etc {
  display: none !important;
}
.fts-facebook-popup .fts-jal-fb-post-time {
  padding-left: 82px;
}
.fts-facebook-popup .fts-instagram-caption-content,
.fts-facebook-popup .fts-jal-fb-message {
  padding: 10px 20px 0;
}
.fts-facebook-popup .fts-fb-caption a {
  font-size: 13px;
}
.fts-facebook-popup i:before {
  margin-left: 0 !important;
  font-style: normal !important;
  font-size: 15px !important;
}
.fts-facebook-popup .icon-file:before {
  font-size: 15px !important;
}
#fts-photo-next:hover:after,
#fts-photo-prev:hover:after,
.fts-popup-half:hover #fts-photo-next:after,
.fts-popup-half:hover #fts-photo-prev:after {
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#fts-photo-next:after,
#fts-photo-prev:after {
  font-family: FontAwesomeSlick;
  font-size: 58px !important;
  font-weight: 100;
  opacity: 0;
  color: #fff;
  border: none !important;
  margin-top: -20px !important;
}
#fts-photo-next:after {
  content: "\f105";
}
#fts-photo-prev:after {
  content: "\f104";
}
.fts-facebook-popup .mfp-arrow {
  background: 0 0 !important;
  width: 48px !important;
  height: 28px !important;
  line-height: normal !important;
  margin: -32px 0 !important;
}
.fts-facebook-popup .mfp-arrow:after {
  margin: 0 !important;
  top: 0 !important;
  border: none !important;
  width: 48px !important;
  height: 24px !important;
}
.twitter-followers-fts.fts-tweets-first,
.twitter-followers-fts:hover {
  border-bottom: 4px solid #1b95e0 !important;
}
.fts-facebook-popup .mfp-arrow-left {
  left: 5px !important;
}
.fts-facebook-popup .mfp-arrow-right {
  right: 5px !important;
}
.fts-facebook-popup .fts-jal-fb-description.fts-jal-fb-description-popup,
.fts-facebook-popup .hide-date-likes-comments-etc {
  display: inline-block !important;
}
.fts-facebook-popup .mfp-arrow:before,
.fts-iframe-popup-element,
.fts-video-popup-element {
  display: none;
}
.fts-jal-fb-description-popup {
  color: #444;
}
.fts-facebook-popup .fts-jal-fb-description-wrap {
  max-height: 300px;
  overflow: auto;
  max-width: 100%;
  padding-left: 20px !important;
  width: 100%;
}
.fts-facebook-popup * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .fts-facebook-popup a.fts-powered-by-text {
  margin: 2px 20px !important;
  text-align: left !important;
  float: left !important;
  font-size: 12px;
  color: #c1c1c1 !important;
  width: auto !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}
.fts-powered-by-text-popup a.fts-powered-by-text {
  display: block !important;
}
.fts-facebook-popup .mfp-iframe-holder .mfp-bottom-bar,
.fts-facebook-popup .mfp-inline-holder .mfp-bottom-bar {
  overflow: auto;
}
.fts-fb-comments-content {
  float: left;
  width: 100%;
  max-width: 100%;
  background: #f6f7f9;
  padding: 0 20px 20px;
}
.fts-facebook-popup .fts-fb-location-title {
  font-size: 15px;
  display: block;
  padding: 0;
  font-weight: 700;
  font-style: normal;
  margin: 12px 0 0;
  color: #333;
}
.ft-gallery-share-wrap .fa,
.fts-share-wrap i {
  font-style: normal !important;
}
.fts-facebook-popup .fts-instagram-caption-content,
.fts-facebook-popup .fts-jal-fb-message {
  clear: both;
  font-size: 15px;
  color: #333;
}
.fts-facebook-popup .fts-fb-get-directions {
  font-size: 15px;
  display: inline-block;
  padding: 0 0 20px;
  color: #4595f0 !important;
}
.fts-facebook-popup .fts-fb-ticket-info {
  color: #4595f0 !important;
}
.fts-event-title-wrap {
  font-size: 24px;
  line-height: 24px;
}
.fts-fb-comments-wrap {
  display: none !important;
}
.fts-fb-comment {
  clear: both;
  float: left;
  width: 100%;
  color: #222;
  margin: 0;
  padding: 15px 0 0;
  font-size: 13px;
}
.fts-fb-comment-user-pic {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 50px;
}
.fts-fb-comment-msg {
  padding-left: 42px;
  font-size: 12px;
}
.fts-fb-comment-user-name {
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
}
@media all and (max-width: 900px) {
  .fts-facebook-styles-popup .fts-popup-half,
  .fts-facebook-styles-popup .fts-popup-second-half {
    height: 100%;
    width: 100%;
    position: relative;
    float: none;
  }
  .fts-facebook-styles-popup .fts-popup-half {
    background: #000;
    text-align: center;
    vertical-align: middle;
    z-index: 500;
  }
  .fts-facebook-styles-popup .mfp-bottom-bar {
    background: #fff;
    padding-bottom: 10px;
  }
  .fts-facebook-styles-popup .mfp-iframe-holder .mfp-content,
  .fts-facebook-styles-popup .mfp-inline-holder .mfp-content {
    top: 0;
  }
  .fts-facebook-styles-popup .mfp-iframe-holder .fts-popup-image-position,
  .fts-facebook-styles-popup .mfp-inline-holder .fts-popup-image-position {
    height: auto !important;
  }
  .fts-facebook-styles-popup .mfp-container {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .fts-facebook-styles-popup .mfp-container:before {
    display: none;
  }
  .fts-popup-image-position {
    min-height: 50px !important;
  }
  .fts-facebook-styles-popup .fts-popup-second-half .mfp-bottom-bar {
    height: auto !important;
    overflow: visible !important;
  }
}
@media all and (max-width: 640px) {
  .fts-instagram-styles-popup .fts-popup-half,
  .fts-instagram-styles-popup .fts-popup-second-half {
    height: 100%;
    width: 100% !important;
    position: relative;
    float: none;
  }
  .fts-instagram-styles-popup .fts-popup-half {
    background: #fff;
    text-align: center;
    vertical-align: middle;
    z-index: 500;
  }
  .fts-instagram-styles-popup .mfp-bottom-bar {
    background: #fff;
    padding-bottom: 10px;
  }
  .fts-instagram-styles-popup .mfp-iframe-holder .mfp-content,
  .fts-instagram-styles-popup .mfp-inline-holder .mfp-content {
    top: 0;
  }
  .fts-instagram-styles-popup .mfp-iframe-holder .fts-popup-image-position {
    height: auto !important;
  }
  .fts-instagram-styles-popup .mfp-container {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .fts-instagram-styles-popup .mfp-container:before {
    display: none;
  }
  .fts-popup-image-position {
    min-height: 50px !important;
  }
  .fts-instagram-styles-popup .fts-popup-second-half .mfp-bottom-bar {
    height: auto !important;
    overflow: visible !important;
  }
}
@media all and (min-width: 1900px) {
  .fts-facebook-popup .fts-popup-second-half.fts-instagram-popup-second-half {
    float: left !important;
  }
  .fts-facebook-popup .fts-popup-second-half {
    height: 100%;
    width: 100%;
    position: relative;
    float: left;
  }
  .fts-facebook-popup .fts-popup-half {
    background: #000;
    text-align: center;
    vertical-align: middle;
    z-index: 500;
    width: 100%;
  }
  .fts-facebook-popup .mfp-bottom-bar {
    background: #fff;
    padding-bottom: 10px;
  }
  .fts-facebook-popup .mfp-iframe-holder .mfp-content,
  .fts-facebook-popup .mfp-inline-holder .mfp-content {
    top: 0;
  }
  .fts-facebook-popup .mfp-iframe-holder .fts-popup-image-position,
  .fts-facebook-popup .mfp-inline-holder .fts-popup-image-position {
    height: auto !important;
  }
  .fts-facebook-popup .mfp-container {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .fts-facebook-popup .mfp-container:before {
    display: none;
  }
  .fts-popup-image-position {
    min-height: 50px !important;
  }
  .fts-facebook-popup .fts-popup-second-half .mfp-bottom-bar {
    height: auto !important;
    overflow: visible !important;
    min-height: auto !important;
  }
}
.fts-twitter-backg-image,
.fts-twitter-backg-image img {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 99;
}
.fts-instagram .image-overlay,
.fts-instagram .image-overlay-inside,
.fts-instagram .image-overlay.overlay-type-extern,
.fts-jal-fb-group-display .image-overlay-inside,
.fts-jal-single-fb-post .image-overlay,
.fts-jal-single-fb-post .image-overlay-inside,
.fts-jal-single-fb-post .image-overlay.overlay-type-extern,
.fts-mashup .image-overlay,
.fts-mashup .image-overlay.overlay-type-extern,
.fts-pinterest-wrapper .image-overlay,
.fts-pinterest-wrapper .image-overlay-inside,
.fts-pinterest-wrapper .image-overlay.overlay-type-extern,
.fts-profile-pic a .image-overlay,
.fts-profile-pic a .image-overlay-inside,
.fts-profile-pic a .image-overlay.overlay-type-extern,
.fts-slicker-facebook-photos .image-overlay,
.fts-slicker-facebook-photos .image-overlay-inside,
.fts-slicker-facebook-photos .image-overlay.overlay-type-extern,
.fts-tweeter-wrap .image-overlay,
.fts-tweeter-wrap .image-overlay-inside,
.fts-tweeter-wrap .image-overlay.overlay-type-extern,
.fts-vine-content .image-overlay,
.fts-vine-content .image-overlay-inside,
.fts-vine-content .image-overlay.overlay-type-extern,
.fts-yt-videolist .image-overlay,
.fts-yt-videolist .image-overlay-inside,
.fts-yt-videolist .image-overlay.overlay-type-extern {
  display: none !important;
}
.fts-facebook-popup.mfp-ready .mfp-figure {
  opacity: 1;
}
ul.fts-sidebar-menu ul.fts-social-bar-icons-wrap ul li {
  margin: 0 !important;
}
.fts-instagram-inline-block-centered {
  text-align: center;
  font-size: 0;
  margin: auto;
}
#facebook-sidebar .fts-fb-comments-wrap {
  display: none;
}
.fts-twitter-backg-image img {
  display: block !important;
  width: 100%;
}
.fts-twitter-backg-image .twitter-social-btn-top {
  position: absolute !important;
  bottom: 5px;
  left: 10px;
  z-index: 100;
}
.fts-twitter-followers-wrap {
  background: #fff;
  padding: 1px 5px 0 0;
  margin-bottom: 10px;
  text-align: center;
  color: #1b95e0 !important;
}
.twitter-followers-fts {
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 600 !important;
}
.twitter-followers-fts a,
.twitter-followers-fts-singular a {
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.twitter-followers-fts a {
  display: block;
  color: #66757f !important;
  font-size: 11px;
  transition: color 0.15s ease-in-out;
}
.twitter-followers-fts:hover {
  transition: border 0.15s ease-in-out;
}
.fts-tweets-first,
.fts-tweets-first a,
.twitter-followers-fts:hover a {
  color: #1b95e0 !important;
}
.fts-tweet-reply-left {
  float: left;
  display: inline-block;
}
.fts-twitter-reply-wrap a {
  /* color:rgba(144,147,148,.71) */
}
body .fts-twitter-favorites-wrap:hover {
  color: #c32525 !important;
}
.fts-twitter-favorites-wrap {
  margin-left: 20px;
}
body .fts-twitter-reply-wrap.fts-twitter-full-width {
  margin-left: 0 !important;
  margin-top: 0;
}
.twitter-followers-fts-singular {
  font-size: 15px;
  padding: 5px 0 0;
}
.twitter-followers-fts-singular a {
  color: #66757f !important;
  font-size: 11px;
}
.twitter-social-btn-top a,
.twitter-social-btn-top iframe {
  color: #fff !important;
}
@media (max-width: 400px) {
  .twitter-followers-fts {
    padding: 5px 10px;
    font-size: 15px !important;
    font-weight: 500 !important;
  }
}
.fts-twitter-full-name {
  font-size: 14px !important;
  font-weight: 700;
}
a.fts-twitter-at-name {
  font-size: 13px !important;
  color: #999 !important;
  font-weight: 400 !important;
  display: inline-block;
  margin-top: 3px;
}
.fts-profile-wrap {
  clear: both;
  display: block;
}
.fts-clear {
  clear: both;
}
.fts-profile-pic {
  float: left;
  margin: 0 25px 20px 0;
  max-width: 125px;
}
.fts-profile-pic a:hover {
  opacity: 0.8;
}
.fts-isnta-full-name {
  padding: 0 0 10px;
  float: left;
  margin: 4px 20px 0 0;
}
.fts-profile-name-wrap .fts-follow-header-wrap {
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0;
  padding: 7px 10px;
  border-radius: 4px;
  border: 1px solid #5dba00;
  line-height: 18px;
}
.fts-profile-description {
  font-size: 15px;
  line-height: 22px;
}
.fts-profile-name-wrap {
  font-size: 32px;
  margin-bottom: 18px;
  letter-spacing: 2px;
  line-height: 28px;
}
.fts-profile-pic img {
  border-radius: 50%;
  max-width: 100%;
}
.fts-profile-stats {
  margin: 0 0 5px;
}
.fts-profile-stats span {
  font-weight: 700;
  display: inline-block;
}
.fts-profile-stats div {
  font-size: 15px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.fts-profile-wrap {
  max-width: 630px;
  margin: auto;
  padding: 0 0 20px;
}
.fts-facebook-popup .fts-instagram-caption-content a {
  color: #003569 !important;
}
.fts-facebook-popup a.ft-gallery-link-popup,
.fts-facebook-popup a.fts-jal-fb-see-more {
  font-size: 12px;
  text-align: right;
  margin-top: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 13px 20px 11px 40px;
  background: #f6f7f9;
  display: block !important;
  width: 100% !important;
}
.fts-instagram-popup-profile-wrap {
  display: none;
}
.fts-facebook-popup.fts-instagram-styles-popup .fts-profile-pic {
  display: block;
  padding: 15px 10px 0 15px;
  margin: 0;
}
.fts-facebook-popup.fts-instagram-styles-popup .fts-profile-pic img {
  display: block;
  width: 40px;
}
.fts-facebook-popup.fts-instagram-styles-popup .fts-isnta-full-name {
  font-size: 17px;
  letter-spacing: normal;
  color: #333;
}
.fts-facebook-popup.fts-instagram-styles-popup .fts-profile-name-wrap {
  padding-top: 15px;
}
.fts-follow-header-wrap {
  margin-right: 15px;
  color: #5dba00;
}
.fts-follow-header-wrap a {
  color: #5dba00 !important;
}
.fts-facebook-popup.fts-instagram-styles-popup .fts-insta-date-popup-grab {
  clear: both;
  text-align: right;
  margin: 55px 15px -8px !important;
  color: #999;
  border-top: 1px solid #eee;
  padding-top: 12px;
  font-size: 14px;
}
.fts-facebook-popup.fts-instagram-styles-popup a.fts-view-on-instagram-link {
  margin: 20px 15px 0;
  padding: 10px 0 !important;
  color: #9f9f9f !important;
}
.fts-facebook-popup.fts-instagram-styles-popup
  .fts-view-on-instagram-link:before {
  font-size: 15px;
  top: 1px;
  position: relative;
  margin-left: 5px;
}
.fts-facebook-popup.fts-instagram-styles-popup .fts-follow-header-wrap {
  float: right;
  margin: 0 40px 20px 15px;
  color: #5dba00;
  font-size: 12px;
  top: -7px;
  position: relative;
}
.fts-facebook-popup.fts-instagram-styles-popup .heart-comments-wrap,
.fts-facebook-popup.fts-instagram-styles-popup .slicker-heart-comments-wrap {
  position: relative;
  color: #444 !important;
  margin: 0 0 0 15px !important;
  font-size: 14px;
  width: auto !important;
  left: 0;
}
.fts-facebook-popup.fts-instagram-styles-popup .heart-comments-wrap li,
.fts-facebook-popup.fts-instagram-styles-popup .slicker-heart-comments-wrap li {
  display: inline-block;
  margin-right: 15px !important;
  margin-top: -5px !important;
  opacity: 1;
}
.fts-facebook-popup.fts-instagram-styles-popup .fts-comment-instagram:before {
  font-size: 14px;
}
.fts-facebook-popup.fts-instagram-styles-popup
  .fts-popup-half.fts-instagram-popup-half {
  width: 64%;
}
.fts-facebook-popup.fts-instagram-styles-popup
  .fts-popup-second-half.fts-instagram-popup-second-half {
  width: 36%;
}
.fts-facebook-popup.fts-instagram-styles-popup
  .fts-instagram-popup-half
  .fts-popup-image-position {
  min-height: auto !important;
}
.fts-facebook-popup.fts-instagram-styles-popup
  .fts-popup-second-half
  .mfp-bottom-bar {
  margin: 0;
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  cursor: auto;
  color: #000;
  overflow: auto;
  min-height: 200px;
}
.fts-facebook-popup.fts-instagram-styles-popup .mfp-iframe-holder .mfp-content,
.fts-facebook-popup.fts-instagram-styles-popup .mfp-image-holder .mfp-content,
.fts-facebook-popup.fts-instagram-styles-popup .mfp-inline-holder .mfp-content {
  max-width: 1000px;
  width: 100%;
}
.fts-facebook-popup.fts-instagram-styles-popup .heart-comments-wrap {
  margin: -18px 0 0 15px !important;
}
.fts-facebook-popup a.fts-view-on-instagram-link {
  font-size: 12px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #555 !important;
  padding: 10px 20px;
  background: #fff;
  display: block;
}
.fts-mashup-post-wrap {
  padding: 0 !important;
  border-bottom: 1px solid rgba(184, 184, 184, 0.3);
  line-height: 17px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.fts-mashup-type-name {
  clear: both;
  width: 100%;
  display: block;
  background: #f7f7f7;
  margin-bottom: 10px;
  box-shadow: 1px 1px 0 #ddd;
}
.fts-mashup-type-name span {
  display: block;
  padding: 0 7px 3px 0;
  text-align: right;
  font-size: 10px;
  color: #bfbfbf;
  line-height: 14px;
}
.fts-mashup-count-wrap {
  width: 100%;
  clear: both;
  display: block;
  padding-top: 12px;
  text-align: left;
  margin-bottom: 6px;
  float: left;
}
.fts-mashup-count-wrap a {
  display: inline-block;
  font-size: 13px;
}
.fts-mashup-count-wrap .fts-tweet-reply-left {
  float: none;
  display: inline-block;
}
.fts-mashup-description-wrap {
  clear: both;
  padding-top: 5px;
  line-height: 18px;
}
.fts-jal-fb-post-time {
  margin-bottom: 8px;
}
.twitter-video {
  min-width: 200px !important;
}
.fts-mashup .fts-mashup-image-and-video-wrap {
  margin-top: 8px;
  position: relative;
  line-height: 0;
}
.fts-mashup-count-wrap .slicker-heart-comments-wrap {
  position: relative;
  top: inherit;
  bottom: inherit;
  margin: 0 !important;
}
.fts-mashup-count-wrap
  .slicker-heart-comments-wrap
  li.slicker-instagram-image-likes {
  padding-left: 0 !important;
}
.fts-mashup .fts-twitter-description-image {
  margin-top: 0 !important;
}
.fts-mashup .fts-single-pin-social-meta-wrap {
  margin: 0;
}
.fts-mashup .fts-single-pin-social-meta-wrap span {
  margin-top: 0;
  font-size: 14px;
}
.fts-mashup .fts-youtube-title {
  font-weight: 700;
  font-size: 12px;
  padding: 8px 0 0;
  line-height: 14px;
}
.fts-mashup-post-wrap .fts-jal-single-fb-post {
  padding-top: 0 !important;
}
.fts-mashup .fts-jal-single-fb-post {
  border-bottom: none;
}
.fts-mashup .fts-jal-fb-picture,
.fts-mashup .fts-jal-fb-vid-picture {
  margin-top: 0;
}
.fts-mashup .fts-jal-single-fb-post .fts-jal-fb-user-thumb a:before,
.fts-mashup-instagram-icon a:before,
.fts-mashup-pinterest-icon a:before,
.fts-mashup-twitter-icon a:before,
.fts-mashup-wp_gallery-icon a:before,
.fts-mashup-youtube-icon a:before {
  font-family: FontAwesomeSlick;
  font-size: 32px;
  font-weight: 100 !important;
}
.fts-mashup-instagram-icon a:before {
  content: "\f16d";
  font-size: 37px;
  top: 2px;
  position: relative;
}
.fts-mashup .fts-jal-single-fb-post .fts-jal-fb-user-thumb a:before {
  content: "\f09a";
  top: 2px;
  position: relative;
  left: 8px;
  font-size: 30px;
}
.fts-mashup-hide-fb-icon
  .fts-jal-single-fb-post
  .fts-jal-fb-user-thumb
  a:before {
  content: "";
}
.fts-mashup-twitter-icon a:before {
  content: "\f099";
  top: 0;
  position: relative;
  left: 3px;
}
.fts-mashup-pinterest-icon a:before {
  content: "\f231";
  position: relative;
  top: 3px;
  left: 5px;
}
.fts-mashup-youtube-icon a:before {
  content: "\f167";
  position: relative;
  top: 2px;
  left: 4px;
}
.fts-mashup-icon-wrap-left.fts-mashup-youtube-icon a:before {
  top: 0;
  left: 2px;
}
.slicker-instagram-placeholder .ft-text-for-popup-content {
  padding: 5px 15px;
  opacity: 0;
  z-index: 10;
  position: relative;
  color: #fff;
}
.slicker-instagram-placeholder .fts-mashup-count-wrap {
  opacity: 0;
  z-index: 10;
  position: absolute;
  bottom: -5px;
  left: 5px;
  color: #fff;
}
.slicker-instagram-placeholder:hover .fts-mashup-count-wrap a {
  color: #fff !important;
  font-size: 12px;
}
.slicker-instagram-placeholder .fts-mashup-count-wrap a {
  color: #fff;
  font-size: 12px;
}
.slicker-instagram-placeholder:hover .ft-text-for-popup-content,
.slicker-instagram-placeholder:hover .fts-mashup-count-wrap {
  opacity: 1;
  color: rgba(255, 255, 255, 0.88);
}
.slicker-instagram-placeholder .ft-gallery-link-popup {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.ft-gallery-link-popup:before {
  font-family: FontAwesomeSlick;
  content: "\f14d ";
  display: inline-block;
  margin-right: 6px;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin-top: 1px;
  margin-left: 1px;
}
.fts-mashup-wp_gallery-icon a:before {
  content: "\f19a";
  position: relative;
  top: 2px;
  left: 4px;
}
.fts-mashup-icon-wrap-left.fts-mashup-wp_gallery-icon a:before {
  top: 0;
  left: 2px;
}
.fts-mashup-icon-wrap-right.fts-mashup-wp_gallery-icon {
  margin-top: 3px;
  margin-right: 5px;
}
.slicker-instagram-placeholder .ft-wp-gallery-icon {
  margin-top: -12px;
  margin-right: 0;
}
.fts-mashup-icon-wrap-left.fts-mashup-twitter-icon a:before {
  top: 0;
  left: 3px;
}
.fts-mashup-type-icon-spacer {
  clear: both;
  width: 100%;
  display: block;
  background: #f7f7f7;
  margin-bottom: 2px;
}
.fts-feed-type-wp_gallery .fts-mashup-description-wrap {
  margin: 0 0 15px;
}
.fts-mashup .fts-feed-type-facebook .fts-jal-fb-user-thumb,
.fts-mashup-hide-fb-thumb.fts-feed-type-facebook .fts-jal-fb-user-thumb {
  display: none !important;
}
.fts-feed-type-facebook .fts-mashup-icon-wrap-left a:before,
.fts-feed-type-facebook .fts-mashup-icon-wrap-right a:before {
  content: "\f09a";
  top: 2px;
  position: relative;
  left: 9px;
  font-size: 28px !important;
}
.fts-mashup-type-icon {
  float: left;
  height: 40px;
  margin: 15px 10px 0 0;
}
.fts-mashup .fts-jal-single-fb-post .fts-jal-fb-user-thumb {
  width: 40px;
  height: 45px;
  float: left;
  margin: 0;
}
.fts-mashup .fts-jal-single-fb-post .fts-jal-fb-user-thumb a,
.fts-mashup-icon-wrap {
  float: left;
  height: 45px;
  width: 40px;
  padding-top: 13px;
  position: relative;
  margin-top: 0 !important;
  text-decoration: none !important;
}
.fts-mashup-hide-fb-icon .fts-jal-single-fb-post .fts-jal-fb-user-thumb a {
  float: left;
  height: 50px;
  width: 50px;
  padding-top: 0;
  position: relative;
  margin-top: 0 !important;
  text-decoration: none !important;
}
.fts-mashup-hide-fb-icon .fts-jal-single-fb-post .fts-jal-fb-user-thumb {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 15px 0 0;
}
.fts-mashup .fts-jal-fb-message {
  line-height: 18px;
  padding-top: 5px;
}
.fts-mashup-count-wrap a,
.fts-mashup-icon-wrap a {
  text-decoration: none !important;
}
.fts-mashup .fts-jal-fb-post-time {
  padding-top: 3px;
}
.fts-mashup .fts-likes-shares-etc-wrap {
  float: left;
  width: 100%;
  padding: 0;
}
.fts-mashup .icon-thumbs-up:before,
.fts-single-pin-social-meta-wrap,
.fts-tweet-reply-left {
  margin-left: 5px !important;
}
.fts-mashup .fts-jal-fb-see-more,
.fts-mashup .fts-mashup-count-wrap .slicker-heart-comments-wrap li,
.fts-mashup .slicker-instagram-placeholder .slicker-heart-comments-wrap li {
  font-size: 12px !important;
}
.fts-mashup .fts-comment-instagram:before,
.fts-mashup .fts-jal-fb-see-more .icon-comments:before,
.fts-mashup .fts-jal-fb-see-more .icon-file-up:before,
.fts-mashup .fts-jal-fb-see-more .icon-thumbs-up:before {
  font-size: 14px;
}
.fts-mashup-icon-wrap-right {
  float: right;
}
.fts-mashup-icon-wrap-right a {
  text-decoration: none !important;
  font-size: 12px;
}
.fts-mashup-icon-wrap-left a:before,
.fts-mashup-icon-wrap-right a:before {
  font-family: FontAwesomeSlick;
  font-weight: 100 !important;
  top: 12px;
}
.fts-mashup-icon-wrap-right.fts-mashup-facebook-icon {
  position: relative;
  right: 18px;
  top: 13px;
  z-index: 1;
}
.fts-mashup-hide-fb-icon.fts-feed-type-facebook
  .fts-mashup-icon-wrap-right
  a:before {
  font-size: 30px !important;
}
.fts-mashup-icon-wrap-left {
  float: left;
  margin: 16px 12px 0 0;
}
.fts-feed-type-pinterest .fts-mashup-icon-wrap-left a:before {
  left: 4px;
  top: 0;
}
.fts-mashup .fts-feed-type-facebook .fts-jal-fb-user-thumb a:before {
  font-family: FontAwesomeSlick !important;
  content: "\f09a" !important;
  top: 2px !important;
  position: relative !important;
  left: 8px !important;
  font-size: 29px !important;
}
.fts-mashup .fts-mashup-icon-left .fts-jal-fb-user-thumb {
  display: none !important;
}
.fts-feed-type-facebook.fts-mashup-hide-fb-thumb .fts-jal-fb-user-thumb,
.fts-mashup
  .fts-mashup-hide-fb-icon-and-thumbnail.fts-feed-type-facebook
  .fts-jal-fb-user-thumb,
.fts-mashup-hide-fb-icon-and-thumbnail .fts-jal-fb-user-thumb,
.fts-mashup-icon-left .fts-jal-fb-user-thumb img {
  display: none !important;
}
.fts-mashup-icon-left .fts-feed-type-facebook .fts-jal-fb-user-thumb a:before {
  content: "" !important;
}
.fts-mashup-icon-left.fts-feed-type-facebook.fts-mashup-hide-fb-thumb
  .fts-jal-fb-user-thumb {
  display: block !important;
}
body div.fts-mashup-hide-fb-thumbnail-icon .fts-jal-fb-user-thumb a:before {
  display: none;
}
body div.fts-mashup-hide-fb-thumbnail-icon .fts-jal-fb-user-thumb {
  width: 50px !important;
  height: 50px !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}
body
  .fts-mashup
  .fts-mashup-hide-fb-thumbnail-icon
  .fts-jal-single-fb-post
  .fts-jal-fb-user-thumb
  a {
  width: 50px !important;
  height: 50px !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
.fts-mashup .fts-likes-shares-etc-wrap a {
  color: #777;
}
.fts-mashup-error-notice {
  margin-bottom: 25px;
}
.fts-mashup-icon-left .fts-mashup-error-notice {
  margin-left: 45px;
}
.fts-mashup-icon-wrap-left a {
  text-decoration: none !important;
}
.fts-mashup-icon-wrap-right.fts-mashup-youtube-icon a:before {
  left: -2px !important;
  top: 15px;
}
.fts-mashup-icon-wrap-right.fts-mashup-twitter-icon a:before {
  left: -2px !important;
}
.fts-mashup-icon-wrap-right.fts-mashup-pinterest-icon a:before {
  left: 0 !important;
}
.fts-mashup .fts-jal-fb-user-name {
  margin-right: 23px;
}
.fts-mashup-media-top.fts-mashup-post-wrap .fts-jal-fb-user-name {
  margin-left: 10px;
  padding-top: 0;
}
.fts-mashup-media-top .fts-jal-fb-user-name {
  margin-left: 10px;
}
.fts-mashup .fts-jal-fb-message p,
.fts-mashup-description-wrap p {
  margin: 4px 0 5px !important;
}
.fts-single-pin-meta-wrap .fts-single-pin-social-meta-wrap {
  margin-left: 15px !important;
}
.fts-review-details-wrap {
  margin-top: 0;
}
.fts-review-details-master-wrap {
  display: block;
  clear: both;
  padding: 10px 10px 15px;
  background: #fff;
  border-bottom: 1px solid rgba(184, 184, 184, 0.3);
}
.fts-reviews-overall-rating-stars {
  margin: auto;
}
.fts-review-details-wrap {
  padding: 5px 0 0;
  line-height: 17px;
}
.fts-review-details-master-wrap-no-background-or-border {
  background: 0 0 !important;
  border: none !important;
}
.fts-slicker-twitter-posts .fts-tweeter-wrap .tweeter-info {
  padding: 11px 0 7px;
}
.fts-slicker-twitter-posts .fts-twitter-image {
  margin-left: 11px !important;
}
.fts-slicker-twitter-posts .tweeter-info .fts-twitter-full-width {
  padding: 0 10px 10px;
}
.fts-slicker-twitter-posts
  .tweeter-info
  .fts-twitter-full-width.fts-twitter-reply-wrap {
  padding: 0 10px 2px;
}
.tweeter-info .twitter-video {
  margin: 0 -8px -5px !important;
}
.fts-fb-get-directions,
.fts-fb-ticket-info {
  display: inline-block;
}
.fts-fb-ticket-info:before {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}
.fts-facebook-popup .ft-text-for-popup-content .fts-jal-fb-post-time,
.fts-facebook-popup .ft-text-for-popup-content .fts-jal-fb-user-name,
.fts-facebook-popup .ft-text-for-popup-content .fts-mashup-description-wrap {
  padding-right: 15px;
}
.fts-facebook-popup .ft-text-for-popup-content .fts-mashup-description-wrap {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-left: 20px !important;
}
.fts-facebook-popup .ft-text-for-popup-content .fts-jal-fb-user-name {
  margin-top: 12px;
  padding-left: 20px !important;
}
.fts-facebook-popup .ft-text-for-popup-content .fts-jal-fb-post-time {
  padding-left: 20px !important;
}
.fts-facebook-popup
  .ft-text-for-popup-content
  .fts-mashup-icon-wrap-right.fts-mashup-wp_gallery-icon {
  margin-right: 20px !important;
  margin-top: -1px;
}
.fts-facebook-popup a.ft-gallery-link-popup {
  font-size: 12px;
  text-align: left;
  margin-top: 15px;
  border-top: 0 solid #eee;
  border-bottom: 0 solid #eee;
  padding: 14px 20px 10px;
  background: 0 0;
  display: inline-block;
  float: left;
}
.fts-facebook-popup .ft-text-for-popup-content .fts-mashup-description-wrap p {
  padding-top: 0;
  line-height: 21px;
  word-wrap: break-word;
  font-size: 15px;
  color: #333;
}
.ft-text-for-popup-content {
  text-align: left;
}
.fts-slicker-facebook-photos .ft-text-for-popup-content .fts-jal-fb-post-time {
  color: #9d9d9d !important;
  margin-top: 0;
}
.ft-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fts-popup-second-half .fts-watermark-inside {
  display: none !important;
}
.fts-watermark-inside-center {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
}
.fts-watermark-inside-top-center {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.fts-watermark-inside-bottom-center {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.fts-watermark-inside-bottom-left {
  position: absolute;
  bottom: 0;
}
.fts-watermark-inside-bottom-right {
  position: absolute;
  text-align: right;
  bottom: 0;
  width: 100%;
}
.fts-watermark-inside-top-right {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: right;
}
.fts-watermark-inside-top-left {
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}
.fts-watermark-inside img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
}
.fts-mashup-image-and-video-wrap .fts-watermark-inside img {
  max-width: 75% !important;
}
.ft-gallery-share-wrap {
  display: none;
  margin-top: 0;
  position: absolute;
  left: 20px;
  background: #fff;
  top: -8px;
  min-width: 116px;
  box-shadow: 2px -2px 3px 0 rgba(187, 187, 187, 0.8);
  width: 100%;
  z-index: 1;
  text-align: left;
}
.fts-popup-second-half .ft-gallery-share-wrap {
  left: 50px;
  background: #f6f7f9;
  top: 8px;
}
.ft-gallery-share-wrap a {
  display: inline-block !important;
}
.fts-share-wrap {
  padding: 0;
  float: left;
  width: auto;
  margin: 9px 0 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
a.fts-jal-fb-see-more {
  width: auto !important;
  display: inline-block !important;
  text-align: left;
}
.ft-gallery-share-wrap .fa,
.fts-twitter-logo .fa {
  display: inline-block !important;
  font-family: FontAwesomeSlick !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ft-gallery-share-wrap .fa-facebook-square:before {
  content: "\f082";
  font-size: 17px !important;
}
.ft-gallery-share-wrap .fa-linkedin:before {
  content: "\f0e1";
  font-size: 16px !important;
}
.ft-gallery-share-wrap .fa-google-plus:before {
  content: "\f0d5";
  font-size: 16px !important;
}
.ft-gallery-share-wrap .fa-pinterest-plus:before {
  content: "\f0d2";
  font-size: 15px !important;
}
.ft-gallery-share-wrap .fa-twitter:before,
.fts-twitter-logo .fa-twitter:before {
  content: "\f099";
  font-size: 19px !important;
  top: 1px;
  position: relative;
}
.ft-gallery-share-wrap .fa-envelope:before {
  content: "\f0e0";
  font-size: 16px !important;
}
.ft-gallery-link-popup {
  margin: 5px 0 0 !important;
}
.ft-gallery-share-wrap a:hover {
  opacity: 0.8;
}
.fts-slicker-facebook-photos .fts-share-wrap a {
  color: #fff !important;
}
.fts-slicker-facebook-photos .fts-mashup-count-wrap {
  clear: both;
  display: block !important;
  top: -21px;
  left: 16px;
}
.fts-slicker-facebook-photos .fts-likes-shares-etc-wrap {
  outline: 0;
  z-index: 5000 !important;
  color: #fff;
  position: absolute;
  bottom: 10px !important;
  display: none;
  width: 100%;
  text-align: left;
}
.fts-slicker-facebook-photos .fts-jal-fb-see-more {
  bottom: 0 !important;
  position: absolute;
  left: 10px;
}
.fts-mashup-post-wrap.fts-feed-type-facebook
  .fts-mashup-count-wrap.fts-share-wrap {
  margin: 10px 3px 0 0;
  padding: 0;
}
.fts-mashup-post-wrap.fts-feed-type-facebook
  .fts-mashup-count-wrap.fts-share-wrap
  a.ft-gallery-link-popup {
  margin: 0 !important;
}
.fts-mashup-post-wrap.fts-feed-type-facebook .ft-gallery-share-wrap {
  top: -7px;
}
.fts-mashup-count-wrap.fts-share-wrap .ft-gallery-link-popup {
  margin-top: 0 !important;
}
.fts-twitter-reply-wrap {
  float: left;
}
.fts-instagram-reply-wrap-left,
.fts-pinterest-reply-wrap-left,
.fts-youtube-reply-wrap-left {
  float: right;
}
.fts-tweeter-wrap .fts-share-wrap {
  padding: 7px 0 0;
  margin-top: 10px;
}
.ft-gallery-share-wrap a {
  margin: 7px 5px;
  font-size: 13px;
}
.fts-tweeter-wrap .ft-gallery-share-wrap {
  top: -6px;
}
.fts-tweeter-wrap .fts-mashup-count-wrap a {
  display: inline-block;
  margin: 7px 5px;
  font-size: 13px;
}
body .fts-slicker-facebook-photos .fts-tweeter-wrap .ft-gallery-share-wrap {
  max-width: 132px !important;
  width: 100% !important;
}
.fts-tweeter-wrap .ft-gallery-link-popup {
  font-size: 13px;
}
.fts-twitter-reply-wrap-left {
  float: right;
  padding: 10px 0 0;
  margin-top: 5px;
}
.fts-tweet-others-right a {
  display: inline-block;
}
.fts-twitter-reply-wrap .fts-share-wrap {
  margin-top: 10px;
  padding: 0;
}
.fts-share-wrap .fts-share-wrap {
  margin-top: 10px;
}
.fts-twitter-reply-wrap .fts-share-wrap a.ft-gallery-link-popup {
  margin-top: 0 !important;
}
.fts-slicker-twitter-posts .fts-twitter-reply-wrap-left {
  padding: 0 !important;
  margin: 15px 0 0 !important;
}
.ft-galleryfacebook-icon {
  margin-left: 11px !important;
}
.fts-mashup-post-wrap .fts-tweet-reply-left {
  margin-right: 35px;
  padding: 0 5px;
}
.fts-mashup-post-wrap .fts-twitter-reply-wrap-left {
  padding: 0;
  margin-top: 0;
}
.fts-share-wrap .ft-gallery-link-popup {
  margin: 0 !important;
  font-size: 12px;
}
.fts-mashup-count-wrap .fts-share-wrap {
  margin: 0 !important;
}
.fts-instagram-reply-wrap-left {
  margin-right: 8px;
}
.fts-popup-second-half .fts-share-wrap {
  margin: 15px 0 -64px;
}
.fts-popup-second-half .mfp-title .ft-gallery-share-wrap a {
  color: #137fc4;
}
.fts-instagram-styles-popup .fts-share-wrap .ft-gallery-share-wrap a,
.fts-instagram-styles-popup .fts-share-wrap a.ft-gallery-link-popup {
  color: #444;
}
.fts-youtube-reply-wrap-left a {
  font-size: 12px;
}
.fts-mashup-post-wrap.fts-feed-type-facebook .fts-jal-fb-see-more {
  margin-bottom: -1px;
  text-transform: none !important;
}
.fts-instagram-styles-popup .ft-gallery-link-popup,
.fts-instagram-styles-popup .fts-share-wrap {
  margin: 0 !important;
  padding: 0 !important;
}
.fts-instagram-styles-popup .fts-instagram-reply-wrap-left {
  float: left;
  margin-left: 20px;
}
.fts-instagram-styles-popup .fts-share-wrap {
  background: #fff;
  top: -11px;
  left: 19px;
  position: relative;
  z-index: 1000;
}
.fts-instagram-styles-popup .ft-gallery-share-wrap {
  top: -6px;
  left: 25px;
  background: #fff;
}
.fts-instagram-styles-popup .ft-gallery-link-popup:before {
  content: "\f064";
  margin-right: 10px;
}
.slicker-instagram-placeholder .ft-gallery-link-popup:before {
  content: "\f064";
  color: #fff;
  font-size: 15px;
  position: relative;
  top: 2px;
}
.slicker-instagram-placeholder .ft-gallery-share-wrap {
  top: -19px;
  left: 35px;
  box-shadow: 2px -2px 3px 0 #222 !important;
  background: #000;
}
.slicker-instagram-placeholder .ft-gallery-share-wrap a {
  color: #fff;
}
.fts-facebook-popup .ft-gallery-link-popup:before {
  font-family: FontAwesomeSlick;
  content: "\f064 ";
  margin-left: 8px;
}
.fts-mashup-count-wrap .fts-instagram-reply-wrap-left {
  margin-right: -8px;
}
.fts-facebook-thumb-one,
.fts-facebook-thumb-zero {
  margin-right: 1px !important;
  display: inline-block;
  margin-bottom: 1px !important;
}
a.fts-facebook-thumbs-wrap {
  display: inline-block;
  max-width: 515px;
}
.fts-facebook-thumb-two {
  display: inline-block;
}
.fts-image-count-tint-underlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fts-fb-thumbs-wrap,
.fts-more-photos-auto-width .fts-fb-thumbs-wrap {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  display: inline-block !important;
  overflow: hidden;
}
.fts-fb-thumbs-wrap {
  margin-right: 0.233333% !important;
}
.fts-2-photos.fts-fb-thumbs-wrap,
.fts-more-photos-3-photos .fts-fb-thumb-two-wrap {
  margin-right: 0 !important;
}
.fts-3-photos {
  max-width: 33.1%;
}
.fts-2-photos {
  max-width: 49.77%;
}
.fts-fb-more-photos-wrap .fts-jal-fb-picture {
  margin-bottom: 1px !important;
}
.fts-more-photos-auto-width {
  float: none !important;
  margin: 10px 0 4px;
}
.fts-more-photos-auto-width a {
  width: 49.84%;
  margin: 0 !important;
}
.fts-more-photos-auto-width .fts-fb-thumbs-wrap {
  max-width: 100%;
  margin-right: 0 !important;
  margin-left: 0.2333333333% !important;
  margin: 0 0 4px;
  z-index: 0;
  background-repeat: no-repeat;
  vertical-align: top;
}
.fts-more-photos-auto-width .fts-jal-fb-picture {
  float: none !important;
  display: inline-block !important;
  margin: 0 !important;
}
.fts-more-photos-three-photo-wrap .fts-fb-thumbs-wrap {
  display: inline-block !important;
  max-width: 100%;
  margin-right: 0.233333333% !important;
  margin: 0 0 4px;
  width: 49.887%;
  overflow: hidden;
  max-height: 240px;
}
.fts-fb-scrollable,
.fts-twitter-scrollable,
.fts-youtube-scrollable {
  overflow: auto;
}
.ft-text-for-popup,
.fts-slicker-facebook-albums .fts-fb-load-more-output,
.fts-slicker-facebook-albums .fts-share-wrap,
.fts-slicker-facebook-photos .fts-share-wrap,
.fts-twitter-reply-wrap-left p {
  display: none;
}
.fts-more-photos-three-photo-wrap .fts-fb-thumb-one-wrap {
  margin-right: 0 !important;
}
.fts-image-count {
  position: absolute;
  bottom: 50%;
  width: 100%;
  top: 50%;
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  transform: translate(0, -50%);
}
.fts-image-count span {
  position: relative;
  bottom: 0;
  font-size: 35px;
}
.fts-fb-more-photos-wrap {
  width: 100%;
}
@media (max-width: 375px) {
  .fts-image-count,
  .fts-image-count span {
    font-size: 20px;
  }
}
@media (max-width: 667px) {
  .fts-image-count,
  .fts-image-count span {
    font-size: 34px;
  }
}
.ft-gallery-buy-now {
  margin: 0 12px;
}
.fts-mashup-post-wrap .fts-share-wrap,
.fts-slicker-facebook-albums.ft-wp-gallery .fts-share-wrap {
  display: block;
}
.fts-mashup-count-wrap .fts-twitter-reply-wrap.fts-twitter-no-margin-left,
.fts-mashup-hide-date .fts-jal-fb-post-time,
.fts-mashup-hide-name .fts-jal-fb-user-name,
.fts-mashup-media-top .fts-jal-fb-description-wrap,
.fts-mashup-media-top .fts-mashup-type-icon-spacer {
  display: none;
}
.ft-wp-gallery .fts-share-wrap a {
  color: #777 !important;
}
.fts-slicker-facebook-posts img {
  max-width: 100%;
}
.fts-twitter-no-margin-left {
  clear: both;
}
.fts-instagram-styles-popup .fts-comment-instagram:before {
  font-size: 14px !important;
}
.fts-smallerthan-180 .fts-instagram-link-target {
  padding-left: 50%;
  padding-bottom: 50%;
  padding-top: 50%;
}
.fts-smallerthan-180 .fts-instagram-link-target span:before {
  content: "" !important;
}
.fts-smallerthan-180 .fts-instagram-link-target:hover,
.fts-smallerthan-180.slicker-instagram-placeholder:hover
  .slicker-instaG-photoshadow {
  background: 0 0 !important;
}
.fts-instagram,
.fts-instagram-scrollable {
  margin: auto;
}
.fts-mashup-hide-name .fts-mashup-description-wrap,
.fts-mashup-hide-name.fts-mashup-hide-date .fts-jal-fb-message {
  padding-top: 0 !important;
}
.fts-mashup-description-wrap a {
  word-wrap: break-word;
}
.fts-mashup-image-and-video-wrap.popup-gallery-twitter .twitter-video {
  margin: -8px !important;
}
.fts-mashup-media-top .fts-mashup-image-and-video-wrap.popup-gallery-twitter {
  margin-top: 0;
}
.fts-mashup-media-top .fts-likes-shares-etc-wrap,
.fts-mashup-media-top .fts-mashup-description-wrap,
body .fts-mashup-post-wrap.fts-mashup-media-top .fts-jal-fb-message {
  padding: 0 10px !important;
}
.fts-mashup-media-top .fts-youtube-title {
  padding: 10px 10px 0;
  display: none;
}
.fts-mashup-post-wrap
  .fts-jal-single-fb-post
  .fts-jal-fb-vid-wrap
  .fts-jal-fb-description-wrap {
  padding: 5px 10px 0 !important;
}
.fts-mashup-media-top .fts-mashup-count-wrap {
  padding: 8px 10px 7px !important;
  margin-bottom: 0;
  margin-top: 4px;
}
.fts-mashup-media-top .fts-likes-shares-etc-wrap {
  padding: 7px 10px 8px !important;
  margin-bottom: 0;
  margin-top: 10px;
}
.fts-mashup-media-top .fts-jal-single-fb-post {
  padding-bottom: 0 !important;
}
.fts-mashup-media-top .fts-jal-fb-post-time {
  padding: 5px 10px 7px !important;
}
.fts-mashup-hide-thumbnail.fts-mashup-media-top .fts-jal-fb-user-name,
.fts-mashup-hide-thumbnail.fts-mashup-media-top
  .fts-jal-single-fb-post
  .fts-jal-fb-user-name,
.fts-mashup-media-top .fts-jal-fb-message {
  padding: 0 10px !important;
}
.fts-mashup-media-top .fts-jal-fb-see-more,
.fts-mashup-media-top .fts-share-wrap {
  margin-top: 0;
}
.fts-mashup-media-top .fts-mashup-youtube-icon a:before {
  margin-right: 8px !important;
  top: 10px;
}
.fts-mashup-media-top .fts-mashup-twitter-icon a:before {
  margin-right: 8px !important;
  top: 5px;
}
.fts-mashup-media-top .fts-mashup-pinterest-icon a:before {
  margin-right: 8px !important;
  top: 9px;
}
.fts-mashup-media-top .fts-mashup-instagram-icon a:before {
  margin-right: 9px !important;
  top: 9px;
}
.fts-mashup-media-top .fts-mashup-icon-wrap-right.fts-mashup-facebook-icon {
  position: unset;
  right: unset;
  top: unset;
  z-index: 1;
  float: right !important;
}
.fts-mashup-media-top .fts-jal-fb-top-wrap {
  display: none !important;
}
.fts-jal-fb-group-display.fts-mashup-media-top
  .fts-jal-single-fb-post
  .fts-jal-fb-top-wrap,
.fts-mashup-hide-thumbnail .fts-jal-fb-user-thumb,
.slicker-youtube-placeholder .entriestitle {
  display: none;
}
.fts-mashup-media-top .fts-jal-fb-link-wrap,
.fts-mashup-media-top .fts-jal-fb-vid-wrap {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
.fts-mashup-media-top .fts-jal-fb-link-wrap .fts-jal-fb-picture,
.fts-mashup-media-top .fts-jal-fb-vid-wrap {
  float: none;
}
.fts-mashup-media-top .fts-jal-fb-picture,
.fts-mashup-media-top .fts-jal-fb-vid-picture {
  margin-bottom: 0 !important;
}
.fts-mashup-media-top .fts-mashup-icon-wrap-left {
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 3px;
  top: 0;
}
.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-instagram-icon,
.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-pinterest-icon {
  margin-top: 2px;
  min-height: 40px;
}
.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-instagram-icon {
  margin-right: 0;
  margin-top: 0;
}
.fts-mashup-media-top
  .fts-mashup-icon-wrap-left.fts-mashup-youtube-icon
  a:before {
  margin-right: 8px !important;
  top: 6px;
}
.fts-mashup-media-top .fts-mashup-icon-wrap-right.fts-mashup-facebook-icon {
  margin-right: 20px !important;
  margin-top: 4px !important;
}
.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-facebook-icon {
  margin-top: 8px !important;
}
.fts-mashup-media-top .fts-mashup-icon-wrap-left.fts-mashup-youtube-icon {
  margin-top: 5px !important;
}
.fts-mashup-media-top .fts-mashup-image-and-video-wrap {
  margin-bottom: 12px;
}
.fts-mashup-media-top.fts-feed-type-facebook
  .fts-mashup-image-and-video-wrap.popup-gallery-twitter {
  margin: 0;
}
.fts-feed-type-facebook .fts-mashup-icon-wrap-left {
  margin-top: 17px;
  margin-right: 20px;
}
.fts-mashup-icon-wrap-left.fts-mashup-instagram-icon {
  margin-top: 3px;
}
.fts-mashup-icon-wrap-left,
.fts-mashup-icon-wrap-right {
  min-height: 35px;
}
.fts-jal-fb-group-display.fts-mashup-media-top .fts-jal-single-fb-post {
  padding-bottom: 6px !important;
  border: none;
  margin-bottom: 10px;
  background: #fff;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.fts-mashup-media-top .fts-jal-fb-link-wrap a,
.fts-mashup-media-top .fts-jal-fb-vid-picture {
  margin-top: 0 !important;
  line-height: 0 !important;
}
.fts-mashup-media-top.fts-slicker-facebook-posts .fts-jal-single-fb-post {
  padding: 0 0 8px !important;
}
.fts-mashup-media-top .fts-jal-fb-user-thumb {
  margin-left: 10px;
  margin-bottom: 12px;
}
.fts-yt-open {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.fts-master-youtube-wrap .slicker-instagram-placeholder {
  position: relative;
  background-size: cover;
}
.fts-facebook-popup.mfp-ready {
  z-index: 99999999999999;
}
.fts-youtube-popup h3 {
  color: #111;
  padding: 20px 40px 0 20px !important;
  margin-bottom: 2px;
  font-size: 24px;
  margin-top: 0;
}
.fts-youtube-popup h4 {
  color: #222;
  padding: 0 20px 4px !important;
  font-size: 17px;
}
.fts-youtube-description-popup {
  padding: 0 20px 20px;
  color: #000;
}
.fts-youtube-date {
  color: #9a9a9a;
  padding: 0 20px 20px !important;
  font-size: 13px;
}
.fts-yt-open:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.fts-master-youtube-wrap .slicker-youtube-placeholder {
  min-height: 100px;
}
.fts-youtube-popup-gallery,
.fts-youtube-scrollable {
  clear: both;
  display: block;
}
.fts-yt-open:hover:before {
  font-family: FontAwesomeSlick;
  content: "\f04b";
  display: block;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.54);
  position: absolute;
  top: 45%;
  right: 45%;
  left: 43%;
}
.fts-youtube-smallerthan-180 .fts-yt-open:hover:before {
  content: "";
}
.fts-jal-fb-vid-picture a {
  margin: 0;
}
.fts-facebook-popup .mfp-inline-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.fts-more-photos-4-photos a {
  max-height: 150px;
  display: inline-block;
  width: auto;
}
.fts-more-photos-2-photos a {
  max-height: 250px;
}
.fts-youtube-scrollable .fts-fb-autoscroll-loader {
  background: 0 0;
}
.fts-yt-large.fts-youtube-thumbs-wrap {
  float: left;
}
.fts-youtube-scrollable.fts-youtube-thumbs-wrap {
  float: right;
  clear: none;
}
.fts-youtube-scrollable.fts-youtube-thumbs-wrap-left {
  float: left;
  clear: none;
}
.fts-yt-large.fts-youtube-thumbs-wrap-left {
  float: right;
}
.fts-yt-large.fts-youtube-thumbs-wrap-option-80-20 {
  width: 80%;
}
.fts-youtube-scrollable.fts-youtube-thumbs-wrap-option-80-20 {
  width: 20%;
}
.fts-yt-large.fts-youtube-thumbs-wrap-option-60-40 {
  width: 60%;
}
.fts-youtube-scrollable.fts-youtube-thumbs-wrap-option-60-40 {
  width: 40%;
}
.fts-youtube-scrollable.fts-youtube-thumbs-wrap-option-50-50,
.fts-yt-large.fts-youtube-thumbs-wrap-option-50-50 {
  width: 50%;
}
.fts-fb-comment .image-overlay-inside {
  display: none;
}
.fts-youtube-popup .fts-fb-comment img {
  border-radius: 30px;
}
.fts-youtube-popup span.fts-fb-comment-date {
  color: #a6a6a6;
  padding-left: 2px;
  font-size: 12px !important;
}
.fts-youtube-popup
  .fts-popup-second-half
  .mfp-title
  .fts-fb-comment-user-name
  a {
  color: #333 !important;
}
.youtube-comments-wrap {
  background: #fff;
  text-align: left;
  color: #2d2d2d !important;
}
.youtube-comments-wrap .fts-share-wrap {
  margin: 15px 0 -64px;
}
.youtube-comments-wrap .fts-youtube-description-popup {
  display: block;
  position: relative !important;
  margin-bottom: -25px;
  padding-bottom: 30px;
}
.youtube-comments-wrap .ft-gallery-share-wrap {
  left: 50px;
  background: #f6f7f9;
  top: 8px;
}
.fts-facebook-popup .mfp-bottom-bar a.ft-gallery-link-popup,
.fts-facebook-popup .mfp-bottom-bar a.fts-jal-fb-see-more {
  color: #137fc4;
}
.fts-youtube-scrollable .youtube-comments-wrap #___ytsubscribe_0 {
  margin: 20px 20px 10px !important;
}
.mfp-title .fts-master-youtube-wrap-close {
  display: none;
}
.fts-master-youtube-wrap-close {
  color: #636363;
  right: 3px;
  top: 3px;
  text-align: right;
  padding: 15px;
  width: 50px;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
}
.fts-master-youtube-wrap-close:before {
  content: "X";
}
.youtube-comments-wrap {
  overflow: auto;
  display: none;
  position: relative;
}
.youtube-comments-wrap h3 {
  padding-top: 18px !important;
}
.fts-scrollable-function {
  height: auto;
}
.fts-youtube-description-popup {
  font-size: 14px !important;
}
.fts-youtube-no-thumbs-gallery {
  padding: 0 !important;
}
.fts-youtube-noscroll .youtube-comments-wrap {
  overflow: visible;
}
.fts-youtube-smallerthan-550-stack {
  width: 100% !important;
}
.fts-jal-fb-user-thumb img {
  border-radius: 50px !important;
}
.fts-twitter-username img.twitter-image {
  border-radius: 50px;
  margin-right: 10px;
}
.fts-youtube-second-video-margin-btm {
  margin-bottom: 35px;
}
.fts-share-wrap [class*="fa-"] {
  width: auto;
  height: auto;
}
.fts-popup-half .mfp-arrow-left,
.fts-popup-half .mfp-arrow-right {
  height: auto;
  width: auto;
  border: none !important;
  margin-top: 0 !important;
}
.fts-popup-half .mfp-arrow-left:after,
.fts-popup-half .mfp-arrow-right:after {
  background: 0 0 !important;
  height: auto !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  transform: none !important;
  transition: none !important;
  -webkit-transition: none !important;
}
.fts-popup-half audio,
.fts-popup-half video {
  visibility: visible !important;
}
.fts-album-photos-wrap {
  text-align: center;
}
.fts-fb-more-photos-wrap,
.fts-more-photos-4-photos {
  position: relative;
  top: -3px;
}
#wp-admin-bar-feed_them_social_admin_bar_set_cache {
  padding-bottom: 17px !important;
  line-height: 0 !important;
}
#wp-admin-bar-feed_them_social_admin_bar_set_cache span {
  line-height: 10px;
  display: block;
  color: rgba(221, 221, 221, 0.57);
}
#wp-admin-bar-feed_them_social_admin_bar_set_cache:hover span {
  line-height: 10px;
  display: block;
  color: #fff;
}
.fts-mashup-media-top.fts-mashup-hide-thumbnail .fts-jal-fb-user-name {
  margin-left: 0 !important;
}
.fts-steemit-username {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
}
.fts-steemit-div .steemit-info img {
  margin: 0 !important;
}
.steemit-info .fts-uppercase {
  margin: 14px 0 10px 10px;
}
.fts-steemit-title {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 21px;
  color: #0084b4;
}
.fts-steemit-div .fts-twitter-retweet:before {
  content: "\f27a" !important;
  font-size: 15px !important;
  top: 1px;
}
.fts-steemit-div .fts-twitter-favorites:before {
  content: "Votes:" !important;
  font-family: arial !important;
  font-size: 14px !important;
  margin-right: 3px !important;
  top: 0;
  font-weight: 700;
}
.fts-steemit-div .fts-twitter-reply:before {
  font-family: FontAwesomeSlick;
  content: "\f06e" !important;
  position: relative;
  top: 2px;
  font-size: 19px;
}
.fts-twitter-quoted-text-wrap {
  border: 1px solid #efe8e8 !important;
  margin-top: 10px;
  font-size: inherit;
  text-align: left;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.fts-twitter-quoted-text-wrap a {
  font-size: 14px !important;
  display: block;
}
.fts-twitter-quoted-text-wrap .twitter-video-rendered {
  margin: auto !important;
}
.fts-fluid-videoWrapper {
  margin-top: 8px;
}
.fts-twitter-quoted-text-wrap .fts-twitter-link-image img,
.fts-twitter-quoted-text-wrap img {
  margin-top: 0 !important;
}
.fts-twitter-quoted-text {
  display: block;
  padding: 8px 10px 0;
  line-height: 18px;
}
.fts-twitter-quoted-video .fts-twitter-quoted-text {
  padding-top: 0 !important;
}
.fts-twitter-quoted-image {
  padding: 8px;
}
.fts-twitter-quoted-image .fts-twitter-quoted-text {
  padding: 8px 2px 2px !important;
}
.fts-fb-more-photos-wrap a:last-child {
  margin-right: 0 !important;
}
.fts-fb-more-photos-wrap a:first-child {
  margin-left: 0 !important;
}
.fts-yt-first-video .fts-fluid-videoWrapper {
  margin-top: 0;
}
.fts-twitter-quoted-video .fts-fluid-videoWrapper-html5,
.fts-twitter-quoted-video .fts-jal-fb-vid-wrap {
  margin-top: 0;
  margin-bottom: 10px;
}
.fts-fb-location-wrap {
  text-align: center;
  padding: 15px;
}
.fts-fb-location-img {
  display: block;
  margin-bottom: 9px;
  height: 20px;
}
.fts-fb-location-img:before {
  content: "\f024";
  font-family: FontAwesomeSlick;
  font-size: 28px;
  display: block;
}
.fts-fb-location-link {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
}
.fts-popup-second-half .fts-fb-location-wrap {
  color: #444;
}
.fts-fb-embed-iframe-check-used-for-popup,
.greater-than-or-equal-width-height {
  display: none !important;
}
.fts-fb-video-on-page.fts-fluid-videoWrapper {
  padding-bottom: 56%;
  padding-top: 0;
  width: 100% !important;
  height: auto !important;
}
.fts-fb-video-on-page.fts-fluid-videoWrapper iframe {
  width: 100% !important;
  height: auto !important;
}
.fts-greater-than-width-height.fts-fb-video-on-page {
  margin-top: 18px;
}
.fts-greater-than-width-height.fts-fb-video-on-page iframe {
  padding-bottom: 100%;
}
.fts-equal-width-height {
  max-width: 100%;
  padding-bottom: 100% !important;
}
.fts-comment-star:before {
  font-family: FontAwesomeSlick;
  content: "\f075";
  font-size: 14px;
  margin: 0 6px 0 -2px !important;
  padding: 0 !important;
  display: inline-block !important;
  border: none !important;
}
.fts-mashup-error-notice-strong {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
}
.fts-mashup-error-bottom-padding {
  padding-bottom: 20px;
  display: block;
}
.fts-mashup-error-check .fts-mashup-image-and-video-wrap {
  display: none;
}
.fts-review-name span {
  margin-right: 5px;
}
.fts-mashup.masonry .fts-fluid-videoWrapper-html5 {
  margin-top: 0;
}
.fts-child-media-hide {
  display: none;
}
.fts-instagram-styles-popup .fts-carousel-image {
  position: absolute;
  right: 25px;
  top: 32px;
  text-align: right;
  font-size: 21px;
  color: #fff;
  z-index: 1;
}
.fts-carousel-image-wrapper,
.fts-instagram-video-image-wrapper {
  position: relative;
  right: 18px;
  top: 18px;
  text-align: right;
  font-size: 20px;
  color: #fff;
  width: auto;
  float: right;
}
.fts-carousel-image:before {
  font-family: FontAwesomeSlick;
  content: "\f24d";
}
.fts-instagram-video-image:before {
  font-family: FontAwesomeSlick;
  content: "\f03d";
}
.fts-instagram-popup-second-half .fts-carousel-image {
  display: none;
}
.fts-child-media-popup .fts-carousel-image {
  display: block;
}
.fts-carousel-image-wrapper,
.fts-instagram-video-image-wrapper {
  position: relative;
  z-index: 2;
}
.slicker-instagram-placeholder a:focus {
  outline: auto !important;
}
.fts-instagram-icon:before {
  font-family: FontAwesomeSlick !important;
  -webkit-font-smoothing: antialiased;
  content: "\f16d";
}
.slicker-instagram-placeholder {
  height: 0;
  width: 0;
}
.fts-fb-album-additional-pics-description-wrap,
.fts-popup-wrap .fts-fb-album-name-and-count {
  display: none;
}
.fts-fb-album-description-content {
  padding-top: 5px !important;
}
.fts-facebook-styles-popup .fts-fb-album-hide,
a.ft-gallerygoogle-icon {
  display: none !important;
}
.fts-facebook-popup .fts-fb-album-description-content .fts-jal-fb-user-name {
  padding-left: 60px !important;
  margin-top: 0 !important;
}
.fts-facebook-popup .fts-fb-album-description-content .fts-fb-album-date-wrap {
  padding-left: 60px !important;
  color: #999;
}
.fts-facebook-popup .fts-fb-album-description-content .fts-jal-fb-user-thumb {
  margin-left: 0 !important;
}
.fts-fb-album-date-wrap {
  margin-bottom: 25px;
}
.fts-albums-hide-main-album-link-in-popup {
  display: none;
}
.fts-likes-shares-etc-wrap .fts-albums-hide-main-album-link-in-popup {
  display: block;
}
@media (min-width: 900px) {
  html .mfp-wrap.fts-facebook-popup .mfp-close {
    top: 0 !important;
    left: -10px !important;
    color: #137fc4;
    opacity: 1 !important;
    cursor: pointer !important;
    z-index: 100;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 25px;
  }
}
.fts-albums-single-image .fts-jal-fb-see-more {
  color: #fff;
}
.fts-instagram-popup-second-half .fts-follow-header-wrap {
  display: none;
}
div.cycle-carousel-wrap div.fts-jal-fb-top-wrap {
  white-space: normal !important;
}
.fts-twitter-logo .fa.fa-twitter {
  color: #e7e7e7 !important;
}
.fts-twitter-retweet-feed {
  font-size: 14px;
  top: 1px;
}
.fts-tweeter-wrap:hover i:before {
  color: #1d9bf0;
  transition: 0.5s;
}
.fts-twitter-svg-addition .fts-tweet-reply-left {
  float: none;
  display: inline-block;
}
.fts-twitter-reply-wrap .fts-share-wrap svg.svg-inline--fa {
  display: inline-block !important;
  width: 17px;
  top: 3px;
  position: relative;
  z-index: 2;
  transform: rotate(90deg);
  fill: currentcolor;
}
.fts-share-wrap svg.svg-inline--fa {
  display: none !important;
}
.fts-twitter-reply-wrap .fts-share-wrap a:before {
  display: none;
}
.fts-twitter-reply-feed svg.svg-inline--fa {
  display: inline-block !important;
  width: 14px;
  top: 2px;
  margin-left: 17px;
  position: relative;
}
.fts-twitter-retweet-feed svg.svg-inline--fa {
  display: inline-block !important;
  width: 20px;
  top: 3px;
  margin-right: 5px;
  position: relative;
}
.fts-twitter-favorites-feed svg.svg-inline--fa {
  display: inline-block !important;
  width: 15px;
  top: 3px;
  margin-right: 5px;
  position: relative;
}
.fts-twitter-logo {
  float: right;
  color: rgb(227 227 227);
  padding: 5px 0 0 5px;
}
.fts-twitter-logo .fa-twitter:before {
  font-size: 25px !important;
}
.fts-twitter-name-wrap {
  display: inline-block;
  padding-top: 7px;
  line-height: 14px;
}
.fts-twitter-username {
  float: left;
}
.fts-twitter-external-backg-image {
  background: 0 0;
}
.fts-twitter-wrap-below-width-450 .fts-twitter-external-backg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 110px;
  min-height: 110px !important;
}
.fts-twitter-wrap-below-width-450 .fts-twitter-external-backg-image img {
  display: none !important;
}
.fts-twitter-quoted-text-wrap img,
.fts-twitter-wrap-below-width-450 .fts-twitter-quoted-text-wrap {
  padding: 0;
}
.fts-twitter-wrap-below-width-450 .fts-twitter-quoted-text-wrap a {
  width: 22%;
  display: inline-block;
  margin-bottom: -2px;
}
.fts-twitter-wrap-below-width-450 .fts-twitter-quoted-text-wrap img {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.fts-twitter-wrap-below-width-450 .fts-retweet-text-specific {
  width: 95%;
}
.fts-twitter-wrap-below-width-450 .fts-twitter-image-visible,
.fts-twitter-wrap-below-width-450
  .fts-twitter-quoted-text-wrap
  .fts-external-link-specific {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.fts-twitter-wrap-below-width-450
  .fts-twitter-quoted-text-wrap
  .fts-twitter-quoted-text
  a {
  display: block;
  width: 100%;
}
.fts-twitter-domain-name {
  position: relative;
  top: -3px;
  font-size: 13px;
  padding-top: 5px;
  display: block;
  color: #555;
}
.fts-twitter-domain-name svg {
  max-width: 15px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 3px;
}
.fts-twitter-quoted-text svg.r-4qtqp9 {
  max-width: 15px;
  fill: currentcolor;
  color: rgb(122 122 122);
}
.fts-twitter-quoted-text {
  padding: 10px 15px 10px 15px;
}
.fts-twitter-quoted-text a {
  color: #141414;
  word-break: break-word;
}
.fts-twitter-quoted-title {
  font-weight: 700;
  display: block;
  clear: both;
  font-size: 14px;
}
.fts-twitter-quoted-description {
  padding-top: 3px;
  display: block;
  margin-bottom: 5px;
  word-break: break-word;
  color: #606060;
  width: 100%;
}
.fts-twitter-quoted-text-wrap img {
  margin: 0;
}
.fts-twitter-quoted-text .fts-twitter-quoted-text {
  margin-top: 0;
}
.fts-twitter-quoted-text svg.r-1cvl2hr {
  max-width: 15px;
  margin: 0 3px;
  position: relative;
  top: 3px;
  fill: currentcolor;
  display: inline-block;
  color: #1d9bf0;
}
.fts-fluid-videoWrapper-html5 video {
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 400px) {
  .fts-twitter-logo,
  .twitter-image {
    display: none;
  }
}
.fts-twitter-image-visible {
  display: inline-block;
}
.fts-twitter-quoted-video .fts-twitter-quoted-text a {
  display: revert !important;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.wpcf7 .title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.region_select {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.wpcf7 input {
  font-size: 16px !important;
}

.wpcf7 .wpcf7-submit {
  margin-top: 20px;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

#main {
  position: relative;
}

.holler-extern {
  position: static;
  width: 307px !important;
}

.holler-extern .hwp-row {
  background-color: transparent !important;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

@media (min-width: 769px) {
  .caption p:nth-child(1) {
    min-height: 88px;
  }
  .caption p:nth-child(2) {
    min-height: 36px;
  }
  .video_widget {
    height: 385px;
    overflow: hidden;
  }

  .blog .header-image img {
    height: 338px !important;
    overflow: hidden;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .caption p:nth-child(1) {
    min-height: 50px;
  }
  .caption p:nth-child(2) {
    min-height: 60px;
  }

  .caption p,
  .caption li {
    margin-top: 10px !important;
  }
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.cta_button {
  font-size: 16px;
  line-height: 24px;
  background: #ff6600;
  color: #fff;
  text-decoration: none;
  padding: 16px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  padding-right: 50px;
}

.cta_button:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px;
  font-size: 40px;
  content: "\0203A";
}

a.button_small:after {
  top: 2px;
  width: 10px;
  height: 10px;
  border-right: 0.2em solid #fff;
  border-top: 0.2em solid #fff;
  content: "";
  left: 0;
  display: inline-block;
  font-style: normal;
  position: relative;
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a.button_small {
  background-color: #ebc448;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  padding: 13px;
  border: 2px solid #fff;
}

.recaptcha {
  margin-bottom: 0;
}

.wpcf7-form .recaptcha {
  margin-top: 20px;
}

.recaptcha span {
  width: 48%;
}

.recaptcha span input {
  max-width: 100%;
}

a.button_small:hover:after {
  left: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a.button_small:hover {
  color: #fff !important;
  text-decoration: none;
  border-color: #ebc448;
}

.hulpmiddelen .column:nth-child(2n) {
  margin-right: 0;
}

.hulpmiddelen {
  padding-bottom: 30px;
  border-top: 1px solid #fed501;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
}

.hulpmiddelen a {
  text-decoration: none;
}

.hulpmiddelen .column {
  width: 45%;
  margin-right: 10%;
  line-height: 24px;
  float: left;
}

.hulpmiddelen .column h2 {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  color: #118331;
  margin-bottom: 10px;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

.selectAll {
  cursor: pointer;
}

.smart-archives-fancy li a {
  float: left;
}

/* Alignment */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cat-title {
  font-family: Verdana, Arial, sans-serif;
  font-size: 32px;
  line-height: 31px;
  margin-bottom: 15px;
}

.cat-description {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 15px;
}

/* =Structure
----------------------------------------------- */

body {
  color: #555551;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  background: #f4f4f4;
}

.container,
.caption,
.wrapper,
#primary {
  margin: 0 auto;
  width: 1024px;
  padding: 0;
  position: relative;
}

#primary {
  padding-bottom: 50px;
  float: left;
}

.home #content {
  width: 75%;
}

@media (min-width: 800px) {
  #sticky_usp {
    top: 185px;
    position: sticky;
  }
  .holler-extern {
    position: static;
    width: 307px !important;
  }
  .holler-box {
    z-index: 100;
    width: 300px;
    height: auto;
    max-height: 90%;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 20px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
    box-sizing: border-box;
  }
  #hwp-16040 {
    display: none !important;
  }
  body .holler-extern {
    position: static;
    max-height: none;
  }
  body .holler-extern.holler-box.hwp-bottomright,
  body .holler-extern.hwp-floating-btn.hwp-bottomright {
    right: auto;
    bottom: auto;
  }
  .holler-box .hwp-close {
    display: none !important;
  }
}

body .modal div.wpcf7 {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.content_left {
  width: 70%;
  padding-right: 30px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content_right select,
.select_large {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fafafa;
  color: #888;
  border: 1px solid #ddd;
  float: left;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.content_right {
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

#secondary {
  width: 100%;
  float: left;
  background: #ffffff;
  padding-top: 50px;
  border-top: 1px solid #cacaca;
}

.newspaper {
  width: 100%;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.newspaper .newspaper_page {
  width: 33%;
  padding-right: 5%;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.newspaper .newspaper_page:last-child {
  padding-right: 0;
}

.newspaper i {
  color: #8e7110;
  font-style: normal;
  text-decoration: none;
  margin-right: 5px;
}

.newspaper li {
  width: 100%;
  float: left;
  white-space: nowrap;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newspaper a {
  text-decoration: none;
}

.newspaper .title {
  font: italic 22px serif;
  font-display: optional;
  color: #333333;
  margin-bottom: 10px;
  width: 100%;
  min-height: 29px;
  float: left;
}

#main_image {
  width: 100%;
  float: left;
}
.wpcf7-response-output {
  display: inline-block;
}

.image {
  position: relative;
  z-index: 0;
  clear: both;
  background-size: 105% auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  float: left;
  overflow: hidden;
}

.image img {
  width: 100%;
  max-width: 1024px;
  float: left;
}

.caption {
  position: relative;
  color: #fff;
  top: 170px;
  font: italic 38px serif;
  font-display: auto;
}

.caption .more_info {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font: 14px Verdana;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  height: 40px;
  display: block;
  width: 200px;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #ebc448;
  text-decoration: none;
  border: 2px solid #fff;
  text-align: center;
  margin: 0 auto;
}

.transition {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transition: 0.2s linear;
}

.caption .more_info:hover {
  border: 2px solid #ebc448;
}

.caption p:nth-child(2),
.caption li:nth-child(2) {
  font-size: 16px;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
}

.caption td {
  vertical-align: middle;
}

.caption p,
.caption li {
  margin: 20px 0 0;
}

.caption p:first-child,
.caption li:first-child {
  margin: 0;
}

/* =Global
----------------------------------------------- */

input,
textarea {
  color: #555551;
  font: 15px Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625;
}

#read-more-link-home {
  font-size: 16px;
  line-height: 24px;
  background: #ff6600;
  color: #fff;
  text-decoration: none;
  padding: 16px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}

#read-more-link-home span {
  font-weight: bold;
}

#read-more-link-home arrow {
  background: url("images/right-arrow.png");
  width: 22px;
  height: 21px;
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}

@media (max-width: 800px) {
  .holler-extern {
    display: none !important;
  }
  .home #content {
    width: 100% !important;
  }
}

@media (max-width: 560px) {
  #read-more-link-home {
    font-size: 12px;
    padding: 10px 19px;
  }
  #read-more-link-home arrow {
    display: none;
  }
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}

/* Text elements */

p {
  margin: 0 0 20px;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
}

article ul {
  padding-left: 40px;
  margin: 1.12em 0;
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 1.625em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.625em;
}

strong {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}

code,
kbd,
samp,
var {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym,
dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 1.625em;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

/* Forms */

input[type="text"],
input[type="password"],
textarea {
  background: #fafafa;
  border: 1px solid #ddd;
  color: #888;
}

input[type="text"]:focus,
textarea:focus {
  color: #373737;
}

textarea {
  padding-left: 3px;
  width: 98%;
}

input[type="text"] {
  padding: 3px;
}

input#s {
  background: url(images/search.png) no-repeat 5px 6px;
  font-size: 14px;
  height: 22px;
  line-height: 1.2em;
  padding: 4px 10px 4px 28px;
}

input#searchsubmit {
  display: none;
}

/* Links */

a {
  color: #555551;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* =Header
----------------------------------------------- */

#header {
  position: relative;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #ece5d5;
  float: left;
  border-bottom: 1px solid #cbc9c6;
}

.logo {
  display: block;
  width: 167px;
  height: 67px;
  float: left;
  overflow: hidden;
  background-size: 100% auto;
}

.logo svg {
  width: 100%;
}

.direct-contact {
  float: right;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0px 20px;
  height: 35px;
  line-height: 35px;
  margin-top: 15px;
  background-color: #2f4fdd;
  color: #fff;
}

.direct-contact a {
  color: #fff;
}

/* =Menu
-------------------------------------------------------------- */

#access {
  position: relative;
  z-index: 2;
  clear: both;
  float: left;
  width: 100%;
  background-color: #f4f4f4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbc9c6;
  box-shadow: 0 1px 0 #fff;
  height: 48px;
}

#access ul {
  list-style: none;
  margin: 0;
  padding-top: 16px;
}

#access li {
  float: left;
  padding: 0;
  padding-bottom: 15px;
  margin: 0;
  position: relative;
}

#access li:first-child {
  background: none;
}

#access a {
  color: #585858;
  text-transform: uppercase;
  display: block;
  line-height: 18px;
  text-align: center;
  padding: 0 0px 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-right: 12px;
  margin-left: 12px;
  padding-left: 0;
  border-right: 1px solid #d9d9d9;
  position: relative;
  text-decoration: none;
}

#access ul ul {
  float: left;
  display: none;
  padding: 20px;
  margin: 0;
  position: absolute;
  top: 32px;
  left: 0;
  min-width: 210px;
  z-index: 1000;
  padding-top: 10px;
  background: #fff;
  border-radius: 0 0 6px 6px;
}

#access ul li a {
  font-size: 11px !important;
}

#access li:first-child {
  padding-left: 0;
}

#access li:first-child a {
  padding-left: 0 !important;
}

#access li:last-child a {
  border-right: 0;
  padding-right: 0;
}

#access li:last-child a:before {
  right: 0;
}

.image .why_zj {
  position: absolute;
  width: 250px;
  top: 290px;
  right: 0;
  z-index: 10;
  font: 13px Verdana;
}

.image .image_overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.image .why_zj ul {
  list-style-type: none;
}

.image .why_zj ul li {
  position: relative;
  line-height: 20px;
  float: left;
  width: 100%;
  padding-left: 30px;
}

.image .why_zj ul li:before {
  content: "\f00c";
  position: absolute;
  color: #ebc448;
  left: 0;
  top: 0;
  line-height: 20px;
  width: 30px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: bold;
}

.why_zj {
  color: #fff;
}

.why_zj h3 {
  font: italic 28px serif;
  color: #fff;
  min-height: 29px;
  font-display: auto;
}

.page-item-5824 ul {
  display: none;
}

#access ul ul ul {
  left: 100%;
  top: 0;
}

#access ul ul li {
  margin: 0;
  padding: 0;
  float: none;
  background: none;
}

#access ul ul a {
  border: 0;
  margin-left: 0;
  border-bottom: 1px solid #dfdedc;
  color: #605e5f;
  font-size: 12px !important;
  height: auto;
  text-align: left;
  line-height: 25px;
  padding: 0;
  text-transform: none;
  white-space: nowrap;
}

#access ul ul a:hover {
  text-decoration: underline;
}

#access ul ul li:last-child a {
  border-bottom: 0;
}

#access ul ul .current-menu-item a {
  font-weight: bold;
}

#access ul li:hover > ul {
  display: block;
}

#menu-mainnav > .current-menu-item > a:before,
#menu-mainnav > .current-menu-ancestor > a:before,
#menu-mainnav > .current-page-ancestor > a:before,
#menu-mainnav > li:hover > a:before {
  border-bottom: 2px solid #fed501;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 14px;
  content: "";
}

#menu-mainnav > li:last-child:hover > a:before,
#menu-mainnav > li.current-page-ancestor:last-child > a:before {
  right: 0;
}

/* =Content
----------------------------------------------- */

#main {
  width: 100%;
  float: left;
  padding-top: 50px;
  border-bottom: 1px solid #fff;
}

#page {
  width: 100%;
  float: left;
}

.most_readed .title {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font: italic 22px serif;
  font-display: auto;
  min-height: 29px;
}

#menu-meest-gelezen {
  width: 100%;
  float: left;
}

#menu-meest-gelezen li {
  line-height: 36px;
}

#menu-meest-gelezen li a {
  text-decoration: none;
}

.posted-date {
  color: #bea31d;
  font-weight: bold;
}

.col {
  float: left;
  width: 195px;
  padding: 0 5px 0 0;
}

.page-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}

.page-title a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}

.hentry,
.no-results {
  position: relative;
}

.hentry:last-child,
.no-results {
  border-bottom: none;
}

.blog .sticky .entry-header .entry-meta {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.entry-title {
  clear: both;
  font-family: Georgia, Arial, sans-serif;
  font-size: 27px;
  line-height: 31px;
  margin-bottom: 15px;
}

.entry-title a {
  text-decoration: none;
}

.entry-meta {
  color: #666;
  clear: both;
  font-size: 12px;
  line-height: 18px;
}

.entry-meta a {
  font-weight: bold;
}

.single-author .entry-meta .by-author {
  display: none;
}

.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
  color: #555551;
  font-weight: bold;
  margin: 0 0 0.8125em;
}

.entry-content h3,
.comment-content h3 {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}

.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%;
}

.entry-content th,
.comment-content th {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}

.entry-content td,
.comment-content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}

.entry-content #s {
  width: 75%;
}

.comment-content ul,
.comment-content ol {
  margin-bottom: 1.625em;
}

.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
  margin-bottom: 0;
}

dl.gallery-item {
  margin: 0;
}

.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.625em;
}

.page-link a {
  background: #eee;
  color: #373737;
  margin: 0;
  padding: 2px 3px;
  text-decoration: none;
}

.page-link a:hover {
  background: #888;
  color: #fff;
  font-weight: bold;
}

.page-link span {
  margin-right: 6px;
}

.entry-meta .edit-link a,
.commentlist .edit-link a {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  float: right;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px;
}

.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
  background: #888;
  color: #fff;
}

.entry-content .edit-link {
  clear: both;
  display: block;
}

/* Forms */

.wpcf7-form p {
  margin: 0 0 11px;
  float: left;
  width: 100%;
}

.wpcf7-form label {
  float: left;
  width: 40%;
  padding: 5px 6px 5px 0;
  font-weight: bold;
  line-height: 16px;
}

.wpcf7-form .normal {
  font-weight: normal;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-captchar,
.wpcf7 select,
#respond textarea,
#respond #author,
#respond #email,
body #respond #comment_captcha_code {
  width: 301px;
  background: #fff;
  border: 1px solid #d2d2d2;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 7px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

body #respond #comment_captcha_code {
  margin-right: 10px;
}

.wpcf7 select {
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

body .wpcf7-form .req {
  line-height: 31px !important;
  padding-left: 0;
  font: bold 18px Verdana;
  margin-left: 0;
}

.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-textarea:focus,
.wpcf7-captchar:focus {
  border: 1px solid #e9c22b;
}

/*.wpcf7-form .wpcf7-text.wpcf7-not-valid, .wpcf7-form .wpcf7-textarea.wpcf7-not-valid {
    background: #FEE8EB;
    border: 1px solid #D6C0C3;
}*/

.wpcf7-form .wpcf7-submit,
#qaplus_searchsubmit,
#respond input#submit,
.page-template-landingspage .container .button {
  background: #ebc448;
  border: 0;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font: bold 13px Verdana, sans-serif;
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  position: relative;
  float: right;
}

#qaplus_searchsubmit {
  float: left;
  margin-left: 5px;
}

.wpcf7-submit:hover {
  background: #edc521;
}

.wpcf7-textarea {
  resize: none;
  height: 76px;
  overflow: auto;
}

.wpcf7-form-control-wrap {
  float: left;
  display: block;
  width: 323px;
}

.wpcf7-form table {
  border: 0;
  clear: both;
  margin: 0;
}

.wpcf7-form td {
  border: 0;
  padding: 0 0 11px;
  vertical-align: top;
}

.wpcf7-form table label {
  width: auto;
  float: none;
}

.wpcf7-form table .wpcf7-text {
  width: 68px;
  padding-left: 3px;
  padding-right: 3px;
}

table .wpcf7-form-control-wrap {
  width: auto;
  margin-right: 7px;
  float: none;
}

.wpcf7-form table .radio {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.wpcf7-form-control-wrap span {
  display: inline-block;
}

.wpcf7-form-control-wrap span.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-form-control-wrap .wpcf7-list-item-label {
  line-height: 16px;
  padding: 5px 8px 0 0;
}

table .wpcf7-form-control-wrap .wpcf7-list-item-label {
  padding-top: 0;
}

.wpcf7-form .req {
  float: left;
  padding: 5px 0 5px 16px;
  font-weight: bold;
  line-height: 16px;
}

span.wpcf7-not-valid-tip {
  display: none;
}

body .wpcf7-form .wpcf7-not-valid,
body .wpcf7-form div.wpcf7-validation-errors {
  background: #fee8eb;
  border: 1px solid #d6c0c3;
}

body .wpcf7-form {
  width: 100%;
  float: left;
}

body .wpcf7-form div.wpcf7-validation-errors {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-textarea.wpcf7-not-valid + span.wpcf7-not-valid-tip {
  height: 76px;
}

body span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form div.wpcf7-validation-errors {
  border: 0;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
  border: 0;
  color: #398f14;
}

.wpcf7-form-control-wrap.month {
  width: 117px;
}

.wpcf7-form-control-wrap.month .selector {
  width: 88px;
}

.wpcf7-form-control-wrap.month .selector select {
  min-width: 94px;
}

.wpcf7-form-control-wrap.month .selector span {
  width: 63px;
}

.wpcf7-form-control-wrap.day {
  width: 59px;
}

.wpcf7-form-control-wrap.day .selector {
  width: 40px;
}

.wpcf7-form-control-wrap.day .selector select {
  min-width: 46px;
}

.wpcf7-form-control-wrap.day .selector span {
  width: 15px;
}

.wpcf7-form-control-wrap.year {
  width: 147px;
}

.wpcf7-form-control-wrap.year .selector {
  width: 53px;
}

.wpcf7-form-control-wrap.year .selector select {
  min-width: 59px;
}

.wpcf7-form-control-wrap.year .selector span {
  width: 28px;
}

.wpcf7-form-control-wrap.behaaldinjaar {
  width: 70px;
}

.wpcf7-form-control-wrap.behaaldinjaar .selector {
  width: 53px;
}

.wpcf7-form-control-wrap.behaaldinjaar .selector select {
  min-width: 59px;
}

.wpcf7-form-control-wrap.behaaldinjaar .selector span {
  width: 28px;
}

.wpcf7-form-control-wrap.behaaldinjaar2 {
  width: 70px;
}

.wpcf7-form-control-wrap.behaaldinjaar2 .selector {
  width: 53px;
}

.wpcf7-form-control-wrap.behaaldinjaar2 .selector select {
  min-width: 59px;
}

.wpcf7-form-control-wrap.behaaldinjaar2 .selector span {
  width: 28px;
}

.wpcf7-form-control-wrap.behaaldinjaar3 {
  width: 70px;
}

.wpcf7-form-control-wrap.behaaldinjaar3 .selector {
  width: 53px;
}

.wpcf7-form-control-wrap.behaaldinjaar3 .selector select {
  min-width: 59px;
}

.wpcf7-form-control-wrap.behaaldinjaar3 .selector span {
  width: 28px;
}

.wpcf7-form-control-wrap.behaaldinjaar4 {
  width: 70px;
}

.wpcf7-form-control-wrap.behaaldinjaar4 .selector {
  width: 53px;
}

.wpcf7-form-control-wrap.behaaldinjaar4 .selector select {
  min-width: 59px;
}

.wpcf7-form-control-wrap.behaaldinjaar4 .selector span {
  width: 28px;
}

.wpcf7-form-control-wrap.behaaldinjaar5 {
  width: 70px;
}

.wpcf7-form-control-wrap.behaaldinjaar5 .selector {
  width: 53px;
}

.wpcf7-form-control-wrap.behaaldinjaar5 .selector select {
  min-width: 59px;
}

.wpcf7-form-control-wrap.behaaldinjaar5 .selector span {
  width: 28px;
}

.wpcf7-form-control-wrap.behaaldinjaar6 {
  width: 70px;
}

.wpcf7-form-control-wrap.behaaldinjaar6 .selector {
  width: 53px;
}

.wpcf7-form-control-wrap.behaaldinjaar6 .selector select {
  min-width: 59px;
}

.wpcf7-form-control-wrap.behaaldinjaar6 .selector span {
  width: 28px;
}

/* FAQs */

.qa-faqs {
  vertical-align: top;
}

#qaplus_searchform {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

#qaplus_searchform .ga-not-valid {
  padding: 9px 10px;
  width: 442px;
}

.qa-faq-title {
  font-weight: bold;
}

.qa-faq-answer p,
.qa-faq-answer div {
  display: inline;
}

.qa-faq-answer {
  margin-bottom: 20px;
}

article.qa_faqs .entry-content {
  margin-bottom: 20px;
}

article.qa_faqs .entry-content p {
  display: inline;
}

/* Archive */

#content .year-list {
  background: none !important;
  margin-top: 0 !important;
  width: 100%;
  float: left;
}

#content .year-list li {
  font-size: 13px;
  font-weight: normal;
  line-height: 25px;
  float: left;
  cursor: pointer;
}

#content .month-list {
  width: 100%;
  float: left;
}

#content .month-list li {
  cursor: pointer;
  margin-bottom: 30px;
  float: left;
}

#content .year-list a {
  font-size: 100%;
  padding: 0 !important;
}

#content .year-list li .current,
#content .month-list li .current {
  font-weight: bold;
}

#content .month-list {
  border-bottom: 0;
  padding: 5px 0 !important;
}

#content .month-list li {
  padding: 3px 0 !important;
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
}

#content .month-list .empty-month {
  display: none;
}

.month-list a,
.year-list a {
  display: block;
  margin: 0 12px 0 0;
  text-decoration: none;
}

.month-list .current,
.month-list .current a,
.year-list .current,
.year-list .current a {
  font-weight: bold;
  text-decoration: none;
  background: none;
}

.month-heading {
  display: none;
}

.archive-list {
  margin: 20px 0 0;
  list-style: none;
  margin-bottom: 50px;
}

#content .archive-list li {
  margin: 0;
}

#content .archive-list li a {
  text-decoration: none;
}

#content .archive-list li a:hover {
  text-decoration: underline;
}

/* Tabs
-----------------------------------------------------------------------------*/

.dn-tabs {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}

.dn-tabs > ul {
  float: left;
  margin: 0;
  padding: 7px 0 7px 8px;
  list-style: none;
}

.dn-tabs > ul li {
  position: relative;
  float: left;
  font: 18px/20px Georgia, Verdana, Arial, sans-serif;
  cursor: pointer;
  padding: 0 10px;
  border-left: 2px solid #a4a4a2;
  color: #bea31d;
  text-decoration: underline;
}

.dn-tabs > ul li.active {
  color: #555551;
  text-decoration: none;
}

.dn-tabs > ul li.last {
  padding-right: 0;
}

.dn-tabs > ul li:first-child {
  border-left: 0;
}

.dn-tabs > div {
  clear: both;
  width: 100%;
  background: url(images/widget-title.png) no-repeat 0 0;
}

.dn-tabs > div > div {
  padding: 6px 18px;
  display: none;
}

.dn-tabs {
  width: 100%;
  float: left;
}

.dn-tabs > div > .active {
  display: block;
}

.dn-tabs > div li {
  line-height: 24px;
}

.dn-tabs > div li a {
  text-decoration: none;
}

.dn-tabs > div li a:hover {
  text-decoration: underline;
}

.dn-tabs > div li i {
  color: #333;
  font-style: normal;
}

.dn-tabs .see-archive {
  display: block;
  margin: 12px 0 0;
}

.see-archive {
  background: #676968;
  float: left;
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

body #main .see-archive:hover {
  background: #ebc448;
  color: #fff;
  text-decoration: none;
}

/* zorg kompas */

.zorg-kompas-widget .menu {
  padding: 0 18px 20px;
  padding-left: 0;
}

.zorg-kompas-widget .menu li {
  list-style-type: none;
}

.map_content {
  padding-bottom: 10px;
}

/* Sitemap */

.sitemap-list h3 {
  display: none;
}

.sitemap-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-list ul li {
  margin-bottom: 20px;
}

.sitemap-list .column {
  width: 45% !important;
  margin-right: 4%;
}

.sitemap-list ul li a {
  font-weight: bold;
  text-decoration: none;
}

.sitemap-list ul li a:hover {
  text-decoration: underline;
}

.sitemap-list ul li li {
  margin-bottom: 0;
}

.sitemap-list ul li li a {
  font-weight: normal;
}

/* Images */

.entry-content img,
.comment-content img,
.widget img {
  max-width: 97.5%;
  /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large {
  max-width: 97.5%;
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}

p img,
.wp-caption {
  margin-top: 0.4em;
}

.wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}

.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}

.wp-caption .wp-caption-text:before {
  color: #666;
  content: "\2014";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}

#content .gallery {
  margin: 0 auto 1.625em;
}

#content .gallery a img {
  border: none;
}

img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}

#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%;
}

#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}

/* Map styling */

#map {
  width: 100%;
  height: 500px;
  float: left;
  margin-top: 0px;
  z-index: 1;
}

.search_map {
  width: 100%;
  float: left;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
  max-width: 100%;
}

/* Password Protected Posts */

.post-password-required .entry-header .comments-link {
  margin: 1.625em 0 0;
}

.post-password-required input[type="password"] {
  margin: 0.8125em 0;
}

.post-password-required input[type="password"]:focus {
  background: #f7f7f7;
}

/* Author Info */

#author-info {
  font-size: 12px;
  overflow: hidden;
}

.archive #author-info {
  border-bottom: 1px solid #ddd;
  margin: 0 0 2.2em;
  padding: 0 0 2.2em;
}

#author-avatar {
  float: left;
  margin-right: -78px;
}

#author-avatar img {
  background: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #bbb;
  -moz-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb;
  padding: 3px;
}

#author-description {
  float: left;
  margin-left: 108px;
}

#author-description h2 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 10px;
}

/* Comments link */

.entry-header .comments-link a {
  background: #eee url(images/comment-bubble.png) no-repeat;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
  overflow: hidden;
  padding: 0 0 0;
  position: absolute;
  top: 1.5em;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 43px;
  height: 36px;
}

.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
  background-color: #1982d1;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.entry-header .comments-link .leave-reply {
  visibility: hidden;
}

/*
Recensies
*/

.recensies {
  margin-bottom: 30px;
  float: left;
  margin-top: 30px;
  width: 100%;
}

.recensies * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.recensies li {
  list-style-type: none;
}

.recensies li {
  width: 100%;
  float: left;
  background: #ffc90e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  background: -moz-linear-gradient(top, #ffc90e 0%, #ffda6b 100%);
  background: -webkit-linear-gradient(top, #ffc90e 0%, #ffda6b 100%);
  background: linear-gradient(to bottom, #ffc90e 0%, #ffda6b 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc90e', endColorstr='#ffda6b', GradientType=0);
  position: relative;
}

.recensies .total {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #555551;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.recensies .criteria {
  background: #fff;
  float: left;
  width: 50%;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  margin-bottom: 50px;
}

.recensies .criteria .recommendation {
  position: absolute;
  bottom: -40px;
  left: 10px;
  color: #555551;
  font-size: 18px;
  font-weight: bold;
}

.recensies .criteria p {
  line-height: 40px;
  width: 100%;
  float: left;
}

.recensies li {
  margin-bottom: 20px;
}

.recensies .criteria span {
  width: 70%;
  float: left;
}

.recensies .criteria span:last-child {
  width: 30%;
}

.recensies .criteria span.count {
  font-weight: bold;
  text-align: center;
  font: 24px serif;
  line-height: 40px;
  font-display: auto;
}

.recensies .title {
  font: italic 26px serif;
  color: #555551;
  font-display: auto;
  width: 100%;
  float: left;
}

.recensies .quote {
  padding: 60px;
  font: 16px serif;
  position: relative;
  width: 50%;
  font-display: auto;
  line-height: 30px;
  padding-top: 80px;
  float: left;
}

.recensies .quote_in {
  float: left;
  width: 100%;
  position: relative;
}

.recensies .quote_in:before {
  position: absolute;
  left: -20px;
  top: -20px;
  content: "“";
  font-size: 120px;
  font-family: Arial;
}

.recensies .quote .quoteby {
  width: 100%;
  float: left;
  font-style: italic;
  padding-top: 20px;
}

.recensies .quote_in:after {
  content: "”";
  right: -20px;
  bottom: -40px;
  font-size: 120px;
  position: absolute;
  font-family: Arial;
}

/* Twitter */

.widget_twitter li {
  list-style-type: none;
  margin-bottom: 14px;
}

.widget_twitter .timesince {
  display: block;
  font-size: 13px;
  margin-right: -10px;
  text-align: right;
}

/* Widget Image */

.widget_image img {
  border: 0;
  padding: 0;
  height: auto;
  max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
  color: #555;
  width: 95%;
  text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
  text-align: center;
}

.widget_calendar #wp-calendar caption {
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0 3px 0;
  text-transform: uppercase;
}

.widget_calendar #wp-calendar th {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.widget_calendar #wp-calendar tfoot td {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.usps .content a {
  padding-left: 0 !important;
  font-size: 14px !important;
  float: none;
  margin-bottom: 0;
}

body .hwp-box-rows {
  font-size: 14px;
  color: #555551 !important;
}

body .hwp-close i {
  font-size: 24px;
  color: #555551 !important;
}

body .hwp-box-rows .hwp-row a.btn_orange {
  width: 100% !important;
  margin-top: 20px;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #fff !important;
}

.widget {
  width: 50%;
  float: left;
}

.most_readed {
  width: 35%;
  float: left;
}

.headlines {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  float: left;
}

/* =Footer
----------------------------------------------- */

#footer {
  width: 100%;
  float: left;
  background: #f4f4f4;
  border-top: 1px solid #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer_content {
  width: 50%;
  float: left;
}

#footer a {
  color: #3a2d22;
}

#footer .copyright {
  float: left;
  width: 95%;
  text-align: left;
  padding-right: 5%;
  font-size: 100%;
}

#footer .hkz img {
  width: 90px;
  margin-top: 12px;
  height: auto;
}

.caption table {
  top: 30px;
  left: 0;
  max-width: 665px;
  position: absolute;
  padding-left: 0;
  padding-right: 0;
}

.copyright p {
  margin: 0 0 14px;
}

.social a i {
  font-size: 18px;
  background-color: #999999;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 17px;
}

.social a:hover i {
  background-color: #555551;
}

.social {
  padding-top: 10px;
  width: 100%;
  float: left;
}

.i-googleplus {
  height: 34px;
  width: 33px;
  background-repeat: no-repeat;
  background-image: url("images/google_plus.png");
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  display: block;
}

.footer-menu {
  float: left;
  width: 20%;
}

.footer-menu .menu {
  margin-bottom: 5px;
}

.footer-menu .menu li {
  display: inline;
  padding-left: 15px;
}

.footer-menu .menu li:first-child {
  padding-left: 0;
}

.footer-menu p {
  margin: 0;
}

.footer-contact {
  float: right;
  width: 200px;
  padding-left: 15px;
  line-height: 23px;
}

#footer .textwidget {
  width: 100%;
  float: left;
}

#footer .textwidget p {
  margin-bottom: 5px;
}

#footer a {
  color: #555551;
  text-decoration: none;
}

#footer a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.footer-menu .menu li {
  width: 100%;
  float: left;
  padding-left: 0;
}

#naw_1 {
  float: right;
  line-height: 23px;
  text-align: right;
  width: 39px;
}

.social {
  width: 100%;
  float: left;
}

.recaptcha {
  float: left;
  margin: 0 0 11px;
  width: 100%;
}

#recaptcha_widget_div {
  width: auto;
  float: left;
  background-color: #fff;
  border-radius: 3px;
}

.recaptchatable {
  border-radius: 3px;
}

#recaptcha_tagline,
#recaptcha_logo {
  display: none;
}

#catapult-cookie-bar #catapultCookie {
  padding-right: 35px;
  background: #000 url(images/icon-close.png) 100% 5px no-repeat;
}

.page-item-4742,
.page-item-4789 {
  display: none;
}

.i-hyves {
  visibility: hidden !important;
}

.video_widget a {
  float: left;
  width: 100%;
}

.mobile_nav,
.menu_overlay {
  display: none;
}

.video_widget {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 15px;
}

.video_widget h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 66%;
  background: none;
  border-bottom: 0;
  left: 0;
  right: 0;
  font-display: auto;
  font: 22px serif;
}

.video_widget #lnkvideo {
  position: relative;
}

.video_widget .widget-title {
  padding: 0;
  margin: 0;
}

.video_widget a:hover .widget-title {
  color: #555551;
}

.video_widget #zvideo {
  position: absolute;
  top: 45%;
  background: url("images/video_homepage_button.png") no-repeat;
  width: 80px;
  height: 77px;
  background-size: 100% auto;
  left: 50%;
  margin-left: -40px;
  margin-top: -38px;
}

.tweeter-info a,
a.fts-jal-fb-name {
  color: #555551 !important;
}

.fts-jal-fb-header {
  display: none;
}

.tweeter-info a:hover,
a.fts-jal-fb-name:hover {
  color: #fed431 !important;
}

.tweeter-info .fts-twitter-reply-wrap-left {
  display: none !important;
}

.video_widget:hover a #zvideo {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.video_widget img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

.image .why_zj {
  top: 195px;
}

ul.usps {
  width: 100%;
  float: left;
  padding-left: 0;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 0 !important;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.usps li {
  position: relative;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 10px;
  height: auto;
  padding-right: 15px;
  padding-left: 0px;
  margin-bottom: 20px;
}

#main a {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main a:hover {
  color: #ebc448;
  text-decoration: underline;
}

.notmobileform {
  display: block;
}

.mobileform {
  display: none;
}

.mobileform span.wpcf7-list-item {
  width: 100%;
  float: left;
}

body .wpcf7-form .mobileform .req {
  top: 4px;
  right: 10px;
}

.entry-content .photo {
  margin-top: 10px;
}

.entry-content .photo img {
  width: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  border: 1px solid #cbc9c6;
}

.usps li:before {
  position: absolute;
  left: 0px;
  height: 45px;
  width: 40px;
  background: url("images/diensten_sprite.png") no-repeat;
  top: -10px;
  content: "";
}

.usps .12-uurszorg {
}

home vierentwintig bed brein twaalfuurszorg zuster .usps li.home:before {
  background-position: 0px 0px;
}

.usps li.vierentwintig:before {
  background-position: 0px -50px;
}

.usps li.bed:before {
  background-position: 0px -90px;
}

.usps li.brein:before {
  background-position: 0px -0px;
}

.usps li.twaalfuurszorg:before {
  background-position: 0px -180px;
}

.usps li:nth-child(6):before {
  background-position: 0px -180px;
}

.usps li:nth-child(7):before {
  background-position: 0px -180px;
}

.usps li:nth-child(8):before,
.usps li:nth-child(9):before {
  background-position: 0px -230px;
}

.usps li:hover:before {
  background-position-x: -41px;
}

.usps li a {
  padding-left: 50px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  z-index: 0;
  float: left;
  font: 20px Verdana;
}

.usps li a:hover {
  color: #ebc448;
}

#content form {
  padding-top: 10px;
  padding-bottom: 10px;
}

#content .dn-tabs > ul,
#content .dn-tabs ul li {
  padding-left: 0;
}

table.external_locations td {
  padding-top: 0;
  float: left;
  padding-right: 30px;
  padding-bottom: 20px;
}

table.external_locations tr {
  width: 50%;
  float: left;
}

#strsearchvalue,
#qasearch {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  font-size: 18px;
  height: 30px;
}

/*start*/

.suggestionsBox {
  position: relative;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0px 0px 0px;
  z-index: 10;
  width: 100%;
  background-color: #f4f4f4;
  border: 1px solid #d2d2d2;
  z-index: 9999999;
}

#qasearch {
  width: 70%;
  float: left;
  margin-top: 2px;
}

.suggestionList {
  margin: 0px;
  padding: 0px;
}

.suggestionList li {
  margin: 0px 0px 3px 0px;
  padding: 3px;
  cursor: pointer;
  list-style: none;
}

#header_parent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}


body {
  padding-top: 167px;
}

body.page-template-landingspage {
padding-top: 0px;
}

.suggestionList li:hover {
  background-color: #eac200;
}

.suggestionsBox_ {
  position: relative;
  left: 30px;
  margin: 10px 0px 0px 0px;
  width: 300px;
  background-color: #f4f4f4;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 2px solid #ec6f6d;
  color: #000;
}

.suggestionList_ {
  margin: 0px;
  padding: 0px;
}

.suggestionList_ li {
  margin: 0px 0px 3px 0px;
  padding: 3px;
  cursor: pointer;
  list-style: none;
}

.suggestionList_ li:hover {
  background-color: #eac200;
}

#bnts {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(images/zoek.jpg);
  width: 102px;
  height: 36px;
  border: none;
  text-indent: -999999px;
  cursor: pointer;
  margin-left: 5px;
}

.marker {
  background: url(images/marker.jpg);
  width: 22px;
  height: 32px;
}

.marker div {
  text-align: center;
  font-size: 11px;
}

body div.wpcf7 {
  width: 100%;
  float: left;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}

body table.external_locations td {
  width: 85%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body table.external_locations tr td:first-child {
  width: 15%;
  float: left;
}

/*end*/

.direct-contact a {
  text-decoration: none;
}

.direct-contact a:hover {
  text-decoration: underline;
}

.content_right select {
  display: none;
}

.wpcf7-form .wpcf7-submit {
  margin-right: 308px;
}

#respond .form-submit {
  float: left;
  width: 100%;
  max-width: 460px;
}

#cbnet-rscc-captcha-verify {
  display: none;
}

.comment-form-captcha input {
  float: left;
  margin-right: 10px;
}

@media only screen and (min-width: 1800px) {
  .image {
    background-size: 100% auto;
  }
}

@media only screen and (min-width: 1025px) {
  #main_image.has-image {
    height: 250px;
  }
  .blog #sidebar {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .blog:not(.sidebar-sticky) #sidebar {
    overflow-y: auto;
  }
  #primary {
    position: relative;
    float: left;
    left: calc(50% - 512px);
  }
}

/*
 * Mobile views
 */

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  #menu-mainnav li:last-child ul {
    left: -160px;
  }
  #menu-mainnav li#menu-item-90 ul {
    left: -160px;
  }
  .image .why_zj {
    right: 30px;
  }
}

#recaptcha-submit-btn-area {
  width: 100%;
  float: left;
  max-width: 472px;
}

@media only screen and (max-width: 1024px) {
  ul.usps {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  body .caption table {
    padding-left: 20px;
  }
  body .caption table .more_info {
    left: -10px;
    position: relative;
  }
  .image {
    background-size: auto 120%;
  }
  #catapult-cookie-bar {
    display: none;
  }
  .wpcf7-form .wpcf7-submit,
  body #respond #submit {
    margin-right: 0;
  }
  #respond .form-submit {
    margin-right: 0;
  }
  #respond #email,
  #respond #author,
  #respond textarea {
    width: 100%;
  }
  #respond p {
    position: relative;
    width: 100%;
    float: left;
  }
  #respond .required {
    position: absolute;
    top: 0;
    right: 0;
  }
  body #respond #comment_captcha_code {
    margin-right: 0px;
    width: 100%;
  }
  .comment-form-captcha img {
    float: right;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container,
  .caption,
  .wrapper,
  #primary {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  body {
    padding-top: 77px;
  }
  #header {
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile_nav {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .mobile_nav .button {
    background-color: #ffd602;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAXCAYAAABj7u2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEdJREFUeNpi/A8EDIMIMDEMMjDqoCHnIBYgTh9MDmIcZJlscEaZ8WCLstGCcdRBwy6XmYwWjEMtytJGC8bRbD/qIBoCgAADAHiEE1SCAJLPAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 25px 15px;
    float: left;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1003;
  }
  #access {
    background: #fff;
    position: fixed;
    top: 77px;
    left: 0;
    right: 0;
    height: auto;
    max-height: 0px;
    overflow: hidden;
  }
  body.afterHeader #access {
    top: 52px;
  }
  body.menu-open,
  body.menu-open #page {
    overflow: hidden;
    height: 100%;
  }
  body.menu-open #primary,
  body.menu-open #secondary,
  body.menu-open #footer,
  body.menu-open #main {
    display: none;
  }
  body.menu-open #access {
    max-height: 1000px;
    bottom: 0;
    overflow: scroll;
  }
  #menu-mainnav {
    width: 100%;
    float: left;
  }
  #menu-mainnav li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .g-recaptcha {
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
  #access .container {
    padding: 0;
    position: relative;
    z-index: 10;
  }
  #access ul li.submenu-open {
    position: relative;
    z-index: 6;
  }
  #access ul li:hover > a {
    background: #fff;
  }
  #access ul li.submenu-open > a {
    background: #f4f4f4 !important;
    position: relative;
  }
  #access ul li a {
    border: 0;
    line-height: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-size: 14px !important;
    text-align: left;
    padding-left: 20px !important;
    position: relative;
  }
  #access li:first-child a {
    padding-left: 20px !important;
  }
  #access ul ul {
    width: 100%;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    display: block;
    padding: 0;
    z-index: 6;
    position: relative;
    float: left;
    top: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  #access ul ul li a {
    border-bottom: 0;
    line-height: 40px;
    height: 40px;
  }
  #access,
  #access ul ul,
  .menu_overlay,
  .logo,
  #header {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  #access ul {
    padding-top: 0;
  }
  #access ul li.submenu-open > ul {
    height: auto;
    border-top: 1px solid #cbc9c6;
    border-bottom: 1px solid #cbc9c6;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #menu-mainnav > .current-menu-item > a:before,
  #menu-mainnav > .current-menu-ancestor > a:before,
  #menu-mainnav > li:hover > a:before {
    border: 0;
  }
  body #menu-mainnav > .current-menu-item > a,
  body #menu-mainnav > .current-menu-ancestor > a {
    background: #f4f4f4;
    padding-left: 15px !important;
    border-left: 5px solid #ffd602;
    border-right: 5px solid #ffd602;
  }
  .logo {
    background-size: 100% auto;
    width: 140px;
    height: 57px;
    background-position: left middle;
  }
  body.afterHeader .logo {
    width: 100px;
    height: 40px;
    margin-top: 5px;
  }
  body.afterHeader #header {
    padding-top: 0px;
    padding-bottom: 8px;
  }
  .direct-contact {
    margin-right: 50px;
    margin-top: 10px;
    font-size: 11px;
  }
  .image {
    overflow: hidden;
  }
  .image img {
    min-width: 933px;
  }
  .caption .more_info {
    width: 250px;
  }
  .usps li {
    width: 50%;
  }
  #strsearchvalue {
    margin-bottom: 20px;
  }
  body .wpcf7-form {
    width: 100%;
    float: left;
  }
  body table.external_locations td {
    padding-right: 10px;
  }
  .video_widget a {
    background-size: auto 100%;
    background-position: top center;
  }
  #naw_1 {
    display: none;
  }
  #qasearch {
    width: 100%;
    float: left;
  }
  .why_zj {
    display: none;
  }
  .text_loc {
    line-height: 35px;
  }
}

@media only screen and (max-width: 800px) {
  .image {
    height: 350px;
  }
  .caption {
    top: 70px;
  }
  .footer-contact {
    padding-top: 20px;
  }
  .content_right select {
    display: block;
  }
  .newspaper .newspaper_page {
    width: 50%;
    padding-bottom: 30px;
  }
  .headlines .widget_text,
  .headlines .most_readed {
    width: 50%;
    float: left;
  }
  .headlines .widget_text {
    padding-bottom: 30px;
  }
  .usps li {
    height: auto;
    width: 100%;
  }
  .content_left,
  .content_right {
    width: 100%;
    padding-right: 0;
  }
  table.external_locations tr {
    width: 100%;
    float: left;
  }
  .headlines .widget_text,
  .headlines .most_readed {
    width: 100%;
  }
  .video_widget a {
    width: 100%;
  }
  .footer-contact {
    width: 50%;
    float: left;
    padding-left: 0;
  }
  #naw_1 {
    display: none;
  }
  .recensies .total {
    width: 30px;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
  }
  .recensies .criteria {
    width: 100%;
    float: left;
  }
  .recensies .title {
    font-size: 16px;
  }
  .recensies .criteria span {
    width: auto;
    line-height: 20px;
    font-size: 11px;
  }
  .recensies .quote_in:before {
    top: 24px;
    left: -50px;
  }
  .recensies .quote_in:after {
    right: -30px;
  }
  .recensies .recensie {
    float: left;
    width: 100%;
  }
  span.count {
    margin-left: 5px;
    width: auto;
    line-height: 20px;
  }
  .breadcrumbs_container {
    margin-bottom: 30px;
  }
  .recensies .criteria p,
  .recensies .criteria .count {
    line-height: 20px;
    margin-bottom: 0;
  }
  .recensies .criteria span.count {
    line-height: 20px;
    font-size: 16px;
  }
  .recensies .quote:before,
  .recensies .quote:after {
    font-size: 60px;
    top: 25px;
  }
  .recensies .criteria {
    padding: 10px;
  }
  .recensies .quote:after {
    bottom: 0px;
    top: auto;
  }
  .recensies .quote {
    padding: 30px;
    padding-left: 60px;
    padding-bottom: 0;
    padding-right: 60px;
    line-height: 25px;
  }
  .recensies .quote {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  body .provinces li a {
    width: 49%;
    margin-right: 2%;
  }
  body .provinces {
    margin-top: 10px;
    margin-bottom: 0;
  }
  body .provinces.cities li a {
    width: 100%;
    margin-right: 0;
  }
  body .provinces li:nth-child(2n) a {
    margin-right: 0;
  }
  .recensies .criteria span {
    text-align: left;
    width: 80%;
    float: left;
  }
  .recensies .criteria span:last-child {
    width: 20%;
    float: left;
    margin-left: 0;
  }
  .entry-content .photo {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
  }
  .entry-content .photo img {
    max-width: 100%;
    height: auto;
  }
  .caption {
    top: 0px;
  }
  body table.external_locations tr td:first-child {
    width: 20%;
  }
  body table.external_locations tr td:last-child {
    width: 80%;
  }
  body .wpcf7-form td {
    width: 100%;
    float: left;
  }
  .wpcf7-form table .wpcf7-text {
    width: 100%;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
  }
  ul.zorgnav li {
    width: 100%;
  }
  body .wpcf7-form p {
    width: 100%;
    float: left;
  }
  body .wpcf7-form label {
    width: 100%;
    float: left;
  }
  body .wpcf7-form {
    width: 100%;
    float: left;
  }
  body .wpcf7-form p {
    position: relative;
  }
  .wpcf7-form .wpcf7-text,
  .wpcf7-form .wpcf7-textarea,
  .wpcf7-form .wpcf7-captchar {
    width: 100%;
    float: left;
  }
  body .wpcf7-form .req {
    width: 5%;
    float: left;
    text-align: right;
    position: absolute;
    top: 0;
    line-height: 16px !important;
    right: 0;
  }
  #strsearchvalue {
    width: 100%;
  }
  .newspaper .newspaper_page {
    padding-right: 0;
    width: 100%;
  }
  .headlines .widget_text,
  .headlines .most_readed {
    width: 100%;
    float: left;
  }
  .footer-menu,
  .footer-contact {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 20px;
    float: left;
  }
  #naw_1 {
    display: none;
  }
  #footer_content {
    width: 100%;
    float: left;
  }
  .footer-menu {
    padding-top: 20px;
  }
  .image {
    height: 250px;
  }
  .notmobileform {
    display: none;
  }
  .mobileform {
    display: block;
  }
  .footer-menu .menu li {
    line-height: 35px;
  }
}

@media only screen and (max-width: 1024px) {
  #main {
    overflow: visible;
    padding-top: 20px;
    float: left;
    width: 100%;
  }
  body .breadcrumbs_container {
    margin-top: 0;
  }
}

@media only screen and (min-width: 769px) {
  div.leftform {
    width: 64%;
    float: left;
  }
  #wpcf7-f95-p87-o1 {
    width: 33%;
    float: left;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    margin-top: -60px;
    padding-left: 3%;
  }
  input.wpcf7-submit {
    right: auto;
    float: left !important;
  }
  body .wpcf7-form p {
    margin-bottom: 0;
  }
}

.onlymobile {
  display: none;
}

.onlydesktop {
  display: block;
}

#back-to-top svg {
  width: 20px;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 15px;
}

#back-to-top {
  display: inline-block;
  background-color: #f6d64c;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 50px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top:active {
  background-color: #555;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1023px) {
  .onlymobile {
    display: block;
  }
  .onlydesktop {
    display: none;
  }
  .breadcrumbs_container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .blog #content {
    width: 100%;
    margin-right: 0;
  }
  body .blog #sidebar {
    width: 100%;
  }
  body .provinces li {
    width: 100%;
  }
  body .provinces li a {
    width: 100%;
    margin-right: 0;
  }
  body #breadcrumbs {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 475px) {
  .video_widget h3 {
    top: 66%;
    font-size: 14px;
  }
  .direct-contact b {
    display: none;
  }
  .caption {
    font-display: auto;
    font: italic 24px serif;
  }
}

@media only screen and (max-width: 375px) {
  .image {
    height: 200px;
  }
  .caption table {
    top: 10px;
  }
  .direct-contact {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.afterHeader .direct-contact {
    display: block;
  }
  .logo {
    width: 100px;
    height: 40px;
    margin-top: 6px;
    margin-bottom: 13px;
  }
  body.afterHeader .logo {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 325px) {
  .caption {
    top: 10px;
  }
  .caption p:first-child,
  .caption li:first-child {
    font-size: 16px;
  }
  .caption p:nth-child(2),
  .caption li:nth-child(2) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 315px) {
  .direct-contact {
    display: none !important;
  }
}

.blog .blog {
  border-bottom: 3px solid #cacaca;
}

.single .blog .blog,
.blog .blog:last-child {
  border-bottom: 0;
}

body.page-template-pt-gpage h2,
.blog h2 {
  font: 18px/20px Verdana, Arial, sans-serif;
  color: #555551;
}

.blog h2 {
  margin-bottom: 10px;
  font-weight: 600;
}

.blog h3 {
  font: 16px/20px Verdana, Verdana, Arial, sans-serif;
  color: #555551;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog ul {
  list-style-type: square;
  padding-left: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.map_content h2 {
  font-weight: bold;
  font: 18px/20px Verdana, Arial, sans-serif;
  margin: 0 0 0.8125em;
  color: #000;
}

.map_content h3 {
  font: 16px/20px Verdana, Verdana, Arial, sans-serif;
  font-weight: bold;
}

.map_content ol {
  margin-left: 30px;
  margin-bottom: 20px;
}

.map_content ul {
  list-style-type: square;
  margin-left: 30px;
  margin-bottom: 20px;
}

/*
Breadcrumbs
*/

.breadcrumbs_container {
  width: 100%;
  margin-bottom: 20px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#breadcrumbs {
  border-bottom: 1px solid #cacaca;
  list-style: none;
  margin: 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1024px;
  padding: 5px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#breadcrumbs .separator {
  font-size: 14px;
  font-weight: 100;
  color: #ccc;
}

/*
Provincies
*/

.page-template-pt-gpage1-php #primary select {
  display: none;
}

.provinces {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.provinces li {
  float: left;
  width: 33%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1%;
}

.provinces li a {
  background: #fff;
  border-radius: 5px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  padding-top: 0;
  text-align: left;
  padding-bottom: 0;
  margin-right: 1%;
  oveflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 50px;
  line-height: 50px;
}

body .provinces li a:hover {
  background: #fdd516;
  color: #000 !important;
  text-decoration: none;
}

.zorg-kompas-widget .provinces.menu {
  padding: 0;
}

/*
Blog
*/

.blog #content {
  width: 65%;
  margin-right: 5%;
  float: left;
}

.blog .blog {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.blog .more-link {
  margin-top: 20px;
  background: #ebc448;
  border: 0;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font: bold 13px Verdana, sans-serif;
  line-height: 38px;
  height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.blog #crestashareiconincontent {
  width: 100%;
  float: left;
}

.navigation {
  width: 100%;
  float: left;
  border-top: 1px solid #cacaca;
  padding-top: 20px;
  margin-bottom: 20px;
}

.navigation a {
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #555551;
  min-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  float: left;
  line-height: 30px;
  margin-right: 2px;
}

.navigation .current {
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ebc448;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #555551;
  text-decoration: none;
  float: left;
  line-height: 30px;
  margin-right: 2px;
}

.blog .more-link:hover {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #555551;
}

.blog #sidebar img {
  max-width: 100%;
  height: auto;
}

.blog .sidebar {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.blog .sidebar ul {
  width: 90%;
  float: left;
}

.blog .sidebar ul li {
  line-height: 36px;
  height: 36px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #cacaca;
}

.blog .post-categories {
  float: left;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.blog .post-categories li {
  float: left;
  padding-right: 5px;
}

.blog .post-categories li a {
  border-radius: 5px;
  background: #555551;
  color: #fff;
  padding: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  text-decoration: none;
}

.blog input.field#s {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 7px 10px;
  width: 70%;
  height: 38px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.blog .sidebar label {
  display: none;
}

.blog .sidebar h3 {
  padding-left: 0;
}

.blog .header-image {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

.blog .header-image img {
  width: 100%;
  height: auto;
}

.blog input#searchsubmit {
  background: #ebc448;
  border: 0;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  width: 25%;
  font: bold 13px Verdana, sans-serif;
  height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  position: relative;
  float: right;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.blog .post-categories li a:hover {
  background-color: #f5cf1d;
  color: #fff !important;
  text-decoration: none !important;
}

.blog .posted-date {
  width: 100%;
  float: left;
}

.page-template-landingspage .container {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.page-template-landingspage #header,
.page-template-landingspage .content,
.page-template-landingspage .footer {
  width: 100%;
  float: left;
}

.page-template-landingspage .content .container {
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 10px;
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
  float: none;
}

.page-template-landingspage .content {
  margin-bottom: 20px;
}

.page-template-landingspage .headerimage {
  float: left;
  text-align: center;
  width: 100%;
  background-color: #8a8073;
}

.page-template-landingspage .headerimage img {
  max-height: 350px;
  max-width: 100%;
  width: auto;
  float: none;
  margin: 0 auto;
  display: block;
}

.page-template-landingspage .footer {
  text-align: center;
  opacity: 0.5;
}

.page-template-landingspage a.logo {
  margin: 0 auto;
  float: none;
}

.page-template-landingspage h1 {
  clear: both;
  font-family: Georgia, Arial, sans-serif;
  font-size: 27px;
  line-height: 31px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 400px) {
  .page-template-landingspage .content h1 {
    font-size: 20px;
  }
  .page-template-landingspage .content {
    padding: 10px;
    margin-bottom: 0;
  }
  .page-template-landingspage .content .container {
    margin-top: 0;
  }
  body.page-template-landingspage .container .button {
    float: none;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.page-template-landingspage .container .button {
  line-height: 46px;
  text-decoration: none;
  float: left;
  margin-bottom: 10px;
}

div.image_overlay {
  height: 250px;
}

div.image {
  height: 250px;
}

div.caption {
  top: 0px;
}

body .caption .more_info {
  background-color: #ff6600;
  color: #fff;
}

div.why_zj {
  top: 20px !important;
}

div.caption > table {
  top: 20px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  overflow: auto;
  padding: 50px 44px 25px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -25px;
  max-height: 50vh;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 50px calc(max(12px, env(safe-area-inset-right)))
      calc(max(12px, env(safe-area-inset-bottom)))
      calc(max(25px, env(safe-area-inset-left)));
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}


/*
Add styling for tables
*/
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Table base */
.table-wrapper table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

/* Borders */
.table-wrapper table,
.table-wrapper td {
  border: 1px solid #cccccc;
}

/* Header */
.table-wrapper thead td {
  font-weight: 700;
  background-color: #f7f7f7;
  padding: 12px 14px;
  text-align: left;
  position: sticky;
  top: 0;
  z-index: 4;
}

/* Body cells */
.table-wrapper tbody td {
  padding: 12px 14px;
  vertical-align: top;
}

/* Zebra striping */
.table-wrapper tbody tr:nth-child(even) td {
  background-color: #fcfcfc;
}

/* Sticky first column */
.table-wrapper thead td:first-child,
.table-wrapper tbody td:first-child {
  position: sticky;
  left: 0;
  background-color: #fafafa;
  z-index: 5;

  /* restore left border when scrolling */
  box-shadow: inset 1px 0 0 #cccccc;
}

/* Ensure header + first column overlap correctly */
.table-wrapper thead td:first-child {
  z-index: 6;
}

/* Mobile font adjustment */
@media (max-width: 768px) {
  .table-wrapper table {
    font-size: 14px;
  }
}
