/*!
Theme Name: Camp S Dakota
Author: VistaWorks
Author URI: http://vistaworks.com/
Template: salient
*/

/*
  ## Document
  =============================================
*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.6em;
  background-size: 100% auto;
}

/*
  ## Typography
  =============================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova-alt", sans-serif;
  font-weight: 400; }

.heading-alt {
  font-family: "proxima-nova-alt-ext-cond", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}



p,
a,
ul,
ol {
  font-family: "proxima-nova-alt", sans-serif;
  font-size: 20px; }

.wf-loading {
  /* styles to use while Typekit is loading */ }
  .wf-loading h1,
  .wf-loading h2,
  .wf-loading h3,
  .wf-loading h4,
  .wf-loading h5,
  .wf-loading h6,
  .wf-loading p,
  .wf-loading a,
  .wf-loading ul,
  .wf-loading ol,
  .wf-loading button,
  .wf-loading .nectar-fancy-box .link-text {
    opacity: 0;
    transition: opacity 0.4s; }

.wf-active {
  /* styles to use after Typekit is loaded */ }
  .wf-active h1,
  .wf-active h2,
  .wf-active h3,
  .wf-active h4,
  .wf-active h5,
  .wf-active h6,
  .wf-active p,
  .wf-active a,
  .wf-active ul,
  .wf-active ol,
  .wf-active button,
  .wf-active .nectar-fancy-box .link-text {
    opacity: 1; }

h1 {
  font-size: 50px !important;
  line-height: 72px;
  font-family: "proxima-nova-alt-ext-cond", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  line-height: 54px;
  font-family: "proxima-nova-alt-ext-cond", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  line-height: 42px; }

h4 {
  font-size: 24px;
  line-height: 28px; }

h5 {
  font-size: 18px;
  line-height: 20px; }

h6 {
  font-size: 12px;
  line-height: 14px; }

/*
  ## Grid
  =============================================
*/

/*
  ## Helpers
  =============================================
*/
._clearfix:after {
  content: " ";
  display: block;
  clear: both; }

._round-corners,
._round-corners::before {
  border-radius: 7px;
}

._gutter-border-right::after {
  content: '';
  display: block;
  position: absolute;
  visibility: visible;
  left: 0;
  bottom: -3.25%;
  width: 100%;
  height: 2px;
  background-color: rgba(255,255,255,0.3);
}

@media ( min-width: 1000px ) {
  ._gutter-border-right {
    position: relative;
  }

  ._gutter-border-right::after {
    top: 0;
    bottom: auto;
    right: -3.25%;
    left: auto;
    width: 2px;
    height: 100%;
  }
}

