/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -o-transition-property: -o-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
     transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -o-transform-origin: 50%;
     transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
     animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
     transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 *  Weather Icons 1.2
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
 *  http://twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 */
@font-face {
  font-family: 'weathericons';
  src: url("../fonts/weathericons-regular-webfont.eot");
  src: url("../fonts/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weathericons-regular-webfont.woff") format("woff"), url("../fonts/weathericons-regular-webfont.ttf") format("truetype"), url("../fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg") format("svg");
  font-weight: normal;
  font-style: normal; }

.wi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wi-day-cloudy-gusts:before {
  content: "\f000"; }

.wi-day-cloudy-windy:before {
  content: "\f001"; }

.wi-day-cloudy:before {
  content: "\f002"; }

.wi-day-fog:before {
  content: "\f003"; }

.wi-day-hail:before {
  content: "\f004"; }

.wi-day-lightning:before {
  content: "\f005"; }

.wi-day-rain-mix:before {
  content: "\f006"; }

.wi-day-rain-wind:before {
  content: "\f007"; }

.wi-day-rain:before {
  content: "\f008"; }

.wi-day-showers:before {
  content: "\f009"; }

.wi-day-snow:before {
  content: "\f00a"; }

.wi-day-sprinkle:before {
  content: "\f00b"; }

.wi-day-sunny-overcast:before {
  content: "\f00c"; }

.wi-day-sunny:before {
  content: "\f00d"; }

.wi-day-storm-showers:before {
  content: "\f00e"; }

.wi-day-thunderstorm:before {
  content: "\f010"; }

.wi-cloudy-gusts:before {
  content: "\f011"; }

.wi-cloudy-windy:before {
  content: "\f012"; }

.wi-cloudy:before {
  content: "\f013"; }

.wi-fog:before {
  content: "\f014"; }

.wi-hail:before {
  content: "\f015"; }

.wi-lightning:before {
  content: "\f016"; }

.wi-rain-mix:before {
  content: "\f017"; }

.wi-rain-wind:before {
  content: "\f018"; }

.wi-rain:before {
  content: "\f019"; }

.wi-showers:before {
  content: "\f01a"; }

.wi-snow:before {
  content: "\f01b"; }

.wi-sprinkle:before {
  content: "\f01c"; }

.wi-storm-showers:before {
  content: "\f01d"; }

.wi-thunderstorm:before {
  content: "\f01e"; }

.wi-windy:before {
  content: "\f021"; }

.wi-night-alt-cloudy-gusts:before {
  content: "\f022"; }

.wi-night-alt-cloudy-windy:before {
  content: "\f023"; }

.wi-night-alt-hail:before {
  content: "\f024"; }

.wi-night-alt-lightning:before {
  content: "\f025"; }

.wi-night-alt-rain-mix:before {
  content: "\f026"; }

.wi-night-alt-rain-wind:before {
  content: "\f027"; }

.wi-night-alt-rain:before {
  content: "\f028"; }

.wi-night-alt-showers:before {
  content: "\f029"; }

.wi-night-alt-snow:before {
  content: "\f02a"; }

.wi-night-alt-sprinkle:before {
  content: "\f02b"; }

.wi-night-alt-storm-showers:before {
  content: "\f02c"; }

.wi-night-alt-thunderstorm:before {
  content: "\f02d"; }

.wi-night-clear:before {
  content: "\f02e"; }

.wi-night-cloudy-gusts:before {
  content: "\f02f"; }

.wi-night-cloudy-windy:before {
  content: "\f030"; }

.wi-night-cloudy:before {
  content: "\f031"; }

.wi-night-hail:before {
  content: "\f032"; }

.wi-night-lightning:before {
  content: "\f033"; }

.wi-night-rain-mix:before {
  content: "\f034"; }

.wi-night-rain-wind:before {
  content: "\f035"; }

.wi-night-rain:before {
  content: "\f036"; }

.wi-night-showers:before {
  content: "\f037"; }

.wi-night-snow:before {
  content: "\f038"; }

.wi-night-sprinkle:before {
  content: "\f039"; }

.wi-night-storm-showers:before {
  content: "\f03a"; }

.wi-night-thunderstorm:before {
  content: "\f03b"; }

.wi-celsius:before {
  content: "\f03c"; }

.wi-cloud-down:before {
  content: "\f03d"; }

.wi-cloud-refresh:before {
  content: "\f03e"; }

.wi-cloud-up:before {
  content: "\f040"; }

.wi-cloud:before {
  content: "\f041"; }

.wi-degrees:before {
  content: "\f042"; }

.wi-down-left:before {
  content: "\f043"; }

.wi-down:before {
  content: "\f044"; }

.wi-fahrenheit:before {
  content: "\f045"; }

.wi-horizon-alt:before {
  content: "\f046"; }

.wi-horizon:before {
  content: "\f047"; }

.wi-left:before {
  content: "\f048"; }

.wi-lightning:before {
  content: "\f016"; }

.wi-night-fog:before {
  content: "\f04a"; }

.wi-refresh-alt:before {
  content: "\f04b"; }

.wi-refresh:before {
  content: "\f04c"; }

.wi-right:before {
  content: "\f04d"; }

.wi-sprinkles:before {
  content: "\f04e"; }

.wi-strong-wind:before {
  content: "\f050"; }

.wi-sunrise:before {
  content: "\f051"; }

.wi-sunset:before {
  content: "\f052"; }

.wi-thermometer-exterior:before {
  content: "\f053"; }

.wi-thermometer-internal:before {
  content: "\f054"; }

.wi-thermometer:before {
  content: "\f055"; }

.wi-tornado:before {
  content: "\f056"; }

.wi-up-right:before {
  content: "\f057"; }

.wi-up:before {
  content: "\f058"; }

.wi-wind-west:before {
  content: "\f059"; }

.wi-wind-south-west:before {
  content: "\f05a"; }

.wi-wind-south-east:before {
  content: "\f05b"; }

.wi-wind-south:before {
  content: "\f05c"; }

.wi-wind-north-west:before {
  content: "\f05d"; }

.wi-wind-north-east:before {
  content: "\f05e"; }

.wi-wind-north:before {
  content: "\f060"; }

.wi-wind-east:before {
  content: "\f061"; }

.wi-smoke:before {
  content: "\f062"; }

.wi-dust:before {
  content: "\f063"; }

.wi-snow-wind:before {
  content: "\f064"; }

.wi-day-snow-wind:before {
  content: "\f065"; }

.wi-night-snow-wind:before {
  content: "\f066"; }

.wi-night-alt-snow-wind:before {
  content: "\f067"; }

.wi-day-sleet-storm:before {
  content: "\f068"; }

.wi-night-sleet-storm:before {
  content: "\f069"; }

.wi-night-alt-sleet-storm:before {
  content: "\f06a"; }

.wi-day-snow-thunderstorm:before {
  content: "\f06b"; }

.wi-night-snow-thunderstorm:before {
  content: "\f06c"; }

.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d"; }

.wi-solar-eclipse:before {
  content: "\f06e"; }

.wi-lunar-eclipse:before {
  content: "\f070"; }

.wi-meteor:before {
  content: "\f071"; }

.wi-hot:before {
  content: "\f072"; }

.wi-hurricane:before {
  content: "\f073"; }

.wi-smog:before {
  content: "\f074"; }

.wi-alien:before {
  content: "\f075"; }

.wi-snowflake-cold:before {
  content: "\f076"; }

.wi-stars:before {
  content: "\f077"; }

.wi-moon-full:before {
  content: "\f078"; }

.wi-moon-waxing-gibbous:before {
  content: "\f079"; }

.wi-moon-waxing-quarter:before {
  content: "\f07a"; }

.wi-moon-waxing-crescent:before {
  content: "\f07b"; }

.wi-moon-young:before {
  content: "\f07c"; }

.wi-moon-new:before {
  content: "\f07d"; }

.wi-moon-old:before {
  content: "\f07e"; }

.wi-moon-waning-crescent:before {
  content: "\f080"; }

.wi-moon-waning-quarter:before {
  content: "\f081"; }

.wi-moon-waning-gibbous:before {
  content: "\f082"; }

.wi-night-partly-cloudy:before {
  content: "\f083"; }

/* ikonifontit ikonenille, joita ei font awesome / bootstrap kitissä */
@font-face {
  font-family: 'ekico';
  src: url("../fonts/ekico.eot");
  src: url("../fonts/ekico.eot?#iefix") format("embedded-opentype"), url("../fonts/ekico.ttf") format("truetype"), url("../fonts/ekico.woff") format("woff"), url("../fonts/ekico.svg#ekico") format("svg");
  font-weight: normal;
  font-style: normal; }

/* .col-sm-6{
    @include make-sm-column(6);
} */
@media (min-width: 992px) {
  .col-md-2-5 {
    width: 20%; } }

@media (min-width: 1200px) {
  .col-lg-2-5 {
    width: 20%; } }

/* input placeholder styling */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #004a94; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #004a94; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #004a94; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #004a94; }

/* `Clearfix hack: http://nicolasgallagher.com/micro-clearfix-hack/
---------------------------------------- */
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/* Margins for aligned images inside posts */
.entry-content img {
  max-width: 100%;
  height: auto; }

.alignright {
  margin: 0 0 1em 0; }

.alignleft {
  margin: 0 0 1em 0; }

.aligncenter {
  margin: 0 auto 1em auto; }

.alignnone {
  margin: 0 0 1em 0; }

/* Missin column width, element that has this class needs also col-xs-12 or similar */
@media (min-width: 992px) {
  .col-md-20 {
    width: 20%; } }

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%; } }

/* WP THEME: Text meant only for screen readers */
.screen-reader-text, .section-heading {
  position: absolute;
  left: -9999px; }

/*
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

*/
#s {
  -webkit-appearance: none;
  border-radius: 0 !important; }

#s:focus {
  outline: none;
  box-shadow: none !important; }

.modal-header {
  background: #0078d2;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.modal-header .close {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.modal-header .close:hover {
  opacity: 1; }

.share-linkedin * {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important; }

