@charset "UTF-8";
/* line 2, ../../scss/_extras.scss */
.ok-slide-content h3 {
  font-size: 1.5em;
  line-height: 1.7em;
  color: inherit;
  margin: 0 !important;
}
/* line 8, ../../scss/_extras.scss */
.ok-slide-content p {
  margin: 0 !important;
  line-height: 1.5em;
}
/* line 12, ../../scss/_extras.scss */
.ok-slide-content a.ok-video-link {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none !important;
}
/* line 19, ../../scss/_extras.scss */
.ok-slide-content a.ok-video-link:hover {
  color: #0077DD;
}

/* line 26, ../../scss/_extras.scss */
.ok-sl-button-blue {
  font-weight: bold;
  margin: 10px 0 !important;
  font-size: 16px;
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF4BA3CC', endColorstr='#FF276B8A');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3YzFkZCIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNGJhM2NjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #87c1dd), color-stop(70%, #4ba3cc));
  background: -moz-linear-gradient(#87c1dd, #4ba3cc 70%);
  background: -webkit-linear-gradient(#87c1dd, #4ba3cc 70%);
  background: linear-gradient(#87c1dd, #4ba3cc 70%);
  -moz-box-shadow: #c2e0ee 0 1px 0 inset;
  -webkit-box-shadow: #c2e0ee 0 1px 0 inset;
  box-shadow: #c2e0ee 0 1px 0 inset;
  border: 1px solid #3899c6;
  color: white;
  text-shadow: #3185ac 0 -1px 0;
}
/* line 15, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-blue:hover {
  text-decoration: none;
}
/* line 18, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-blue:hover {
  background-color: #3899c6;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzczYjdkNyIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMzg5OWM2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #73b7d7), color-stop(75%, #3899c6));
  background: -moz-linear-gradient(#73b7d7 3%, #3899c6 75%);
  background: -webkit-linear-gradient(#73b7d7 3%, #3899c6 75%);
  background: linear-gradient(#73b7d7 3%, #3899c6 75%);
}
/* line 21, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-blue:active {
  -moz-box-shadow: #358fba 0 1px 2px inset;
  -webkit-box-shadow: #358fba 0 1px 2px inset;
  box-shadow: #358fba 0 1px 2px inset;
}
/* line 6, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-blue.disabled, .ok-sl-button-blue[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #4ba3cc;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 78, ../../scss/buttons/sassy-original/_sassy-buttons.sass */
.ok-sl-button-blue::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 30, ../../scss/_extras.scss */
.ok-sl-button-blue:hover {
  color: #afddd1;
}

/* line 33, ../../scss/_extras.scss */
.ok-sl-button-green {
  font-weight: bold;
  margin: 10px 0 !important;
  font-size: 16px;
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF35CC32', endColorstr='#FF207A1E');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxZGM2ZiIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMzVjYzMyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #71dc6f), color-stop(70%, #35cc32));
  background: -moz-linear-gradient(#71dc6f, #35cc32 70%);
  background: -webkit-linear-gradient(#71dc6f, #35cc32 70%);
  background: linear-gradient(#71dc6f, #35cc32 70%);
  -moz-box-shadow: #adebac 0 1px 0 inset;
  -webkit-box-shadow: #adebac 0 1px 0 inset;
  box-shadow: #adebac 0 1px 0 inset;
  border: 1px solid #30b82d;
  color: white;
  text-shadow: #299d26 0 -1px 0;
}
/* line 15, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-green:hover {
  text-decoration: none;
}
/* line 18, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-green:hover {
  background-color: #30b82d;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzVkZDc1YSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMzBiODJkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #5dd75a), color-stop(75%, #30b82d));
  background: -moz-linear-gradient(#5dd75a 3%, #30b82d 75%);
  background: -webkit-linear-gradient(#5dd75a 3%, #30b82d 75%);
  background: linear-gradient(#5dd75a 3%, #30b82d 75%);
}
/* line 21, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-green:active {
  -moz-box-shadow: #2cab2a 0 1px 2px inset;
  -webkit-box-shadow: #2cab2a 0 1px 2px inset;
  box-shadow: #2cab2a 0 1px 2px inset;
}
/* line 6, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-green.disabled, .ok-sl-button-green[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #35cc32;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 78, ../../scss/buttons/sassy-original/_sassy-buttons.sass */
.ok-sl-button-green::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 37, ../../scss/_extras.scss */
.ok-sl-button-green:hover {
  color: #72a75f;
}

/* line 40, ../../scss/_extras.scss */
.ok-sl-button-red {
  font-weight: bold;
  margin: 10px 0 !important;
  font-size: 16px;
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCC1F1F', endColorstr='#FF731212');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NTM1MyIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjY2MxZjFmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e55353), color-stop(70%, #cc1f1f));
  background: -moz-linear-gradient(#e55353, #cc1f1f 70%);
  background: -webkit-linear-gradient(#e55353, #cc1f1f 70%);
  background: linear-gradient(#e55353, #cc1f1f 70%);
  -moz-box-shadow: #ef9595 0 1px 0 inset;
  -webkit-box-shadow: #ef9595 0 1px 0 inset;
  box-shadow: #ef9595 0 1px 0 inset;
  border: 1px solid #b61c1c;
  color: white;
  text-shadow: #991717 0 -1px 0;
}
/* line 15, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-red:hover {
  text-decoration: none;
}
/* line 18, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-red:hover {
  background-color: #b61c1c;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iI2UxM2QzZCIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjYjYxYzFjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #e13d3d), color-stop(75%, #b61c1c));
  background: -moz-linear-gradient(#e13d3d 3%, #b61c1c 75%);
  background: -webkit-linear-gradient(#e13d3d 3%, #b61c1c 75%);
  background: linear-gradient(#e13d3d 3%, #b61c1c 75%);
}
/* line 21, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-red:active {
  -moz-box-shadow: #a91a1a 0 1px 2px inset;
  -webkit-box-shadow: #a91a1a 0 1px 2px inset;
  box-shadow: #a91a1a 0 1px 2px inset;
}
/* line 6, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-red.disabled, .ok-sl-button-red[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #cc1f1f;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 78, ../../scss/buttons/sassy-original/_sassy-buttons.sass */
.ok-sl-button-red::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 44, ../../scss/_extras.scss */
.ok-sl-button-red:hover {
  color: #eebfca;
}

/* line 47, ../../scss/_extras.scss */
.ok-sl-button-gray {
  font-weight: bold;
  margin: 10px 0 !important;
  font-size: 16px;
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF858585', endColorstr='#FF525252');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiYWJhYiIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjODU4NTg1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ababab), color-stop(70%, #858585));
  background: -moz-linear-gradient(#ababab, #858585 70%);
  background: -webkit-linear-gradient(#ababab, #858585 70%);
  background: linear-gradient(#ababab, #858585 70%);
  -moz-box-shadow: #d2d2d2 0 1px 0 inset;
  -webkit-box-shadow: #d2d2d2 0 1px 0 inset;
  box-shadow: #d2d2d2 0 1px 0 inset;
  border: 1px solid #787878;
  color: white;
  text-shadow: #686868 0 -1px 0;
}
/* line 15, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-gray:hover {
  text-decoration: none;
}
/* line 18, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-gray:hover {
  background-color: #787878;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzlmOWY5ZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjNzg3ODc4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #9f9f9f), color-stop(75%, #787878));
  background: -moz-linear-gradient(#9f9f9f 3%, #787878 75%);
  background: -webkit-linear-gradient(#9f9f9f 3%, #787878 75%);
  background: linear-gradient(#9f9f9f 3%, #787878 75%);
}
/* line 21, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-gray:active {
  -moz-box-shadow: #717171 0 1px 2px inset;
  -webkit-box-shadow: #717171 0 1px 2px inset;
  box-shadow: #717171 0 1px 2px inset;
}
/* line 6, ../../scss/buttons/sassy-original/sassy-buttons/_sassy-button-pseudo-states.sass */
.ok-sl-button-gray.disabled, .ok-sl-button-gray[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #858585;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 78, ../../scss/buttons/sassy-original/_sassy-buttons.sass */
.ok-sl-button-gray::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 51, ../../scss/_extras.scss */
.ok-sl-button-gray:hover {
  color: #a7a7a7;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * 1. Required for `a` elements
 * 2. Dimension
 * 3. Style
 */
/* line 63, ../../scss/components/slidenav.scss */
.uk-slidenav {
  /* 1 */
  display: inline-block;
  /* 2 */
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  /* 3 */
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 * 4. Style
 */
/* line 86, ../../scss/components/slidenav.scss */
.uk-slidenav:hover,
.uk-slidenav:focus {
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  /* 4 */
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}

/* Active */
/* line 99, ../../scss/components/slidenav.scss */
.uk-slidenav:active {
  color: rgba(50, 50, 50, 0.9);
}

/*
 * Icons
 */
/* line 108, ../../scss/components/slidenav.scss */
.uk-slidenav-previous:before {
  content: "";
  font-family: FontAwesome;
}

/* line 113, ../../scss/components/slidenav.scss */
.uk-slidenav-next:before {
  content: "";
  font-family: FontAwesome;
}

/* Sub-object: `uk-slidenav-position`
 ========================================================================== */
/*
 * Create position context
 */
/* line 126, ../../scss/components/slidenav.scss */
.uk-slidenav-position {
  position: relative;
}

/*
 * Center vertically
 */
/* line 132, ../../scss/components/slidenav.scss */
.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}

/* line 140, ../../scss/components/slidenav.scss */
.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}

/* line 142, ../../scss/components/slidenav.scss */
.uk-slidenav-position .uk-slidenav-previous {
  left: 20px;
}

/* line 143, ../../scss/components/slidenav.scss */
.uk-slidenav-position .uk-slidenav-next {
  right: 20px;
}

/* Modifier: `uk-slidenav-contrast`
 ========================================================================== */
/* line 149, ../../scss/components/slidenav.scss */
.uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5);
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 */
/* line 159, ../../scss/components/slidenav.scss */
.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* Active */
/* line 166, ../../scss/components/slidenav.scss */
.uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Set width because child elements are positioned absolute. Height is set via JS
 * 4. Reset list style
 * 5. Clip child elements
 * 6. Deactivate browser history navigation in IE11
 */
/* line 46, ../../scss/components/slideshow.scss */
.uk-slideshow {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  width: 100%;
  /* 4 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 5 */
  overflow: hidden;
  /* 6 */
  touch-action: pan-y;
}

/*
 * Sub-object item
 * 1. Position items above each other
 * 2. Expand to parent container width
 * 3. Hide by default
 */
/* line 70, ../../scss/components/slideshow.scss */
.uk-slideshow > li {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  opacity: 0;
}

/*
 * Active
 * 1. Stack at first
 * 2. Show slide
 */
/* line 87, ../../scss/components/slideshow.scss */
.uk-slideshow > .uk-active {
  /* 1 */
  z-index: 10;
  /* 2 */
  opacity: 1;
}

/*
 * Hide default images which is only relevant to keep existing proportions
 */
/* line 98, ../../scss/components/slideshow.scss */
.uk-slideshow > li > img {
  visibility: hidden;
}

/*
 * Pointer for controls
 */
/* line 104, ../../scss/components/slideshow.scss */
[data-uk-slideshow-slide] {
  cursor: pointer;
}

/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
/* line 110, ../../scss/components/slideshow.scss */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
  height: 100vh;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
/* line 121, ../../scss/components/slideshow.scss */
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}

/*
 * Scroll
 */
/* line 130, ../../scss/components/slideshow.scss */
.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}

/* line 135, ../../scss/components/slideshow.scss */
.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}

/* line 140, ../../scss/components/slideshow.scss */
.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}

/* line 145, ../../scss/components/slideshow.scss */
.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}

/*
 * Scale
 */
/* line 154, ../../scss/components/slideshow.scss */
.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}

/*
 * Swipe
 */
/* line 163, ../../scss/components/slideshow.scss */
.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}

/* line 168, ../../scss/components/slideshow.scss */
.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}

/* line 173, ../../scss/components/slideshow.scss */
.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}

/* line 178, ../../scss/components/slideshow.scss */
.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}

/* line 183, ../../scss/components/slideshow.scss */
.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
/* line 55, ../../scss/components/dotnav.scss */
.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -15px;
  margin-top: -15px;
  /* 2 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
/* line 75, ../../scss/components/dotnav.scss */
.uk-dotnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 15px;
  margin-top: 15px;
}

/*
 * DEPRECATED IE9 Support
 */
/* line 89, ../../scss/components/dotnav.scss */
.uk-dotnav:before,
.uk-dotnav:after {
  content: "";
  display: block;
  overflow: hidden;
}

/* line 96, ../../scss/components/dotnav.scss */
.uk-dotnav:after {
  clear: both;
}

/* line 98, ../../scss/components/dotnav.scss */
.uk-dotnav > * {
  float: left;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
/* line 109, ../../scss/components/dotnav.scss */
.uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.1);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* line 123, ../../scss/components/dotnav.scss */
.uk-dotnav-arrow {
  display: block;
  box-sizing: content-box;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(50, 50, 50, 0.1);
  background: url("templates/ok_two/images/1s_demo.jpg") top right no-repeat;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #333 !important;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
/* line 150, ../../scss/components/dotnav.scss */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background: rgba(50, 50, 50, 0.4);
  /* 2 */
  outline: none;
}

/* OnClick */
/* line 159, ../../scss/components/dotnav.scss */
.uk-dotnav > * > :active {
  background: rgba(50, 50, 50, 0.6);
  width: 16px;
  height: 16px;
}

/* Active */
/* line 167, ../../scss/components/dotnav.scss */
.uk-dotnav > .uk-active > * {
  background: rgba(50, 50, 50, 0.4);
  width: 16px;
  height: 16px;
}

/* Modifier: `uk-dotnav-contrast`
 ========================================================================== */
/* line 178, ../../scss/components/dotnav.scss */
.uk-dotnav-contrast > * > * {
  background: rgba(255, 255, 255, 0.4);
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 */
/* line 188, ../../scss/components/dotnav.scss */
.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: rgba(255, 255, 255, 0.7);
}

/* OnClick */
/* line 195, ../../scss/components/dotnav.scss */
.uk-dotnav-contrast > * > :active {
  background: rgba(255, 255, 255, 0.9);
}

/* Active */
/* line 201, ../../scss/components/dotnav.scss */
.uk-dotnav-contrast > .uk-active > * {
  background: rgba(255, 255, 255, 0.9);
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * DEPRECATED
 */
/* line 214, ../../scss/components/dotnav.scss */
.uk-dotnav-vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/*
 * DEPRECATED IE9 Support
 */
/* line 224, ../../scss/components/dotnav.scss */
.uk-dotnav-vertical > * {
  float: none;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Set max-width for responsive images to prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 * 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome
 * 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 * 7. Reset margin
 */
/* line 106, ../../scss/core/overlay.scss */
.uk-overlay {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  overflow: hidden;
  /* 6 */
  -webkit-transform: translateZ(0);
  /* 7 */
  margin: 0;
}

/* 6 for Safari */
/* line 124, ../../scss/core/overlay.scss */
.uk-overlay.uk-border-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/*
 * Remove margin from content
 */
/* line 130, ../../scss/core/overlay.scss */
.uk-overlay > :first-child {
  margin-bottom: 0;
}

/* Sub-object `uk-overlay-panel`
 ========================================================================== */
/*
 * 1. Position cover
 * 2. Style
 */
/* line 141, ../../scss/core/overlay.scss */
.uk-overlay-panel {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  color: #fff;
}

/*
 * Remove margin from the last-child
 */
/* line 158, ../../scss/core/overlay.scss */
.uk-overlay-panel > :last-child,
.uk-overlay-panel.uk-flex > * > :last-child {
  margin-bottom: 0;
}

/*
 * Keep color for headings if the default heading color is changed
 */
/* line 165, ../../scss/core/overlay.scss */
.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3,
.uk-overlay-panel h4,
.uk-overlay-panel h5,
.uk-overlay-panel h6 {
  color: inherit;
}

/* line 172, ../../scss/core/overlay.scss */
.uk-overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

/* line 177, ../../scss/core/overlay.scss */
.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) {
  color: inherit;
}

/* Sub-object `uk-overlay-hover` and `uk-overlay-active`
 ========================================================================== */
/* line 183, ../../scss/core/overlay.scss */
.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}

/* line 185, ../../scss/core/overlay.scss */
.uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}

