/**
 *  Temporary overrides
 *
 *
 */

.video-code {
  display: none;
}
.featured-video-image {}
.featured-video-caption-text{}

.grid-gallery-photos a:nth-child(2n+1) figcaption {  /* 1.3. */
  color: #ccc !important;
  background: #f14323 !important; /* orange */
  right: 0;
}

.grid-gallery-photos a:nth-child(2n+2) figcaption {  
  color: #000 !important;
  background: #c1cd23 !important; /* green */
  right: 0;
}

.grid-gallery-photos a:nth-child(2n+5) figcaption {
  color: #ccc !important;
  background: #005daa !important; /* blue */
  right: 0;
}

.grid-gallery-photos a:nth-child(2n+4) figcaption {
  left: initial;
}

.grid-gallery-photos a:nth-child(2n+0) figcaption {
  width: 105px;
  left: initial;
  height: 100%;
}

.wsp {
  height: 20px;
}

.fancybox-outer a:hover {
  background: none;
}
.fancybox-close {
  background-position: initial;
  background-size: initial;
  background-image: url("fancybox_sprite.png") !important;
}
.fancybox-close a:hover {
  background: none;
}

.sidebar-share__list--item {
  margin: 0 10px !important;
}

.MR_Social_Sharing_Toolkit_Widget h4 {
  left: 4px !important;
}

blockquote p {
    color: #662e6b;
    font-family: "scotch-modern-regular",Georgia,"Times New Roman",Times,serif;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 120px;
  }

/* For custom paging */ 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration:none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #f14323;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #333333;
}

.carousel-indicators {
  position: absolute;
  z-index: 999;
}


/* Tiny Slider */
/* Tiny Carousel */
#slider1 {
  height: 100%;
  margin: 0 0 0;
  overflow: hidden;
  position: relative;
  padding: 0px 0px 0px;
}
#slider1 .disable {
  visibility: hidden;
}
.carousel-indicators li{
  width: 15px !important;
  height: 15px !important;
  margin: 1px 8px !important;
}
.carousel-indicators .active {
  margin: 0;
  width: 17px !important;
  height: 17px !important;
  background-color: #fff;
}