.bg-ecf3f4 {
  background: #ecf3f4; }

.nomargin {
  margin: 0; }

.some-nosto {
  margin-bottom: 1em; }

/* Memory Viewer WordPress Plugin: */
.mvimh {
  display: none; }

.entry-content iframe {
  width: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wpcf7-response-output {
  font-size: large; }

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: #a94442; }

.wpcf7-mail-sent-ok {
  color: #3c763d; }

.wpcf7-not-valid {
  border: 1px solid #a94442;
  display: block; }

.wpcf7 .ajax-loader {
  position: absolute;
  right: 80px;
  top: 27px; }

.wpcf7 .modal-footer {
  padding-left: 0;
  padding-right: 0;
  position: relative; }

.wpcf7-list-item {
  display: block; }

.wpcf7 .captcha,
.wpcf7 .captcha .wpcf7-not-valid-tip {
  display: block; }

.wpcf7-bwscaptcha {
  width: 50px !important; }

body {
  font-size: 15px;
  background: #f5fafb; }

p {
  margin: 0 0 1em; }

.entry-content {
  margin-top: 13px;
  margin-bottom: 20px; }

.table-responsive {
  max-width: 100% !important; }

ul {
  list-style: none;
  list-style-position: inside;
  padding: 0; }

.entry-content li ul, .entry-content li ol {
  margin: 0 0 0 1.625em; }

.entry-content ul {
  list-style: disc; }

ol {
  padding-left: 2em; }

.page-header {
  border: none; }

.entry-header h1,
.entry-title,
.page-title {
  margin: 0 0 0.5em 0; }

.single .entry-header h1 {
  font-size: 30px; }

.entry-content p {
  margin-bottom: 15px;
  word-wrap: break-word; }

.nav-next {
  text-align: right; }

.nav-previous a,
.nav-next a {
  display: block; }

#site-title a {
  display: block;
  height: 80px;
  width: 366px;
  background: url("../images/EK-FI-logo.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  margin-top: 28px;
  margin-bottom: 30px;
  margin-left: 15px;
  outline: none; }

html[lang=en-US] #site-title a {
  width: 430px;
  background-image: url("../images/EK-EN-logo.png"); }

html[lang=sv-SE] #site-title a {
  width: 270px;
  background-image: url("../images/EK-SV-logo.png"); }

#site-title a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90); }

/*.ie8 #site-title a:hover{
    filter:1;
}*/
a, .fa-inbox {
  color: #004a94; }

a:hover,
a:active {
  color: #0078d2;
  text-decoration: none; }

.entry-content a {
  text-decoration: underline;
  color: #0078d2; }
  .entry-content a:hover {
    color: #004a94; }

.edit-link {
  position: relative;
  margin: 20px 0;
  display: block;
  z-index: 3;
  overflow: hidden;
  border-radius: 4px;
  -o-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  /* Safari */ }

.edit-link a,
.edit-link .viesti {
  border-radius: 4px;
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  z-index: 3;
  border: 1px solid #004a94;
  position: relative; }

.edit-link .viesti {
  position: absolute;
  width: 248px;
  color: #004a94;
  left: -165px;
  z-index: 1;
  -o-transition: all 0.15s ease-in-out;
     transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  /* Safari */ }

.edit-link:hover {
  padding-right: 255px; }

.edit-link a:hover {
  background: #004a94;
  color: #fff; }

.edit-link:hover .viesti {
  left: 90px; }

.print-this {
  display: none; }

.page .print-this {
  position: absolute;
  top: 0;
  right: 10px; }

.dark-blue {
  color: #004a94 !important; }

#access .menu > li > a,
.slider-kuvateksti,
h1, h2, h3, h4, h5, h6,
#blogista h4,
.page-template-page-yhteystiedot-php h4,
.listawrapper h4,
.kuvanostolinkki h4 {
  font-family: "ff-max-web",sans-serif;
  font-weight: 300; }

.kuvanostolinkki h4 {
  line-height: 1.3; }

.entry-excerpt.lead {
  margin-top: 15px;
  font-family: "ff-max-web",sans-serif;
  font-weight: 300;
  font-size: 20px; }

/* Ajankohtaista-osion otsikot */
.category h1 {
  font-size: 26px; }

.category-ajankohtaista #content h2 {
  font-size: 20px; }

#primary {
  margin-top: 20px; }

#secondary {
  margin-top: 10px; }

.bg-white {
  background: #fff; }

.bg-darkblue {
  background: #00539d; }

.bg-darkblue * {
  font-weight: 300;
  color: #fff; }

.bg-darkblue .email {
  color: #d0cb36; }

.border-radius {
  border-radius: 4px; }

.drop-shadow,
.widget-list .widget-title,
.btn.gradient-blue {
  box-shadow: 0 2px 2px 0px #c6ced4;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.18); }

.widget-kuvanostolinkki ul {
  margin-left: 20px;
  list-style: initial; }

.widget-kuvanostolinkki ol {
  margin-left: 20px; }

.widget-kuvanostolinkki .ek-rss-feed-widget ul {
  margin-left: 0px;
  list-style: none; }

.widget-kuvanostolinkki .ek-rss-feed-widget ul li {
  padding: 10px;
  border-bottom: 1px solid #dae6e8; }

.divider {
  height: 2px;
  width: 100%;
  background: url("../images/bg_bottom-border.png") top center no-repeat;
  clear: both; }

.gradient-orange.divider {
  border-top: 1px solid #ff6f26;
  height: 6px;
  width: 100%; }

.upsidedown {
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */ }

.icon-opened {
  display: none !important; }

.open .icon-opened {
  display: inline-block !important; }

.open .icon-closed {
  display: none; }

.imgborder {
  border: 3px solid #dce8ea; }

.wp-caption {
  max-width: 100%;
  /*display:table-cell;*/ }

.wp-caption .wp-caption-text {
  padding: 7px 10px 7px 10px;
  font-size: 80%;
  background: #dae6e8; }

blockquote {
  padding: 30px 0 20px 30px;
  margin: 0 0 20px;
  border-left: 0;
  position: relative; }

blockquote:before {
  content: '"';
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 20px; }

#primary img {
  max-width: 100%;
  height: auto; }

#primary iframe {
  max-width: 100%; }

.featured {
  position: relative;
  margin-bottom: 20px; }

.featured .wp-caption-text {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 10px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  margin: 0;
  color: #282828; }

.featured img {
  border: 3px solid #dae6e8; }

.featured.with-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.featured.with-video iframe,
.featured.with-video object,
.featured.with-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#content h2 {
  font-size: 22px; }

#content h3 {
  font-size: 19px; }

#content h4 {
  font-size: 18px; }

#content h5 {
  font-size: 18px; }

#content h6 {
  font-size: 18px; }

/* GRADIENTS */
/* yellow gradient - sub-menu */
.gradient-yellow {
  background: #feff00;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feff00), color-stop(4%, #edee00), color-stop(100%, #d6d700));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #feff00 0%, #edee00 4%, #d6d700 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #feff00 0%, #edee00 4%, #d6d700 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #feff00 0%, #edee00 4%, #d6d700 100%);
  /* W3C */ }

.ie8 .gradient-yellow {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feff00', endColorstr='#d6d700',GradientType=0 );
  /* IE6-8 */ }

.ie9 .gradient-yellow {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjZWRlZTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q2ZDcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); }

/* Ruotsinkielisellä puolella ei ole tällä hetkellä alanavigaatiota, mutta header näyttää tyhmältä ilman sitä keltaista palkkia */
/* Etusivu eikä Kontakt tarvitse */
html[lang="sv-SE"] .home #branding #access:after,
html[lang="sv-SE"] .page-kontakt #branding #access:after {
  content: none; }

/* orange gradient - footer, news lists, etc. */
.gradient-orange,
.gradient-orange.divider,
.btn.gradient-orange:hover,
.btn.gradient-orange:active,
.btn.gradient-orange:focus {
  color: #fff;
  background: #ff8226;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8226), color-stop(100%, #ff6c00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff8226 0%, #ff6c00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff8226 0%, #ff6c00 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ff8226 0%, #ff6c00 100%);
  /* W3C */
  outline: none; }

.ie8 .gradient-orange,
.ie8 .gradient-orange.divider,
.ie8 .btn.gradient-orange:hover,
.ie8 .btn.gradient-orange:active {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8226', endColorstr='#ff6c00',GradientType=0 );
  /* IE6-8 */ }

.ie9 .gradient-orange,
.ie9 .gradient-orange.divider,
.ie9 .btn.gradient-orange:hover,
.ie9 .btn.gradient-orange:active {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODIyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

.btn.gradient-orange:hover,
.btn.gradient-orange:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border: 1px solid #e07120; }

/* darkblue gradient - main menu, buttons, etc. */
.gradient-darkblue,
#access .menu > li.active-parent > a,
#jPanelMenu-menu #access .menu > li > a,
#access .menu > li.active > a,
#access .menu > li > a span,
.btn.gradient-darkblue:hover,
.btn.gradient-darkblue:active {
  color: #fff;
  background: #005ebb;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005ebb), color-stop(100%, #004a94));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #005ebb 0%, #004a94 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #005ebb 0%, #004a94 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #005ebb 0%, #004a94 100%);
  /* W3C */ }

.ie8 .gradient-darkblue,
.ie8 #access .menu > li.active-parent > a,
.ie8 #jPanelMenu-menu #access .menu > li > a,
.ie8 #access .menu > li.active > a,
.ie8 #access .menu > li > a span,
.ie8 .btn.gradient-darkblue:hover,
.ie8 .btn.gradient-darkblue:active {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ebb', endColorstr='#004a94',GradientType=0 );
  /* IE6-8 */ }

.ie9 .gradient-darkblue,
.ie9 #access .menu > li.active-parent > a,
.ie9 #jPanelMenu-menu #access .menu > li > a,
.ie9 #access .menu > li.active > a,
.ie9 #access .menu > li > a span,
.ie9 .btn.gradient-darkblue:hover,
.ie9 .btn.gradient-darkblue:active {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWViYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDRhOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

/* lightblue gradient  */
.gradient-lightblue,
.widget-list.lightblue-head .widget-title,
.btn.gradient-lightblue:hover,
.btn.gradient-lightblue:active {
  color: #fff;
  background: #00b4ff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b4ff), color-stop(100%, #009eff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00b4ff 0%, #009eff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00b4ff 0%, #009eff 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #00b4ff 0%, #009eff 100%);
  /* W3C */
  outline: none; }

.ie8 .gradient-lightblue,
.ie8 .widget-list .widget-title,
.ie8 .btn.gradient-lightblue:hover,
.ie8 .btn.gradient-lightblue:active {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b4ff', endColorstr='#009eff',GradientType=0 );
  /* IE6-8 */ }

.ie9 .gradient-lightblue,
.ie9 .widget-list .widget-title,
.ie9 .btn.gradient-lightblue:hover,
.ie9 .btn.gradient-lightblue:active {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDllZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

.gradient-blue,
.btn.gradient-blue:hover,
.btn.gradient-blue:active,
.btn.gradient-blue:focus {
  color: #fff;
  background: #0098f0;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0098f0), color-stop(100%, #007bcf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0098f0 0%, #007bcf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0098f0 0%, #007bcf 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #0098f0 0%, #007bcf 100%);
  /* W3C */
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none; }

.ie8 .gradient-blue,
.ie8 .btn.gradient-blue:hover,
.ie8 .btn.gradient-blue:active {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098f0', endColorstr='#007bcf',GradientType=0 );
  /* IE6-8 */ }

.ie9 .gradient-blue,
.ie9 .btn.gradient-blue:hover,
.ie9 .btn.gradient-blue:active {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOThmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdiY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

.btn.gradient-blue:hover,
.btn.gradient-blue:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #f6f165; }

/* lightgreen gradient  */
.gradient-lightgreen {
  background: #78d650;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78d650), color-stop(100%, #36b500));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #78d650 0%, #36b500 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #78d650 0%, #36b500 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #78d650 0%, #36b500 100%);
  /* W3C */ }

.ie8 .gradient-lightgreen {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d650', endColorstr='#36b500',GradientType=0 );
  /* IE6-8 */ }

.ie9 .gradient-lightgreen {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4ZDY1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNmI1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

/* gradient babypink */
.gradient-babypink {
  background: #f131a4;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f131a4), color-stop(100%, #d0017f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f131a4 0%, #d0017f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f131a4 0%, #d0017f 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f131a4 0%, #d0017f 100%);
  /* W3C */ }

.ie8 .gradient-babypink {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f131a4', endColorstr='#d0017f',GradientType=0 ) !important;
  /* IE6-8 */ }

.ie9 .gradient-babypink {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxMzFhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDAxN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important; }

/* gradient lightbabypink */
.gradient-lightbabypink {
  background: #f963bc;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f963bc), color-stop(100%, #f132a4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f963bc 0%, #f132a4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f963bc 0%, #f132a4 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f963bc 0%, #f132a4 100%);
  /* W3C */ }

.ie8 .gradient-lightbabypink {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f963bc', endColorstr='#f132a4',GradientType=0 ) !important;
  /* IE6-8 */ }

.ie9 .gradient-lightbabypink {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5NjNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTMyYTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important; }

.entry-content .btn,
#secondary .btn {
  margin: 0 0 1em; }

.btn .ekicon {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 24px;
  line-height: 1.2; }

.btn.gradient-orange {
  border: 1px solid #ff661e;
  text-align: left;
  padding-left: 10px;
  position: relative; }

#button-juuri-nyt.btn.gradient-orange:hover,
#button-juuri-nyt.btn.gradient-orange:active {
  box-shadow: none;
  border: 1px solid #ff661e; }

.btn.gradient-lightblue {
  text-align: left;
  padding-left: 10px;
  position: relative; }

.btn.gradient-orange a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative; }

.btn.gradient-blue {
  border: 0;
  font-weight: normal; }

.btn.gradient-blue i {
  text-shadow: 0px 1px #0098f0; }

.ekicon {
  position: relative;
  font-style: normal;
  font-weight: normal;
  /*-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;*/
  margin-right: 10px; }

.ekicon-next:before {
  content: "»"; }

.btn[data-target="#uutishuone-palautelomake"] {
  margin-bottom: 20px !important;
  line-height: 2; }

[class*="ek-icon"] {
  font-family: "ekico" !important;
  /*speak: none;*/
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class*="ek-icon"]:hover {
  font-family: "ekico" !important; }

.ek-icon-julkaisut:before {
  content: "\e608"; }

.ek-icon-medialle:before {
  content: "\e609"; }

.ek-icon-ajankohtaista:before {
  content: "\e600"; }

.ek-icon-webcam:before {
  content: "\e601"; }

.ek-icon-vieraskyna:before {
  content: "\e602"; }

.ek-icon-tapahtumat:before {
  content: "\e603"; }

.ek-icon-slideshare:before {
  content: "\e604"; }

.ek-icon-prima:before {
  content: "\e605"; }

.ek-icon-facebook:before {
  content: "\e606"; }

.ek-icon-blogi:before {
  content: "\e607"; }

.ek-icon-prima:before {
  font-size: 15px; }

.fa-lg.fa-fw.fa-rss-square {
  font-size: 20px; }

#youtube-plektra-nosto {
  margin-bottom: 30px; }

#youtube-plektra-nosto .kuvanostolinkkiwrap img {
  width: 100%;
  height: auto; }

#youtube-plektra-nosto h4 {
  margin-top: 20px; }

.icon-plektra {
  font-size: 22px;
  line-height: 52px;
  vertical-align: text-bottom; }

.sprite-icon.icon-plektra {
  display: inline-block;
  height: 52px;
  width: 52px;
  line-height: 52px;
  margin-right: 10px;
  background: url("../images/icon_sprite2.png") top left no-repeat; }

.sprite-icon.icon-plektra.twitter {
  background-position: 0 -150px; }

.sprite-icon.icon-plektra.slideshare {
  background-position: 0 -75px; }

.sprite-icon.icon-plektra.youtube {
  background-position: 0 -225px; }

.sprite-icon.icon-plektra.graph {
  background-position: 0 -300px; }

.sprite-icon.icon-plektra.cam {
  background-position: 0 -350px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .sprite-icon.icon-plektra {
    background-image: url("../images/icon_sprite@x2.png");
    background-size: 120px 375px; }
  .sprite-icon.icon-plektra.twitter {
    background-position: 0 -150px; }
  .sprite-icon.icon-plektra.slideshare {
    background-position: 0 -75px; }
  .sprite-icon.icon-plektra.youtube {
    background-position: 0 -225px; }
  .sprite-icon.icon-plektra.graph {
    background-position: 0 -550px; }
  .sprite-icon.icon-plektra.cam {
    background-position: 0 -650px; } }

/*
******** MOBILE HEADER - start */
/* TOP-BAR topbar */
#top-bar {
  display: none;
  border-bottom: 1px solid #dae6e8;
  position: relative;
  z-index: 12;
  background: #f5fafb; }

/* TOP-BAR */
#top-bar {
  display: block; }

#top-bar * {
  vertical-align: top;
  line-height: 38px; }

#top-bar #searchform {
  display: inline-block;
  width: 234px;
  position: relative;
  height: 38px; }

#top-bar #s {
  border: 0;
  height: 38px;
  line-height: 38px;
  padding: 10px 15px 10px 15px;
  border-left: 1px solid #dae6e8;
  position: absolute;
  top: 0;
  width: 196px;
  outline: none; }

.ie8 #top-bar #s, .ie9 #top-bar #s {
  padding: 0 15px 0 15px !important; }

#top-bar #searchsubmit {
  width: 38px;
  height: 38px;
  background: #004c91;
  position: absolute;
  left: 196px;
  border: 0;
  color: #fff;
  text-indent: -9999px;
  top: 0;
  outline: none;
  border-radius: 0; }