/* Modifier `uk-overlay-background`
 ========================================================================== */
/* line 191, ../../scss/core/overlay.scss */
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}

/* Modifier `uk-overlay-image`
 ========================================================================== */
/*
 * Reset panel
 */
/* line 204, ../../scss/core/overlay.scss */
.uk-overlay-image {
  padding: 0;
}

/* Position modifiers
 ========================================================================== */
/* line 213, ../../scss/core/overlay.scss */
.uk-overlay-top {
  bottom: auto;
}

/* line 215, ../../scss/core/overlay.scss */
.uk-overlay-bottom {
  top: auto;
}

/* line 217, ../../scss/core/overlay.scss */
.uk-overlay-left {
  right: auto;
}

/* line 219, ../../scss/core/overlay.scss */
.uk-overlay-right {
  left: auto;
}

/* Sub-object `uk-overlay-icon`
 ========================================================================== */
/* line 225, ../../scss/core/overlay.scss */
.uk-overlay-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
}

/* Transitions
 ========================================================================== */
/* line 246, ../../scss/core/overlay.scss */
.uk-overlay-fade,
.uk-overlay-scale,
.uk-overlay-spin,
.uk-overlay-grayscale,
.uk-overlay-blur,
[class*='uk-overlay-slide'] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity transform filter;
}

