/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.event-slider-list {
    margin-left: 20px !important;
    margin-right: 20px !important;
}


.event-slider-list .event-manager-event {
    padding:20px;
    outline: none;

}

.event-manager-event * {
    outline: none;
}

.event-padding{
    border: solid 1px #D8D8D8;
    position: relative;
    height: 100%;
}

.event-sum{
    padding:30px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.event-sum h3{
    font-size:30px!important;
    font-weight:300!important;
    margin-bottom:5px!important;
}


.event-manager-event-when {
    background-color: #4DAEF2;
    color:white;
    padding:20px;
    padding-bottom:15px;
    padding-right:20px;
    box-sizing:border-box;
    /*max-width:190px;*/
    position: absolute;
    top: 30px;
    left: 0;
}

.em-day{
    font-size:40px;
}

.em-month {
    font-size: 30px;
}

.em-year {
    display: block;
    line-height: 0;
}

.em-span {
    /*float: left;*/
    display: inline-block;
    padding-right: 10px;
    padding-top: 7px;
}

.event-manager-event-thumb img{
    width: 100%;
}

.event-manager-event-timezone,.event-manager-event-time{
    margin-bottom:5px!important;
    line-height: 22px;
    color: black;
}

.event-manager-event-time {
    font-size:20px;
}

.event-manager-event-summary{
    line-height:24px;
    font-size:18px;
}

.event-manager-event-thumb img{

}

.event-manager-event .event-manager-event-more-details {
    margin-top: 20px;
}

.event-manager-event-more-details a{
    background-color: #4DAEF2;
    color:white!important;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;

    text-transform:uppercase;

}

.event-manager-event-more-details a:hover{
    background-color: #3d67f2;
}

#slick-arrows {
    height: 0;
    clear: both;
}

.slick-arrow {
    font-size: 0;
    border: 0;
    width: 0;
    height: 0;
    content: ' ';
    display: block;
    background-color: transparent;
    outline: none;
    margin-top: 200px;
    border-radius: 0;
    padding: 0;
}

.slick-prev {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right:15px solid #AA4CBA;
    float: left;
}

.slick-prev:hover{
    border-right:15px solid #754185;
}

.slick-next {

    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #AA4CBA;
    float:right;
}

.slick-next:hover{
    border-left:15px solid #754185;
}


div.ccm-block-custom-template-parallax {
	background-image: none !important;
	/* We take the background image away from the DIV, because the custom template does it
	in a different way */
}

div.ccm-block-custom-template-parallax.parallaxic-container,  /* template is also the container */
div.ccm-block-custom-template-parallax div.parallaxic-container {
	position: relative;
	z-index: 5;
}

div.ccm-block-custom-template-parallax.parallaxic-container > img.parallaxic-image, /* template is also the container */
div.ccm-block-custom-template-parallax div.parallaxic-container > img.parallaxic-image {
	position: absolute;
	top: 0;
	left: 0;
	max-height: none;
	max-width: none;
	z-index: 4;
}

div.ccm-block-custom-template-parallax .parallax-stripe-inner {
	z-index: 5;
	position: relative;
}

div.ccm-block-custom-template-parallax .parallax-image-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*
body{
  margin:0;
  overflow-y: scroll; */ /* This is optional, but you need it for a full width gallery */
/*
}
*/
/*
.grid-clearfix{
   overflow: hidden !important;
}
*/

.whale-grid-gallery .box {
  display: none;
  /* override if it set by theme or other add-ons */
  margin: unset;
  padding: unset;
}
.whale-grid-gallery .thumbnail-caption > div > div .h-title,
.whale-grid-gallery .thumbnail-caption > div > div .h-description {
  margin: 0;
  padding: 0;
}
.whale-grid-gallery img {
  width: auto;
}

/* *************************************** CATEGORY NAVIGATION BAR *************************************** */

.category-navbar {
  font-size: 0px;
  list-style: none;
  margin: 0 0 10px 0 !important;
  padding: 7px 0 12px 0px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: white;
}

.category-navbar li:first-child {
  /*margin: 0 0 0 7px;*/
  margin: 0 0 0 0;
}

.category-navbar li {
  display: inline-block;
  line-height: 16px;
  margin: 0 0 0 0px;
  padding: 5px 0 5px 0;
}

.category-navbar li a {
  cursor: pointer;
  color: #999;
  font-size: 14px;
  text-decoration: none;
  margin: 0 10px 10px 0;
  /*padding: 6px 10px;*/
  padding: 12px 20px;
  border-radius: 1px;
  moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}

.category-navbar li a:hover {
  text-decoration: none;
  background: #eee;
  color: #222;
}

.category-navbar li.select a {
  background: #666;
  color: #fff;
}

/* *************************************** CAPTION STYLE *************************************** */
.whale-grid-gallery .box {
  cursor: pointer;
  overflow: hidden;
}

.lightbox-text {
  display: none;
}

.thumbnail-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #313131;
  background: rgba(0, 0, 0, 0.8); /*url(../../../../packages/whale_grid_gallery/css//img/bg-caption.png)*/
  color: #fff;

  display: none;
}