#top-bar #searchsubmit:hover {
  background: #0078d2; }

#top-bar .searchsubmit-icon {
  position: absolute;
  left: 207px;
  color: #fff;
  z-index: 3;
  top: 9px;
  line-height: 20px;
  pointer-events: none;
  font-size: 18px; }

#top-bar .lang-selector {
  display: inline-block;
  height: 38px; }

#top-bar .additional-menu a {
  border-right: 1px solid #dae6e8;
  display: inline-block;
  padding: 0 12px;
  height: 38px; }

#top-bar .additional-menu a i {
  margin-right: 10px; }

#top-bar .additional-menu a .ek-icon-webcam {
  margin-right: 5px;
  font-size: 15px; }

#top-bar .additional-menu a .fa-rss {
  font-size: 18px; }

#top-bar .additional-menu a .ek-icon-tapahtumat {
  font-size: 16px; }

#top-bar .additional-menu #topbar-saa {
  padding-left: 4px; }

#top-bar .additional-menu a:first-child {
  border-left: 1px solid #dae6e8; }

@media screen and (min-width: 768px) {
  #top-bar {
    display: none; } }

@media screen and (max-width: 991px) {
  #top-bar .container {
    padding: 0; }
  #top-bar #s {
    width: 197px;
    /*196*/ }
  #top-bar #searchsubmit {
    width: 38px;
    left: 162px;
    display: none; }
  #top-bar .searchsubmit-icon {
    left: 172px;
    display: none; }
  #top-bar #searchform {
    width: 198px;
    /*234*/
    border-right: 1px solid #dae6e8; }
  #top-bar .lang-selector {
    padding: 0; }
  #valiaikainen-kielivalinta {
    padding: 0 15px 0 13px; }
  #top-bar .desktop {
    display: none !important; }
  #top-bar .pull-left.additional-menu {
    display: none; } }

@media screen and (min-width: 992px) {
  #top-bar .mobile {
    display: none !important; } }

#languages {
  height: 38px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-left: 1px solid #dae6e8;
  border-right: 1px solid #dae6e8;
  padding: 0 15px;
  margin: 0;
  color: #004c91; }

.kielivalinta {
  padding: 0 15px;
  border-right: 1px solid #dae6e8;
  height: 38px;
  display: inline-block; }

#languages .fa {
  font-size: 12px;
  margin-left: 10px; }

#languages > li.second {
  display: none;
  position: absolute;
  top: 38px;
  z-index: 12;
  left: -1px;
  right: -1px;
  background: #fff;
  border: 1px solid #dae6e8; }

#languages > li.second li a {
  border-bottom: 1px solid #dae6e8;
  padding: 0 15px;
  display: block;
  line-height: 38px;
  height: 38px;
  width: 100%; }

#languages > li.second li:last-child a {
  border-bottom: 0; }

#languages > li.second li a:hover {
  background: #f5fafb; }

#branding {
  border-bottom: 1px solid #dae6e8;
  position: relative;
  z-index: 31; }

#branding .container {
  position: relative; }

#some-wrap {
  position: absolute;
  top: -30px;
  right: 20px; }

#lang-search-wrap {
  display: none; }

@media screen and (min-width: 768px) {
  #lang-search-wrap {
    display: block;
    position: absolute;
    top: 10px;
    right: 0; }
  #lang-search-wrap #searchform {
    display: inline-block;
    position: relative;
    height: 38px;
    width: 230px;
    margin-right: 15px; }
  #lang-search-wrap #s {
    border: 0;
    height: 38px;
    line-height: 38px;
    padding: 10px 15px 10px 15px;
    border: 1px solid #dae6e8;
    position: absolute;
    top: 0;
    width: 195px;
    outline: none;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
    box-sizing: border-box; }
  #lang-search-wrap #searchsubmit {
    width: 38px;
    height: 38px;
    background: #004c91;
    position: absolute;
    right: 0px;
    border: 0;
    color: #fff;
    text-indent: -9999px;
    top: 0;
    outline: none;
    border-radius: 0; }
  #lang-search-wrap #searchsubmit:hover {
    background: #0078d2; }
  #lang-search-wrap .searchsubmit-icon {
    position: absolute;
    right: 10px;
    color: #fff;
    z-index: 3;
    top: 9px;
    line-height: 20px;
    pointer-events: none;
    font-size: 18px; }
  #lang-search-wrap .lang-selector {
    text-align: right; }
  #lang-search-wrap .lang-selector .kielivalinta {
    border: none;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
    height: inherit; }
  /* #lang-search-wrap .lang-selector .kielivalinta:first-child{
        border-right: 1px solid #a0a0a0;
    } */
  #lang-search-wrap .lang-selector .mobile {
    display: none; } }

#some-wrap-footer .fa,
#some-wrap .fa {
  margin-left: 20px; }

#some-wrap-footer .fa-youtube,
#some-wrap .fa-youtube {
  font-size: 1.8em;
  position: relative;
  top: -1px; }

#some-wrap-footer .ek-icon-slideshare,
#some-wrap .ek-icon-slideshare {
  font-size: 1.7em;
  position: relative;
  top: 1px; }

#breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #a0a0a0;
  font-size: 13px !important;
  word-wrap: break-word; }

#breadcrumbs a .fa-home {
  display: none; }

#breadcrumbs a:first-child {
  text-decoration: none; }

#breadcrumbs .separator:first-of-type {
  display: none; }

#breadcrumbs .separator {
  margin: 0 10px; }

#breadcrumbs a:first-child:after {
  content: ' '; }

#breadcrumbs .fa-home {
  font-size: 20px !important; }

.page-medialle #breadcrumbs {
  display: none; }

.page-template-front-page-php #access .menu,
.page-template-page-yhteystiedot-php #access .menu {
  /*margin-bottom: 42px;*/
  margin-bottom: -1px; }

.page-template-front-page-php #primary,
.page-template-front-page-php #secondary {
  margin-top: 0; }

.page-template-page-yhteystiedot-php #primary h1,
.page-template-page-yhteystiedot-php #secondary h3 {
  margin-top: 0; }

#kriisinosto-wrap {
  position: relative; }

#kriisinosto {
  border: 1px solid red;
  background: #fff7f1;
  padding: 0px 55px 0px 10px;
  display: block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 40px; }

#kriisinosto .btn {
  width: 37px;
  height: 31px;
  padding: 0;
  line-height: 28px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none; }

/*
******** MOBILE HEADER - end */
/*
******** MOBILE NAVIGATION - start */
#access .menu > li > a {
  font-weight: 400; }

.jPanelMenu-panel {
  box-shadow: 0 0 25px #222222;
  z-index: 0 !important; }

#jPanelMenu-menu {
  background: #fff;
  padding-bottom: 2em;
  display: none;
  z-index: -10;
  border-right: 1px solid #004a97; }

.android #jPanelMenu-menu {
  position: absolute !important;
  overflow: visible !important; }

#jPanelMenu-menu .col-md-2 {
  padding: 0 !important;
  margin: 0 !important; }

#jPanelMenu-menu .section-heading {
  display: none; }

#jPanelMenu-menu li ul {
  margin: 0; }

#jPanelMenu-menu li ul li a {
  padding-left: 30px; }

#jPanelMenu-menu > ul > li > a {
  border-bottom: 1px solid #00975f; }

#jPanelMenu-menu a {
  border-bottom: 1px solid #dcdcdc;
  display: block;
  padding-left: 15px;
  line-height: 40px;
  font-size: 13px; }

#jPanelMenu-menu .active > a,
#jPanelMenu-menu a:active,
#jPanelMenu-menu .sub-menu > li.active > a {
  background: #f5fafb; }

#jPanelMenu-menu .menu {
  border-top: 0; }

.menu li a i {
  margin-right: 6px;
  font-size: 16px !important;
  position: relative;
  top: 1px; }

/*
******** MOBILE NAVIGATION - end */
.some-nosto {
  padding: 10px;
  word-wrap: break-word; }

#colophon {
  padding-top: 45px;
  font-size: 13px; }

#colophon h4 {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  font-family: "ff-max-web",sans-serif;
  font-weight: 500; }

#colophon .adr {
  font-size: 16px;
  line-height: 1.6; }

#colophon .adr > a {
  display: inline-block; }

#footer-bar {
  margin-bottom: 35px;
  background-color: #eb8e15;
  position: relative;
  padding: 11px 0;
  background-color: #004a95;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

#footer-bar-text {
  padding-left: 130px; }

#footer-bar-text h3 {
  color: #FFF; }

#footer-logo {
  background: url("../images/logo-ek_footer@x2.png") top left no-repeat;
  height: 102px;
  width: 102px;
  background-size: 100%;
  position: absolute;
  top: -40px;
  left: 0;
  text-indent: -9999px; }

.menu-footer > li {
  margin-bottom: 10px; }

.menu-footer > li > a {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

/*.menu-footer li a{
    font-size:12px;
}*/
.menu-footer li li a:before {
  content: '\bb';
  margin-right: 4px; }

#footer-row1 {
  padding: 15px 0 20px 0; }

#footer-row2 {
  padding: 15px 0 20px 0; }

/*#footer-row2 > aside{
   margin-top: 20px;
    margin-bottom: 35px;
}
    #footer-row2 h4{
        margin-bottom:15px;
        margin-left:10px;
    }
    #footer-row2 h4 i{
        margin-right:12px;
        position:relative;
        top:5px;
    }*/
#colophon .sideicons {
  text-align: center; }

#colophon .sideicons .ek-icon-slideshare,
#colophon .sideicons .fa-linkedin,
#colophon .sideicons .fa-youtube {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 34px !important; }

#colophon .sideicons .ek-icon-slideshare {
  margin-left: 15px;
  margin-bottom: 20px;
  /* font-size:40px!important; */ }

#colophon .sideicons .fa-youtube {
  margin-bottom: 20px; }

#footer-row-some {
  padding: 25px 0; }

@media (min-width: 600px) {
  #footer-row-some {
    display: none; }
  .footer-row-some-divider {
    display: none; }
  #colophon .sideicons .ek-icon-slideshare,
  #colophon .sideicons .fa-linkedin,
  #colophon .sideicons .fa-youtube {
    display: block;
    margin-left: 0;
    margin-right: 0; }
  #colophon .sideicons .ek-icon-slideshare {
    margin-left: -5px; } }

#footer-row3 {
  padding: 15px 0 20px 0; }

#footer-row4 {
  padding: 15px 0;
  font-size: 12px;
  color: #787878; }

/*
******** UUTISHUONE - start */
/* juuri nyt */
#juuri-nyt {
  position: relative;
  margin-bottom: 0;
  -o-transition: margin 0.5s ease-in-out;
     transition: margin 0.5s ease-in-out;
  -webkit-transition: margin 0.5s ease-in-out;
  /* Safari */ }

#juuri-nyt aside a,
#uutishuoneesta aside a {
  font-size: 13px; }

#juuri-nyt.open {
  margin-bottom: 0px; }

#juuri-nyt .gradient-orange.divider {
  left: 0;
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
  position: absolute;
  top: -6px;
  left: 10px;
  right: 10px; }

#juuri-nyt.open .gradient-orange.divider {
  top: 0; }

#juuri-nyt .divider.upsidedown {
  bottom: 0;
  top: auto; }

#juuri-nyt.open .divider.upsidedown {
  top: auto; }

#button-juuri-nyt {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 4px 4px;
  z-index: 23;
  height: 34px;
  -o-transition: all 0.7s ease-in-out;
     transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  /* Safari */ }

#button-juuri-nyt span {
  margin-left: 10px; }

.accordion {
  position: relative;
  display: block;
  -o-transition: margin 0.5s ease-in-out;
     transition: margin 0.5s ease-in-out;
  -webkit-transition: margin 0.7s ease-in-out;
  /* Safari */ }

.js .accordion {
  display: none; }

.open #button-juuri-nyt {
  height: 35px; }

/* News video holder for article video */
.news-video-holder {
  position: relative; }

.news-video-holder:after {
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -21px;
  display: inline-block;
  font-size: 50px;
  color: rgba(0, 74, 148, 0.7);
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }

.news-video-holder:hover:after {
  color: #428bca; }

.archive .news-video-holder {
  display: block;
  max-width: 428px; }

.post .news-video-holder {
  margin-bottom: 20px; }

.post .news-video-holder:after {
  font-size: 80px;
  margin: -40px 0 0 -31px; }

@media screen and (min-width: 420px) {
  .news-video-holder:after {
    font-size: 100px;
    margin: -50px 0 0 -52px; }
  .post .news-video-holder:after {
    font-size: 100px;
    margin: -50px 0 0 -52px; } }

@media screen and (min-width: 768px) {
  .news-video-holder {
    position: relative;
    float: left; }
  /* special case in ajankohtaista */
  .post .news-video-holder img {
    width: 214px;
    height: auto;
    margin-bottom: 0;
    margin-right: 20px !important;
    max-width: 214px; } }

/*
******** NOSTOT - start */
/* etusivu ja mitä teemme osioiden nostotyyli, jossa cropattu kuva, linkki ja tekstiä */
.kuvanostolinkki {
  position: relative;
  height: 198px;
  overflow: hidden;
  margin-bottom: 15px; }

#random-nostot .kuvanostolinkki {
  height: auto; }

#random-nostot .kuvanostolinkki .kuvanostowrap {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  min-height: 0;
  background: #fff; }

#random-nostot .kuvanostolinkki img {
  min-height: 0;
  height: auto;
  width: 100%; }

#random-nostot .kuvanostolinkki .wrap {
  position: relative;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  padding: 20px 10px 10px 10px;
  text-overflow: ellipsis; }

#random-nostot .kuvanostolinkki .gradient-orange {
  height: 12px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%; }

#random-nostot aside > a {
  margin-bottom: 5px; }

#random-nostot aside {
  position: relative; }

#random-nostot .kuvanostolinkki .tausta {
  position: absolute;
  height: auto;
  top: 0px;
  left: 10px;
  right: 10px;
  bottom: 0;
  padding: 0;
  margin-bottom: 10px; }