/* text colors */
._color-primary {
  color: #2d6960; }

._color-secondary {
  color: #98a942; }

._color-tertiary {
  color: #4c1b33; }

._color-off-white {
  color: #ddd1bf; }

._color-warm {
  color: #b65229; }

/* background colors */
._background-primary {
  background-color: #2d6960; }

._background-secondary {
  background-color: #98a942; }

._background-tertiary {
  background-color: #4c1b33; }

._background-off-white {
  background-color: #ddd1bf; }

._background-warm {
  background-color: #b65229; }

/* horizontal rules */
[class^="_hr-short-"]::before,
[class*=" _hr-short-"]::before {
  content: '';
  display: block;
  clear: both;
  height: 5px;
  width: 200px;
  margin: 0 auto; }

[class^="_hr-long-"]::before,
[class*=" _hr-long-"]::before {
  content: '';
  display: block;
  clear: both;
  height: 2px;
  width: 100%; }

._hr-short-dark,
._hr-long-dark {
  background-color: rgba(52, 52, 50, 0.5); }

._hr-short-light,
._hr-long-light {
  background-color: rgba(221, 209, 191, 0.5); }

/* overlays */
[class^="_overlay-"],
[class*=" _overlay-"] {
  position: relative; }

[class^="_overlay-"] > .vc_column-inner,
[class*=" _overlay-"] > .vc_column-inner {
  z-index: 10; }

.page-header-bg-image::before,
[class^="_overlay-"]::before,
[class*=" _overlay-"]::before,
[class^="_overlay-"]::after,
[class*=" _overlay-"]::after {
  content: '';
  position: absolute;
  
  display: block !important;
  z-index: 10;
}

/* color overlays */
._overlay-color-gray::before {
  width: 100%;
  height: 100%;
  background-color: rgba(52, 52, 50, 0.6);
}

/* border overlay */
._overlay-border-brown-white::before {
  width: 100%;
  height: 12px;
}

/* dot overlays */
._overlay-dots-white::before,
._overlay-dots-white::after,
._overlay-dots-brown::before,
._overlay-dots-brown::after {
  width: 350px;
  height: 300px;
  background-repeat: no-repeat;
}

._overlay-dots-white::before,
._overlay-dots-white::after {
  bottom: 0;
}

._overlay-dots-white::before {
  background-image: url('/wp-content/themes/ccloa/assets/images/dots-white-l.png');
  background-position: bottom left;
  left: 0;
}

._overlay-dots-white::after {
  background-image: url('/wp-content/themes/ccloa/assets/images/dots-white-r.png');
  background-position: bottom right;
  right: 0;
  z-index: 9;
}

._overlay-dots-brown::before,
._overlay-dots-brown::after {
  top: 0;
}

._overlay-dots-brown::before {
  background-image: url('/wp-content/themes/ccloa/assets/images/dots-brown-l.png');
  background-position: top left;
  left: 0;
}

._overlay-dots-brown::after {
  background-image: url('/wp-content/themes/ccloa/assets/images/dots-brown-r.png');
  background-position: top right;
  right: 0;
  z-index: 9;
}

/*
  # Components
  ===================================================================
  ===================================================================
*/
/*
  ## Header
  =============================================
*/
header#top #logo {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  letter-spacing: 0; }

header#top nav > ul > li > a {
  font-size: 16px; }

html body #header-outer[data-transparent-header="true"].transparent {
  border-bottom: none !important; }

#page-header-wrap .inner-wrap h1 {
  display: inline-block;
  padding: 20px;
  background: #ec1946;
  position: relative;
}

@media( min-width: 1001px ) {
  #header-outer.transparent {
    background: rgba(53,44,43,0.7);
    background: -moz-linear-gradient(top, rgba(53,44,43,0.7) 0%, rgba(53,44,43,0.4) 65%, rgba(53,44,43,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,44,43,0.7)), color-stop(65%, rgba(53,44,43,0.4)), color-stop(100%, rgba(53,44,43,0)));
    background: -webkit-linear-gradient(top, rgba(53,44,43,0.7) 0%, rgba(53,44,43,0.4) 65%, rgba(53,44,43,0) 100%);
    background: -o-linear-gradient(top, rgba(53,44,43,0.7) 0%, rgba(53,44,43,0.4) 65%, rgba(53,44,43,0) 100%);
    background: -ms-linear-gradient(top, rgba(53,44,43,0.7) 0%, rgba(53,44,43,0.4) 65%, rgba(53,44,43,0) 100%);
    background: linear-gradient(to bottom, rgba(53,44,43,0.7) 0%, rgba(53,44,43,0.4) 65%, rgba(53,44,43,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352c2b', endColorstr='#352c2b', GradientType=0 );
  }

  #header-outer.small-nav {
    /*background-color: #fff;*/
    background-color: #f1f4f7;
    /*background-color: #fffbf8;*/
  }

  #boxed #header-outer.small-nav {
    box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.05 ) !important;
  }

  #header-outer.transparent header#top nav > ul > li.menu-item > a {
    opacity: 1 !important;
    transition: text-decoration 0.3s;
  }

  #header-outer.transparent header#top nav > ul > li.menu-item > a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    background: rgba(255,255,255,0.3);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  }

  #header-outer.transparent header#top nav > ul > li.menu-item.current-menu-item > a::after,
  #header-outer.transparent header#top nav > ul > li.menu-item > a:hover::after {
    opacity: 1;
  }
}

/*
#page-header-wrap .inner-wrap h1::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('/wp-content/themes/ccloa/assets/images/dots-white.jpg');
  background-position: bottom left;
}

.hard-shadow {
  box-shadow: 8px 8px 0 0 rgba( 46, 42, 38, 0.4 ); }
*/

/* override theme's head styles */
#header-outer[data-lhe="default"] header#top nav > ul > li.menu-item > a {
  padding-left: 9px;
  padding-right: 9px;
}

@media (min-width: 690px) {
  #header-outer .row div.col.span_3 {
    width: 23.5%;
  }

  #header-outer .row div.col.span_9 {
    width: 74.5%;
  }
}

