/* =Tiled Gallery Default Styles
-------------------------------------------------------------- */

.tiled-gallery {
	clear: both;
	margin: 0 0 20px;
	overflow: hidden;
}
.tiled-gallery img {
	margin: 2px !important; /* Ensure that this value isn't overridden by themes that give content images blanket margins */
}
.tiled-gallery .gallery-group {
	float: left;
	position: relative;
}
.tiled-gallery .tiled-gallery-item {
	float: left;
	margin: 0;
	position: relative;
	width: inherit; /* prevents ie8 bug with inline width styles */
}
.tiled-gallery .gallery-row {
	 overflow: hidden;
}
.tiled-gallery .tiled-gallery-item a { /* Needs to reset some properties for theme compatibility */
	background: transparent;
	border: none;
	color: inherit;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: auto;
}
.tiled-gallery .tiled-gallery-item img,
.tiled-gallery .tiled-gallery-item img:hover { /* Needs to reset some properties for theme compatibility */
	background: none;
	border: none;
	box-shadow: none;
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
}
.tiled-gallery-caption { /* Captions */
	background: #eee;
	background: rgba( 255,255,255,0.8 );
	color: #333;
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
		bottom: 0;
	text-indent: 10px;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption { /* Smaller captions */
	font-size: 11px;
}

/* Hide galleries in widgets until they've been resized to fit.
   Gallery widgets are almost guaranteed to need resizing, and
   the jump is a little more obvious than galleries in content. */
.widget-gallery .tiled-gallery-unresized {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

/* =Greyscale
-------------------------------------------------------------- */

.tiled-gallery .tiled-gallery-item img.grayscale {
	position: absolute;
		left: 0;
		top: 0;
}
.tiled-gallery .tiled-gallery-item img.grayscale:hover {
	opacity: 0;
}


/* =Circles Layout
-------------------------------------------------------------- */

.tiled-gallery.type-circle .tiled-gallery-item img {
	border-radius: 50% !important; /* Ensure that circles are displayed in themes that add border-radius to all images as a default */
}
.tiled-gallery.type-circle .tiled-gallery-caption {
	display: none;
	opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483645;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483645;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10450000; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10440000; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10460000;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*Share Bar*/
.l-content .social-bar,
.snap-gallery-popup .social-bar {
    float: right;
    position: relative;
    top: 0;
    z-index: 10000;
}
.snap-gallery .social-bar {
    position: absolute;
    right: 0;
}
.snap-gallery .social-bar {
    position: absolute;
    right: 0;
}
.snap-gallery .social-bar {
    position: absolute;
    right: 0;
}
.snap-gallery .social-bar {
    position: absolute;
    right: 0;
}
.snap-gallery-popup .social-bar,
.snap-gallery.mobile .social-bar {
    margin-top: 0;
    position: absolute;
}
.snap-gallery-popup .social-bar {
    right: 0;
}
.snap-gallery-popup .social-bar {
    position: absolute;
    right: 0;
}
.mfp-wrap.mobile .snap-gallery-popup .social-bar {
    position: fixed;
}
.l-article .snap-gallery .social-bar {
    bottom: auto;
    top: 0;
}

.l-content .social-text,
.snap-gallery-popup .social-text {
    float: left;
    margin-top: 18px;
    font: italic bold 13px/13px "Shift-BoldItalic", "Times New Roman", "serif";
    color: #333333;
}

.l-content .social-bar ul,
.snap-gallery-popup .social-bar ul {
    float: left;
}

.l-content .social-bar ul li,
.snap-gallery-popup .social-bar ul li {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding-bottom: 0;
    position: relative;
    list-style: none;
}

.l-content .social-bar ul li a,
.snap-gallery-popup .social-bar ul li a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 0;
}

.l-content .social-bar ul li a:after,
.snap-gallery-popup .social-bar ul li a:after {
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: url(/wp-content/themes/vip/postmedia-theme-broadsheet/templates/sharing/css/../images/social-icons-retina-x2.png) no-repeat;
    background-size: 40px 520px;
    content: ' ';
}
.l-content .full_page.contains-snapgallery .social-bar ul li.more-social a:after {
    width: 45px;
}
.l-content .social-bar .more-social-menu,
.snap-gallery .social-bar .more-social-menu,
.l-article .snap-gallery .social-bar .more-social-menu,
.snap-gallery-popup .social-bar .more-social-menu {
    display: none;
    width: 250px;
    margin-top: 0;
    padding: 10px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: inset 0 -5px 0 0 #333333;
    -moz-box-shadow: inset 0 -5px 0 0 #333333;
    box-shadow: inset 0px -5px 0px 0px #333333;
	border: 1px solid #e4e4e4;
}
.l-content .social-bar .more-social.active .more-social-menu,
.snap-gallery-popup .social-bar .more-social.active .more-social-menu {
    display: block;
}

.l-content .social-bar .more-social-menu .menu-content,
.snap-gallery-popup .social-bar .more-social-menu .menu-content {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.l-content .social-bar .more-social-menu .social-menu-title,
.snap-gallery-popup .social-bar .more-social-menu .social-menu-title {
    margin-bottom: 15px;
    color: #979797;
    font: bold 16px/20px "BentonSans-Bold", Arial, Helvetica, sans-serif;
}

.l-content .social-bar .more-social-menu .social-icons-lists,
.snap-gallery-popup .social-bar .more-social-menu .social-icons-lists {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.l-content .social-bar .more-social-menu .social-icons,
.snap-gallery-popup .social-bar .more-social-menu .social-icons {
    margin: 0;
}

.l-content .social-bar .more-social-menu .social-icons-lists li,
.snap-gallery-popup .social-bar .more-social-menu .social-icons-lists li {
    float: left;
    width: 50px;
    margin: 0;
    padding: 0;
    border-top: none;
    overflow: hidden; /* IE fix */
}
.l-content .social-bar .more-social-menu .social-icons-lists li:nth-child(5),
.snap-gallery-popup .social-bar .more-social-menu .social-icons-lists li:nth-child(5) {
    padding: 0;
}
.l-content .social-bar .more-social-menu .social-icons-lists li a,
.snap-gallery-popup .social-bar .more-social-menu .social-icons-lists li a {
    float: left;
}

.l-content .social-bar .more-social-menu .social-icons-lists li span,
.snap-gallery-popup .social-bar .more-social-menu .social-icons-lists li span {
    display: none;
}

.l-content .social-bar .more-social-menu .article-title,
.snap-gallery-popup .social-bar .more-social-menu .article-title {
    margin-bottom: 5px;
    color: #333333;
    font: bold 16px/20px "BentonSans-Bold", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-transform: none;
}

.social-bar .more-social-menu .social-icons-lists li:first-child {
    border: none;
}

.social-bar .more-social.active .more-social-menu {
    display: block;
}

.author-info .social-bar {
    margin: 5px 0px;
}

.author-info .social-bar li:first-child {
    margin-left: 0;
}

.social-bar .facebook a {
    background-color: #3b5998;
}
.social-bar .facebook a:hover {
    background-color: #6077aa;
}
.social-bar .twitter a {
    background-color: #55acee;
}
.social-bar .twitter a:hover {
    background-color: #75baee;
}
.social-bar .tumblr a {
    background-color: #35465c;
}
.social-bar .tumblr a:hover {
    background-color: #5b687a;
}
.social-bar .pinterest a {
    background-color: #bd081c;
}
.social-bar .pinterest a:hover {
    background-color: #c83746;
}
.social-bar .youtube a {
    background-color: #cd201f;
}
.social-bar .youtube a:hover {
    background-color: #d54a49;
}
.social-bar .reddit a {
    background-color: #ff5700;
}
.social-bar .reddit a:hover {
    background-color: #fd7630;
}
.social-bar .rss a {
    background-color: #ffa900;
}
.social-bar .rss a:hover {
    background-color: #fdbb3d;
}
.social-bar .email a {
    background-color: #7fb539;
}
.social-bar .email a:hover {
    background-color: #96c15e;
}
.social-bar .linkedin a {
    background-color: #007ab9;
}
.social-bar .linkedin a:hover {
    background-color: #3395c7;
}
.social-bar .google-plus a {
    background-color: #da4835;
}
.social-bar .google-plus a:hover {
    background-color: #e16d5d;
}
.social-bar .whatsapp a {
    background-color: #25d366;
}
.social-bar .whatsapp a:hover {
    background-color: #51dc85;
}

.l-content .social-bar .facebook a:after,
.snap-gallery-popup .social-bar .facebook a:after {
    background-position: -1px 0;
}
.l-content .social-bar .twitter a:after,
.snap-gallery-popup .social-bar .twitter a:after {
    background-position: 0 -40px;
}
.l-content .social-bar .tumblr a:after,
.snap-gallery-popup .social-bar .tumblr a:after {
    background-position: -1px -120px;
}
.l-content .social-bar .pinterest a:after,
.snap-gallery-popup .social-bar .pinterest a:after {
    background-position: 0 -160px;
}
.l-content .social-bar .reddit a:after,
.snap-gallery-popup .social-bar .reddit a:after {
    background-position: 0 -241px;
}
.l-content .social-bar .youtube a:after,
.snap-gallery-popup .social-bar .youtube a:after {
    background-position: 0 -200px;
}
.l-content .social-bar .rss a:after,
.snap-gallery-popup .social-bar .rss a:after {
    background-position: 0 -280px;
}
.l-content .social-bar .email a:after,
.snap-gallery-popup .social-bar .email a:after {
    background-position: 0 -321px;
}
.l-content .social-bar .linkedin a:after,
.snap-gallery-popup .social-bar .linkedin a:after {
    background-position: 0 -440px;
}
.l-content .social-bar .google-plus a:after,
.snap-gallery-popup .social-bar .google-plus a:after {
    background-position: 0 -480px;
}
.l-content .social-bar .whatsapp a:after,
.snap-gallery-popup .social-bar .whatsapp a:after {
    background-position: 0 -400px;
}
.l-content .social-bar .more-social > a:after,
.snap-gallery-popup .social-bar .more-social > a:after {
    background-position: 0 -80px;
}
.l-content .social-bar .more-social > a:hover:after,
.l-content .social-bar .more-social.active > a:after,
.snap-gallery-popup .social-bar .more-social > a:hover:after,
.snap-gallery-popup .social-bar .more-social.active > a:after {
    background-position: 0 -80px;
}
.l-content .social-bar .more-social > a,
.snap-gallery-popup .social-bar .more-social > a {
    width: 50px;
    height: 50px;
    background-color: #323232;
    border: none;
}
.l-content .social-bar .more-social > a:hover,
.l-content .social-bar .more-social.active > a,
.snap-gallery-popup .social-bar .more-social > a:hover,
.snap-gallery-popup .social-bar .more-social.active > a {
    background-color: #6c6c6c;
    border: none;
}
.l-content .social-bar .shares a,
.snap-gallery-popup .social-bar .shares a {
    width: auto;
    height: auto;
    color: #333;
    line-height: 30px;
}
.l-content .social-bar .shares a:after,
.snap-gallery-popup .social-bar .shares a:after {
    background: none;
    border: none;
}
@media only screen and (max-width: 767px) {
	.single-feature .social-bar .more-social-menu:first-of-type {
	    right: -122px;
	}
	.single-feature .social-bar.popup .more-social-menu:first-of-type {
		right: 0;
	}
}
/*
	Photo Gallery and Widget CSS
*/

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Hide elements until gallery loads */
.snap-gallery .flex-direction-nav,
/*.snap-gallery .snap-gallery-sharing,*/
.snap-gallery .slides {
	display: none;
}

.snap-gallery h3, .snap-gallery p, .snap-gallery ul, .snap-gallery li,
.single-feature_template .full-width-feature-page.l-constrained .snap-gallery h3,
.single-feature_template .full-width-feature-page.l-constrained .snap-gallery p,
.single-feature .full-width-feature-page.l-constrained .snap-gallery h3,
.single-feature .full-width-feature-page.l-constrained .snap-gallery p,
.l-article .entry-content .snap-gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.snap-gallery a,
.l-article .entry-content .snap-gallery a:hover {
	text-decoration: none;
}

.full_page .snap-gallery a {
	display:none;
}

/* Wrappers
*********************************/
.snap-gallery {
	background: #000;
	color: #fff;
	margin-bottom: 1.52em;
	position: relative;
	text-align: left;
}
.snap-gallery-popup .snap-gallery {
	margin-bottom: 0;
}
.snap-gallery.popup {
	margin: 0;
}
.snap-gallery.negative {
	background: #fff;
}

.snap-gallery .flexslider { 
	margin: 0;
	position: relative;
}
.single-feature .full-width-feature-page.l-constrained .full_page {
    width:100%;
}

/* Gallery Description
*********************************/
.snap-gallery .gallery_desc {
	padding: 20px;
}

.snap-gallery.sharing .gallery_desc {
	margin-right: 150px;
}

.snap-gallery .gallery_desc p {
	font-family: "BentonSans-Medium",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.snap-gallery .gallery_desc.widget_gallery_desc {
	padding: 10px 50px 10px 15px;
	min-height: 50px;
}

.snap-gallery .snap-gallery-identifier {
	font: 12px/20px "BentonSans-Medium",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.snap-gallery .gallery_desc h3 {
	color: #fff;
	font: italic bold 14px/20px "Shift-BoldItalic",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.snap-gallery .gallery_desc p,
.single-feature .full-width-feature-page.l-constrained .entry-content.l-constrained.shift-section-up .snap-gallery .gallery_desc p {
	font: 14px/20px "BentonSans-Regular",Arial,Helvetica,sans-serif;
	color: #fff;
}
.snap-gallery.negative .gallery_desc p,
.single-feature .full-width-feature-page.l-constrained .entry-content.l-constrained.shift-section-up .snap-gallery.negative .gallery_desc p {
	color: #000;
}

/* Caption
*********************************/
.snap-gallery .snap-caption-text {
	padding: 15px 15px 13px;
	word-break: break-word;
}
.snap-gallery.negative .snap-caption-text {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.snap-gallery.negative.sharing .snap-caption-text {
	padding-right: 20px;
}
.snap-gallery-popup .snap-gallery .snap-caption-text {
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
}

.snap-gallery.negative.sharing .snap-caption-text {
	margin-right: 150px;
}

.snap-gallery .snap-caption-text p {
	font-family: "BentonSans-Regular",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.snap-gallery .img-caption {
	font-family: "BentonSans-Regular",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    letter-spacing: normal;
}

.full-width .snap-gallery .img-caption {
	letter-spacing: 2px;
}

.snap-gallery .img-caption {
	font: 14px/20px "BentonSans-Regular",Arial,Helvetica,sans-serif;
	color: #fff;
}
.snap-gallery.negative .img-caption {
	color: #000;
}

.snap-gallery .img-author {
	font: 12px/20px "Shift-MediumItalic",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #8c8c8c;
}

.l-article.post .snap-gallery .flex-viewport,
#pn_embed.column .snap-gallery .flex-viewport {
	padding-bottom: 35px; /* Height of .snap-caption-more */
}
.l-article.post .snap-gallery.negative .flex-viewport,
#pn_embed.column .snap-gallery.negative .flex-viewport {
	padding-bottom: 28px; /* Height of .snap-caption-more */
}
.snap-gallery .snap-caption-more,
.l-article .entry-content .snap-gallery .snap-caption-more {
	display: none;
	padding: 15px 15px 7px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font: 13px/13px "Shift-MediumItalic",Arial,Helvetica,sans-serif;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.snap-gallery.negative .snap-caption-more,
.l-article .entry-content .snap-gallery.negative .snap-caption-more {
	color: #000;
	padding-left: 0;
	padding-bottom: 0;
}
.snap-gallery .snap-caption-more::before {
	content: "Show More";
	padding-right: 5px;
}
.snap-gallery .snap-caption-more:hover::before {
	text-decoration: underline;
}
.snap-gallery .snap-caption-more::after {
	content: "\e114";
	font: 10px "glyphiconshalflings-regular";
	vertical-align: middle;
	text-decoration: none;
}
.snap-gallery.snap-caption-show .snap-caption-more::before {
	content: "Show Less";
}
.snap-gallery.snap-caption-show .snap-caption-more::after {
	content: "\e113";
}
@media screen and (min-width: 480px) {
	.l-article.post .snap-gallery .snap-caption-text,
	.l-article.gallery .snap-gallery .snap-caption-text,
	#pn_embed.column .snap-gallery .snap-caption-text {
		height: 56px; /* .snap-caption-text p line-height * desired number of lines + .snap-caption-text p padding-top */
		min-height: 56px;
		overflow: hidden;
		padding-bottom: 0;
		padding-top: 0;
	}
	.l-article.post .snap-gallery.snap-caption-show .snap-caption-text,
	.l-article.gallery .snap-gallery.snap-caption-show .snap-caption-text,
	#pn_embed.column .snap-gallery.snap-caption-show .snap-caption-text {
		height: auto;
		min-height: 66px;
	}
	.l-article.post .snap-gallery .snap-caption-text p,
	.l-article.gallery .snap-gallery .snap-caption-text p,
	#pn_embed.column .snap-gallery .snap-caption-text p {
		padding-top: 15px;
	}
	.l-article.post .snap-gallery .snap-caption-more,
	.l-article.gallery .snap-gallery .snap-caption-more,
	#pn_embed.column .snap-gallery .snap-caption-more {
		display: block;
	}
}

/* Slides
*********************************/
.snap-gallery .flex-viewport {
	width: 100%;
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}
.snap-gallery .snap-end li {
    background: none;
}
.snap-gallery-image {
	display: flex;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.snap-gallery figure img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* Navigation
*********************************/
.snap-gallery .flex-direction-nav {
    position: absolute;
    right: 0;
    z-index: 1;
}

.snap-gallery .flex-direction-nav li {
	border-color: #fff;
	border-style: solid;
}

.snap-gallery .snap-nav-position-indicator {
	height: 50px;
	letter-spacing: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	font: 14px/50px "BentonSans-Medium",Arial,Helvetica,sans-serif;
	font-style: italic;
	border-width: 0 0 0 1px;
}

.snap-gallery .snap-nav-position-indicator::after {
	content: "";
	background-image: url(/wp-content/themes/vip/postmedia-theme-broadsheet/templates/snapgalleries/css/../images/single-nav-left-arrow-inactive.png);
}

.snap-gallery .snap-nav-position-indicator::after,
.snap-gallery .flex-direction-nav a { 
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.8);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	display: block; 
	width: 50px; 
	height: 50px; 
	overflow: hidden;  
	cursor: pointer; 
	color: #fff;
}

.snap-gallery .flex-nav-prev { 
	height: 50px;
	border-width: 0 0 1px 1px;
}
.snap-gallery .flex-nav-prev .flex-prev { 
	background-color: transparent;
	background-image: url(/wp-content/themes/vip/postmedia-theme-broadsheet/templates/snapgalleries/css/../images/single-nav-left-arrow.png);
	background-size: 50px 50px;
}
.snap-gallery .flex-nav-prev .flex-prev.flex-disabled { 
	background-image: url(/wp-content/themes/vip/postmedia-theme-broadsheet/templates/snapgalleries/css/../images/single-nav-left-arrow-inactive.png);
	background-size: 50px 50px;
}

.snap-gallery .flex-nav-next { 
	border-width: 1px 0 0 1px;
}
.snap-gallery .flex-nav-next .flex-next { 
	background-image: url(/wp-content/themes/vip/postmedia-theme-broadsheet/templates/snapgalleries/css/../images/single-nav-right-arrow.png);
	background-size: 50px 50px;
}
.snap-gallery .flex-nav-next .flex-next.flex-disabled { 
	background-image: url(/wp-content/themes/vip/postmedia-theme-broadsheet/templates/snapgalleries/css/../images/single-nav-right-arrow-inactive.png);
	background-size: 50px 50px;
}

/* Expand Button
*********************************/
.snap-gallery .snap-gallery-expand {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	border: none;
	display: block;
	background: #000 url(/wp-content/themes/vip/postmedia-theme-broadsheet/templates/snapgalleries/css/../images/icon-expand-s.png) no-repeat center;
	background-size: 35px;
	outline: none;
}

/* Popup Info Toggle
*********************************/
.snap-gallery-popup.hide-snap-gallery-info .snap-caption-text,
.snap-gallery-popup.hide-snap-gallery-info .social-bar {
	display: none;
}

/* Inline Ad
*********************************/
.snap-gallery .snap-gallery-ad {
	width: 300px;
	height: 250px;
	margin: 50px auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #666;
}

/* Mobile Overlay
*********************************/
.snap-gallery.mobile .snap-overlay {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10000;
	background: url(/wp-content/themes/vip/postmedia-theme-broadsheet/templates/snapgalleries/css/../images/icon-expand-78x78.png) left bottom no-repeat;
	background-size: 39px 39px;
}
.snap-gallery.mobile .snap-overlay:hover {
	opacity: 0.6;
}
/* End Screen
*********************************/
.snap-gallery .snap-end {
	overflow: hidden;
}
.mobile .snap-gallery .snap-end {
	overflow: scroll;
}

.snap-gallery .snap-gallery-end-back {
	height: 100%;
	background-repeat: no-repeat;
	filter: blur(15px);
	-webkit-filter: blur(15px);
	opacity:.4;
}
/* IE9+ */
@media screen and (min-width:0\0) {
	.snap-gallery .snap-gallery-end-back {
		filter: progid:DXImageTransform.Microsoft.Blur(Strength=15);
	}
}

.snap-gallery .snap-gallery-end {
	width: 90%;
	max-width: 700px;
	margin: 50px auto 0;
	position: relative;
	top: -100%;
}
.mobile .snap-gallery .snap-gallery-end {
	width: auto;
	margin: 0 auto;
	position: static;
	top: 0;
}
.full_page .snap-gallery .snap-gallery-end,
.full_width .snap-gallery .snap-gallery-end {
	max-width: 820px;
}

.snap-gallery .snap-end li {
	float: left;
	width: 22%;
	margin-right: 4%;
}
.snap-gallery .snap-end li:last-child {
	margin-right: 0;
}
.mobile .snap-gallery .snap-end li {
	width: 90%;
	margin: 0 5% 10px;
}

.snap-gallery .snap-end button {
	width: 100%;
	padding-left: 52px;
	color: #fff;
	font: 24px/100px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
	background: #000 url(/wp-content/themes/vip/postmedia-theme-broadsheet/templates/snapgalleries/css/../images/replay-icon-40x44.png) calc(50% - 104px) 50% no-repeat;
	background-size: 28px 31px;
}
.snap-gallery .snap-end button:hover {
	background-color: #353535;
}

.snap-gallery .snap-end label {
	display: block;
	margin: 60px 0 10px;
	color: #fff;
	font: 24px/30px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
}
.snap-gallery .snap-end label {
	margin: 30px 0 10px;
}
.mobile .snap-gallery .snap-end label {
	margin: 0 5% 10px;
}

.snap-gallery .snap-end img {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.mobile .snap-gallery .snap-end img {
	width: 107px;
	margin-right: 10px;
	margin-bottom: 0;
}

.snap-gallery .snap-end p {
	color: #fff;
	font: 15px/18px "BentonSans-Medium",Arial,Helvetica,sans-serif;
}
.snap-gallery .snap-end a:hover p {
	text-decoration: underline;
}

/* MAGNIFIC POPUP OVERRIDES
*********************************/
.mfp-bg {
	background: #000;
	bottom: 0;
	right: 0;
	height: auto;
	width: auto;
}

.mfp-bg.mobile {
	opacity: 1;
}

.mfp-wrap {
	overflow: auto;
	min-height: 100%;
}

.mfp-wrap.mobile {
	overflow: hidden;
}

.mfp-container {
	padding: 50px 0 0;
}

.mfp-content {
	vertical-align: top;
	max-width: 100vh;
}

.snap-gallery-popup {
	background: #000;
	margin-bottom: 50px;
}
.mobile .snap-gallery-popup {
	margin-bottom: 0;
}

button.mfp-close {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	background-color: #000;
}
.snap-gallery-popup > button.mfp-close {
	position: static;
}
.mfp-wrap > button.mfp-close {
	display: none;
}
.mfp-wrap.mobile > button.mfp-close {
	display: block;
}
.mfp-wrap.mobile .snap-gallery-popup > button.mfp-close {
	display: none;
}
button.mfp-close:before {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	background-color: #000;
}
.snap-gallery .snap-gallery-end {
	margin: 50px auto 0;
}
.snap-gallery .snap-gallery-end-back {
	opacity:.4;
}


@media screen and (max-width: 479px) {
	.mfp-container {
		padding: 50px 0 0 0;
	}
}