.kuvanostolinkki:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */ }

#laatikkonostot .kuvanostolinkki {
  height: 315px; }

#laatikkonostot .kuvanostolinkki .fa {
  margin-left: 5px;
  font-size: 14px; }

.kuvanostolinkki a {
  display: block; }

.kuvanostolinkki .kuvanostowrap {
  overflow: hidden;
  width: 100%;
  height: 100px;
  position: relative;
  background: url("../images/bg_dummy.png") top left repeat; }

.widget-kuvanostolinkki .kuvanostowrap {
  height: 180px;
  overflow: hidden;
  text-align: center;
  line-height: 180px;
  background: #fff; }

.widget-kuvanostolinkki .kuvanostowrap img {
  width: 100% !important;
  height: auto !important; }

#laatikkonostot .kuvanostolinkki .kuvanostowrap {
  height: 140px; }

.kuvanostolinkki img {
  min-height: 95px;
  height: auto;
  width: 100%; }

.widget-kuvanostolinkki img {
  max-width: 100%;
  height: auto; }

.kuvanostolinkki .bg-white {
  position: absolute;
  height: 100px;
  top: 95px;
  left: 10px;
  right: 10px;
  padding: 20px 10px 10px 10px;
  text-overflow: ellipsis; }

.widget-kuvanostolinkki .bg-white {
  top: auto;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px 5px 15px 10px; }

#laatikkonostot .kuvanostolinkki .bg-white {
  top: 140px;
  padding: 0;
  height: 172px; }

#laatikkonostot .kuvanostolinkki .bg-white p,
.widget-kuvanostolinkki .bg-white p {
  padding: 0 10px;
  font-size: 13px; }

.widget-kuvanostolinkki .bg-white > * {
  padding: 0 10px; }

#laatikkonostot .kuvanostolinkki p,
#kyselytyrityksille-nostot .kuvanostolinkki p,
#tuotteet-ja-palvelut-nostot .kuvanostolinkki p {
  color: #282828;
  font-size: 13px; }

#laatikkonostot .kuvanostolinkki .bg-white h4,
.widget-kuvanostolinkki .bg-white h4 {
  padding: 7px 10px 11px 10px;
  border-bottom: 1px solid #dae6e8; }

.kuvanostolinkki .gradient-orange,
.kuvanostolinkki .gradient-lightgreen,
.kuvanostolinkki .gradient-bar {
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.widget-kuvanostolinkki .gradient-yellow {
  height: 12px;
  width: 100%; }

/* Kuvanostolinkkiwrap on etusivulla ja myös yleisnostossa joissain sinkuissa */
.single .kuvanostolinkkiwrap.video {
  max-height: 225px;
  overflow: hidden; }

.single .kuvanostolinkkiwrap .youtube {
  display: block;
  margin-top: -25px; }

.kuvanostolinkkiwrap .youtube {
  position: relative;
  cursor: pointer; }

.kuvanostolinkkiwrap .youtube:after {
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -51px;
  display: inline-block;
  font-size: 120px;
  color: rgba(0, 74, 148, 0.5);
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.kuvanostolinkkiwrap:hover .youtube:after {
  color: #428bca; }

#kyselytyrityksille-nostot,
#tuotteet-ja-palvelut-nostot {
  margin-top: 20px; }

#kyselytyrityksille-nostot {
  position: relative;
  margin-bottom: 15px; }

#tuotteet-ja-palvelut-nostot .kuvanostolinkki h4 {
  font-weight: 400; }

#tuotteet-ja-palvelut-nostot .kuvanostolinkki h4,
#tuotteet-ja-palvelut-nostot .kuvanostolinkki p {
  font-size: 13px;
  display: inline-block;
  color: #004a94; }

.ie8 #tuotteet-ja-palvelut-nostot .kuvanostolinkki h4,
.ie8 #tuotteet-ja-palvelut-nostot .kuvanostolinkki p {
  display: block !important; }

#tuotteet-ja-palvelut-nostot .kuvanostolinkki .bg-white {
  padding-left: 80px !important; }

#kyselytyrityksille-nostot .kuvanostolinkki h4 {
  position: relative;
  padding-left: 20px; }

#kyselytyrityksille-nostot .kuvanostolinkki h4 i {
  position: absolute;
  left: 0px;
  top: 0px; }

#kyselytyrityksille-nostot .kuvanostolinkki,
#tuotteet-ja-palvelut-nostot .kuvanostolinkki {
  height: auto; }

#kyselytyrityksille-nostot .kuvanostowrap,
#tuotteet-ja-palvelut-nostot .kuvanostowrap {
  height: auto;
  background: none; }

#kyselytyrityksille-nostot .kuvanostolinkki .gradient-bar {
  position: relative;
  height: 28px; }

#tuotteet-ja-palvelut-nostot .kuvanostolinkki .gradient-bar {
  position: relative;
  height: 14px; }

#kyselytyrityksille-nostot .kuvanostolinkki .bg-white,
#tuotteet-ja-palvelut-nostot .kuvanostolinkki .bg-white {
  position: relative;
  height: auto;
  margin-bottom: 10px;
  top: auto;
  left: auto;
  right: auto;
  padding: 10px 10px 10px 10px;
  text-overflow: ellipsis; }

#tuotteet-ja-palvelut-nostot aside a {
  position: relative; }

#tuotteet-ja-palvelut-nostot aside i {
  position: absolute;
  font-size: 40px;
  top: 20px;
  left: 20px; }

.kysely-on {
  padding: 5px;
  height: auto;
  font-size: 13px; }

.kysely-kaynnissa i {
  margin-right: 4px; }

.entry-header .kysely-kaynnissa {
  color: #646464;
  font-size: 13px;
  margin-bottom: 15px; }

.widget-related {
  border: 0 !important; }

.widget-related li {
  position: relative;
  padding: 10px 10px 5px 10px !important;
  border: 0 !important; }

.widget-related li a,
.widget-related li .entry-date {
  font-size: 13px !important; }

.widget-related li .fa-clock-o,
.widget-related li .entry-date {
  margin-right: 5px; }

/*
******** NOSTOT - end */
/*
******** LIST - start */
/* list-article / uutishuoneesta / juuri nyt */
.rss-wrap a,
#blogista .icon-rss,
#uutishuoneesta .icon-rss,
#juuri-nyt .icon-rss {
  display: block;
  margin: 10px 0 50px 0; }

.list-article {
  margin-bottom: 20px; }