/* The style for centering the caption (vertically and horizontally) */
.thumbnail-caption > div {
  height: 100%;
  width: 100%;
  display: table !important;
}

.thumbnail-caption > div > div {
  padding: 15px;
  display: table-cell !important;
  vertical-align: middle; /* FOR VERTICAL ALIGN */
  text-align: center; /* FOR HORIZONTAL ALIGN */
}

/* *************************************** LOADING STYLE *************************************** */
.grid-loader {
  width: 43px;
  height: 20px;
  padding: 10px 15px 10px 15px;
  background: url(../../../../packages/whale_grid_gallery/css//img/loader.gif) no-repeat;
  background-position: center;
  margin: 20px auto;
}

.grid-loadMore {
  cursor: pointer;
  margin: 20px auto;
  width: 150px;
  /*height: 20px;*/
  text-align: center;
  color: white;
  background-color: black;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  /*font-family: sans-serif;*/
}

.grid-loadMore:hover {
  text-decoration: none;
  color: white;
  background: rgba(0, 0, 0, 0.8);
}
/* *************************************** LIGHT-BOX STYLE *************************************** */
.lightbox-timer {
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
}

.lb-loader {
  width: 43px;
  height: 11px;
  background: url(../../../../packages/whale_grid_gallery/css//img/loader.gif);

  margin: 20px auto;
}

.autoGrid-lightbox {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #313131;
  background: rgba(0, 0, 0, 0.85);

  text-align: center;

  /*shm*/
  z-index: 1000;
}

.autoGrid-lightbox img {
  margin-top: 5px;
  max-width: 100%;

  /*shm*/
  margin: 0 auto;
}

.autoGrid-nav {
  margin-top: -57px;
  height: 57px;
  width: 100%;
  background: #383838;
  background: #1d1d1d;

  border-bottom: 1px solid #323232;
}

.autoGrid-play,
.autoGrid-close,
.autoGrid-next,
.autoGrid-prev,
.autoGrid-font {
  width: 88px;
  height: 57px;
  position: relative;
  cursor: pointer;
}

.autoGrid-play:hover,
.autoGrid-close:hover,
.autoGrid-next:hover,
.autoGrid-prev:hover,
.autoGrid-font:hover {
  background: black;
}

.selected {
  background: black;
}

.selected .iconPlay {
  background-position: -164px -3px;
}

.autoGrid-lbcaption {
  float: left;
  color: white;
  height: 57px;
  font-size: 16px;
}

.autoGrid-lbcaption span {
  margin-left: 3px;
  color: #d7d7d7;
  font-size: 11px;
}

.autoGrid-lbcaption > div {
  height: 100%;
  width: 100%;
  display: table !important;
}

.autoGrid-lbcaption > div > div {
  padding: 0 15px 0 15px;
  display: table-cell !important;
  vertical-align: middle; /* FOR VERTICAL ALIGN */
  text-align: center; /* FOR HORIZONTAL ALIGN */
}

.autoGrid-play,
.autoGrid-close {
  float: right;
}

.autoGrid-next,
.autoGrid-prev {
  float: right;
}

.iconPlay,
.iconClose,
.iconNext,
.iconPrev,
.iconFont {
  position: absolute;

  top: 50%;
  left: 50%;

  height: 25px;
  display: block;
}

.iconClose {
  width: 25px;
  margin: -13px 0 0 -13px;

  background: url(../../../../packages/whale_grid_gallery/css//img/icons.png);
  background-position: -2px -3px;
}

.iconPlay {
  width: 17px;
  margin: -13px 0 0 -8px;
  background: url(../../../../packages/whale_grid_gallery/css//img/icons.png);

  background-position: -137px -3px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.iconFont {
  width: 46px;
  margin: -13px 0 0 -23px;

  background: url(../../../../packages/whale_grid_gallery/css//img/icons.png);
  background-position: -85px -3px;
}

.iconNext,
.iconPrev {
  width: 15px;
  margin: -13px 0 0 -8px;
  background: url(../../../../packages/whale_grid_gallery/css//img/icons.png);
}

.iconPrev {
  background-position: -40px -3px;
}

.iconNext {
  background-position: -70px -3px;
}

/* *************************************** GRID STYLE *************************************** */

.whale-grid-gallery .centered {
  margin: auto;
}

.whale-grid-gallery .box {
  /*margin: 2px; 
  padding: 5px;*/
  /*font-size: 11px;*/
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.whale-grid-gallery .box img,
#tumblelog img {
  display: block;
  width: 100%;
}

.rtl .box {
  float: right;
  text-align: right;
  direction: rtl;
}

/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}

/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

/**** Clearfix ****/
.grid-clearfix:before,
.grid-clearfix:after {
  content: '';
  display: table;
}
.grid-clearfix:after {
  clear: both;
}
.grid-clearfix {
  zoom: 1;
}

.whale-grid-gallery .centered {
  overflow: auto;
}

/**** Whale Extra ****/
.thumbnail-caption > div > div .h-title,
.thumbnail-caption > div > div .h-description {
  color: #fff;
}
.autoGrid-lbcaption > div > div .l-title,
.autoGrid-lbcaption > div > div .l-description {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

/*Button*/
.whale-grid-gallery .box a.item-btn {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  transition: 200ms;
  border-style: solid;

  background-color: rgba(255, 255, 255, 0);
  color: white !important;
  border-width: 1px;
  border-color: white;
  border-radius: 0px;
  padding: 8px 20px;
}
.whale-grid-gallery .box a.item-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  color: black !important;
  border-width: 1px;
  border-color: white;
  border-radius: 0px;
  padding: 8px 20px;
}
/*image bg color default*/
.whale-grid-gallery .box img {
  background-color: #eee;
}
/*alignment*/
.thumbnail-caption.tl > div > div {
  vertical-align: top;
  text-align: left;
}
.thumbnail-caption.tc > div > div {
  vertical-align: top;
  text-align: center;
}
.thumbnail-caption.tr > div > div {
  vertical-align: top;
  text-align: right;
}

.thumbnail-caption.ml > div > div {
  vertical-align: middle;
  text-align: left;
}
.thumbnail-caption.mc > div > div {
  vertical-align: middle;
  text-align: center;
}
.thumbnail-caption.mr > div > div {
  vertical-align: middle;
  text-align: right;
}

.thumbnail-caption.bl > div > div {
  vertical-align: bottom;
  text-align: left;
}
.thumbnail-caption.bc > div > div {
  vertical-align: bottom;
  text-align: center;
}
.thumbnail-caption.br > div > div {
  vertical-align: bottom;
  text-align: right;
}

/* bs alert info classes for edit mode */
.whale-ui.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.whale-ui.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.whale-ui.text-center {
  text-align: center;
}
.whale-ui .label.label-default a {
  color: #9ad7ff !important;
}


.ccm-block-share-this-page ul.list-inline{display:inline-block;margin:0;padding:0}.ccm-block-share-this-page ul.list-inline li{display:inline-block;list-style-type:none;margin-right:10px;padding:0}.ccm-block-social-links ul.list-inline{display:inline-block;margin:0;padding:0}.ccm-block-social-links ul.list-inline li{display:inline-block;list-style-type:none;margin-right:10px;padding:0}