/*
  ## Footer
  =============================================
*/

#footer-outer .widget {
  margin-bottom: 0;
}

#footer-outer .row {
  padding: 40px 0;
}

#footer-widgets .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#footer-outer #footer-widgets .row .menu-footer-menu-container .menu-item {
  display: block;
  background-color: rgba( 255, 255, 255, 0.1 );
  padding: 0 !important;
  margin: 0 3px 6px;
}

#footer-outer #footer-widgets .row .menu-footer-menu-container .menu-item a {
  font-size: 16px;
  padding: 5px 10px !important;
}

.footer-cto-link img {
  display: block;
  margin: 0 auto;
}

#copyright p,
#copyright a {
  font-size: 12px;
}

#copyright a {
  color: #d8bfb6;
}

@media ( max-width: 689px ) {
  .footer-cto-link {
    float: none;
    margin: 0 auto;
  }
}

.footer-links-table__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.footer-links-table__item {
  max-width: 100%;
}

@media ( min-width: 768px ) {
  .footer-links-table__item {
    max-width: 50%;
  }
}

.footer-guide-link {
  display: block;
  width: 220px;
  margin: 0 auto;
}

.fb-like {
  display: block !important;
  width: 200px;
  margin: 0 auto;
}

/*
  ## Wysiwyg Elements
  =============================================
*/
hr {
  border: none;
  border-bottom: 1px solid #b6976b; }

.funnel-link {
  border-radius: 10px;
  background-color: transparent;
  transition: background-color 0.3s;
}

.funnel-link:hover {
  background-color: rgba(0,0,0,0.1);
}

.svg {

}

.row .col .svg.size-100 {
  width: 100px;
  height: 100px;
}

.row .col .svg.size-125 {
  width: 125px;
  height: 125px;
}

.row .col .svg.size-150 {
  width: 150px;
  height: 150px;
}

.row .col .svg.size-200 {
  width: 200px;
  height: 200px;
}

.row .col .svg.size-167-125 {
  width: 167px;
  height: 125px;
}

.svg.current-color path {
  fill: currentColor;
}

.svg.centered {
  display: block;
  margin: 0 auto;
}

.main-content img {
  margin-top: 0;
  margin-bottom: 0;
}

/*
  ## Typography
  =============================================
*/
button,
.nectar-fancy-box .link-text {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500; }

.button {
  background-color: #2d6960;
  color: #fff;
  padding: 15px 20px;
  display: inline-block; }

.button-secondary {
  background-color: #98a942; }

.button-tertiary {
  background-color: #4c1b33; }

.button-warm {
  background-color: #b65229; }

[class^="button-fixed-"],
[class*=" button-fixed-"] {
  height: 75px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center; }

.button-fixed-1-3 {
  width: 30%;
  margin: 0 1.5%; }

.button-fixed-1-2 {
  width: 47%;
  margin: 0 1.5%; }

.swiper-slide .content h2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
  ## Textures
  =============================================
*/
.texture-plant-overlay {
  position: relative; }

.texture-plant-overlay::before,
.texture-plant-overlay::after {
  content: '';
  display: block !important;
  position: absolute;
  opacity: 0.1;
  z-index: 9; }

.texture-plant-overlay::before {
  width: 285px;
  height: 394px;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/poudre-heritage/assets/images/overlay1.png"); }

.texture-plant-overlay::after {
  width: 450px;
  height: 450px;
  bottom: 0;
  right: 0;
  background: url("/wp-content/themes/poudre-heritage/assets/images/overlay2.png"); }

/*
  ## Plugins
  =============================================
*/
/* Events Calendar Widget */
.sidebar-light-text h4 {
  font-size: 36px !important;
  font-family: "ff-more-web-pro", serif !important;
  text-align: center;
  margin-bottom: 24px !important;
  color: #fff !important;
  font-weight: 400 !important;
  text-transform: initial !important; }

.sidebar-light-text .tribe-mini-calendar-event {
  border-bottom: 1px solid #b6976b;
  padding: 0 0 12px;
  margin: 0 0 12px; }
  .sidebar-light-text .tribe-mini-calendar-event .list-date {
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0; }
  .sidebar-light-text .tribe-mini-calendar-event .list-dayname {
    color: #fff;
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 400; }
  .sidebar-light-text .tribe-mini-calendar-event .list-daynumber {
    font-size: 20px; }
  .sidebar-light-text .tribe-mini-calendar-event .list-info {
    margin: 0; }
  .sidebar-light-text .tribe-mini-calendar-event .tribe-events-title a {
    color: #fff; }

.sidebar-light-text .tribe-events-widget-link {
  text-align: center; }
  .sidebar-light-text .tribe-events-widget-link a {
    color: #fff; }

/* Recent Posts Module */
.blog-recent .title {
  font-size: 24px; }
  .blog-recent .title:hover {
    color: #fff; }

.blog-recent[data-style="title_only"].columns-1 .col:hover .post-header .title {
  color: #fff !important; }

/* Weather Underground */
.wu-forecast-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media ( min-width: 280px ) {
  .wu-simple-forecast-day,
  .wu-has-icon .wu-simple-forecast-day {
    width: auto;
  }
}

.wu-wrapper .wu-icon img {
  margin: 0 auto;
  display: block;
}

.wu-forecast-body {
  text-align: center;
}

/* Gravity Forms */
.gform_body {
  max-width: 100% !important;
}

.container-wrap .gform_body input[type="text"],
.container-wrap .gform_body textarea,
.container-wrap .gform_body input[type="email"],
.container-wrap .gform_body input[type="password"],
.container-wrap .gform_body input[type="tel"],
.container-wrap .gform_body input[type="url"],
.container-wrap .gform_body input[type="search"],
.container-wrap .gform_body input[type="date"] {
  background: #fff !important;
}

/*
  ## Features
  =============================================
*/

/* VW POI Map */
.vw-poi-box__link-heading {
  color: #a76d4c;
}

.gm-style-iw .vw-poi-box__link-heading,
.vw-poi-box__list-item--member .vw-poi-box__link-heading {
  color: #cd5510;
}

.gm-style-iw > div,
.gm-style-iw > div > div {
  overflow: visible !important; /* fix Salient gmaps scroll bar issue */
}

.poi-tabs__tab {
  background-color: #f2f2f2;
  border-top: 1px solid #aaa;
  text-decoration: none;
  text-align: center;
}

@media( min-width: 768px ) {
  .poi-tabs__tab {
    border-top: 0;
  }
}

.poi-tabs__tab.is-active {
  border-bottom: 0;
}

@media( min-width: 768px ) {
  .poi-tabs__tab.is-active {
    border: 1px solid #aaa;
    border-bottom-color: #fff;
    margin-bottom: -1px;
    background-color: #fff;
  }
}

.vw-poi-box__list-item--member {
  background: rgba(205,85,16,0.15);
  background: -moz-linear-gradient(top, rgba(205,85,16,0.15) 0%, rgba(205,85,16,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,85,16,0.15)), color-stop(100%, rgba(205,85,16,0)));
  background: -webkit-linear-gradient(top, rgba(205,85,16,0.15) 0%, rgba(205,85,16,0) 100%);
  background: -o-linear-gradient(top, rgba(205,85,16,0.15) 0%, rgba(205,85,16,0) 100%);
  background: -ms-linear-gradient(top, rgba(205,85,16,0.15) 0%, rgba(205,85,16,0) 100%);
  background: linear-gradient(to bottom, rgba(205,85,16,0.15) 0%, rgba(205,85,16,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd5510', endColorstr='#cd5510', GradientType=0 );
}

/* POI Detail Page */
.poi-featured-image {
  width: 100%;
  min-height: 200px;
  padding-top: 40.5%;
  margin-top: -38px;
  margin-bottom: 38px;
}

@media ( max-width: 1000px ) {

	.single-poi .container-wrap, .single-poi .project-title {
	/* Fix content layout being pushed far off to the left-hand side of the screen on some mobile phones */
		margin-top: inherit;
	}

}

/* Photo Gallery */
.gallery__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  margin-left: 0 !important;
}

@media( min-width: 1024px ) {
  .gallery__container {
    justify-content: flex-start;
  }
}

.gallery__item {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0 5px 10px;
}

.gallery__thumbnail {
  display: block;
}

.gallery__featherlight-box {
  display: none;
}

.gallery__featherlight-content-container {
  max-width: 100%;
}

.gallery__full-image {
  max-width: 100%;
  display: block;
  max-height: 75vh;
}

.gallery__caption {
  padding: 10px;
  text-align: center;
  background-color: #fff;
}

/*
  ## Search Results Page 
  =============================================
*/

@media ( max-width: 1000px ) {

	body.search-results .container-wrap {
	/* Fix content layout being pushed far off to the left-hand side of the screen on some mobile phones */
		margin-top: inherit !important;
	}

}

.search header#top nav > ul > li > a {
    color: inherit !important;
}

/*
  ## Vertical Tabs
  =============================================
*/

.vertical-tabs__container {
  /*@include clearfix;*/
  border: none;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
}

.vertical-tabs__container li {
  list-style: none;
}

.vertical-tabs__container a {
  text-decoration: none;
}

.vertical-tabs__tabs-container {
  display: none;
}

@media( min-width: 768px ) {
  .vertical-tabs__tabs-container {
    background-color: transparent;
    display: inline;
    float: left;
    width: 25%;
  }

  .vertical-tabs__tab {
    background-color: #fff;
    display: block;
    font-size: 18px;
    margin-right: -1px;
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
  }

  .vertical-tabs__tab.is-active {
    background-color: #f2f2f2;
    margin-right: -1px;
  }
}

/*
a.vertical-tabs__accordion-heading,
a.vertical-tabs__tab {
  color: $dark-gray;
}
*/
.vertical-tabs__tab:focus {
  outline: none;
}

.vertical-tabs__content-container {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.vertical-tabs__content-container a:focus {
  outline: none;
}

@media( min-width: 768px ) {
  .vertical-tabs__content-container {
    background-color: #f2f2f2;
    display: block;
    float: right;
    width: 75%;
    min-height: 530px;
  }
}

.vertical-tabs__content {
  background-color: transparent;
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
}

@media( min-width: 1024px ) {
  .vertical-tabs__tabs-container {
    width: 20%;
  }

  .vertical-tabs__content-container {
    width: 80%;
  }
}

/*
.vertical-tab-content p {
  color: $base-font-color;
  line-height: $base-line-height;
}
*/
@media( min-width: 768px ) {
  .vertical-tabs__content {
    border: 0;
    display: none;
  }
}

.vertical-tabs__accordion-heading {
  background-color: transparent;
  border-top: #aaa;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 10px;
}

.vertical-tabs__accordion-heading:focus,
.vertical-tabs__accordion-heading:hover {
  
}

.vertical-tabs__accordion-heading:first-child {
  border-top: 0;
}

.vertical-tabs__accordion-heading {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

.vertical-tabs__accordion-heading.is-active {
  background-color: #f2f2f2;
  color: #333;
}

@media( min-width: 768px ) {
  .vertical-tabs__accordion-heading {
    display: none;
  }
}

.width-33,
.width-50,
.width-100 {
  width: 100%;
}

.width-33 {
  text-align: center;
  padding: 15px;
}

.width-33 .field-title-item {
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
}

@media( min-width: 768px ) {
  .width-33 {
    width: 33%;
    float: left;
  }

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

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.field-link-item {
  display: block;
  width: 75%;
  margin: 10px auto;
  padding: 10px;
  background: #ec1946;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  transition: background 0.3s;
}

.field-link-item:hover {
  background: #ee355d;
  color: #fff;
}

.field-link-item .field-title-item {
  background: transparent;
  color: inherit;
  margin: 0;
}

@media( min-width: 768px ) {
  .field-link-item {
    width: 50%;
  }
}

/* Back Button */
.poi-back-button-row {
  width: 100%;
  background-color: #dac2ba;
  padding: 20px;
  margin-top: -38px;
  margin-bottom: 38px;
}

/* Slick Slider */
.poi-slick-slider {
  margin-top: -38px;
}

.poi-slick-slider__slide {
  width: 1400px;
  height: 568px;
  max-width: 100%;
  position: relative;
}

.poi-slick-slider__caption {
  display: block;
  position: absolute;
  left: 5%;
  bottom: 5%;
  max-width: 90%;
  padding: 15px;
  color: #333;
  background: #fff;
}

/* 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;
}
.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;
}

/* Slick Slider Theme */
/* @charset 'UTF-8'; */
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'),
          url('fonts/slick.woff') format('woff'),
          url('fonts/slick.ttf') format('truetype'),
          url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