.list-article li {
  padding: 10px 10px 10px 35px;
  position: relative;
  box-shadow: 0px -1px 0 #dae6e8;
  border-top: 1px solid #fff; }

.list-article li:first-child {
  box-shadow: none;
  border: none; }

.list-article li .fa {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 18px; }

.list-article li .entry-date,
.list-article li a {
  font-size: 13px; }

.list-article li.bg-transparent {
  background: transparent; }

.list-article li.text-right {
  text-align: right; }

.list-article li.text-right .fa {
  position: static; }

html[lang=en-US] .home .list-article {
  box-shadow: 0px -1px 0 #dae6e8;
  border-top: 1px solid #fff; }

/*
******** LIST - end */
/*
******** WIDGET - start */
.widget {
  margin-bottom: 20px; }

.widget ul {
  margin-bottom: 0; }

.widget h1 {
  margin-top: 0; }

#secondary .widget {
  margin-bottom: 20px; }

.widget-list,
.widget-news-list {
  background: #fff; }

.widget-list div,
.widget-fullwidth .bg-white {
  padding: 10px; }

.widget-list ul,
.widget-news-list ul {
  border-top: 1px solid #dae6e8;
  padding-bottom: 8px; }

.widget-list li {
  padding: 10px;
  border-bottom: 1px solid #dae6e8; }

.widget-news-list li {
  border-bottom: 1px solid #dae6e8; }

.widget-list a {
  text-overflow: ellipsis;
  word-wrap: break-word; }

/* Child of a child */
.widget-list ul li.has-children {
  position: relative; }

/* .widget-list ul li.has-children.child-cat-open{
    padding-bottom: 0;
} */
.widget-list ul ul {
  margin-top: 10px;
  margin-left: 23px;
  padding-bottom: 0;
  border-top: 0;
  display: none; }

.widget-list ul ul > li {
  border-top: 1px solid #dae6e8;
  border-bottom: none; }

.widget-list ul ul > li:last-child {
  padding-bottom: 0; }

.widget-list .show-child-cat {
  position: absolute;
  right: 15px;
  font-size: 16px;
  top: 13px;
  text-decoration: none; }

.widget-list .widget-title,
.widget-news-list .widget-title,
.widget-fullwidth .widget-title {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 10px 5px 10px; }

/* korjataan moniriviset titlet */
.widget-list .widget-title {
  padding-left: 37px;
  position: relative;
  min-height: 38px; }

.widget-list .widget-title i {
  position: absolute;
  left: 10px;
  top: 11px; }

.widget-fullwidth .widget-title {
  margin-bottom: 0; }

.widget-title a {
  color: #fff !important; }

.widget-list .widget-title.gradient-lightblue .fa,
.widget-news-list .widget-title.gradient-lightblue .fa {
  color: #004a94;
  text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  margin-right: 10px;
  font-size: 18px; }

.widget-title.widget-title-thick {
  padding-top: 22px;
  padding-bottom: 18px;
  padding-left: 10px;
  font-size: 20px; }

/* widget uutiskirje */
.widget-lomake.widget-uutiskirje iframe {
  max-width: 100%;
  height: 170px; }

.widget-lomake.widget-jasenkirje iframe {
  max-width: 100%;
  height: 240px; }

.widget-lomake p {
  padding: 0 20px 0 7px;
  color: #004a94;
  font-size: 13px; }

.widget-lomake .widget-title {
  cursor: pointer; }

.widget-lomake .widget-title:hover i {
  position: relative;
  -o-transform: rotate(30deg);
     transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -webkit-transform: rotate(30deg);
  /* Safari and Chrome */ }

.widget-lomake .widget-title i {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  float: right;
  font-size: 17px;
  position: relative;
  top: -4px;
  right: 5px;
  left: auto;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  border-radius: 15px; }

.js .widget-lomake .hidden-content {
  display: none; }

/*.js .widget-lomake iframe{
    display:none;
}*/
/* tags widget */
.widget-tags a {
  margin-right: 10px;
  display: inline-block; }

.widget-tags a:hover {
  color: #004a94; }

.widget-tags a:before {
  content: '●';
  color: #dae6e8;
  margin-right: 4px; }

.widget-tags a:hover:before {
  color: #004c91; }

/* tapahtumat tapahtumakategoriat tapahtumakalenteri widget */
.some-share {
  clear: both;
  margin: 15px 0 0; }

.fb-share-button {
  margin-right: 30px;
  margin-bottom: 15px;
  vertical-align: top;
  display: block !important; }

.sharedaddy {
  display: inline-block; }

.some-share .sharedaddy ul {
  margin: 0; }

.sharedaddy ul li {
  background: none !important;
  display: block;
  margin-bottom: 15px;
  padding: 0 !important;
  border: none !important;
  margin-right: 30px; }

/*
.sharedaddy ul li:first-child{
    margin-right:15px;
}
*/
.sharedaddy ul li:before {
  display: none !important; }

.attachment-large {
  width: 100%; }

.entry-location {
  padding-bottom: 10px; }

/* event widget */
.type-event i.fa,
.widget-event-categories li {
  color: #ff7429 !important;
  margin-right: 5px; }

.widget-event-categories li a i {
  color: #ff7429 !important; }

.btn-ical {
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px; }

.type-event i.fa.ek-icon-tapahtumat {
  color: #004c91 !important;
  position: relative;
  left: -4px; }

.widget_em_calendar .widget-title {
  margin-bottom: 0; }

.em-calendar {
  width: 100%;
  color: #333; }

.eventless, .eventless-today, table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
  background: #fff !important; }

.em-calendar-wrapper {
  padding-top: 0 !important; }

.widget_em_calendar a {
  background: #004c91;
  display: inline-block;
  color: #fff !important;
  padding: 0 !important;
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
  border-radius: 15px !important;
  text-decoration: none !important; }

.eventful-today a {
  color: red !important;
  font-weight: normal !important; }

.eventless-today .datenumber {
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
  border-radius: 15px !important;
  border: 1px solid red;
  display: inline-block; }

.widget_em_calendar thead tr {
  height: 50px !important; }

.widget_em_calendar td {
  width: 10%; }

.widget_em_calendar tbody tr:first-child td {
  font-weight: bold;
  border-bottom: 1px solid #dae6e8; }

.widget_em_calendar tbody td {
  border-right: 1px solid #dae6e8; }

.widget_em_calendar thead a {
  background: #fff;
  color: #004c91 !important;
  border: 1px solid #004c91; }

.widget_em_calendar thead a:hover {
  background: #004c91 !important;
  color: #fff !important; }

.widget_em_calendar thead i {
  position: relative;
  top: -1px; }

.widget_em_calendar tbody {
  border: 1px solid #dae6e8; }

.widget_em_calendar table.em-calendar {
  margin: 0; }

.widget_em_calendar .days-numbers {
  width: 100%; }

.widget_em_calendar .month_name {
  padding: 10px; }

.widget_em_calendar table.em-calendar td.month_name {
  font-weight: normal; }

table.em-calendar td {
  padding: 0 !important;
  height: 32px;
  line-height: 32px; }

.widget_em_calendar a.em-calnav {
  font-size: 18px !important;
  line-height: 30px !important; }

.widget_em_calendar a:hover,
.widget_em_calendar a.em-calnav:hover {
  text-decoration: none !important;
  background: #666; }

/* event sinkku */
.divider-thick {
  height: 10px;
  background-color: #dbe6e8;
  background-position: bottom center; }

.divider-pushbottom {
  margin-bottom: 15px !important; }

.divider-pushtop {
  margin-top: 20px !important; }

.divider-thick-blue {
  height: 6px;
  background: #008de3; }

.type-event .entry-header .divider-thick {
  margin-bottom: 10px; }

.widget_em_widget div {
  padding: 0 !important;
  font-size: 13px !important; }

.widget_em_widget a {
  padding: 0 !important;
  font-size: 13px !important; }

.widget_em_widget .widget-title:before,
.widget_em_calendar .widget-title:before {
  content: "\e603";
  font-family: 'ekico';
  color: #004c91;
  /*speak: none;*/
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 11px; }

.widget_em_widget .widget-title,
.widget_em_calendar .widget-title {
  padding-left: 10px; }

.type-event {
  margin-bottom: 30px; }

.type-event .featured {
  max-height: 200px;
  overflow: hidden;
  border-bottom: 3px solid #dae6e8; }

.single-event .type-event .featured {
  max-height: 1000px;
  overflow: hidden;
  border-bottom: none; }

/* ajankohtaista arkistot ja syötteet */
.widget-categories-bottom i {
  margin: 0 5px 0 0px; }

.widget-categories-bottom .widget-title {
  margin-top: 0; }

.widget-categories-bottom .row > div {
  margin: 5px 0 5px 0; }

.type-event .featured img {
  margin-top: 8px;
  margin-bottom: 8px; }

/*Artikkelisinkun latest posts widget*/
.widget-latest-posts li {
  line-height: 1.15em;
  font-size: 14px; }

.widget-latest-posts .entry-date {
  display: block;
  width: 78px; }

.widget-latest-posts a {
  display: block;
  margin-left: 82px; }

/*
******** WIDGET - end */
/*
******** SUBNAV - start */
/* 2-4 tason automatisoitu child menu sidebariin */
.widget-child-menu {
  background: #004c91;
  color: #fff;
  font-size: 13px; }

.widget-child-menu .menuhead {
  padding: 10px 10px 0;
  font-weight: normal;
  text-transform: uppercase; }

#primary .widget-child-menu {
  margin: -20px -10px 20px -10px; }

.widget-child-menu .gradient-yellow {
  height: 12px; }

.child-menu a {
  color: #fff;
  display: block;
  padding-left: 10px; }

.child-menu a {
  width: 95%; }

.child-menu > li > a {
  width: 80%; }

.child-menu .children a {
  line-height: 1.8em; }

.child-menu ul a {
  padding-left: 25px; }

.child-menu .children a {
  padding-left: 35px; }

.child-menu .children .children a {
  padding-left: 55px; }

.child-menu a:hover,
.child-menu .current_page_item > a {
  color: #e1e100; }

.child-menu {
  border-top: 1px solid #00609d;
  border-bottom: 1px solid #00609d; }

.child-menu .pagenav {
  line-height: 50px;
  text-transform: uppercase; }

.child-menu li {
  position: relative; }

.child-menu .opener {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 10px 0 0; }

.child-menu .opener:hover {
  color: #e1e100; }

.child-menu .pagenav ul li {
  line-height: 28px;
  text-transform: none; }

.child-menu .pagenav > ul > li {
  border-top: 1px solid #003768;
  box-shadow: 0px 1px 0px #005caf inset, 0px 2px 0px #0054a0 inset; }

.child-menu > li > ul > li > .children {
  background: #005eb3;
  padding: 5px 0;
  border-top: 1px solid #00427b;
  box-shadow: 0px 1px 0px #0054a0 inset; }

.child-menu .children li {
  background: #005eb3; }

.child-menu .children li a:before {
  content: '» ';
  position: relative;
  margin-left: -10px; }

.js .child-menu > li > ul > li > .children {
  display: none; }

.child-menu .current_page_item .children,
.child-menu .current_page_ancestor .children,
.child-menu > li > ul > li.current_page_item > .children,
.child-menu > li > ul > li.current_page_ancestor > .children {
  display: block; }

.child-menu .opener {
  cursor: pointer;
  line-height: 20px; }

.child-menu .opener.open:before {
  line-height: 20px;
  color: #e1e100; }

/* pääsisällön päällä näytettävä suljettava versio pieniin näyttöihin */
.js #primary .child-menu .pagenav > ul {
  display: none; }

#primary .child-menu .pagenav ul a {
  padding-top: 10px;
  padding-bottom: 10px; }

#secondary .pagenav > .opener {
  display: none; }

#secondary .ek-nav-mini .pagenav > .opener {
  display: block;
  padding-top: 15px; }

#secondary .ek-nav-mini .pagenav > ul {
  display: none; }

/*
******** SUBNAV - end */
/*
******** SLIDER - start */
.swiper-container {
  border: 1px solid #dae6e8;
  border-top: 0;
  margin-bottom: 10px !important;
  width: 100%;
  height: 100%; }

.swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23FFFFFF%27%2F%3E%3C%2Fsvg%3E"); }

.swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23FFFFFF%27%2F%3E%3C%2Fsvg%3E"); }

#banners .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23ec7603%27%2F%3E%3C%2Fsvg%3E"); }

#banners .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23ec7603%27%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev,
.swiper-button-next {
  top: 32%;
  width: 87px;
  height: 170px;
  margin-top: -85px;
  background-size: 47px 70px; }

.news-slider .swiper-button-prev,
.news-slider .swiper-button-next {
  display: none;
  top: 27%;
  width: 47px;
  height: 85px;
  margin-top: -85px;
  background-size: 20px 32px; }
  @media screen and (min-width: 768px) {
    .news-slider .swiper-button-prev,
    .news-slider .swiper-button-next {
      top: 32%;
      width: 87px;
      height: 170px;
      margin-top: -85px;
      background-size: 47px 70px; } }

.news-slider .swiper-button-prev {
  left: 0; }
  @media screen and (min-width: 768px) {
    .news-slider .swiper-button-prev {
      left: 10px; } }

.news-slider .swiper-button-next {
  right: 0; }
  @media screen and (min-width: 768px) {
    .news-slider .swiper-button-next {
      right: 10px; } }

/*.swiper-container .navigation{
    position:absolute;
    top:0px;
    z-index:10;
    color:#0a68c6;
    font-size:40px;
    left:0px;
    padding:15px 15px 20px 15px;
    cursor:pointer;
}
.swiper-container .navigation:hover{
    color:#d7d238;
}
.swiper-container .navigation.arrow-right{
    right:0px;
    left:auto;
}
.swiper-container .pagination{
    position:absolute;
    top:7px;
    left:70px;
    z-index:5;
}
.swiper-pagination-switch {
    background: #ffffff;
    height: 12px;
    display: inline-block;
    width: 12px;
    border-radius:6px;
    margin-right:5px;
}
.swiper-pagination-switch.swiper-active-switch{
    background:#d7d238;
}*/
.swiper-wrapper {
  margin-bottom: 0; }

.swiper-slide {
  position: relative;
  overflow: hidden;
  background: #FFF; }

.swiper-slide h2 {
  margin-top: 0;
  color: #fff; }

.swiper-slide .slider-kuvateksti {
  color: #cccd00;
  margin-bottom: 30px; }

.swiper-slide img {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  z-index: 1; }

/*.swiper-slide-mask{
    padding:75px 20px 20px 20px;
}*/
@media screen and (min-width: 992px) {
  .swiper-slide {
    height: 400px; } }

@media screen and (min-width: 1200px) {
  .swiper-slide {
    height: 450px; }
  /* .swiper-container .navigation{
        top:140px;
    } */ }

/*
******** SLIDER - end */
/*
******** CONTENT - start */
/* ARTICLE SINGLE */
.after-article-some .divider {
  margin-top: 0.5em; }

.after-article-some .some-link-wrapper {
  padding: 20px 0; }

.after-article-some a {
  font-family: "ff-max-web", sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: 0.25em; }

.after-article-some .sprite-icon.icon-plektra {
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin-right: 6px; }

.after-article-some i {
  font-size: 24px; }

/* MATERIAALIPANKKI / VERKKOMILO / TIEDOSTOLISTA */
.tiedostolistamenu {
  background: #e6f1f3;
  padding: 12px 0; }

.tiedostolistamenu a {
  color: #516978;
  display: block; }

.tiedostolistamenu a:hover {
  color: #004a94;
  background: #fff !important; }

.tiedostolistamenu .active a {
  background: #f2f9fa;
  font-weight: bold; }

.tiedostolistamenu .list-item a {
  color: #282828;
  font-weight: normal;
  margin-top: 3px;
  padding: 6px 10px 5px 15px; }

.tiedostolistamenu .sub-list-item a {
  padding: 6px 10px 5px 40px; }

.yrityslista li,
.tiedostolista li {
  padding: 7px 10px 7px 10px;
  position: relative; }

.tiedostolista li:nth-child(odd),
.yrityslista li:nth-child(odd) {
  background: #e6f1f3; }

.tiedostolista li a,
.yrityslista li a,
.tiedostolistamenu .sub-list-item {
  font-size: 13px; }

.tiedostolista li a {
  padding-left: 13px;
  position: relative;
  display: block; }

.tiedostolista li a:before {
  content: '» ';
  left: 0;
  top: -1px;
  position: absolute; }

#select-letter {
  background: #fff;
  padding: 5px 10px; }

#select-letter a {
  display: inline-block;
  margin-right: 2px;
  text-transform: uppercase; }

/* VERKKOMILO */
.page-template-page-verkkomilo-php #wp-submit {
  margin-right: 1em; }

/* MITÄ TEEMME */
.entry-modified-date {
  font-size: 13px;
  color: #646464;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block; }

.entry-content ul,
.tiedostolista {
  list-style-type: none;
  margin: 20px 0; }

.entry-content ul li {
  border-top: 1px solid #dae6e8;
  box-shadow: 0 1px 0 #fff inset;
  padding: 7px 10px 5px 35px;
  position: relative; }

.entry-content ul li:before {
  content: ' ';
  display: inline-block;
  background: #ff7429;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 14px;
  left: 10px; }

.entry-content ul li:nth-child(even) {
  background: #fff; }

.entry-content ul li:last-child {
  border-bottom: 1px solid #dae6e8;
  box-shadow: 0 1px 0 #fff; }

.entry-content ul ul li {
  border: none !important;
  padding-right: 0 !important; }

#ek-nakemys {
  background: #fff;
  margin-bottom: 30px; }

#ek-nakemys h3 {
  padding: 0px 40px 20px 20px;
  display: inline-block;
  color: #fff;
  background: #004c91;
  border-radius: 6px 0px 180px 0;
  margin: 0;
  position: relative;
  padding-bottom: 120px;
  line-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap; }

#ek-nakemys div.crop {
  border-radius: 6px 6px 0px 0;
  background: #005eb3;
  overflow: hidden;
  height: 60px;
  position: relative; }

#ek-nakemys div.listContainer {
  background: #dae6e8;
  padding: 0 1px 9px 1px;
  border-radius: 0 0 6px 6px;
  position: relative; }

#ek-nakemys .listContainer .arrow-down {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #004c91; }

#ek-nakemys ul {
  background: #fff;
  margin: 0;
  padding: 20px 10px 20px 10px; }

#ek-nakemys ul li {
  border-bottom: 1px solid #dae6e8;
  padding: 10px;
  color: #6e6e6e; }

#ek-nakemys .darkblue-mask {
  background: #004c91;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

#tagilla-uutishuoneesta {
  margin-top: 20px; }

#tagilla-uutishuoneesta .list-title {
  float: left; }

#tagilla-uutishuoneesta .list-text {
  float: right;
  padding-right: 25px;
  position: relative; }

#tagilla-uutishuoneesta .list-text:after {
  content: "\bb";
  position: absolute;
  top: 0;
  right: 12px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }

#tagilla-uutishuoneesta a:hover .list-text:after {
  right: 10px; }

#tagilla-uutishuoneesta .list-article li {
  line-height: 1.3em; }

#tagilla-uutishuoneesta .list-article li br {
  display: none; }

#tagilla-uutishuoneesta .list-article li .entry-date {
  padding-right: 10px;
  display: block; }

#tagilla-uutishuoneesta .list-article li a {
  display: block; }

.top-divider {
  margin-bottom: 15px; }

.type-post {
  margin-bottom: 1em; }

.search .type-post {
  margin-bottom: 0; }

.type-event .entry-meta .divider,
.type-post .entry-meta .divider,
.type-post .entry-summary .divider,
.single-viikon-graafi .entry-meta .divider {
  margin: 10px 0 10px 0; }

.arkistolistakuvalinkki {
  display: block; }

.arkistolistakuvalinkki.as-attachment {
  max-width: 428px; }

.arkistolistakuvalinkki img {
  border: 3px solid #dce8ea;
  margin-bottom: 20px; }

.listingpost {
  position: relative; }

.listingpost .entry-title {
  padding-right: 60px;
  margin-bottom: 0; }

.listingpost .entry-title {
  /*min-height:50px;*/ }

.listingpost .entry-meta {
  margin: 15px 0; }

.listingCatIcon {
  /* position: absolute;
    top: -1em;
    right: 0;
    margin-top: -1px; */
  float: left;
  margin-left: 10px; }

.listingCatIcon a i {
  font-size: 20px;
  /* color: #fff; */
  /* background: #004a94; */
  color: #004a94;
  padding: 0;
  /* text-indent: 10px; */
  width: 30px;
  height: 20px;
  /* border-radius: 0 0 0 50px; */
  border-radius: 4px; }

/* Old Style
.listingCatIcon a{
    position: absolute;
    top: -1em;
    right: 0;
    margin-top: -1px;
}

.listingCatIcon a i{
    font-size: 20px;
    color: #fff;
    background: #004a94;
    padding: 10px 0 0 0;
    text-indent: 10px;
    width: 50px;
    height: 50px;
    border-radius: 0 0 0 50px;
}
 */
.ie8 .listingCatIcon a i {
  padding: 13px 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 0; }

.listingCatIcon a .ek-icon.ek-icon-prima {
  font-size: 18px !important; }

.listingCatIcon a .catname {
  display: none; }

.single .nav-previous,
.single .nav-next {
  padding: 15px 30px;
  position: relative; }

.single .nav-previous .meta-nav {
  position: absolute;
  left: -5px;
  top: 15px; }

.single .nav-next .meta-nav {
  position: absolute;
  right: -5px;
  top: 15px; }

/*
******** CONTENT - end */
/*
******** JULKAISUT-SIVU - start */
/* JULKAISUT-SIVU */
#julkaisut li {
  padding: 0;
  margin-top: 1em;
  padding: 1em 0; }

#julkaisut li:before {
  content: none; }

#julkaisut li:nth-child(even) {
  background: transparent; }

.entry-content ul#julkaisut li:last-child {
  border-bottom: 0;
  box-shadow: 0 0 0 #fff; }

#julkaisut li .jasen-hinta {
  font-weight: bold; }

#julkaisut li small {
  line-height: 1.25;
  display: block;
  margin-bottom: 1em; }

#julkaisut-tilauslomake .julkaisu {
  margin-bottom: 2em; }

#julkaisut-tilauslomake .julkaisu .wpcf7-list-item,
#julkaisut-tilauslomake .julkaisu input[type="radio"],
#julkaisut-tilauslomake .julkaisu input[type="number"] {
  display: inline-block; }

#julkaisut-tilauslomake .julkaisu .wpcf7-list-item,
#julkaisut-tilauslomake .julkaisu .wpcf7-radio,
#julkaisut-tilauslomake .julkaisu input[type="number"] {
  margin-right: 15px; }