/* line 257, ../../scss/core/overlay.scss */
.uk-overlay-active .uk-overlay-fade,
.uk-overlay-active .uk-overlay-scale,
.uk-overlay-active .uk-overlay-spin,
.uk-overlay-active [class*='uk-overlay-slide'] {
  transition-duration: 0.8s;
}

/*
 * Fade
 */
/* line 266, ../../scss/core/overlay.scss */
.uk-overlay-fade {
  opacity: 0.7;
}

/* line 268, ../../scss/core/overlay.scss */
.uk-overlay-hover:hover .uk-overlay-fade,
.uk-overlay-active .uk-active > .uk-overlay-fade {
  opacity: 1;
}

/*
 * Scale
 */
/* line 275, ../../scss/core/overlay.scss */
.uk-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 280, ../../scss/core/overlay.scss */
.uk-overlay-hover:hover .uk-overlay-scale,
.uk-overlay-active .uk-active > .uk-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*
 * Spin
 */
/* line 290, ../../scss/core/overlay.scss */
.uk-overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

/* line 295, ../../scss/core/overlay.scss */
.uk-overlay-hover:hover .uk-overlay-spin,
.uk-overlay-active .uk-active > .uk-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

/*
 * Grayscale
 */
/* line 305, ../../scss/core/overlay.scss */
.uk-overlay-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 310, ../../scss/core/overlay.scss */
.uk-overlay-hover:hover .uk-overlay-grayscale,
.uk-overlay-active .uk-active > .uk-overlay-grayscale {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*
 * Slide
 */
/* line 320, ../../scss/core/overlay.scss */
[class*='uk-overlay-slide'] {
  opacity: 0;
}

/* Top */
/* line 323, ../../scss/core/overlay.scss */
.uk-overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* Bottom */
/* line 329, ../../scss/core/overlay.scss */
.uk-overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* Left */
/* line 335, ../../scss/core/overlay.scss */
.uk-overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* Right */
/* line 341, ../../scss/core/overlay.scss */
.uk-overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* Hover */
/* line 347, ../../scss/core/overlay.scss */
.uk-overlay-hover:hover [class*='uk-overlay-slide'],
.uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

/* DEPRECATED
 * Sub-object `uk-overlay-area`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
/* line 365, ../../scss/core/overlay.scss */
.uk-overlay-area {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  background: rgba(0, 0, 0, 0.3);
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}

/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
/* line 388, ../../scss/core/overlay.scss */
.uk-overlay:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay-toggle.uk-hover .uk-overlay-area {
  opacity: 1;
}

/*
 * Icon
 */
/* line 397, ../../scss/core/overlay.scss */
.uk-overlay-area:empty:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
}