#julkaisut-tilauslomake .julkaisu input[type="number"] {
  width: 65px;
  margin-left: 10px; }

/*
******** JULKAISUT-SIVU - end */
/*
******** SIVUKARTTA - start */
/* sivukartta sitemap */
#sitemap ul {
  margin: 0 !important; }

#sitemap .sub-menu li,
#sitemap .children li {
  margin-left: 1px !important;
  padding-left: 3em;
  margin-bottom: 1px; }

#sitemap i {
  display: none !important; }

#sitemap div > ul > li {
  border: 0; }

#sitemap li {
  border-left: 1px solid #dbdbdb;
  padding-left: 10px; }

#sitemap li a {
  font-size: 14px !important; }

/*
******** SIVUKARTTA - end */
#player {
  min-height: 250px;
  margin-bottom: 1em; }

/*
******** KAINALOJUTTU - start */
.kainalojuttu {
  background: #dae6e8;
  padding: 1em 2em;
  border-radius: 4px;
  font-size: 80%;
  margin: 10px 0 20px 0;
  clear: both;
  float: none; }

@media screen and (min-width: 600px) {
  .kainalojuttu--side {
    margin: 0 0 1em 1em;
    float: right;
    max-width: 320px; } }

.kainalojuttu--side p {
  padding-right: 0 !important; }

.entry-content .kainalojuttu ul li {
  border-top: 1px solid #dae6e8;
  box-shadow: none; }

.entry-content .kainalojuttu ul li:nth-child(even) {
  background: #f5fafb; }

.entry-content .kainalojuttu ul li:last-child {
  box-shadow: none;
  border-bottom: none; }

/*
******** KAINALOJUTTU - end */
.page-vaalisivusto #primary {
  width: 100%; }

.page-vaalisivusto #laatikkonostot .kuvanostolinkki .bg-white {
  height: 240px; }

.page-vaalisivusto #laatikkonostot .kuvanostolinkki {
  height: 385px; }

/*
******** YHTEYSTIEDOT - start */
.page-template-page-yhteystiedot-php #secondary {
  padding-right: 0;
  margin-bottom: 30px; }

.page-template-page-yhteystiedot-php #secondary .widget-list div {
  padding: 0; }

.page-template-page-yhteystiedot-php #secondary .widget-list form {
  padding: 10px; }

.page-template-page-yhteystiedot-php #content .btn.gradient-blue {
  font-size: 13px;
  border: 0;
  font-weight: normal;
  position: relative;
  padding-left: 35px; }

.page-template-page-yhteystiedot-php #content .btn.gradient-blue i {
  position: absolute;
  left: 10px;
  top: 9px;
  margin-right: 8px;
  text-shadow: 0px 1px #0098f0; }

#henkilohaku-button i {
  color: #dbdbdb !important;
  margin-top: -2px; }

#henkilohaku-button, #henkilohaku-button:hover, #henkilohaku-button:focus, #henkilohaku-button:active {
  margin-right: -2px !important;
  border: 1px solid #dae6e8 !important;
  border-right: 0 !important;
  cursor: default !important;
  background: #fff !important;
  box-shadow: none !important;
  outline: none !important; }

#henkilohaku {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-left: 0 !important; }

.form-control {
  background: #fff !important; }

.page-template-page-yhteystiedot-php article {
  padding-top: 20px; }

.page-template-page-yhteystiedot-php article h4 {
  margin-bottom: 15px;
  line-height: 1.5; }

.page-template-page-yhteystiedot-php #content .btn {
  padding-right: 60px;
  margin-bottom: 15px; }

#yhteystietokuva {
  overflow: hidden; }

#yhteystietokuva img {
  width: 100%; }

@media screen and (max-width: 991px) {
  #yhteystietokuva {
    background-image: none !important; } }

/* henkilökortti */
.henkilokortti {
  margin-bottom: 20px;
  position: relative; }

.henkilokortti .edit-person-link {
  position: absolute;
  top: 11px;
  right: 15px;
  font-size: 12px; }

.email-info {
  margin-top: 20px;
  font-size: 13px !important; }

.henkilokortti img {
  max-width: 80px !important;
  width: auto;
  height: auto;
  position: absolute;
  left: 10px;
  top: 10px; }

.korttiwrap {
  min-height: 130px;
  border: 2px solid transparent;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.henkilokortti.active .korttiwrap {
  border: 1px solid #00539d; }

.korttitable {
  position: relative;
  padding-left: 100px;
  padding-top: 1px;
  min-height: 130px; }

.fullsize .korttiwrap {
  min-height: 230px; }

.fullsize .korttitable {
  min-height: 140px; }

.osaamisalueet {
  padding: 10px;
  color: #646464;
  font-size: 13px; }

.henkilokortti .divider {
  margin-top: 0.5em; }

.henkilokortti.vieraskyna img {
  max-width: 100% !important;
  position: static; }

.henkilokortti.vieraskyna .kortti-image {
  padding-top: 10px;
  padding-bottom: 10px; }

.henkilokortti.vieraskyna h5 {
  margin-bottom: 4px; }

.henkilokortti.vieraskyna .titteli {
  margin-bottom: 4px; }

.henkilokortti.vieraskyna .details {
  padding-top: 4px; }

.korttitable-vieraskyna {
  padding-left: 10px; }

.page-template-page-yhteystiedot-php #yhteystiedot-tertiary {
  margin-top: 0px; }

.page-template-page-yhteystiedot-php .amazing-blue-thing {
  width: 100%;
  height: 6px;
  background: #008de3;
  border-bottom: 1px solid #009be6;
  position: relative; }

.page-template-page-yhteystiedot-php .amazing-blue-thing:before {
  position: absolute;
  width: 37px;
  height: 42px;
  background: url("../images/randombluethingie.png") top left no-repeat;
  display: block;
  content: '-';
  text-indent: -9999px;
  left: 10px; }

.page-template-page-yhteystiedot-php #content {
  margin-bottom: 20px;
  position: relative; }

.page-template-page-yhteystiedot-php .row.osasto {
  display: none; }

.page-template-page-yhteystiedot-php .row.osasto.open {
  display: block; }

.yf-toimiala {
  display: none; }

.page-template-page-yhteystiedot-php .tt-menu {
  width: 100%; }

.page-template-page-yhteystiedot-php .tt-dataset-henkilot {
  background: #fff;
  width: 100% !important;
  border: 1px solid #dae6e8;
  border-top: none; }

.page-template-page-yhteystiedot-php .tt-dropdown-menu {
  width: 100% !important; }

.page-template-page-yhteystiedot-php .tt-dataset-henkilot .henkilo {
  padding: 10px;
  margin: 0;
  cursor: pointer; }

.page-template-page-yhteystiedot-php .tt-dataset-henkilot .henkilo:hover {
  background: #f5f5f5; }

.unhighlight {
  display: none; }

#henkilohaku, .tt-hint {
  border: 1px solid #dae6e8;
  border-radius: 0 4px 4px 0 !important;
  padding: 5px 10px;
  /*display:block;*/
  width: 100%;
  /*height: 32px;*/ }

.twitter-typeahead {
  display: block !important; }

#henkilostohead, .henkilosto, .open > .dropdown-menu {
  width: 100% !important;
  text-align: left; }

#henkilostohead, .henkilosto, #henkilohaku, .tt-hint, #henkilohaku-button {
  /*height:36px;*/ }

#henkilokuntalistaus .empty-input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.1em;
  cursor: pointer;
  color: #004a94; }

#henkilohaku::-ms-clear {
  display: none; }

#henkilokuntalistaus .empty-input:hover {
  color: #0078d2; }

#henkilokuntalistaus .empty-input i {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block; }

.osasto {
  margin-top: 1em; }

.caret {
  position: absolute;
  right: 12px;
  top: 14px;
  font-size: 30px;
  border-top: 10px solid #004c91 !important;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent; }

.tt-hint {
  display: none !important; }

.tt-suggestions {
  padding: 5px 0; }

.page-template-page-yhteystiedot-php .dropdown-menu > li > a {
  padding: 10px 20px; }

#vineyard-link {
  margin: 10px 3px;
  float: none !important; }

#vineyard-title {
  margin-top: 5px; }

#vineyard-iframe {
  width: 100%;
  border: 0;
  padding: 5px;
  min-height: 1000px; }

/*
******** YHTEYSTIEDOT - end */
/*
******** HAKU & COMMENTS - start */
/* haku search */
.search #muut-osumat article h3 {
  font-size: 18px;
  min-height: 0; }

.search .entry-meta,
#haku-materiaalipankki p {
  font-size: 13px;
  margin: 0;
  word-wrap: break-word; }

.search #infscr-loading {
  text-align: center;
  color: #004a94;
  font-size: 13px; }

.search-results article {
  padding-bottom: 20px; }

.js .search-results .nav-previous {
  display: none; }

/* comments kommentit */
#comments {
  margin-bottom: 20px; }

.ie8 #comments {
  height: 130px;
  overflow: hidden; }

#comments iframe {
  background: none !important; }

#reply-title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px !important; }

#commentstitle {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px !important; }

#commentstitle i {
  font-size: 26px;
  margin-right: 10px; }

#commentstitle {
  font-size: 20px !important; }

.commentcount {
  margin-left: 5px;
  color: #a4b8bb;
  font-size: 16px !important; }

.search-results .collapsed .open {
  display: none; }

.search-results .closed {
  display: none; }

.search-results .collapsed .closed {
  display: block; }

.search .attachment {
  position: relative; }

.search .attachment .divider-posabs {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  width: auto; }

.attmimetype {
  height: 100px;
  line-height: 100px;
  background: #e6f1f3;
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center; }

/*
******** HAKU & COMMENTS - end */
/*
******** WEATHER - start */
#weather-info .N i {
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#weather-info .NNE i {
  -webkit-transform: rotate(157.5deg);
  -o-transform: rotate(157.5deg);
  transform: rotate(157.5deg); }

#weather-info .NE i {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

#weather-info .ENE i {
  -webkit-transform: rotate(202.5deg);
  -o-transform: rotate(202.5deg);
  transform: rotate(202.5deg); }

#weather-info .E i {
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg); }

#weather-info .ESE i {
  -webkit-transform: rotate(247.5deg);
  -o-transform: rotate(247.5deg);
  transform: rotate(247.5deg); }

#weather-info .SE i {
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

#weather-info .SSE i {
  -webkit-transform: rotate(292.5deg);
  -o-transform: rotate(292.5deg);
  transform: rotate(292.5deg); }

#weather-info .S i {
  -webkit-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg); }

#weather-info .SSW i {
  -webkit-transform: rotate(337.5deg);
  -o-transform: rotate(337.5deg);
  transform: rotate(337.5deg); }

#weather-info .SW i {
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

#weather-info .WSW i {
  -webkit-transform: rotate(22.5deg);
  -o-transform: rotate(22.5deg);
  transform: rotate(22.5deg); }

#weather-info .W i {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#weather-info .WNW i {
  -webkit-transform: rotate(67.5deg);
  -o-transform: rotate(67.5deg);
  transform: rotate(67.5deg); }

#weather-info .NW i {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

#weather-info .NNW i {
  -webkit-transform: rotate(112.5deg);
  -o-transform: rotate(112.5deg);
  transform: rotate(112.5deg); }

/*
******** WEATHER - end */
/*
******** LANG - start */
html[lang=en-US] .home #branding, html[lang=sv-SE] .home #branding, .page-template-page-kielisivu-php #branding {
  border-bottom: 0; }

html[lang=en-US] .home #branding .menu, html[lang=sv-SE] .home #branding .menu, .page-template-page-kielisivu-php .menu {
  border-bottom: 1px solid #eee; }

html[lang=en-US] .home #primary, html[lang=sv-SE] .home #primary, .page-template-page-kielisivu-php #primary {
  margin-top: 0; }

html[lang=en-US] .home #primary #en-hero, html[lang=sv-SE] .home #primary #en-hero, .page-template-page-kielisivu-php .home #primary #en-hero {
  margin-top: 0;
  background: #004a94; }

html[lang=en-US] .home #primary #en-hero h1, html[lang=sv-SE] .home #primary #en-hero h1, .page-template-page-kielisivu-php #primary #en-hero h1 {
  color: #fff;
  font-size: 24px;
  padding: 30px 0; }

html[lang=en-US] .home #primary #lead, html[lang=sv-SE] .home #primary #lead, .page-template-page-kielisivu-php #primary #lead {
  font-size: 24px;
  font-family: "ff-max-web",sans-serif;
  color: #242424;
  margin-top: 20px;
  font-weight: 300; }

.category-current-affairs #breadcrumbs .post-root,
.category-current-affairs #breadcrumbs .post-root + .separator,
html[lang=en-US] .single #breadcrumbs .post-root,
html[lang=en-US] .single #breadcrumbs .post-root + .separator {
  display: none; }

.goodnewsfromfinland {
  padding: 7px 15px 1px 15px;
  margin: 10px 0; }

.goodnewsfromfinland .bgimg {
  height: 110px; }

/*
******** LANG - end */
/*
******** WIDGETS-AGAIN - start */
.widget-featuring {
  background: #fff;
  border: 1px solid #dbe6e8;
  border-radius: 2px; }

.widget-featuring h4 {
  font-family: 'ff-max-web';
  font-size: 18px;
  padding: 5px 15px; }

.widget-featuring .files li, .widget-webcam .links li {
  margin-right: 70px;
  position: relative;
  border-bottom: 1px solid #dbe6e8;
  padding: 10px;
  font-size: 13px; }

.widget-webcam .links li {
  background: #fff;
  border-left: 1px solid #dbe6e8;
  border-bottom: 2px solid #dbe6e8;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.widget-featuring .files li .download, .widget-webcam .links li .icon {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  right: -70px;
  top: 0;
  bottom: -1px;
  width: 70px;
  background: #f5fafb;
  border-left: 1px solid #dbe6e8;
  border-bottom: 1px solid #dbe6e8; }

.widget-webcam .links li .icon {
  bottom: -2px;
  border-right: 1px solid #dbe6e8;
  border-bottom: 2px solid #dbe6e8; }

.widget-featuring .files li .download i, .widget-webcam .links li .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px; }

/* new styles 26.1.2015 */
.widget-archives li.year {
  padding-left: 35px; }

.widget-archives li {
  position: relative; }

.widget-archives li .show-year {
  position: absolute;
  right: 15px;
  font-size: 16px;
  top: 13px;
  text-decoration: none !important; }

.listingpost-minimal {
  font-family: 'ff-max-web';
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px; }

.listingpost-minimal .type i {
  color: #004a94; }

.listingpost-minimal .type {
  padding-left: 5px;
  display: inline-block; }

.listingpost-minimal .date {
  font-size: 12px;
  color: #4D4D4D;
  position: relative;
  padding-left: 12px;
  margin-top: 5px;
  line-height: 1em; }

.listingpost-minimal .date:before {
  content: "\bb";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 0.9em; }

.listingpost-minimal .content-wrap {
  display: block; }

@media (min-width: 600px) {
  .listingpost-minimal .date {
    max-width: 92px;
    float: left;
    width: 20%; }
  .listingpost-minimal .content-wrap {
    display: inline-block;
    width: 80%; } }

.year-head a, .year-head a:active {
  text-decoration: none !important; }

.year-head.active {
  font-weight: bold; }

.minimal-month-title {
  text-transform: capitalize; }

/* end */
/* Categories in content */
.ek-cat-short-list {
  margin-top: 20px; }

.ek-cat-short-list ul.listingpost-minimal {
  list-style: none; }

.ek-cat-short-list .listingpost-minimal li {
  border: none;
  box-shadow: none;
  padding: 3px 10px 3px 5px; }

.ek-cat-short-list .listingpost-minimal li:before {
  content: none; }

.ek-cat-short-list .listingpost-minimal li:nth-child(even) {
  background: transparent; }

.ek-cat-short-list .listingpost-minimal li:last-child {
  border: none;
  box-shadow: none; }

.ek-cat-short-list .listingpost-minimal .date {
  margin-right: 4px; }

/* Style Iso */
#content .ek-cat-short-list h2 {
  font-size: 20px; }

.ek-cat-short-list .listingpost .entry-meta {
  margin: 6px 0; }

.ek-cat-short-list .listingpost .edit-link {
  margin-bottom: 0px; }

.ek-cat-short-list .type-post .entry-summary .divider {
  margin-top: 1em; }

.ek-cat-short-list .news-video-holder img,
.ek-cat-short-list .arkistolistakuvalinkki img {
  width: 150px;
  margin-right: 20px; }

.ek-cat-short-list .news-video-holder {
  display: block;
  max-width: 170px; }

.ek-cat-short-list .news-video-holder:after {
  font-size: 50px;
  margin: -22px 0 0 -31px; }

@media screen and (min-width: 768px) {
  .ek-cat-short-list .news-video-holder {
    max-width: none; } }

/* end */
/* Gravityforms */
.gform_wrapper .top_label .gfield_label {
  margin-bottom: 10px; }

.gform_body ul ul li {
  border: none;
  box-shadow: none; }

.gform_body ul li:nth-child(even) {
  background: transparent; }

.gform_body ul ul li:last-child {
  border: none;
  box-shadow: none; }

.gpoll_container .blue .gpoll_bar_juice, .gpoll_container .blue .gpoll_ratio_box {
  background: #0AF; }

.gpoll_container .gpoll_bar_juice:after {
  content: none; }

/* end */
/*
******** WIDGETS-AGAIN - end */
/*
******** SWIPEBOX-ACCORDION - start */
#swipebox-actions {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  z-index: 1000;
  font-size: 1em;
  text-align: center;
  display: block;
  line-height: 1.3em; }

#swipebox-actions i {
  font-size: 1.2em;
  vertical-align: bottom; }

#swipebox-actions a {
  margin: 0 10px;
  color: #fff; }

#materiaalipankki-listaslider {
  border-bottom: 8px solid #dae6e8;
  border-radius: 0 0 6px 6px; }

.mpSliderContainer {
  background: #ffffff;
  color: #fff !important;
  border-left: 1px solid #dae6e8;
  border-right: 1px solid #dae6e8;
  display: none;
  width: 100%; }

#materiaalipankki-listaslider .form-group {
  padding: 0;
  border-left: 0;
  border-bottom: 0;
  margin: 0 !important; }

.custom-select-list {
  position: relative; }

.custom-select-list:after {
  content: "▼";
  background: #004c91;
  color: #fff;
  position: absolute;
  height: 34px;
  line-height: 34px;
  right: 10px;
  width: 20px;
  text-align: center;
  top: 0px;
  pointer-events: none; }

.custom-select-list:after[disabled="disabled"] {
  pointer-events: none; }

#materiaalipankki-listaslider .form-group select {
  border: 0;
  box-shadow: none;
  font-size: 20px;
  color: #fff !important;
  background: #004c91 !important;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  outline: -webkit-focus-ring-color auto 0px;
  outline: none !important;
  outline-color: transparent !important; }

#materiaalipankki-listaslider .form-group select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #fff !important; }

#materiaalipankki-listaslider .control-label {
  margin-bottom: 10px; }

#materiaalipankki-listaslider form {
  position: relative;
  padding: 10px 0 !important;
  background: #004c91;
  left: 0;
  border-radius: 6px 6px 0 0;
  border: 1px solid #dae6e8;
  border-bottom: 0;
  display: none; }

.mpSliderContainer.showthis {
  display: block; }

.mpSliderContainer h3 {
  background: #004c91;
  padding: 15px 15px 12px 15px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 0;
  margin-top: 0; }

.mpSlider .item:hover {
  cursor: zoom-in; }

.mpSlider .carousel-control {
  background: none !important;
  color: #0a68c6 !important;
  position: absolute;
  top: 180px;
  font-size: 40px;
  left: 0px;
  padding: 15px 15px 20px 15px;
  opacity: 1 !important;
  filter: alpha(opacity=100);
  width: auto !important;
  text-shadow: none !important; }

.mpSlider .carousel-control.right {
  left: auto;
  right: 0; }

.mpSlider .carousel-control:hover {
  color: #d7d238 !important; }

.slider-thumbs, .slider {
  padding: 0 !important; }

.mpSlider {
  padding: 0 40px; }

.slider-thumbs ul {
  margin: 0;
  border-left: 1px solid #004c91;
  border-right: 1px solid #004c91; }

.slider-thumbs li {
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #004c91; }

.slider-thumbs li a {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 5px 14px;
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 0.85em; }

.slider-thumbs li a:hover,
.slider-thumbs li a.selected {
  background: #e6f1f3;
  color: #004c91; }

#mp-accordion {
  padding: 0;
  border-bottom: 1px solid #004C91; }

#mp-accordion .panel {
  border-radius: 0;
  border: none;
  margin-top: 0; }

#mp-accordion .panel-heading {
  border-radius: 0;
  border: none;
  padding: 0; }

#mp-accordion .panel-heading h4 {
  padding: 0; }

#mp-accordion .panel-heading h4 a {
  padding: 10px 15px;
  display: block; }

#mp-accordion .panel-heading h4 a, #mp-accordion .panel-heading h4 a:hover, #mp-accordion .panel-heading h4 a.collapsed:hover {
  background: #fff;
  color: #004C91;
  border: 1px solid #004C91; }

#mp-accordion .panel-heading h4 a.collapsed:hover {
  border-top-color: #fff;
  border-bottom-color: #fff; }

#mp-accordion .panel-heading h4 a.collapsed {
  background: #004C91;
  color: #fff;
  border-top: 1px solid #fff; }

#mp-accordion .panel-body {
  padding: 0;
  border-top: none;
  margin-bottom: -2px; }

#mp-accordion .panel-body ul {
  list-style-type: none; }

#carousel-actions {
  margin: 20px 0;
  float: right; }

#carousel-actions a {
  margin-right: 20px; }

/*
******** SWIPEBOX-ACCORDION - end */
/*
******** TALOUSOSIO - start */
/* Talousosion uudistukset 2015 */
a.front-button {
  border-top: none;
  padding: 10px 20px;
  background: #EC7603;
  display: inline-block;
  color: #fff;
  margin-top: 20px; }

a.front-button:hover {
  background: #FF7E00;
  color: #FFF; }

#nav-below a.front-button {
  margin: 5px 0; }

.viikon-talouskuvat article.viikon-graafi {
  margin-bottom: 1em; }

.graafi-kuvalinkki {
  float: left;
  display: block; }

.graafi-kuvalinkki img {
  margin-bottom: 1em;
  width: 214px;
  height: auto;
  margin-right: 20px !important;
  border: 3px solid #dce8ea; }

.viikon-talouskuvat .listingpost .entry-meta {
  margin: 5px 0 5px 2px;
  font-size: 12px; }

.viikon-talouskuvat .some-share {
  clear: none; }

.single-viikon-graafi h1 {
  /* font-size:28px; */ }

.viikon-talouskuva-holder {
  border-bottom: 8px solid #dae6e8;
  border-right: 1px solid #dae6e8;
  border-radius: 0 0 6px 6px;
  background: #fFF;
  margin-bottom: 20px;
  padding: 15px 20px 20px; }

.viikon-talouskuva-holder .talouskuva-heading {
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 13px; }

.viikon-talouskuva-holder .listingpost .entry-meta {
  margin: 5px 0 5px 2px;
  font-size: 12px; }

.viikon-talouskuva-holder .divider {
  display: none; }

.viikon-talouskuva-holder .front-button {
  margin-top: 0; }

/*
******** TALOUSOSIO - end */
/*
******** MEDIAQUERIES - start */
@media (max-width: 991px) {
  #materiaalipankki-listaslider form {
    display: block; }
  #swipebox-download {
    display: none; } }

@media (max-width: 600px) {
  .mpSlider .carousel-control {
    top: 50px; } }

@media screen and (max-width: 320px) {
  .archive.date .listingpost {
    margin: 0 -10px; } }

/* Wide mobile devices styles
        ---------------------------------------- */
@media screen and (min-width: 400px) {
  .nav-previous,
  .nav-next {
    float: left;
    width: 50%;
    min-height: 1em; }
  .single .nav-previous,
  .single .nav-next {
    float: none;
    width: 100%;
    min-height: 1em; }
  .entry-date, .entry-categories {
    float: left;
    width: auto;
    padding-right: 0;
    /* margin-right: 10px; */ }
  .archive.date .entry-date {
    width: 155px; } }

/* Tablets/netbooks styles
---------------------------------------- */
@media screen and (min-width: 600px) {
  .entry-content p, .entry-excerpt p, .entry-title, .entry-summary p {
    padding-right: 3em; }
  .alignright {
    margin: 0 0 1em 1em; }
  .alignleft {
    margin: 0 1em 1em 0; }
  .alignright {
    display: inline-block;
    float: right;
    margin: 0 0 1em 1em; }
  .alignleft {
    display: inline-block;
    float: left;
    margin: 0 1em 1em 0; }
  .widget-related li {
    padding-left: 120px !important; }
  .widget-related .entry-date {
    position: absolute;
    left: 30px;
    top: 13px; }
  .widget-related .fa-clock-o {
    position: absolute;
    left: 10px;
    top: 14px; }
  .fb-share-button {
    display: inline-block !important; }
  .sharedaddy {
    display: inline-block; }
  .some-share .sharedaddy ul {
    margin: 0; }
  .sharedaddy ul li {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .amazing-blue-thing {
    margin-bottom: 60px; }
  .category #primary,
  .tag #primary,
  .blog #primary {
    margin-top: 45px; }
  #button-juuri-nyt {
    top: 0px;
    border-radius: 0 0 4px 4px; }
  .slider-paateksti br, .slider-kuvateksti br {
    display: none; } }