/* DEPRECATED
 * Sub-object `uk-overlay-area-content`
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 * Needed for Firefox
 */
/* line 424, ../../scss/core/overlay.scss */
.uk-overlay-area:not(:empty) {
  font-size: 0.001px;
}

/*
 * 1. Needed for vertical alignment
 */
/* line 430, ../../scss/core/overlay.scss */
.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/*
 * 1. Set vertical alignment
 * 2. Reset whitespace hack
 * 3. Set horizontal alignment
 * 4. Set style
 */
/* line 444, ../../scss/core/overlay.scss */
.uk-overlay-area-content {
  /* 1 */
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  /* 2 */
  font-size: 1rem;
  /* 3 */
  text-align: center;
  /* 4 */
  padding: 0 15px;
  color: #fff;
}

/*
 * Remove margin from the last-child
 */
/* line 464, ../../scss/core/overlay.scss */
.uk-overlay-area-content > :last-child {
  margin-bottom: 0;
}

/*
 * Links in overlay area
 */
/* line 470, ../../scss/core/overlay.scss */
.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
  color: inherit;
}

/* DEPRECATED
 * Sub-object `uk-overlay-caption`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
/* line 484, ../../scss/core/overlay.scss */
.uk-overlay-caption {
  /* 1 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}

/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
/* line 508, ../../scss/core/overlay.scss */
.uk-overlay:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay-toggle.uk-hover .uk-overlay-caption {
  opacity: 1;
}

/* line 24, ../../scss/slideshow.scss */
.ok-slide-content {
  z-index: 100;
}