/* Tablets/netbooks styles
---------------------------------------- */
@media screen and (min-width: 768px) {
  #site-title a {
    margin-left: 15px; }
  #vineyard-link {
    margin: 10px 3px;
    float: right !important; }
  .page-template-page-yhteystiedot-php #henkilokuntalistaus h1 {
    padding-left: 80px; }
  .page-template-page-yhteystiedot-php #yhteystietokuva {
    padding: 0 40px 30px 40px; }
  .page-template-page-yhteystiedot-php article {
    padding: 0 10px 10px 0; }
  .page-template-page-yhteystiedot-php article.two-col .first-column {
    width: 50%;
    float: left;
    padding-right: 10px; }
  .page-template-page-yhteystiedot-php article.two-col .second-column {
    width: 50%;
    float: left;
    padding-left: 10px; }
  #colophon .ek-icon-slideshare {
    margin-top: 50px; }
  #blogista .pull-left.bg-white, #blogista .vieraskyna-crop {
    width: 50%; }
  /* ARKISTOLISTA / SINKKUARTIKKELI */
  .arkistolistakuvalinkki {
    float: left; }
  .ie8 .arkistolistakuvalinkki {
    display: block;
    margin-right: 20px;
    width: 214px !important; }
  .arkistolistakuvalinkki img {
    width: 214px;
    height: auto;
    margin-bottom: 0;
    margin-right: 20px !important;
    max-width: 214px; }
  .page-yritykset table tr {
    border-bottom: 0; }
  .page-yritykset table td {
    width: 33%;
    display: inline-block; }
  blockquote {
    width: 35%;
    float: right; }
  html[lang=en-US] .home #primary #en-hero, html[lang=sv-SE] .home #primary #en-hero, .page-template-page-kielisivu-php #primary #en-hero {
    min-height: 440px;
    padding: 0;
    background: url("../images/en-hero.jpg") center center no-repeat #f5fafb;
    background-size: cover; }
  html[lang=en-US] .home #primary #en-hero h1, html[lang=sv-SE] .home #primary #en-hero h1, .page-template-page-kielisivu-php #primary #en-hero h1 {
    color: #fff;
    font-size: 24px;
    background: url("../images/en-hero-bubble@2x.png");
    background-size: 100% 100%;
    width: 384px;
    height: 186px;
    margin-top: 0;
    margin-left: 20px;
    padding: 35px 120px 0 50px;
    line-height: 1.2; }
  html[lang=en-US] .home #primary #lead, html[lang=sv-SE] .home #primary #lead, .page-template-page-kielisivu-php #primary #lead {
    padding: 40px 0; }
  html[lang=sv-SE] .home #primary #lead, .page-template-page-kielisivu-php #primary #lead {
    padding: 40px 10px; } }

@media screen and (max-width: 991px) {
  #random-nostot .kuvanostolinkki .wrap {
    height: 150px; }
  .page-template-page-yhteystiedot-php #yhteystietokuva img {
    margin: 30px 0 10px 0; }
  #site-title {
    margin-bottom: 40px; }
  #button-juuri-nyt {
    right: 10px; }
  #branding #access .menu {
    display: none; }
  #branding {
    padding-top: 40px; }
  #mobile-menu-trigger {
    cursor: pointer;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 69 !important; }
  #mobile-menu-trigger > div {
    height: 40px;
    width: 46px;
    border-right: 1px solid #004a94;
    border-bottom: 1px solid #004a94;
    border-radius: 0 0 4px 0; }
  #mobile-menu-trigger div div {
    position: absolute;
    left: 7px;
    width: 31px;
    height: 4px;
    background: #fff; }
  #mobile-menu-trigger div div:first-child {
    top: 9px; }
  #mobile-menu-trigger div div {
    top: 18px; }
  #mobile-menu-trigger div div + div + div {
    top: 27px; } }

/* Desktop devices styles
---------------------------------------- */
@media screen and (min-width: 992px) {
  #primary, #secondary {
    margin-top: 30px; }
  .page-template-template-laatikot-php #secondary {
    margin-top: 0; }
  #breadcrumbs a .fa-home {
    display: inline-block; }
  #julkaisut li .julkaisun-kansi {
    margin: 4em 0 1em; }
  #lang-search-wrap {
    top: 70px;
    width: 432px; }
  #lang-search-wrap #searchform {
    float: right;
    margin-right: 0; }
  #lang-search-wrap .lang-selector {
    width: 200px;
    float: left;
    /* text-align: left; */ }
  #kyselytyrityksille-nostot .kuvanostolinkki .bg-white {
    min-height: 260px; }
  .page-template-page-yhteystiedot-php #yhteystietokuva {
    padding: 0;
    margin-bottom: 20px; }
  #yhteystietokuva {
    /* position: absolute;
         top: 0;
         right: 0;*/
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; }
  #yhteystietokuva.brussels {
    width: 33%; }
  #yhteystietokuva img {
    display: none;
    /* max-width:105%;
        width:105%;
        position: relative;
        right: -11px; */ }
  #some-wrap {
    position: absolute;
    right: 2px;
    top: 20px; }
  .some-nosto {
    /*height:274px;*/
    overflow: hidden; }
  #colophon .some-nosto {
    height: 160px; }
  .widget-categories-bottom {
    margin-top: 15px; }
  .widget-categories-bottom .widget-title {
    overflow: hidden;
    position: relative;
    width: 35%;
    box-shadow: none; }
  .widget-categories-bottom .widget-title:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #f4fafb transparent transparent; }
  .sticky {
    position: fixed !important;
    top: 30px !important;
    z-index: 100; }
  .sticky-bottom {
    position: absolute;
    top: auto; }
  .print-button {
    float: right;
    width: auto; }
  .print-this {
    display: block; } }

@media screen and (max-width: 1024px) {
  .page-template-page-yhteystiedot-php .modal {
    position: absolute !important; }
  .page-template-page-yhteystiedot-php .modal-backdrop {
    display: none !important; }
  .modal-backdrop.fade.in {
    display: none; } }

/* 2x images for high density displays (iPhone4, iPad 3, etc.)
--------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #site-title a {
    background: url("../images/EK-FI-logo@x2.png") top left no-repeat;
    background-size: 100%; }
  html[lang=en-US] #site-title a {
    background-image: url("../images/EK-EN-logo@x2.png"); }
  html[lang=sv-SE] #site-title a {
    background-image: url("../images/EK-SV-logo@2x.png"); } }

@media screen and (max-width: 599px) {
  #site-title a {
    background-size: 100% auto !important;
    width: 270px !important;
    margin-bottom: 0;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto; }
  #some-wrap {
    display: none; }
  #lang-search-wrap {
    display: none; }
  #site-title {
    margin-bottom: 10px; }
  #branding {
    padding-top: 0px; }
  .slider-paateksti {
    font-size: 22px;
    word-wrap: break-word;
    margin-bottom: 15px !important; }
  .slider-kuvateksti {
    margin-bottom: 15px !important; } }

/*
******** MEDIAQUERIES - end */
#access .menu li a:hover,
#access .menu a:active {
  color: #004a94; }

@media screen and (min-width: 992px) {
  /***********************************/
  /* NAVIGAATIO MAIN - PÄÄNAVIGAATIO */
  /***********************************/
  #access .menu {
    display: block;
    position: relative;
    margin: 0; }
  #access .menu li a {
    text-decoration: none; }
  #access .menu .sub-menu a {
    display: block; }
  #access .menu > li {
    position: static;
    text-align: left;
    width: 11.8%;
    float: left; }
  #menu-item-13528 {
    width: 32% !important; }
  #access .menu > li:nth-child(1) {
    width: 16%; }
  #access .menu > li:nth-child(2) {
    width: 18%; }
  #access .menu > li:nth-child(3) {
    width: 15.6%; }
  #access .menu > li:nth-child(7) {
    width: 15%; }
  /* NAVIGATION IN ENGLISH  */
  html[lang="en-US"] #access .menu > li {
    width: 16%; }
  html[lang="en-US"] #access .menu > li:nth-child(2) {
    width: 18%; }
  /* NAVIGATION IN SWEDISH  */
  html[lang="sv-SE"] #access .menu > li {
    width: 16%; }
  html[lang="sv-SE"] #access .menu > li:nth-child(1) {
    width: 8%; }
  html[lang="sv-SE"] #access .menu > li:nth-child(2) {
    width: 12%; }
  html[lang="sv-SE"] #access .menu > li:nth-child(3) {
    width: 10%; }
  html[lang="sv-SE"] #access .menu > li:nth-child(4) {
    width: 10%; }
  /*  #access .menu > li:nth-child(5){
         width:18%;
     } */
  #access .menu > li:first-child {
    padding-left: 0; }
  #access .menu > li:last-child {
    padding-right: 0;
    float: right; }
  html[lang=sv-SE] #access .menu > li:last-child {
    text-align: center;
    padding-right: 15px;
    float: left; }
  #access .menu > li > a {
    height: 44px;
    line-height: 44px;
    display: inline-block;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 0 15px;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 2;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  #access .menu > li:hover > a {
    color: #fff; }
  #access .menu > li > a span {
    border-radius: 4px 4px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .ie8 #access .menu > li > a span {
    display: none; }
  #access .menu > li:hover > a span {
    opacity: 1; }
  .ie8 #access .menu > li:hover > a span {
    display: block; }
  #access .menu > li:hover .sub-menu {
    display: block; }
  #access .menu > li.active-parent > a,
  #access .menu > li.active > a {
    color: #fff; }
  /*************/
  /* MEGA MENU */
  /*************/
  #access .menu > li > .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    background: #FFF;
    box-shadow: 0px 2px 2px #d2d2d2; }
  /* for testing */
  /* #access .menu > li:nth-child(1) > .sub-menu{
        display:block;
    } */
  #access .menu .sub-menu > .row {
    margin-bottom: 10px; }
  #access .menu .sub-menu > .row .nav-divider {
    width: 100%;
    display: inline-block;
    padding: 0 15px; }
    #access .menu .sub-menu > .row .nav-divider:after {
      content: "";
      display: inline-block;
      width: 100%;
      border-bottom: 2px solid #5484b8; }
  #access .menu .sub-menu > .row > li {
    padding: 20px 10px 10px 15px; }
  #access .menu .sub-menu > .row > li > a {
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "ff-max-web", sans-serif; }
  #access .menu .sub-menu > .row > li.active > a {
    text-decoration: underline;
    color: #5484b8; }
  #access .menu .sub-menu > li.active > a,
  #access .menu .sub-menu > .row > li.active-parent > a {
    font-weight: bold; }
  #access .menu .sub-menu > .row > li.active-parent > a {
    text-decoration: underline;
    color: #5484b8; }
  #access .menu .sub-menu > .row > li > a:hover,
  #access .menu .sub-menu > li > a:hover {
    color: #5484b8; }
  /* LOWEST LEVEL SUB-MENUS*/
  #access .menu .sub-menu .sub-menu li a {
    font-size: 12px;
    line-height: 18px; }
  #access .menu .sub-menu .sub-menu li a:after {
    content: "\a0\bb"; }
  /* sub-menun tunkeminen ahtaaseen tilaan */
  /* #access .menu .sub-menu > li > a{
        padding: 0 14px 0 14px;
		font-size:14px;
    }

    .page-template-page-mita-teemme-etusivu-php #access .menu .sub-menu > li:first-child a,
    .page-ancestor-5 #access .menu .sub-menu > li:first-child a{
        padding-left:10px;
    }
    .page-template-page-mita-teemme-etusivu-php #access .menu .sub-menu > li:last-child a,
    .page-ancestor-5 #access .menu .sub-menu > li:last-child a{
        padding-right:10px;
    }
    .page-template-page-mita-teemme-etusivu-php #access .menu .sub-menu > li > a,
    .page-ancestor-5 #access .menu .sub-menu > li > a{
        padding: 0 6px 0 6px;
    } */ }

@media screen and (min-width: 1200px) {
  #access .menu > li {
    width: 14%; }
  #access .menu > li:nth-child(1) {
    width: 14%; }
  #access .menu > li:nth-child(2) {
    width: 16%; }
  #access .menu > li:nth-child(3) {
    width: 14%; }
  #access .menu > li:nth-child(7) {
    width: 14%; }
  /* #access .menu .sub-menu > li > a{
        padding: 0 14px 0 14px!important;font-size:14px;
    } */
  /* LOWEST LEVEL SUB-MENUS*/
  #access .menu .sub-menu .sub-menu li a {
    height: auto;
    line-height: 18px; }
  #access .menu .sub-menu .sub-menu li a:hover {
    font-weight: 400; }
  #access .menu .sub-menu .sub-menu li.active a:hover {
    font-weight: bold; }
  /* NAVIGATION IN ENGLISH  */
  html[lang="en-US"] #access .menu > li {
    width: 16%; }
  html[lang="en-US"] #access .menu > li:nth-child(2) {
    width: 18%; } }

/*
******** PRINT - start */
/* Print styles
---------------------------------------- */
@media print {
  #branding, #top-bar, .widget-child-menu, #nav-below, .widget, #uutishuone-tertiary, #tertiary, .entry-meta .entry-categories, #secondary, #colophon, #comments, i.fa, .arrow-down, #tagilla-uutishuoneesta, .entry-header .entry-modified-date, .sharedaddy {
    display: none !important; }
  * {
    font-family: serif !important;
    font-size: 100% !important;
    background: transparent !important;
    color: black !important;
    /* The woes of CSS color in print typography: sanbeiji.com/archives/953 */
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  .entry-content ul, .entry-content ul li {
    list-style: disc !important;
    list-style-position: inside !important; }
  .entry-content ul li:after {
    background: none !important;
    display: none !important; }
  .edit-link {
    display: none !important; }
  li {
    border: 0 !important; }
  h1 {
    font-size: 20pt !important; }
  h2 {
    font-size: 16pt !important; }
  h3 {
    font-size: 12pt !important; }
  h4, h5, h6, p, a, * {
    font-size: 10pt !important; }
  a, a:visited {
    color: #333 !important;
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* Do not show javascript and internal links */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  @page {
    margin: 2.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/*
******** PRINT - end */
.table-of-contents ul {
  list-style: none;
  padding-bottom: 1em;
  box-shadow: 0 1px 0 #fff; }
  .table-of-contents ul li {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
    font-weight: normal; }
    .table-of-contents ul li:before {
      content: none; }

.table-of-contents > ul {
  border-bottom: 1px solid #dae6e8; }
  .table-of-contents > ul > li {
    font-weight: bold; }

.to-top {
  text-align: right; }
